Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js240 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 DNodeTools.js115 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 Di18n-sorting-local.md36 | localeMatcher | lookup | 模糊匹配 | |
76 localeMatcher: "lookup",
98 localeMatcher: "lookup",
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/cmocker/
H A Dc_mocker.h83 …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 Dc_mocker.h83 …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 Djs-apis-intl.md395 | localeMatcher | string | 否 | 要使用的区域匹配算法,<br>取值包括:"lookup",&nbsp;"best&nbsp;fit"。 |
523 | localeMatcher | string | 否 | 要使用的区域匹配算法,取值包括:"lookup",&nbsp;"best&nbsp;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&nbsp;fit",&nbsp;"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&nbsp;fit",&nbsp;"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 Di18n-sorting-local.md36 | 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 Dfuse_daemon_test.cpp197 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 Djs-apis-intl.md395 | 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 Dts-image-common.md32 | OBJECT_LOOKUP | Object lookup.|
H A Dts-components-canvas-canvas.md52 …to enable the AI analyzer, which supports subject recognition, text recognition, and object lookup.
H A Dts-media-components-video.md153 …to enable the AI analyzer, which supports subject recognition, text recognition, and object lookup.
H A Dts-basic-components-xcomponent.md99 …ble the AI image analyzer, which supports subject recognition, text recognition, and object lookup.
H A Dts-basic-components-image.md380 …alyzer, which supports subject recognition, text recognition, and object lookup.<!--RP3--><!--RP3E…
/ohos5.0/base/web/webview/
H A Dhisysevent.yaml147 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 Dfuse_daemon.cpp443 .lookup = FuseDaemonLookup,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_patch2.patch887 // 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 Dfuse_manager.cpp1444 .lookup = CloudDisk::FuseOperations::Lookup,
1467 .lookup = CloudLookup,
/ohos5.0/drivers/interface/display/composer/v1_0/
H A DDisplayComposerType.idl394 …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 DDisplayComposerType.idl394 …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 DDisplayComposerType.idl394 …boolean bYCbCrClut; /**< Whether the color lookup table (CLUT) is in the YCbCr space */
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dlibuv.md1380 * @param flags indicates the flags for controlling the behavior of the lookup.
/ohos5.0/build/lite/ndk/doc/config/
H A DDoxyfile_C391 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
H A DDoxyfile_CPP391 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This