/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/ |
D | uuid.h | 50 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/ |
D | DebugTypeODRUniquingTest.cpp | 28 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/ |
D | gatt_server.py | 165 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
|
D | gatt_client.py | 114 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]
|
D | sdp.py | 139 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/ |
D | TextStubCommon.h | 24 using UUID = std::pair<llvm::MachO::Target, std::string>; variable
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
D | Defaults.java | 28 static final UUID UUID = new UUID(0L, 0L); field in Defaults
|
/external/coreboot/Documentation/drivers/ |
D | cbfs_smbios.md | 93 ### Usage
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/ |
D | TextStubCommon.h | 23 using UUID = std::pair<llvm::MachO::Target, std::string>; variable
|
/external/mockito/src/test/java/org/mockito/internal/util/reflection/ |
D | BeanPropertySetterTest.java | 157 private UUID UUID; field in BeanPropertySetterTest.BeanWithWeirdFields 160 public void setUUID(UUID UUID) { in setUUID() argument
|
/external/python/bumble/bumble/profiles/ |
D | cap.py | 30 UUID = gatt.GATT_COMMON_AUDIO_SERVICE variable in CommonAudioServiceService
|
D | battery_service.py | 32 UUID = GATT_BATTERY_SERVICE variable in BatteryService
|
D | gap.py | 50 UUID = GATT_GENERIC_ACCESS_SERVICE variable in GenericAccessService
|
D | tmap.py | 55 UUID = GATT_TELEPHONY_AND_MEDIA_AUDIO_SERVICE variable in TelephonyAndMediaAudioService
|
D | device_information_service.py | 42 UUID = GATT_DEVICE_INFORMATION_SERVICE variable in DeviceInformationService
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | GsymCreator.h | 140 std::vector<uint8_t> UUID; variable
|
/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/ |
D | HeaderType.java | 27 UUID(9); enumConstant
|
/external/libchrome/device/bluetooth/bluez/ |
D | bluetooth_service_attribute_value_bluez.h | 29 enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL }; enumerator
|
/external/perfetto/tools/ |
D | java_heap_dump | 91 UUID = str(uuid.uuid4())[-6:] variable
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/ |
D | JsonValueFormat.java | 94 UUID("uuid") enumConstant
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | GsymCreator.h | 141 std::vector<uint8_t> UUID; variable
|
D | Header.h | 86 uint8_t UUID[GSYM_MAX_UUID_SIZE]; member
|
/external/scapy/scapy/layers/msrpce/raw/ |
D | ept.py | 29 class UUID(NDRPacket): class
|
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/ |
D | HeaderType.java | 19 UUID(9, 0,false); enumConstant
|
/external/perfetto/python/tools/ |
D | heap_profile.py | 40 UUID = str(uuid.uuid4())[-6:] variable
|