Home
last modified time | relevance | path

Searched refs:UnitLength (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp154 uint64_t UnitLength; in checkDefaultPrologue() local
159 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
165 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
169 UnitLength = PrologueLength + 4; in checkDefaultPrologue()
176 UnitLength += BodyLength + (Format == DWARF32 ? 4 : 8); in checkDefaultPrologue()
178 EXPECT_EQ(Prologue.TotalLength, UnitLength); in checkDefaultPrologue()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java570 private UnitLength getUnitLength() { in getUnitLength()
571 return UnitLength.valueOf(parts.getAttributeValue(-3, "type").toUpperCase(Locale.ENGLISH)); in getUnitLength()
574 private String handleFormatUnit(UnitLength unitLength, Count count, String value) { in handleFormatUnit()
583 public String handleCompoundUnit(UnitLength unitLength, Count count, String value) { in handleCompoundUnit()
715 return handleDurationListPatterns(parts, value, UnitLength.from(listPatternType)); in handleListPatterns()
733 … private String handleDurationListPatterns(XPathParts parts, String value, UnitLength unitWidth) { in handleDurationListPatterns()
746 public enum UnitLength { enum in ExampleGenerator
751 UnitLength(ListTypeLength listTypeLength) { in UnitLength() method in ExampleGenerator.UnitLength
756 public static UnitLength from(String listPatternType) { in from()
758 return UnitLength.LONG; in from()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h228 uint32_t UnitLength; member
465 uint32_t getNextUnitOffset() const { return Base + 4 + Hdr.UnitLength; } in getNextUnitOffset()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleGenerator.java11 import org.unicode.cldr.test.ExampleGenerator.UnitLength;
316 UnitLength.valueOf(pair[0]), Count.valueOf(pair[1]), ""); in checkCompoundUnits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp367 W.printHex("Length", UnitLength); in dump()
386 UnitLength = AS.getU32(Offset); in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp194 uint32_t UnitLength = 0; member