Home
last modified time | relevance | path

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

1234

/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/
Duuid.h50 constexpr explicit UUID(const UInt128& uuid128) : value_(uuid128) { in UUID() function
61 constexpr explicit UUID(const uint16_t uuid16) in UUID() function
64 constexpr explicit UUID(const uint32_t uuid32) in UUID() function
/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/python/bumble/bumble/
Dgatt_server.py165 def get_service_attribute(self, service_uuid: UUID) -> Optional[Service]:
178 self, service_uuid: UUID, characteristic_uuid: UUID
203 self, service_uuid: UUID, characteristic_uuid: UUID, descriptor_uuid: UUID
Dgatt_client.py114 self, client: Client, handle: int, end_group_handle: int, attribute_type: UUID
148 def from_client(service_class, client: Client, service_uuid: UUID):
355 def get_services_by_uuid(self, uuid: UUID) -> List[ServiceProxy]:
359 self, uuid: UUID, service: Optional[ServiceProxy] = None
405 async def discover_services(self, uuids: Iterable[UUID] = ()) -> List[ServiceProxy]:
477 async def discover_service(self, uuid: Union[str, UUID]) -> List[ServiceProxy]: argument
971 self, uuid: UUID, service: Optional[ServiceProxy]
Dsdp.py139 UUID = 3 variable in DataElement
233 def uuid(value: core.UUID) -> DataElement:
506 def is_uuid_in_value(uuid: core.UUID, value: DataElement) -> bool:
783 async def search_services(self, uuids: List[core.UUID]) -> List[int]:
818 self, uuids: List[core.UUID], attribute_ids: List[Union[int, Tuple[int, int]]]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStubCommon.h24 using UUID = std::pair<llvm::MachO::Target, std::string>; variable
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DDefaults.java28 static final UUID UUID = new UUID(0L, 0L); field in Defaults
/external/coreboot/Documentation/drivers/
Dcbfs_smbios.md93 ### Usage
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
DTextStubCommon.h23 using UUID = std::pair<llvm::MachO::Target, std::string>; variable
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DBeanPropertySetterTest.java157 private UUID UUID; field in BeanPropertySetterTest.BeanWithWeirdFields
160 public void setUUID(UUID UUID) { in setUUID() argument
/external/python/bumble/bumble/profiles/
Dcap.py30 UUID = gatt.GATT_COMMON_AUDIO_SERVICE variable in CommonAudioServiceService
Dbattery_service.py32 UUID = GATT_BATTERY_SERVICE variable in BatteryService
Dgap.py50 UUID = GATT_GENERIC_ACCESS_SERVICE variable in GenericAccessService
Dtmap.py55 UUID = GATT_TELEPHONY_AND_MEDIA_AUDIO_SERVICE variable in TelephonyAndMediaAudioService
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
/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
DHeaderType.java27 UUID(9); enumConstant
/external/libchrome/device/bluetooth/bluez/
Dbluetooth_service_attribute_value_bluez.h29 enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL }; enumerator
/external/perfetto/tools/
Djava_heap_dump91 UUID = str(uuid.uuid4())[-6:] variable
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/
DJsonValueFormat.java94 UUID("uuid") enumConstant
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/
DGsymCreator.h141 std::vector<uint8_t> UUID; variable
DHeader.h86 uint8_t UUID[GSYM_MAX_UUID_SIZE]; member
/external/scapy/scapy/layers/msrpce/raw/
Dept.py29 class UUID(NDRPacket): class
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
DHeaderType.java19 UUID(9, 0,false); enumConstant
/external/perfetto/python/tools/
Dheap_profile.py40 UUID = str(uuid.uuid4())[-6:] variable

1234