| /external/e2fsprogs/lib/e2p/ |
| D | uuid.c | 17 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/ |
| D | uuidP.h | 50 struct uuid { struct 70 void uuid_pack(const struct uuid *uu, uuid_t ptr); argument
|
| D | uuid_time.c | 55 struct uuid uuid; in uuid_time() local 76 struct uuid uuid; in uuid_type() local 84 struct uuid uuid; in uuid_variant() local
|
| D | uuid.pc.in | 6 Name: uuid pkg
|
| /external/arm-trusted-firmware/include/tools_share/ |
| D | uuid.h | 50 struct uuid { struct 67 struct uuid uuid_struct; argument
|
| /external/trusty/arm-trusted-firmware/include/tools_share/ |
| D | uuid.h | 52 struct uuid { struct 69 struct uuid uuid_struct; argument
|
| /external/pigweed/pw_bluetooth_sapphire/host/common/ |
| D | uuid_test.cc | 184 constexpr UUID uuid(kId1As16); in TEST() local 222 UUID uuid; in TEST() local 248 UUID uuid; in TEST() local 287 UUID uuid; in TEST() local 303 UUID uuid(kUuid16); in TEST() local 339 UUID uuid(kId1As16); in TEST() local 354 UUID uuid(kId2As32); in TEST() local 368 UUID uuid(kId1As16); in TEST() local 381 UUID uuid(kId2As32); in TEST() local 400 UUID uuid = UUID::Generate(); in TEST() local
|
| /external/libchrome/device/bluetooth/ |
| D | bluetooth_uuid.cc | 29 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/cronet/base/ |
| D | uuid.cc | 106 Uuid uuid; in FormatRandomDataAsV4Impl() local 119 Uuid uuid; in ParseCaseInsensitive() local 126 Uuid uuid; in ParseCaseInsensitive() local 133 Uuid uuid; in ParseLowercase() local 140 Uuid uuid; in ParseLowercase() local 159 std::ostream& operator<<(std::ostream& out, const Uuid& uuid) { in operator <<()
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue306/ |
| D | UuidSupportTest.java | 41 UUID uuid = UUID.randomUUID(); in dumpAsString() local 54 UUID uuid = yaml.load("7f511847-781a-45df-9c8d-1e32e028b9b3"); in loadAsUuid() local 68 UUID uuid = UUID.randomUUID(); in dumpUuid() local 78 UUID uuid = UUID.fromString("ac4877be-0c31-4458-a86e-0272efe1aaa8"); in dumpBean() local
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowStorageStatsManagerTest.java | 159 UUID uuid = UUID.randomUUID(); in queryPackageWithCorrectArguments_shouldReturnSetupValue() local 176 UUID uuid = UUID.randomUUID(); in queryUserWithCorrectArguments_shouldReturnSetupValue() local 220 UUID uuid = UUID.randomUUID(); in queryUser_packageStatsUpdated_shouldUpdateUserStats() local 248 UUID uuid = UUID.randomUUID(); in queryUser_packageStatsUpdated_singlePackage_shouldUpdateUserStats() local 274 UUID uuid = UUID.randomUUID(); in queryPackageWithWrongArguments_shouldFail() local 312 UUID uuid = UUID.randomUUID(); in queryUserWithWrongArguments_shouldFail() local 340 UUID uuid = UUID.randomUUID(); in queryPackageAfterClearSetup_shouldFail() local 358 UUID uuid = UUID.randomUUID(); in queryUserAfterClearSetup_shouldFail() local
|
| /external/perfetto/src/base/ |
| D | uuid_unittest.cc | 46 Uuid uuid = Uuidv4(); in TEST() local 58 Uuid uuid(-6605018796207623390, 1314564453825188563); in TEST() local 63 Uuid uuid; in TEST() local 69 Uuid uuid; in TEST() local 96 Uuid uuid = Uuidv4(); in TEST() local
|
| /external/python/bumble/rust/src/wrapper/ |
| D | core.rs | 65 uuid: [u8; 2], field 87 let mut uuid = self.uuid; localVariable 112 uuid: [u8; 4], field 139 let mut uuid = [0; 4]; in from() localVariable 149 uuid: [u8; 16], field 184 let mut uuid = *BASE_UUID; in from() localVariable 192 let mut uuid = *BASE_UUID; in from() localVariable
|
| /external/rust/crates/uuid/src/ |
| D | v5.rs | 146 let uuid = Uuid::new_v5(&Uuid::NAMESPACE_DNS, "rust-lang.org".as_bytes()); in test_get_version() localVariable 163 let uuid = Uuid::new_v5(*ns, name.as_bytes()); in test_hyphenated() localVariable 180 let uuid = Uuid::new_v5(*ns, name.as_bytes()); in test_new() localVariable
|
| D | v4.rs | 60 let uuid = Uuid::new_v4(); in test_new() localVariable 76 let uuid = Uuid::new_v4(); in test_get_version() localVariable
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/drm/ |
| D | FrameworkMediaDrm.java | 78 private final UUID uuid; field in FrameworkMediaDrm 87 public static boolean isCryptoSchemeSupported(UUID uuid) { in isCryptoSchemeSupported() 99 public static FrameworkMediaDrm newInstance(UUID uuid) throws UnsupportedDrmException { in newInstance() 109 private FrameworkMediaDrm(UUID uuid) throws UnsupportedSchemeException { in FrameworkMediaDrm() 401 private static UUID adjustUuid(UUID uuid) { in adjustUuid() 406 private static byte[] adjustRequestInitData(UUID uuid, byte[] initData) { in adjustRequestInitData() 442 private static String adjustRequestMimeType(UUID uuid, String mimeType) { in adjustRequestMimeType() 452 private static byte[] adjustRequestData(UUID uuid, byte[] requestData) { in adjustRequestData()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/drm/ |
| D | FrameworkMediaDrm.java | 78 private final UUID uuid; field in FrameworkMediaDrm 87 public static boolean isCryptoSchemeSupported(UUID uuid) { in isCryptoSchemeSupported() 99 public static FrameworkMediaDrm newInstance(UUID uuid) throws UnsupportedDrmException { in newInstance() 109 private FrameworkMediaDrm(UUID uuid) throws UnsupportedSchemeException { in FrameworkMediaDrm() 404 private static UUID adjustUuid(UUID uuid) { in adjustUuid() 409 private static byte[] adjustRequestInitData(UUID uuid, byte[] initData) { in adjustRequestInitData() 445 private static String adjustRequestMimeType(UUID uuid, String mimeType) { in adjustRequestMimeType() 455 private static byte[] adjustRequestData(UUID uuid, byte[] requestData) { in adjustRequestData()
|
| D | MediaDrmCallback.java | 33 byte[] executeProvisionRequest(UUID uuid, ProvisionRequest request) in executeProvisionRequest() 44 byte[] executeKeyRequest(UUID uuid, KeyRequest request) throws MediaDrmCallbackException; in executeKeyRequest()
|
| /external/autotest/server/cros/bluetooth/ |
| D | bluetooth_gatt_client_utils.py | 79 def find_by_uuid(self, uuid): argument 133 def __init__(self, uuid, object_path, bluetooth_facade): argument 177 def find_by_uuid(self, uuid): argument 239 def __init__(self, uuid, object_path, bluetooth_facade): argument 284 def find_by_uuid(self, uuid): argument 356 def __init__(self, uuid, object_path, bluetooth_facade): argument 427 def UUID_Short2Full(uuid): argument
|
| /external/google-cloud-java/java-confidentialcomputing/proto-google-cloud-confidentialcomputing-v1/src/main/java/com/google/cloud/confidentialcomputing/v1/ |
| D | ChallengeName.java | 38 private final String uuid; field in ChallengeName 73 public static ChallengeName of(String project, String location, String uuid) { in of() 77 public static String format(String project, String location, String uuid) { in format() 177 private String uuid; field in ChallengeName.Builder 203 public Builder setUuid(String uuid) { in setUuid()
|
| /external/google-cloud-java/java-confidentialcomputing/proto-google-cloud-confidentialcomputing-v1alpha1/src/main/java/com/google/cloud/confidentialcomputing/v1alpha1/ |
| D | ChallengeName.java | 38 private final String uuid; field in ChallengeName 73 public static ChallengeName of(String project, String location, String uuid) { in of() 77 public static String format(String project, String location, String uuid) { in format() 177 private String uuid; field in ChallengeName.Builder 203 public Builder setUuid(String uuid) { in setUuid()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
| D | PsshAtomUtil.java | 134 public static byte[] parseSchemeSpecificData(byte[] atom, UUID uuid) { in parseSchemeSpecificData() 177 UUID uuid = new UUID(atomData.readLong(), atomData.readLong()); in parsePsshAtom() local 195 private final UUID uuid; field in PsshAtomUtil.PsshAtom 199 public PsshAtom(UUID uuid, int version, byte[] schemeData) { in PsshAtom()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
| D | PsshAtomUtil.java | 134 public static byte[] parseSchemeSpecificData(byte[] atom, UUID uuid) { in parseSchemeSpecificData() 177 UUID uuid = new UUID(atomData.readLong(), atomData.readLong()); in parsePsshAtom() local 195 private final UUID uuid; field in PsshAtomUtil.PsshAtom 199 public PsshAtom(UUID uuid, int version, byte[] schemeData) { in PsshAtom()
|
| /external/guice/jdk8-tests/test/com/google/inject/jdk8/ |
| D | Java8LanguageFeatureBindingTest.java | 113 UUID uuid = UUID.randomUUID(); in testProvider_usingJdk8Features() local 128 private final UUID uuid; field in Java8LanguageFeatureBindingTest.StringProvider 131 StringProvider(UUID uuid) { in StringProvider()
|
| /external/perfetto/src/trace_processor/importers/proto/ |
| D | track_event_tracker.cc | 41 void TrackEventTracker::ReserveDescriptorProcessTrack(uint64_t uuid, in ReserveDescriptorProcessTrack() 71 void TrackEventTracker::ReserveDescriptorThreadTrack(uint64_t uuid, in ReserveDescriptorThreadTrack() 108 uint64_t uuid, in ReserveDescriptorCounterTrack() 142 void TrackEventTracker::ReserveDescriptorChildTrack(uint64_t uuid, in ReserveDescriptorChildTrack() 182 uint64_t uuid, in GetDescriptorTrack() 212 uint64_t uuid, in GetDescriptorTrackImpl() 334 uint64_t uuid, in ResolveDescriptorTrack() 375 uint64_t uuid, in ResolveDescriptorTrackImpl()
|