/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | TaggedRecord.java | 27 public String getTag() in getTag() method in TaggedRecord 40 String vTag = v.getTag(); in sort() 43 if (vTag.compareTo(table[i].getTag()) >= 0) { in sort() 62 if (table[extra].getTag().compareTo(tag) <= 0) { in search() 69 if (table[index + probe].getTag().compareTo(tag) <= 0) { in search() 74 if (table[index].getTag().equals(tag)) { in search()
|
D | ScriptList.java | 73 if (langSysRecord.getTag().equals(languageTag)) { in findLangSysRecord() 101 if (langSysRecords[0].getTag().equals("(default)")) { in writeScriptRecord() 110 writer.writeTag(langSysRecords[i].getTag()); in writeScriptRecord() 127 System.out.print(" '" + langSysRecords[i].getTag() + "'"); in writeScriptRecord() 147 if (scriptRecord.getTag().equals(scriptTag)) { in findLangSysRecord() 185 writer.writeTag(scriptRecords[i].getTag()); in writeScriptList() 196 System.out.print(" script '" + scriptRecords[i].getTag() + "':"); in writeScriptList()
|
D | ScriptRunModuleWriter.java | 40 output.print(scriptData.getTag(script)); in writeScriptRuns() 77 output.print(scriptData.getTag(script)); in writeScriptRuns() 96 output.print(scriptData.getTag(script)); in writeScriptRuns()
|
D | ScriptTagModuleWriter.java | 32 output.print(data.getTag(value)); in writeTagValueHeader() 99 output.print(data.getTag(value)); in writeTagValueCPP()
|
/third_party/skia/src/utils/ |
D | SkJSON.h | 140 Tag getTag() const { in getTag() function 226 SkASSERT(this->getTag() == Tag::kBool); 239 SkASSERT(this->getTag() == Tag::kInt || 240 this->getTag() == Tag::kFloat); 242 return this->getTag() == Tag::kInt 292 switch (this->getTag()) { in size() 307 return this->getTag() == Tag::kShortString in begin() 313 return this->getTag() == Tag::kShortString in end() 349 switch (this->getTag()) { in getType()
|
D | SkJSON.cpp | 32 SkASSERT(this->getTag() == t); in init_tagged() 49 SkASSERT(this->getTag() == t); in init_tagged_pointer() 55 SkASSERT(this->getTag() == Tag::kNull); in NullValue() 61 SkASSERT(this->getTag() == Tag::kBool); in BoolValue() 67 SkASSERT(this->getTag() == Tag::kInt); in NumberValue() 73 SkASSERT(this->getTag() == Tag::kFloat); in NumberValue() 96 SkASSERT(this->getTag() == Tag::kArray); in ArrayValue() 124 SkASSERT(this->getTag() == Tag::kString); in FastString() 135 SkASSERT(this->getTag() == Tag::kShortString); in FastString() 193 SkASSERT(this->getTag() == Tag::kObject); in ObjectValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 167 if (Die.getTag() == DW_TAG_null) in verifyUnitContents() 185 if (!dwarf::isUnitType(Die.getTag())) { in verifyUnitContents() 187 << dwarf::TagString(Die.getTag()) << ".\n"; in verifyUnitContents() 192 if (!DWARFUnit::isMatchingUnitTypeAndTag(UnitType, Die.getTag())) { in verifyUnitContents() 194 << ") and root DIE (" << dwarf::TagString(Die.getTag()) in verifyUnitContents() 202 if (Die.getTag() == dwarf::DW_TAG_skeleton_unit && Die.hasChildren()) { in verifyUnitContents() 214 if (Die.getTag() != DW_TAG_call_site && Die.getTag() != DW_TAG_GNU_call_site) in verifyDebugInfoCallSite() 219 if (Curr.getTag() == DW_TAG_inlined_subroutine) { in verifyDebugInfoCallSite() 401 if (!IsObjectFile || IsMachOObject || Die.getTag() != DW_TAG_compile_unit) { in verifyDieRanges() 431 !(Die.getTag() == DW_TAG_subprogram && in verifyDieRanges() [all …]
|
D | DWARFDie.cpp | 118 if (C.getTag() == DW_TAG_subrange_type) { in dumpArrayType() 173 const dwarf::Tag T = D.getTag(); in dumpTypeName() 197 if (C.getTag() == DW_TAG_formal_parameter) { in dumpTypeName() 327 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() 330 auto Tag = getTag(); in isSubroutineDIE() 593 << formatv("{0}", getTag()); in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 92 assert(Cur->getTag() == dwarf::DW_TAG_compile_unit || in addParentContext() 93 Cur->getTag() == dwarf::DW_TAG_type_unit); in addParentContext() 106 addULEB128(Die.getTag()); in addParentContext() 334 hashAttributes(Attrs, Die.getTag()); in addAttributes() 343 addULEB128(Die.getTag()); in hashNestedType() 355 addULEB128(Die.getTag()); in computeHash() 364 if (isType(C.getTag()) || C.getTag() == dwarf::DW_TAG_subprogram) { in computeHash()
|
D | DwarfUnit.cpp | 466 if (CTy->getTag() == dwarf::DW_TAG_enumeration_type) in isUnsignedDIType() 475 dwarf::Tag T = (dwarf::Tag)Ty->getTag(); in isUnsignedDIType() 501 (Ty->getTag() == dwarf::DW_TAG_unspecified_type && in isUnsignedDIType() 507 Ty->getTag() == dwarf::DW_TAG_unspecified_type; in isUnsignedDIType() 641 DIE &TyDIE = createAndAddDIE(Ty->getTag(), *ContextDIE, Ty); in createTypeDIE() 652 DIE &TyDIE = createAndAddDIE(Ty->getTag(), ContextDIE, Ty); in createTypeDIE() 687 if (Ty->getTag() == dwarf::DW_TAG_restrict_type && DD->getDwarfVersion() <= 2) in getOrCreateTypeDIE() 691 if (Ty->getTag() == dwarf::DW_TAG_atomic_type && DD->getDwarfVersion() < 5) in getOrCreateTypeDIE() 773 if (BTy->getTag() == dwarf::DW_TAG_unspecified_type) in constructTypeDIE() 792 uint16_t Tag = Buffer.getTag(); in constructTypeDIE() [all …]
|
D | CodeViewDebug.cpp | 293 switch (Scope->getTag()) { in getPrettyScopeName() 1441 if (T->getTag() == dwarf::DW_TAG_typedef) { in shouldEmitUdt() 1443 switch (Scope->getTag()) { in shouldEmitUdt() 1494 switch (Ty->getTag()) { in lowerType() 1571 assert(Element->getTag() == dwarf::DW_TAG_subrange_type); in lowerTypeArray() 1704 Ty->getTag() == dwarf::DW_TAG_pointer_type) { in lowerTypePointer() 1714 switch (Ty->getTag()) { in lowerTypePointer() 1769 assert(Ty->getTag() == dwarf::DW_TAG_ptr_to_member_type); in lowerTypeMemberPointer() 1807 switch (BaseTy->getTag()) { in lowerTypeModifier() 1834 switch (BaseTy->getTag()) { in lowerTypeModifier() [all …]
|
D | DebugHandlerBase.cpp | 149 unsigned Tag = DDTy->getTag(); in getBaseTypeSize() 164 if (BaseType->getTag() == dwarf::DW_TAG_reference_type || in getBaseTypeSize() 165 BaseType->getTag() == dwarf::DW_TAG_rvalue_reference_type) in getBaseTypeSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 46 unsigned Tag = DIE.getTag(); in getChildDeclContext() 62 if ((Context.getTag() == dwarf::DW_TAG_namespace || in getChildDeclContext() 63 Context.getTag() == dwarf::DW_TAG_compile_unit) && in getChildDeclContext() 201 Context.getTag() != dwarf::DW_TAG_structure_type && in getChildDeclContext() 202 Context.getTag() != dwarf::DW_TAG_class_type) || in getChildDeclContext()
|
D | DWARFLinkerCompileUnit.cpp | 17 if (U.getOrigUnit().getDIEAtIndex(Idx).getTag() == dwarf::DW_TAG_subprogram) in inFunctionScope() 45 if (DIE.getTag() != dwarf::DW_TAG_variable && in markEverythingAsKept() 46 DIE.getTag() != dwarf::DW_TAG_constant) in markEverythingAsKept() 110 if (Die.getTag() != dwarf::DW_TAG_compile_unit) in noteRangeAttribute()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | XMLRecordReader.java | 33 if (getTag().startsWith("?xml")) { in XMLRecordReader() 38 if (getTag().startsWith("!--")) { in XMLRecordReader() 45 if (getTag().equals(title)) { in open() 57 if (getTag().equals("/" + name)) { in close() 187 if (getTag().equals(target)) { in match() 195 private String getTag() { in getTag() method in XMLRecordReader
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
D | XMLRecordReader.java | 37 if (getTag().startsWith("?xml")) { in XMLRecordReader() 42 if (getTag().startsWith("!--")) { in XMLRecordReader() 49 if (getTag().equals(title)) { in open() 61 if (getTag().equals("/" + name)) { in close() 191 if (getTag().equals(target)) { in match() 199 private String getTag() { in getTag() method in XMLRecordReader
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 203 if (!SkipDIDerivedTag(DTy->getTag())) in stripQualifiers() 212 if (!SkipDIDerivedTag(DTy->getTag())) in stripQualifiers() 224 if (Element->getTag() == dwarf::DW_TAG_subrange_type) { in calcArraySize() 374 if (PtrTy->getTag() != dwarf::DW_TAG_pointer_type) in IsValidAIChain() 384 uint32_t PTyTag = PTy->getTag(); in IsValidAIChain() 389 uint32_t CTyTag = CTy->getTag(); in IsValidAIChain() 548 uint32_t Tag = CTy->getTag(); in GetFieldInfo() 604 if (!CompTy || CompTy->getTag() != dwarf::DW_TAG_enumeration_type) in GetFieldInfo() 752 assert(CTy->getTag() == dwarf::DW_TAG_array_type); in computeBaseAndAccessKey() 761 assert(DTy->getTag() == dwarf::DW_TAG_pointer_type); in computeBaseAndAccessKey() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 49 dwarf::Tag getTag() const { in getTag() function 50 return AbbrevDecl ? AbbrevDecl->getTag() : dwarf::DW_TAG_null; in getTag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 884 AssertDI(N.getTag(), "invalid tag", &N); in visitGenericDINode() 893 AssertDI(N.getTag() == dwarf::DW_TAG_subrange_type, "invalid tag", &N); in visitDISubrange() 903 AssertDI(N.getTag() == dwarf::DW_TAG_enumerator, "invalid tag", &N); in visitDIEnumerator() 907 AssertDI(N.getTag() == dwarf::DW_TAG_base_type || in visitDIBasicType() 908 N.getTag() == dwarf::DW_TAG_unspecified_type, in visitDIBasicType() 918 AssertDI(N.getTag() == dwarf::DW_TAG_typedef || in visitDIDerivedType() 919 N.getTag() == dwarf::DW_TAG_pointer_type || in visitDIDerivedType() 920 N.getTag() == dwarf::DW_TAG_ptr_to_member_type || in visitDIDerivedType() 921 N.getTag() == dwarf::DW_TAG_reference_type || in visitDIDerivedType() 922 N.getTag() == dwarf::DW_TAG_rvalue_reference_type || in visitDIDerivedType() [all …]
|
D | LLVMContextImpl.h | 312 : MDNodeOpsKey(N, 1), Tag(N->getTag()), Header(N->getRawHeader()) {} 315 return Tag == RHS->getTag() && Header == RHS->getRawHeader() && 389 : Tag(N->getTag()), Name(N->getRawName()), SizeInBits(N->getSizeInBits()), 393 return Tag == RHS->getTag() && Name == RHS->getRawName() && 429 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()), 437 return Tag == RHS->getTag() && Name == RHS->getRawName() && 473 return isODRMember(LHS->getTag(), LHS->getRawScope(), LHS->getRawName(), 490 return Tag == RHS->getTag() && Name == RHS->getRawName() && 526 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()), 537 return Tag == RHS->getTag() && Name == RHS->getRawName() && [all …]
|
/third_party/skia/bench/ |
D | SKPAnimationBench.cpp | 16 fUniqueName.printf("%s_%s", name, fAnimation->getTag()); in SKPAnimationBench() 49 const char* getTag() override { return "zoom"; } in getTag() function in ZoomAnimation
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnknownFieldSchema.java | 82 int tag = reader.getTag(); in mergeOneFieldFrom() 101 if (endGroupTag != reader.getTag()) { in mergeOneFieldFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 116 auto Tag = dwarf::TagString(T->getTag()); in print() 120 O << "unknown-tag(" << T->getTag() << ")"; in print()
|
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | StateAdapter.java | 177 if (stateObject.toString().equals(childView.getTag())) { in updateDrawer() 199 if (!stateValue.equals(stateItem.getTag(R.integer.value_tag_key))) { in onItemSelected() 207 final Object oldValue = stateItem.getTag(R.integer.value_tag_key); in onItemSelected()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_preview.cpp | 98 return lang.getTag().startsWith(langTag.c_str()); })) { in find_family_style_character() 129 while (!lang.getTag().isEmpty()) { in onMatchFamilyStyleCharacter() 133 lang.getTag(), character); in onMatchFamilyStyleCharacter()
|