Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 - 25 of 148) sorted by relevance

123456

/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp401 const char* TestResultParser::getAttribute (const char* name) in getAttribute() function in xe::TestResultParser
406 return m_xmlParser.getAttribute(name); in getAttribute()
468 const char* version = getAttribute("Version"); in handleElementStart()
473 m_result->casePath = getAttribute("CasePath"); in handleElementStart()
477 m_result->caseType = getTestCaseType(m_xmlParser.getAttribute("CaseType")); in handleElementStart()
501 result->statusCode = getTestStatusCode(getAttribute("StatusCode")); in handleElementStart()
513 section->name = getAttribute("Name"); in handleElementStart()
514 section->description = getAttribute("Description"); in handleElementStart()
522 number->name = getAttribute("Name"); in handleElementStart()
523 number->description = getAttribute("Descriptio in handleElementStart()
[all...]
H A DxeTestCaseListParser.cpp104 const char* name = m_xmlParser.hasAttribute("Name") ? m_xmlParser.getAttribute("Name") : DE_NULL; in parse()
105 const char* description = m_xmlParser.hasAttribute("Description") ? m_xmlParser.getAttribute("Description") : DE_NULL; in parse()
106 const char* caseType = m_xmlParser.hasAttribute("CaseType") ? m_xmlParser.getAttribute("CaseType") : DE_NULL; in parse()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBTMXImporter.java96 String name = tu_elem.getAttribute("tuid"); in importDoc()
104 String type = prop_elem.getAttribute("type"); in importDoc()
120 String encoding = tuv_elem.getAttribute("lang"); in importDoc()
145 item.setCreatedDate(tuv_elem.getAttribute("creationdate")); in importDoc()
146 item.setModifiedDate(tuv_elem.getAttribute("changedate")); in importDoc()
147 if (tuv_elem.getAttribute("changeid") != null) in importDoc()
148 item.setModifier(tuv_elem.getAttribute("changeid")); in importDoc()
149 if (tuv_elem.getAttribute("creationid") != null) in importDoc()
150 item.setCreator(tuv_elem.getAttribute("creationid")); in importDoc()
156 String type = prop_elem.getAttribute("typ in importDoc()
[all...]
H A DRBReporterScanner.java109 File directory = new File(dir_elem.getAttribute("location")); in performScan()
110 boolean recurse = dir_elem.getAttribute("recurse_directories").equalsIgnoreCase("true"); in performScan()
118 FileRule frule = (FileRule)fileRules.get(frule_elem.getAttribute("name")); in performScan()
125 ParseRule prule = (ParseRule)parseRules.get(prule_elem.getAttribute("name")); in performScan()
204 FileRule frule = new FileRule(elem.getAttribute("name"), elem.getAttribute("starts_with"), in getFileRules()
205 elem.getAttribute("ends_with"), elem.getAttribute("contains")); in getFileRules()
206 result.put(elem.getAttribute("name"), frule); in getFileRules()
222 ParseRule prule = new ParseRule(elem.getAttribute("nam in getParseRules()
[all...]
H A DRBxliffImporter.java122 String propertyType = property_elem.getAttribute("prop-type"); in importDoc()
155 String sourceLocale = ((Element)fileNode).getAttribute("source-language"); in importDoc()
156 String targetLocale = ((Element)fileNode).getAttribute("target-language"); in importDoc()
186 String rootGroupName = localeNode.getAttribute("id"); in importDoc()
220 String name = tu_elem.getAttribute("id"); in importDoc()
276 String name = trans_unit_elem.getAttribute("id"); in parseTranslationUnit()
283 String state = trans_unit_elem.getAttribute("state"); in parseTranslationUnit()
288 String date = trans_unit_elem.getAttribute("date"); in parseTranslationUnit()
312 String propertyType = property_elem.getAttribute("prop-type"); in parseTranslationUnit()
/third_party/weex-loader/src/
H A Dparser.js32 function getAttribute (node, name) {
77 type = getAttribute(node, 'type')
86 console.warn(`<we-element name="${getAttribute(node, 'name')}"> is deprecated, please use <element> instead.`)
94 const name = getAttribute(node, 'name')
95 const src = getAttribute(node, 'src')
96 const lang = getAttribute(node, 'lang')
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp174 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
175 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
176 char *lang = getCString(testCase->getAttribute(lang_attr)); in readTestFile()
210 fontName = getCString(element->getAttribute(name_attr)); in readTestFile()
211 fontVer = getCString(element->getAttribute(ver_attr)); in readTestFile()
212 fontCksum = getCString(element->getAttribute(cksum_attr)); in readTestFile()
/third_party/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp170 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
171 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
172 char *lang = getCString(testCase->getAttribute(lang_attr)); in readTestFile()
206 fontName = getCString(element->getAttribute(name_attr)); in readTestFile()
207 fontVer = getCString(element->getAttribute(ver_attr)); in readTestFile()
208 fontCksum = getCString(element->getAttribute(cksum_attr)); in readTestFile()
H A Dgendata.cpp193 char *id = getCString(testCase->getAttribute(id_attr)); in main()
194 char *script = getCString(testCase->getAttribute(script_attr)); in main()
195 char *lang = getCString(testCase->getAttribute(lang_attr)); in main()
237 char *fontName = getCString(element->getAttribute(name_attr)); in main()
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
H A DBuildMetadataFromXml.java127 regionCode = territoryElement.getAttribute("id"); in buildPhoneMetadataCollection()
193 return element.hasAttribute(NATIONAL_PREFIX) ? element.getAttribute(NATIONAL_PREFIX) : ""; in getNationalPrefix()
202 metadata.setCountryCode(Integer.parseInt(element.getAttribute(COUNTRY_CODE))); in loadTerritoryTagMetadata()
205 metadata.setLeadingDigits(validateRE(element.getAttribute(LEADING_DIGITS))); in loadTerritoryTagMetadata()
208 metadata.setInternationalPrefix(validateRE(element.getAttribute(INTERNATIONAL_PREFIX))); in loadTerritoryTagMetadata()
212 element.getAttribute(PREFERRED_INTERNATIONAL_PREFIX)); in loadTerritoryTagMetadata()
216 validateRE(element.getAttribute(NATIONAL_PREFIX_FOR_PARSING), true)); in loadTerritoryTagMetadata()
219 validateRE(element.getAttribute(NATIONAL_PREFIX_TRANSFORM_RULE))); in loadTerritoryTagMetadata()
229 metadata.setPreferredExtnPrefix(element.getAttribute(PREFERRED_EXTN_PREFIX)); in loadTerritoryTagMetadata()
265 intlFormat.setPattern(numberFormatElement.getAttribute(PATTER in loadInternationalFormat()
[all...]
/third_party/node/tools/gyp/tools/
H A Dpretty_vcproj.py50 node_string += node.getAttribute("Name")
104 if node.attributes and node.getAttribute("Name") == "_excluded_files":
225 vsprops = dom.documentElement.getAttribute("InheritedPropertySheets")
236 current_name = child2.getAttribute("Name")
244 name = sub_node.getAttribute("Name")
261 value1 = node1.getAttribute(name)
312 vsprops = configuration_node.getAttribute("InheritedPropertySheets")
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigReference.cpp210 return a.getAttribute(Attribute) < b.getAttribute(Attribute); in compareAttributeSmaller()
224 EGLint getAttribute (const EGLenum attribute) const in getAttribute() function in deqp::egl::SurfaceConfig
226 return m_info.getAttribute(attribute); in getAttribute()
237 if (a.getAttribute(attribute) != b.getAttribute(attribute)) return false; in operator ==()
388 AttribRule getAttribute (EGLenum name) const in getAttribute() function in deqp::egl::ConfigFilter
409 const EGLint cfgValue = config.getAttribute(rule.name); in isMatch()
455 const EGLint value = getAttribute(attrib).value; in getSpecifiedRGBColors()
479 const EGLint value = getAttribute(attri in getSpecifiedLuminanceColors()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGlobalVariable.h213 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in llvm::GlobalVariable
214 return Attrs.getAttribute(Kind); in getAttribute()
218 Attribute getAttribute(StringRef Kind) const { in getAttribute() function in llvm::GlobalVariable
219 return Attrs.getAttribute(Kind); in getAttribute()
H A DFunction.h334 return getAttribute(AttributeList::FunctionIndex, Kind); in getFnAttribute()
339 return getAttribute(AttributeList::FunctionIndex, Kind); in getFnAttribute()
413 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { in getAttribute() function in llvm::Function
414 return AttributeSets.getAttribute(i, Kind); in getAttribute()
418 Attribute getAttribute(unsigned i, StringRef Kind) const { in getAttribute() function in llvm::Function
419 return AttributeSets.getAttribute(i, Kind); in getAttribute()
H A DAttributes.h283 Attribute getAttribute(Attribute::AttrKind Kind) const;
286 Attribute getAttribute(StringRef Kind) const;
591 Attribute getAttribute(unsigned Index, Attribute::AttrKind Kind) const;
594 Attribute getAttribute(unsigned Index, StringRef Kind) const;
598 return getAttribute(ArgNo + FirstArgIndex, Kind); in getParamAttr()
603 return getAttribute(ArgNo + FirstArgIndex, Kind); in getParamAttr()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
H A DJacocoReportCheck.java179 String cls = clsElement.getAttribute("name"); in parseReport()
193 String mtdName = mtdElement.getAttribute("name"); in parseReport()
194 String mtdDesc = mtdElement.getAttribute("desc"); in parseReport()
195 String mtdLineStr = mtdElement.getAttribute("line"); in parseReport()
226 String type = cntElement.getAttribute("type"); in parseReport()
227 String missedStr = cntElement.getAttribute("missed"); in parseReport()
228 String coveredStr = cntElement.getAttribute("covered"); in parseReport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DStatepoint.cpp64 AS.getAttribute(AttributeList::FunctionIndex, "statepoint-id"); in parseStatepointDirectivesFromAttrs()
71 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex, in parseStatepointDirectivesFromAttrs()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/mount-origin/
H A Dlws-fts.js91 if (t.getAttribute && t.getAttribute("string")) {
93 t.getAttribute("string");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h231 return getAttribute(AttributeSet::FunctionIndex, Kind); in getFnAttribute()
234 return getAttribute(AttributeSet::FunctionIndex, Kind); in getFnAttribute()
276 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { in getAttribute() function in llvm::Function
277 return AttributeSets.getAttribute(i, Kind); in getAttribute()
280 Attribute getAttribute(unsigned i, StringRef Kind) const { in getAttribute() function in llvm::Function
281 return AttributeSets.getAttribute(i, Kind); in getAttribute()
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp375 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) in TestDecomposition()
380 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) in TestDecomposition()
385 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF) in TestDecomposition()
1439 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF || in TestAttribute()
1445 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_ON || in TestAttribute()
1451 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_SHIFTED || in TestAttribute()
1457 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE || in TestAttribute()
1463 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST || in TestAttribute()
1469 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST || in TestAttribute()
1475 if (coll->getAttribute(UCOL_CASE_LEVE in TestAttribute()
2188 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, getAttribute() function in TestCollator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp80 AP->EmitULEB128(AttrData.getAttribute(), in Emit()
81 dwarf::AttributeString(AttrData.getAttribute()).data()); in Emit()
120 << dwarf::AttributeString(Data[i].getAttribute()) in print()
190 Abbrev.AddImplicitConstAttribute(V.getAttribute(), in generateAbbrev()
193 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev()
225 if (V.getAttribute() == Attribute) in findAttribute()
258 O << dwarf::AttributeString(V.getAttribute()); in print()
H A DDIEHash.cpp36 if (V.getAttribute() == Attr) in getDIEStringAttr()
121 << dwarf::AttributeString(V.getAttribute()) in collectAttributes()
123 switch (V.getAttribute()) { in collectAttributes()
234 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute()
/third_party/node/deps/v8/src/objects/
H A Djs-collator.cc94 icu_collator->getAttribute(UCOL_NUMERIC_COLLATION, status) == UCOL_ON; in ResolvedOptions()
99 switch (icu_collator->getAttribute(UCOL_CASE_FIRST, status)) { in ResolvedOptions()
113 switch (icu_collator->getAttribute(UCOL_STRENGTH, status)) { in ResolvedOptions()
118 if (UCOL_ON == icu_collator->getAttribute(UCOL_CASE_LEVEL, status)) { in ResolvedOptions()
143 bool ignore_punctuation = icu_collator->getAttribute(UCOL_ALTERNATE_HANDLING, in ResolvedOptions()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.h81 const UnicodeString *getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const;
88 const UnicodeString *getAttribute(const UnicodeString &name) const;
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.h81 const UnicodeString *getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const;
88 const UnicodeString *getAttribute(const UnicodeString &name) const;

Completed in 21 milliseconds

123456