/libcore/ojluni/src/main/java/java/util/ |
UUID.java | 31 * A class that represents an immutable universally unique identifier (UUID). 32 * A UUID represents a 128-bit value. 36 * constructors allow the creation of any variant of UUID (described below). 38 * <p> The layout of a variant 2 (Leach-Salz) UUID is as follows: 55 * {@code UUID}. The bit layout described above is valid only for a {@code 56 * UUID} with a variant value of 2, which indicates the Leach-Salz variant. 59 * UUID}. There are four different basic types of UUIDs: time-based, DCE 63 * <p> For more information including algorithms used to create {@code UUID}s, 65 * Universally Unique IDentifier (UUID) URN Namespace</i></a>, section 4.2 66 * "Algorithms for Creating a Time-Based UUID" [all...] |
/frameworks/base/core/java/android/os/ |
ParcelUuid.java | 19 import java.util.UUID; 22 * This class is a Parcelable wrapper around {@link UUID} which is an 28 private final UUID mUuid; 32 * given {@link UUID}. 34 * @param uuid UUID 36 public ParcelUuid(UUID uuid) { 37 mUuid = uuid; 41 * Creates a new ParcelUuid from a string representation of {@link UUID} [all...] |
/device/lge/bullhead/ |
audio_effects.conf | 48 # list of effects to load. Each effect element must contain a "library" and a "uuid" element. 51 # The name of the effect element is indicative, only the value of the "uuid" element 53 # The uuid is the implementation specific UUID as specified by the effect vendor. This is not the 54 # generic effect type UUID. 58 # uuid <effect uuid> 69 #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 75 #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy 82 #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzz [all...] |
/external/e2fsprogs/debian/ |
uuid-runtime.lintian-overrides | 0 uuid-runtime: command-with-path-in-maintainer-script prerm:5 /usr/sbin/uuidd
|
/external/e2fsprogs/lib/blkid/tests/ |
ext2.results | 3 UUID='22f0eac3-5c89-4ec1-9076-60799119aaea'
|
ext3.results | 3 UUID='35f66dab-477e-4090-a872-95ee0e493ad6'
|
jfs.results | 3 UUID='9bf7b82e-7583-4c74-99a4-189a691f27b5'
|
ocfs2.results | 3 UUID='6b6bfbea-3a79-4f0c-b166-a20776102445'
|
swap1.results | 3 UUID='8ff8e77f-8553-485e-8656-58be67a81666'
|
xfs.results | 3 UUID='8c8a0a5a-9f57-492e-9610-45a61f38f58a'
|
/external/snakeyaml/src/test/resources/issues/ |
issue306-2.yaml | 1 id: !!java.util.UUID 'ac4877be-0c31-4458-a86e-0272efe1aaa8'
|
/external/vboot_reference/host/lib21/ |
host_misc.c | 125 guid->uuid.time_low = htole32(time_low); 126 guid->uuid.time_mid = htole16(time_mid); 127 guid->uuid.time_high_and_version = htole16(time_high_and_version); 129 guid->uuid.clock_seq_high_and_reserved = chunk[3] & 0xff; 130 guid->uuid.clock_seq_low = chunk[4] & 0xff; 131 guid->uuid.node[0] = chunk[5] & 0xff; 132 guid->uuid.node[1] = chunk[6] & 0xff; 133 guid->uuid.node[2] = chunk[7] & 0xff; 134 guid->uuid.node[3] = chunk[8] & 0xff; 135 guid->uuid.node[4] = chunk[9] & 0xff [all...] |
/external/e2fsprogs/lib/uuid/ |
tst_uuid.c | 2 * tst_uuid.c --- test program from the UUID library 39 #define UUID MYUUID 45 #include <uuid/uuid.h> 47 static int test_uuid(const char * uuid, int isValid) 53 parsedOk = uuid_parse(uuid, uuidBits) == 0; 55 printf("%s is %s", uuid, validStr[isValid]); 84 printf("UUID generate = %s\n", str); 85 printf("UUID: "); 91 printf("UUID type = %d, UUID variant = %d\n", type, variant) [all...] |
unparse.c | 2 * unparse.c -- convert a UUID to string 53 struct uuid uuid; local 55 uuid_unpack(uu, &uuid); 57 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, 58 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF, 59 uuid.node[0], uuid.node[1], uuid.node[2] [all...] |
uuid.pc.in | 6 Name: uuid 10 Cflags: -I${includedir}/uuid -I${includedir}
|
/system/bt/btcore/src/ |
uuid.c | 24 #include "btcore/include/uuid.h" 36 // The base UUID is used for calculating 128-bit UUIDs from 16 and 42 static bool uuid_is_base(const bt_uuid_t *uuid); 65 bt_uuid_t *uuid = osi_calloc(sizeof(bt_uuid_t)); 72 uuid->uu[i] = strtoul(buf, NULL, 16); 83 return uuid; 86 void uuid_free(bt_uuid_t *uuid) { 87 osi_free(uuid); 90 bool uuid_is_empty(const bt_uuid_t *uuid) { 91 return !uuid || !memcmp(uuid, &empty_uuid, sizeof(bt_uuid_t)) [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue306/ |
UuidSupportTest.java | 24 import java.util.UUID; 34 public static final Tag UUID_TAG = new Tag(Tag.PREFIX + "java.util.UUID"); 44 UUID uuid = UUID.randomUUID(); local 45 String str = uuid.toString(); 50 assertEquals(str + "\n", yaml.dump(uuid)); 57 UUID uuid = (UUID) yaml.load("7f511847-781a-45df-9c8d-1e32e028b9b3") local 71 UUID uuid = UUID.randomUUID(); local 81 UUID uuid = UUID.fromString("ac4877be-0c31-4458-a86e-0272efe1aaa8"); local [all...] |
/device/huawei/angler/ |
audio_effects.conf | 45 # list of effects to load. Each effect element must contain a "library" and a "uuid" element. 48 # The name of the effect element is indicative, only the value of the "uuid" element 50 # The uuid is the implementation specific UUID as specified by the effect vendor. This is not the 51 # generic effect type UUID. 55 # uuid <effect uuid> 66 #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 72 #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy 79 #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzz [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
UUIDConverter.java | 20 import java.util.UUID; 23 * UUID from/to byte array. 26 public static byte[] convert(UUID uuid) { 28 long msb = uuid.getMostSignificantBits(); 29 long lsb = uuid.getLeastSignificantBits(); 43 public static UUID convert(byte[] uuidBytes) { 46 return new UUID(b.getLong(), b.getLong());
|
/external/wpa_supplicant_8/src/utils/ |
uuid.h | 2 * Universally Unique IDentifier (UUID) 16 int is_nil_uuid(const u8 *uuid);
|
/external/e2fsprogs/misc/ |
findfs.8.in | 7 findfs \- Find a filesystem by label or UUID 13 .BI UUID= uuid 19 or a UUID equal to 20 .IR uuid .
|
/system/bt/service/ |
gatt_client.cpp | 29 GattClient::GattClient(const UUID& uuid, int client_id) 30 : app_identifier_(uuid), 42 const UUID& GattClient::GetAppIdentifier() const { 62 const UUID& uuid, 64 VLOG(1) << __func__ << " - UUID: " << uuid.ToString(); 67 if (pending_calls_.find(uuid) != pending_calls_.end()) { 68 LOG(ERROR) << "GATT client with given UUID already registered - [all...] |
/frameworks/base/media/java/android/media/ |
MediaCrypto.java | 21 import java.util.UUID; 34 * Query if the given scheme identified by its UUID is supported on 36 * @param uuid The UUID of the crypto scheme. 38 public static final boolean isCryptoSchemeSupported(@NonNull UUID uuid) { 39 return isCryptoSchemeSupportedNative(getByteArrayFromUUID(uuid)); 43 private static final byte[] getByteArrayFromUUID(@NonNull UUID uuid) { 44 long msb = uuid.getMostSignificantBits() [all...] |
/device/moto/shamu/ |
audio_effects.conf | 42 # list of effects to load. Each effect element must contain a "library" and a "uuid" element. 45 # The name of the effect element is indicative, only the value of the "uuid" element 47 # The uuid is the implementation specific UUID as specified by the effect vendor. This is not the 48 # generic effect type UUID. 52 # uuid <effect uuid> 63 #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 69 #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy 76 #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzz [all...] |
/system/bt/service/common/bluetooth/ |
scan_filter.h | 21 #include <bluetooth/uuid.h> 48 // The service UUID and its mask used while filtering scan results. See 52 UUID* service_uuid() const { return service_uuid_.get(); } 53 UUID* service_uuid_mask() const { return service_uuid_mask_.get(); } 55 // Sets the service UUID for this filter. 56 void SetServiceUuid(const UUID& service_uuid); 58 // Sets the service UUID for this filter with a 128-bit mask. The mask allows 60 // 128-bits of a UUID, set the corresponding bit in the mask to 1 to match the 62 void SetServiceUuidWithMask(const UUID& service_uuid, const UUID& mask) [all...] |