Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
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);
DNodeTools.js107 NodeTools.lookup = function (node) { function in NodeTools
273 let ref = NodeTools.lookup(pn);
330 let ref = NodeTools.lookup(pn);
367 let ref = NodeTools.lookup(pn);
406 let inherit = NodeTools.lookup(pn);
/drivers/peripheral/user_auth/test/unittest/mocks/inc/
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; \
/drivers/interface/display/composer/v1_0/
DDisplayComposerType.idl394 …boolean bYCbCrClut; /**< Whether the color lookup table (CLUT) is in the YCbCr space */