Home
last modified time | relevance | path

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

12

/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/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()
DTextStubCommon.cpp212 auto UUID = Split.second.trim(); in input() local
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DDefaults.java28 static final UUID UUID = new UUID(0L, 0L); field in Defaults
/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/python/bumble/bumble/profiles/
Dbattery_service.py32 UUID = GATT_BATTERY_SERVICE variable in BatteryService
Ddevice_information_service.py42 UUID = GATT_DEVICE_INFORMATION_SERVICE variable in DeviceInformationService
/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/perfetto/tools/
Djava_heap_dump65 UUID = str(uuid.uuid4())[-6:] variable
Dheap_profile39 UUID = str(uuid.uuid4())[-6:] variable
Dcpu_profile35 UUID = str(uuid.uuid4())[-6:] variable
/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/e2fsprogs/lib/uuid/
Duuid_time.c42 #define UUID MYUUID macro
Dtst_uuid.c40 #define UUID MYUUID macro
Dgen_uuid.c47 #define UUID MYUUID macro
/external/python/cpython2/Lib/
Duuid.py55 class UUID(object): class
/external/python/cpython3/Lib/
Duuid.py84 class UUID: class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp155 raw_ostream &raw_ostream::write_uuid(const uuid_t UUID) { in write_uuid()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp306 void BitcodeReaderMetadataList::addTypeRef(MDString &UUID, in addTypeRef()
316 auto *UUID = dyn_cast_or_null<MDString>(MaybeUUID); in upgradeTypeRef() local
/external/python/bumble/bumble/
Dsdp.py121 UUID = 3 variable in DataElement
Dgatt.py206 UUID = None variable in TemplateService
Dcore.py111 class UUID: class

12