Home
last modified time | relevance | path

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

12345678910>>...18

/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_time.c55 struct uuid uuid; in uuid_time() local
76 struct uuid uuid; in uuid_type() local
84 struct uuid uuid; in uuid_variant() local
/external/arm-trusted-firmware/include/tools_share/
Duuid.h50 struct uuid { struct
67 struct uuid uuid_struct; argument
/external/trusty/arm-trusted-firmware/include/tools_share/
Duuid.h52 struct uuid { struct
69 struct uuid uuid_struct; argument
/external/pigweed/pw_bluetooth_sapphire/host/common/
Duuid_test.cc184 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
Dadvertising_data.cc84 size_t EncodedServiceDataSize(const UUID& uuid, const BufferView data) { in EncodedServiceDataSize()
301 for (const auto& uuid : bounded_uuids.set()) { in ToString() local
331 for (const auto& uuid : bounded_uuids.set()) { in ToString() local
461 UUID uuid; in FromBytes() local
569 [[nodiscard]] bool AdvertisingData::AddServiceUuid(const UUID& uuid) { in AddServiceUuid()
584 [[nodiscard]] bool AdvertisingData::SetServiceData(const UUID& uuid, in SetServiceData()
616 [[nodiscard]] bool AdvertisingData::AddSolicitationUuid(const UUID& uuid) { in AddSolicitationUuid()
848 UUID uuid = service_data_pair.first; in WriteBlock() local
883 for (const auto& uuid : bounded_uuids.set()) { in WriteBlock() local
905 for (const auto& uuid : bounded_uuids.set()) { in WriteBlock() local
[all …]
/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/cronet/tot/base/
Duuid.cc108 Uuid uuid; in FormatRandomDataAsV4Impl() local
121 Uuid uuid; in ParseCaseInsensitive() local
128 Uuid uuid; in ParseCaseInsensitive() local
135 Uuid uuid; in ParseLowercase() local
142 Uuid uuid; in ParseLowercase() local
161 std::ostream& operator<<(std::ostream& out, const Uuid& uuid) { in operator <<()
/external/cronet/stable/base/
Duuid.cc108 Uuid uuid; in FormatRandomDataAsV4Impl() local
121 Uuid uuid; in ParseCaseInsensitive() local
128 Uuid uuid; in ParseCaseInsensitive() local
135 Uuid uuid; in ParseLowercase() local
142 Uuid uuid; in ParseLowercase() local
161 std::ostream& operator<<(std::ostream& out, const Uuid& uuid) { in operator <<()
/external/perfetto/src/base/
Duuid_unittest.cc48 Uuid uuid = Uuidv4(); in TEST() local
60 Uuid uuid(-6605018796207623390, 1314564453825188563); in TEST() local
65 Uuid uuid; in TEST() local
71 Uuid uuid; in TEST() local
98 Uuid uuid = Uuidv4(); in TEST() local
128 Uuid uuid = Uuidv4(); in TEST() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue306/
DUuidSupportTest.java41 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/rust/android-crates-io/crates/uuid/src/external/
Darbitrary_support.rs25 let uuid = Uuid::arbitrary(u)?; in arbitrary() localVariable
44 let uuid = Uuid::arbitrary(&mut bytes).unwrap(); in test_arbitrary() localVariable
55 let uuid = Uuid::arbitrary(&mut bytes); in test_arbitrary_empty() localVariable
65 let uuid: Uuid = non_nil_uuid.into(); in test_arbitrary_non_nil() localVariable
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowStorageStatsManagerTest.java159 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/python/bumble/rust/src/wrapper/
Dcore.rs65 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/android-crates-io/crates/uuid/src/
Dv5.rs147 let uuid = Uuid::new_v5(&Uuid::NAMESPACE_DNS, "rust-lang.org".as_bytes()); in test_get_version() localVariable
164 let uuid = Uuid::new_v5(*ns, name.as_bytes()); in test_hyphenated() localVariable
181 let uuid = Uuid::new_v5(*ns, name.as_bytes()); in test_new() localVariable
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/drm/
DFrameworkMediaDrm.java78 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/
DFrameworkMediaDrm.java78 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()
/external/autotest/server/cros/bluetooth/
Dbluetooth_gatt_client_utils.py79 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-v1alpha1/src/main/java/com/google/cloud/confidentialcomputing/v1alpha1/
DChallengeName.java38 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-v1/src/main/java/com/google/cloud/confidentialcomputing/v1/
DChallengeName.java38 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/pigweed/pw_bluetooth_sapphire/host/hci/
Ddiscovery_filter.cc131 for (auto uuid : service_uuids_) { in MatchLowEnergyResult() local
145 for (auto uuid : service_data_uuids_) { in MatchLowEnergyResult() local
159 for (auto uuid : solicitation_uuids_) { in MatchLowEnergyResult() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DPsshAtomUtil.java134 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/
DPsshAtomUtil.java134 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/
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()

12345678910>>...18