Home
last modified time | relevance | path

Searched refs:getAge (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp67 uint32_t NativeExeSymbol::getAge() const { in getAge() function in NativeExeSymbol
70 return IS->getAge(); in getAge()
H A DInfoStream.cpp111 uint32_t InfoStream::getAge() const { return uint32_t(Header->Age); } in getAge() function in InfoStream
H A DPDBFileBuilder.cpp350 H->Age = Info->getAge(); in commit()
H A DDbiStream.cpp152 uint32_t DbiStream::getAge() const { return Header->Age; } in getAge() function in DbiStream
H A DNativeRawSymbol.cpp113 uint32_t NativeRawSymbol::getAge() const { in getAge() function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeExeSymbol.h30 uint32_t getAge() const override;
H A DInfoStream.h43 uint32_t getAge() const;
H A DInfoStreamBuilder.h49 uint32_t getAge() const { return Age; } in getAge() function in llvm::pdb::InfoStreamBuilder
H A DDbiStream.h46 uint32_t getAge() const;
H A DNativeRawSymbol.h70 uint32_t getAge() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolExe.h26 FORWARD_SYMBOL_METHOD(getAge)
H A DIPDBRawSymbol.h94 virtual uint32_t getAge() const = 0;
/third_party/json/tests/src/
H A Dunit-udt_macro.cpp65 int getAge() const in getAge() function in persons::person_with_private_data_2
144 int getAge() const in getAge() function in persons::person_without_private_data_3
339 CHECK(p3.getAge() == 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h65 uint32_t getAge() const override;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java5926 public static VersionInfo getAge(int ch) in getAge() method in UCharacter
5931 return UCharacterProperty.INSTANCE.getAge(ch); in getAge()
6118 case UProperty.AGE: return getAge(codepoint).toString(); in getStringPropertyValue()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java5181 public static VersionInfo getAge(int ch) in getAge() method in UCharacter
5186 return UCharacterProperty.INSTANCE.getAge(ch); in getAge()
5331 case UProperty.AGE: return getAge(codepoint).toString(); in getStringPropertyValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp134 int32_t getAge() in getAge() function in vkt::video::DpbSlot
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp356 W->printNumber("Age", TS.getAge()); in visitKnownRecord()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java1708 * Testing getAge
1724 VersionInfo age = UCharacter.getAge(ages[i]); in TestGetAge()
1727 errln("error: getAge(\\u" + Integer.toHexString(ages[i]) + in TestGetAge()
1743 UCharacter.getAge(valid_tests[i]); in TestGetAge()
1745 errln("UCharacter.getAge(int) was not suppose to have " + in TestGetAge()
1752 UCharacter.getAge(invalid_tests[i]); in TestGetAge()
1753 errln("UCharacter.getAge(int) was suppose to have " + in TestGetAge()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java1713 * Testing getAge
1729 VersionInfo age = UCharacter.getAge(ages[i]); in TestGetAge()
1732 errln("error: getAge(\\u" + Integer.toHexString(ages[i]) + in TestGetAge()
1748 UCharacter.getAge(valid_tests[i]); in TestGetAge()
1750 errln("UCharacter.getAge(int) was not suppose to have " + in TestGetAge()
1757 UCharacter.getAge(invalid_tests[i]); in TestGetAge()
1758 errln("UCharacter.getAge(int) was suppose to have " + in TestGetAge()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java290 public VersionInfo getAge(int codepoint) in getAge() method in UCharacterProperty
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCodePointTrieTest.java1081 VersionInfo version = UCharacter.getAge(c); in testIntProperty()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRoundTripTest.java1645 result.append(UCharacter.getAge(cp)); in info()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java1630 result.append(UCharacter.getAge(cp)); in info()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCodePointTrieTest.java1078 VersionInfo version = UCharacter.getAge(c); in testIntProperty()

Completed in 53 milliseconds

12