Home
last modified time | relevance | path

Searched defs:UUID (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm-project/llvm/unittests/IR/
DDebugTypeODRUniquingTest.cpp27 MDString &UUID = *MDString::get(Context, "string"); in TEST() local
73 MDString &UUID = *MDString::get(Context, "Type"); in TEST() local
117 MDString &UUID = *MDString::get(Context, "UUID"); in TEST() local
/external/llvm/unittests/IR/
DDebugTypeODRUniquingTest.cpp28 MDString &UUID = *MDString::get(Context, "string"); in TEST() local
70 MDString &UUID = *MDString::get(Context, "Type"); in TEST() local
105 MDString &UUID = *MDString::get(Context, "UUID"); in TEST() local
/external/llvm-project/lldb/include/lldb/Symbol/
DLocateSymbolFile.h21 class UUID; variable
/external/llvm-project/llvm/lib/TextAPI/MachO/
DTextStubCommon.h23 using UUID = std::pair<llvm::MachO::Target, std::string>; variable
DInterfaceFile.cpp75 void InterfaceFile::addUUID(const Target &Target_, StringRef UUID) { in addUUID()
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DDefaults.java28 static final UUID UUID = new UUID(0L, 0L); field in Defaults
/external/llvm-project/lldb/include/lldb/Target/
DModuleCache.h26 class UUID; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStubCommon.h24 using UUID = std::pair<llvm::MachO::Target, std::string>; variable
DInterfaceFile.cpp74 void InterfaceFile::addUUID(const Target &Target_, StringRef UUID) { in addUUID()
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DBeanPropertySetterTest.java153 private UUID UUID; field in BeanPropertySetterTest.BeanWithWeirdFields
156 public void setUUID(UUID UUID) { in setUUID() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DGsymCreator.h140 std::vector<uint8_t> UUID; variable
DHeader.h86 uint8_t UUID[GSYM_MAX_UUID_SIZE]; member
/external/libchrome/device/bluetooth/bluez/
Dbluetooth_service_attribute_value_bluez.h29 enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL }; enumerator
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/
DJsonValueFormat.java94 UUID("uuid") enumConstant
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DGsymCreator.h142 std::vector<uint8_t> UUID; variable
DHeader.h86 uint8_t UUID[GSYM_MAX_UUID_SIZE]; member
/external/e2fsprogs/lib/uuid/
Duuid_time.c42 #define UUID MYUUID macro
Dtst_uuid.c40 #define UUID MYUUID macro
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h46 class UUID; variable
/external/llvm-project/llvm/tools/dsymutil/
DSymbolMap.cpp96 StringRef UUID(CFStringGetCStringPtr(OldUUID, kCFStringEncodingUTF8)); in Load() local
/external/perfetto/tools/
Dheap_profile48 UUID = str(uuid.uuid4())[-6:] variable
/external/llvm-project/lldb/include/lldb/Utility/
DUUID.h106 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes.begin(), bytes.end()) {} in UUID() function
DReproducer.h25 class UUID; variable
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DObjectFileTransformer.cpp27 std::vector<uint8_t> UUID; in getUUID() local
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp1133 uint32_t NumAddresses, ArrayRef<uint8_t> UUID) { in TestEncodeDecode()
1152 uint8_t UUID[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; in TEST() local
1178 uint8_t UUID[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; in TEST() local
1204 uint8_t UUID[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; in TEST() local
1230 uint8_t UUID[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; in TEST() local
1270 uint8_t UUID[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; in TEST() local

123