/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ast.js | 240 lookup(name, type) { method in AstObject 432 let childDst = this.lookup(childSrc.name(), childSrc.type()); 511 let dst = this.lookup(child.name(), child.type()); 547 let baseObj = this.lookup(objChild.name(), objChild.type()); 872 if (this.astRoot_.lookup('module', ObjectType.PARSEROP_CONFTERM) === null) { 906 let ret = node.refExpand(this.lookup(current, node.getRefPath())); 917 ref = lookup(current, current.child_.stringValue()); 973 let inherit = this.lookup(current, node.getRefPath()); 1040 lookup(startObj, path) { method in Ast 1042 return startObj.parent_.lookup(path, 0);
|
H A D | NodeTools.js | 115 NodeTools.lookup = function (node) { function 284 let ref = NodeTools.lookup(pn); 341 let ref = NodeTools.lookup(pn); 378 let ref = NodeTools.lookup(pn); 417 let inherit = NodeTools.lookup(pn);
|
/ohos5.0/docs/zh-cn/application-dev/internationalization/ |
H A D | i18n-sorting-local.md | 36 | localeMatcher | lookup | 模糊匹配 | | 76 localeMatcher: "lookup", 98 localeMatcher: "lookup",
|
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/cmocker/ |
H A D | c_mocker.h | 83 …static auto lookup = reinterpret_cast<cls::typeof##method>(dlsym(RTLD_NEXT, #method)); \ 86 …auto *stub = cls::default##method != nullptr ? cls::default##method : lookup; \
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/mocks/inc/ |
H A D | c_mocker.h | 83 …static auto lookup = reinterpret_cast<cls::typeof##method>(dlsym(RTLD_NEXT, #method)); \ 86 …auto *stub = cls::default##method != nullptr ? cls::default##method : lookup; \
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-intl.md | 395 | localeMatcher | string | 否 | 要使用的区域匹配算法,<br>取值包括:"lookup", "best fit"。 | 523 | localeMatcher | string | 否 | 要使用的区域匹配算法,取值包括:"lookup", "best fit"。<br>默认… 575 // 使用 zh-CN locale创建Collator对象,localeMatcher设置为lookup,usage设置为sort 576 let collator = new intl.Collator("zh-CN", {localeMatcher: "lookup", usage: "sort"}); 650 | localeMatcher | string | 否 | locale匹配算法,取值范围:"best fit", "lookup"。<br>默认值为best … 702 // 使用 zh-CN locale创建PluralRules对象,localeMatcher设置为lookup,type设置为cardinal 703 let pluralRules= new intl.PluralRules("zh-CN", {"localeMatcher": "lookup", "type": "cardinal"}); 752 | localeMatcher | string | 是 | 是 | locale匹配算法,取值包括:"best fit", "lookup"。… 799 // 使用 zh-CN locale创建RelativeTimeFormat对象,localeMatcher设置为lookup,numeric设置为always,style设置为long 800 …let relativeTimeFormat = new intl.RelativeTimeFormat("zh-CN", {"localeMatcher": "lookup", "numeric… [all …]
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-sorting-local.md | 36 | localeMatcher | lookup | Fuzzy matching.| | 76 localeMatcher: "lookup", 98 localeMatcher: "lookup",
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
H A D | fuse_daemon_test.cpp | 197 FuseDaemon::fuseDaemonOper_.lookup(req, ROOT_INODE, nullptr); 206 FuseDaemon::fuseDaemonOper_.lookup(req, ino, "test"); 215 FuseDaemon::fuseDaemonOper_.lookup(req, ROOT_INODE, "."); 224 FuseDaemon::fuseDaemonOper_.lookup(req, ROOT_INODE, ".."); 233 FuseDaemon::fuseDaemonOper_.lookup(req, ROOT_INODE, "test");
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-intl.md | 395 | localeMatcher | string | No | Locale matching algorithm.<br>The value can be **lookup** or … 523 | localeMatcher | string | No | Locale matching algorithm. The value can be **lookup*… 575 // Use locale zh-CN to create a Collator object. Set localeMatcher to lookup and usage to sort. 576 let collator = new intl.Collator("zh-CN", {localeMatcher: "lookup", usage: "sort"}); 650 | localeMatcher | string | No | Locale matching algorithm. The value can be **lookup** or **… 702 …// Use locale zh-CN to create a PluralRules object. Set localeMatcher to lookup and type to cardin… 703 let pluralRules= new intl.PluralRules("zh-CN", {"localeMatcher": "lookup", "type": "cardinal"}); 752 …| string | Yes | Yes | Locale matching algorithm. The value can be **lookup** or **best fit**.… 799 …// Use locale zh-CN to create a RelativeTimeFormat object. Set localeMatcher to lookup, numeric to… 800 …let relativeTimeFormat = new intl.RelativeTimeFormat("zh-CN", {"localeMatcher": "lookup", "numeric… [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-image-common.md | 32 | OBJECT_LOOKUP | Object lookup.|
|
H A D | ts-components-canvas-canvas.md | 52 …to enable the AI analyzer, which supports subject recognition, text recognition, and object lookup.
|
H A D | ts-media-components-video.md | 153 …to enable the AI analyzer, which supports subject recognition, text recognition, and object lookup.
|
H A D | ts-basic-components-xcomponent.md | 99 …ble the AI image analyzer, which supports subject recognition, text recognition, and object lookup.
|
H A D | ts-basic-components-image.md | 380 …alyzer, which supports subject recognition, text recognition, and object lookup.<!--RP3--><!--RP3E…
|
/ohos5.0/base/web/webview/ |
H A D | hisysevent.yaml | 147 DOMAIN_LOOKUP_START: {type: INT64, desc: domain lookup start} 148 DOMAIN_LOOKUP_END: {type: INT64, desc: domain lookup end}
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/ |
H A D | fuse_daemon.cpp | 443 .lookup = FuseDaemonLookup,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_patch2.patch | 887 // implemented as a lookup table over all possible parameter values, instead of as an algorithm. 898 // All inputs are valid. This could be implemented as a 256*256 lookup table.
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/ |
H A D | fuse_manager.cpp | 1444 .lookup = CloudDisk::FuseOperations::Lookup, 1467 .lookup = CloudLookup,
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 394 …boolean bYCbCrClut; /**< Whether the color lookup table (CLUT) is in the YCbCr space */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 394 …boolean bYCbCrClut; /**< Whether the color lookup table (CLUT) is in the YCbCr space */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 394 …boolean bYCbCrClut; /**< Whether the color lookup table (CLUT) is in the YCbCr space */
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | libuv.md | 1380 * @param flags indicates the flags for controlling the behavior of the lookup.
|
/ohos5.0/build/lite/ndk/doc/config/ |
H A D | Doxyfile_C | 391 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|
H A D | Doxyfile_CPP | 391 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|