Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/arm-trusted-firmware/include/tools_share/
Duuid.h50 struct uuid { struct
60 struct uuid uuid_struct; argument
/external/e2fsprogs/lib/e2p/
Duuid.c17 struct uuid { struct
25 /* Returns 1 if the uuid is the NULL uuid */ argument
65 struct uuid uuid; in e2p_uuid_to_str() local
/external/e2fsprogs/lib/uuid/
DuuidP.h50 struct uuid { struct
70 void uuid_pack(const struct uuid *uu, uuid_t ptr); argument
Duuid.pc.in6 Name: uuid name
Duuid_time.c61 struct uuid uuid; in uuid_time() local
82 struct uuid uuid; in uuid_type() local
90 struct uuid uuid; in uuid_variant() local
/external/rust/crates/uuid/benches/
Dformat_str.rs10 let uuid = Uuid::parse_str("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4").unwrap(); in bench_hyphen() localVariable
20 let uuid = Uuid::parse_str("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4").unwrap(); in bench_simple() localVariable
30 let uuid = Uuid::parse_str("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4").unwrap(); in bench_urn() localVariable
40 let uuid = Uuid::parse_str("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4").unwrap(); in bench_encode_hyphen() localVariable
50 let uuid = Uuid::parse_str("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4").unwrap(); in bench_encode_simple() localVariable
60 let uuid = Uuid::parse_str("F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4").unwrap(); in bench_encode_urn() localVariable
/external/libchrome/device/bluetooth/
Dbluetooth_uuid.cc29 void GetCanonicalUuid(std::string uuid, in GetCanonicalUuid()
76 BluetoothUUID::BluetoothUUID(const std::string& uuid) { in BluetoothUUID()
81 BluetoothUUID::BluetoothUUID(GUID uuid) { in BluetoothUUID()
103 GUID BluetoothUUID::GetCanonicalValueAsGUID(base::StringPiece uuid) { in GetCanonicalValueAsGUID()
128 void PrintTo(const BluetoothUUID& uuid, std::ostream* out) { in PrintTo()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue306/
DUuidSupportTest.java44 UUID uuid = UUID.randomUUID(); in dumpAsString() local
57 UUID uuid = (UUID) yaml.load("7f511847-781a-45df-9c8d-1e32e028b9b3"); in loadAsUuid() local
71 UUID uuid = UUID.randomUUID(); in dumpUuid() local
81 UUID uuid = UUID.fromString("ac4877be-0c31-4458-a86e-0272efe1aaa8"); in dumpBean() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/drm/
DFrameworkMediaDrm.java74 private final UUID uuid; field in FrameworkMediaDrm
86 public static FrameworkMediaDrm newInstance(UUID uuid) throws UnsupportedDrmException { in newInstance()
96 private FrameworkMediaDrm(UUID uuid) throws UnsupportedSchemeException { in FrameworkMediaDrm()
354 private static UUID adjustUuid(UUID uuid) { in adjustUuid()
359 private static byte[] adjustRequestInitData(UUID uuid, byte[] initData) { in adjustRequestInitData()
395 private static String adjustRequestMimeType(UUID uuid, String mimeType) { in adjustRequestMimeType()
405 private static byte[] adjustRequestData(UUID uuid, byte[] requestData) { in adjustRequestData()
DMediaDrmCallback.java35 byte[] executeProvisionRequest(UUID uuid, ProvisionRequest request) throws Exception; in executeProvisionRequest()
45 byte[] executeKeyRequest(UUID uuid, KeyRequest request) throws Exception; in executeKeyRequest()
DDefaultDrmSessionManager.java57 private UUID uuid; field in DefaultDrmSessionManager.Builder
113 UUID uuid, ExoMediaDrm.Provider exoMediaDrmProvider) { in setUuidAndExoMediaDrmProvider()
203 private MissingSchemeDataException(UUID uuid) { in MissingSchemeDataException()
238 private final UUID uuid; field in DefaultDrmSessionManager
272 UUID uuid, in DefaultDrmSessionManager()
297 UUID uuid, in DefaultDrmSessionManager()
325 UUID uuid, in DefaultDrmSessionManager()
343 UUID uuid, in DefaultDrmSessionManager()
594 DrmInitData drmInitData, UUID uuid, boolean allowMissingData) { in getSchemeDatas()
DFrameworkMediaCrypto.java38 public final UUID uuid; field in FrameworkMediaCrypto
54 UUID uuid, byte[] sessionId, boolean forceAllowInsecureDecoderComponents) { in FrameworkMediaCrypto()
DLocalMediaDrmCallback.java42 public byte[] executeProvisionRequest(UUID uuid, ProvisionRequest request) throws IOException { in executeProvisionRequest()
47 public byte[] executeKeyRequest(UUID uuid, KeyRequest request) throws Exception { in executeKeyRequest()
/external/rust/crates/uuid/src/
Dv5.rs132 let uuid = in test_get_version() localVariable
142 let uuid = Uuid::new_v5(*ns, name.as_bytes()); in test_hyphenated() localVariable
151 let uuid = Uuid::new_v5(*ns, name.as_bytes()); in test_new() localVariable
Dv4.rs47 let uuid = Uuid::new_v4(); in test_new() localVariable
55 let uuid = Uuid::new_v4(); in test_get_version() localVariable
/external/grpc-grpc/test/core/channel/
Dchannelz_registry_test.cc48 intptr_t uuid = ChannelzRegistry::Register(channelz_channel); in TEST() local
72 intptr_t uuid = ChannelzRegistry::Register(channelz_channel); in TEST() local
81 intptr_t uuid = ChannelzRegistry::Register(channelz_channel); in TEST() local
90 intptr_t uuid = ChannelzRegistry::Register(channelz_channel); in TEST() local
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_tracker.cc39 void TrackEventTracker::ReserveDescriptorProcessTrack(uint64_t uuid, in ReserveDescriptorProcessTrack()
69 void TrackEventTracker::ReserveDescriptorThreadTrack(uint64_t uuid, in ReserveDescriptorThreadTrack()
104 uint64_t uuid, in ReserveDescriptorCounterTrack()
138 void TrackEventTracker::ReserveDescriptorChildTrack(uint64_t uuid, in ReserveDescriptorChildTrack()
162 uint64_t uuid, in GetDescriptorTrack()
188 uint64_t uuid) { in GetDescriptorTrackImpl()
284 uint64_t uuid, in ResolveDescriptorTrack()
302 uint64_t uuid, in ResolveDescriptorTrackImpl()
/external/autotest/server/cros/bluetooth/
Dbluetooth_gatt_client_utils.py78 def find_by_uuid(self, uuid): argument
132 def __init__(self, uuid, object_path, bluetooth_facade): argument
176 def find_by_uuid(self, uuid): argument
238 def __init__(self, uuid, object_path, bluetooth_facade): argument
283 def find_by_uuid(self, uuid): argument
355 def __init__(self, uuid, object_path, bluetooth_facade): argument
426 def UUID_Short2Full(uuid): argument
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DPsshAtomUtil.java136 public static byte[] parseSchemeSpecificData(byte[] atom, UUID uuid) { in parseSchemeSpecificData()
179 UUID uuid = new UUID(atomData.readLong(), atomData.readLong()); in parsePsshAtom() local
197 private final UUID uuid; field in PsshAtomUtil.PsshAtom
201 public PsshAtom(UUID uuid, int version, byte[] schemeData) { in PsshAtom()
/external/guice/jdk8-tests/test/com/google/inject/jdk8/
DJava8LanguageFeatureBindingTest.java113 UUID uuid = UUID.randomUUID(); in testProvider_usingJdk8Features() local
128 private final UUID uuid; field in Java8LanguageFeatureBindingTest.StringProvider
131 StringProvider(UUID uuid) { in StringProvider()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothServerSocket.java19 int type, boolean auth, boolean encrypt, ParcelUuid uuid) { in newInstance()
34 private static int getPort(ParcelUuid uuid) { in getPort()
/external/perfetto/src/base/
Duuid_unittest.cc44 Uuid uuid = Uuidv4(); in TEST() local
56 Uuid uuid(-6605018796207623390, 1314564453825188563); in TEST() local
61 Uuid uuid; in TEST() local
/external/llvm-project/lldb/test/API/commands/trace/intelpt-trace-multi-file/
Dmulti-file-no-ld.json26 "uuid": "D2414468-7112-B7C5-408D-FF07E30D5B17-A5BFD2C4" string
32 "uuid": "B30FFEDA-8BB2-3D08-4580-C5937ED11E2B-21BE778C" string
38 "uuid": "6633B038-EA73-D1A6-FF9A-7D0C0EDF733D-95FEA2CC" string
/external/mesa3d/src/freedreno/common/
Dfreedreno_uuid.c37 fd_get_driver_uuid(void *uuid) in fd_get_driver_uuid()
60 fd_get_device_uuid(void *uuid, unsigned gpu_id) in fd_get_device_uuid()
/external/grpc-grpc/src/core/lib/channel/
Dchannelz_registry.h46 static void Unregister(intptr_t uuid) { Default()->InternalUnregister(uuid); } in Unregister()
47 static BaseNode* Get(intptr_t uuid) { return Default()->InternalGet(uuid); } in Get()

12345678910>>...12