Home
last modified time | relevance | path

Searched refs:getElement (Results 1 – 25 of 28) sorted by relevance

12

/third_party/jsframework/runtime/main/model/
Dselector.ts233 markElement = getElement(
265 function getElement(type: string, iter: boolean, value: string, element: Element | FragBlockInterfa… function
279 return condition ? element : iter ? getElement(type, iter, value, parentNode) : undefined;
/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.hpp64 ContainerElement getElement (void) const { return m_element; } in getElement() function in xe::ContainerFormatParser
DxeTestCaseListParser.cpp86 xml::Element element = m_xmlParser.getElement(); in parse()
DxeTestLogParser.cpp58 ContainerElement element = m_containerParser.getElement(); in parse()
DxeTestResultParser.cpp350 xml::Element curElement = m_xmlParser.getElement(); in parse()
370 if (m_xmlParser.getElement() == xml::ELEMENT_END_OF_STRING) in parse()
/third_party/node/test/js-native-api/test_object/
Dtest_null.js33 assert.deepStrictEqual(testNull.getElement(), expectedForElement);
/third_party/vk-gl-cts/framework/platform/android/
DtcuTestLogParserJNI.cpp203 while (m_containerParser.getElement() != xe::CONTAINERELEMENT_INCOMPLETE) in parse()
205 switch (m_containerParser.getElement()) in parse()
/third_party/vk-gl-cts/framework/xexml/
DxeXMLParser.hpp150 Element getElement (void) const { return m_element; } in getElement() function in xe::xml::Parser
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Ddemo.js45 var $ = goog.dom.getElement;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dtranslit.h1162 const Transliterator& getElement(int32_t index, UErrorCode& ec) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dtranslit.h1162 const Transliterator& getElement(int32_t index, UErrorCode& ec) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtranslit.h1162 const Transliterator& getElement(int32_t index, UErrorCode& ec) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtranslit.h1162 const Transliterator& getElement(int32_t index, UErrorCode& ec) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp632 Vals.push_back(getElement(Element)); in convertInitListSlice()
639 DefInit *DI = dyn_cast<DefInit>(getElement(i)); in getElementAsRecord()
767 return LHSl->getElement(0); in Fold()
1238 Init *Node = MHSl ? MHSl->getElement(i) : UnsetInit::get(); in Fold()
1239 Init *Name = RHSl ? RHSl->getElement(i) : UnsetInit::get(); in Fold()
1582 return List->getElement(getElementNum()); in resolveReferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp1191 if (getElement(0) != dwarf::DW_OP_constu || in isConstant()
1192 getElement(2) != dwarf::DW_OP_stack_value) in isConstant()
1194 if (getNumElements() == 6 && getElement(3) != dwarf::DW_OP_LLVM_fragment) in isConstant()
/third_party/vk-gl-cts/framework/common/
DtcuWaiverUtil.cpp200 xe::xml::Element currElement = xmlParser.getElement(); in readWaivedTestsFromXML()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtranslit.cpp1165 const Transliterator& Transliterator::getElement(int32_t index, UErrorCode& ec) const { in getElement() function in Transliterator
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp2516 assertEquals("getElement(0)", t->getElement(0, ec).getID(), "a_to_A"); in TestNewEngine()
2517 assertEquals("getElement(1)", t->getElement(1, ec).getID(), "NFD"); in TestNewEngine()
2518 assertEquals("getElement(2)", t->getElement(2, ec).getID(), "A_to_b"); in TestNewEngine()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtranslit.cpp1174 const Transliterator& Transliterator::getElement(int32_t index, UErrorCode& ec) const { in getElement() function in Transliterator
/third_party/icu/icu4c/source/i18n/
Dtranslit.cpp1174 const Transliterator& Transliterator::getElement(int32_t index, UErrorCode& ec) const { in getElement() function in Transliterator
/third_party/node/deps/icu-small/source/i18n/
Dtranslit.cpp1188 const Transliterator& Transliterator::getElement(int32_t index, UErrorCode& ec) const { in getElement() function in Transliterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2335 uint64_t getElement(unsigned I) const { in getElement() function
2450 return getNumElements() > 0 && getElement(0) == dwarf::DW_OP_deref; in startsWithDeref()
2589 getElement(0) == dwarf::DW_OP_LLVM_entry_value; in isEntryValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp200 addConstantValue(*VariableDIE, /*Unsigned=*/true, Expr->getElement(1)); in addLocationAttribute()
DCodeViewDebug.cpp1169 VI.Expr->getElement(0) == llvm::dwarf::DW_OP_deref) in collectVariableInfoFromMFTable()
3105 uint64_t Val = DIE->getElement(1); in emitDebugInfoForGlobal()
/third_party/freetype/docs/reference/assets/javascripts/
Dbundle.82b56eb2.min.js.map4getElement,\n requestJSON,\n setToggle,\n watchDocument,\n watchKeyboard,\n watchLocation,\n …

12