Home
last modified time | relevance | path

Searched defs:UUID (Results 26 – 50 of 535) sorted by relevance

12345678910>>...22

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DLocateSymbolFile.h23 class UUID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DLocateSymbolFile.h23 class UUID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/
DLocateSymbolFile.h23 class UUID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DLocateSymbolFile.h23 class UUID; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStubCommon.h24 using UUID = std::pair<llvm::MachO::Target, std::string>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DModuleCache.h26 class UUID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DModuleCache.h26 class UUID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DModuleCache.h26 class UUID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DModuleCache.h26 class UUID; variable
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/model/
H A DDefaults.java28 static final UUID UUID = new UUID(0L, 0L); field in Defaults
/aosp_15_r20/external/coreboot/Documentation/drivers/
H A Dcbfs_smbios.md93 ### Usage
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
H A DTextStubCommon.h23 using UUID = std::pair<llvm::MachO::Target, std::string>; variable
/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/nsd/
DWifiP2pUpnpServiceInfoTest.java35 private static final String UUID = "6859dede-8574-59ab-9332-123456789012"; field in WifiP2pUpnpServiceInfoTest
/aosp_15_r20/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h140 std::vector<uint8_t> UUID; variable
/aosp_15_r20/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
H A DHeaderType.java27 UUID(9); enumConstant
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/device/bluetooth/bluez/
Dbluetooth_service_attribute_value_bluez.h32 enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL }; enumerator
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/device/bluetooth/bluez/
Dbluetooth_service_attribute_value_bluez.h32 enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL }; enumerator
/aosp_15_r20/external/libchrome/device/bluetooth/bluez/
H A Dbluetooth_service_attribute_value_bluez.h29 enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL }; enumerator
/aosp_15_r20/external/perfetto/tools/
H A Djava_heap_dump91 UUID = str(uuid.uuid4())[-6:] variable
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/
H A DJsonValueFormat.java94 UUID("uuid") enumConstant
/aosp_15_r20/external/python/bumble/bumble/
Ddevice.py1119 self, uuid: Union[core.UUID, str]
1124 self, uuids: Iterable[core.UUID] = ()
1135 uuids: Iterable[Union[core.UUID, str]] = (),
1195 self, uuid: core.UUID, service: Optional[gatt_client.ServiceProxy] = None
1199 def get_services_by_uuid(self, uuid: core.UUID) -> List[gatt_client.ServiceProxy]:
1204 uuid: core.UUID,
1205 service: Optional[Union[gatt_client.ServiceProxy, core.UUID]] = None,

12345678910>>...22