/external/e2fsprogs/contrib/python-uuid/ |
setup.py | 4 uuid = Extension('e2fsprogs_uuid', variable 5 sources = ['uuid.c'], 6 libraries = ['uuid']) 10 description = 'This is python uuid interface', 11 ext_modules = [uuid])
|
uuid.c | 3 #include <uuid/uuid.h> 8 char uuid[37]; local 11 uuid_unparse(u, uuid); 12 return Py_BuildValue("s", uuid); 16 {"generate", _uuid_generate, METH_VARARGS, "Generate UUID"},
|
/external/e2fsprogs/debian/ |
uuid-dev.files.in | 3 usr/include/uuid/* 4 usr/share/man/man3/uuid* 5 usr/lib/*/pkgconfig/uuid.pc
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
UUIDTest.java | 20 import java.util.UUID; 29 * @see UUID#UUID(long, long) 32 UUID uuid = new UUID(0xf81d4fae7dec11d0L, 0xa76500a0c91e6bf6L); local 33 assertEquals(2, uuid.variant()); 34 assertEquals(1, uuid.version()); 35 assertEquals(0x1d07decf81d4faeL, uuid.timestamp()); 36 assertEquals(130742845922168750L, uuid.timestamp()) 45 UUID uuid = new UUID(0, 0); local 57 UUID uuid = new UUID(0, 0); local 69 UUID uuid = new UUID(0, 0); local 87 UUID uuid = new UUID(0, 0x0000000000000000L); local 120 UUID uuid = new UUID(0x0000000000001000L, 0x8000000000000000L); local 143 UUID uuid = new UUID(0x0000000000001000L, 0x8000000000000000L); local 169 UUID uuid = new UUID(0x0000000000001000L, 0x8000000000000000L); local 207 UUID uuid = new UUID(0, 0); local 240 UUID uuid = new UUID(0xf81d4fae7dec11d0L, 0xa76500a0c91e6bf6L); local 269 UUID uuid = UUID.randomUUID(); local 283 UUID uuid = UUID.nameUUIDFromBytes(name); local 364 UUID uuid = UUID.fromString("0-0-0-0-0"); local [all...] |
/system/bt/btcore/test/ |
uuid_test.cpp | 23 #include "btcore/include/uuid.h" 41 bt_uuid_t *uuid; local 43 uuid = uuid_new("incorrect length"); 44 EXPECT_EQ(NULL, uuid); 46 uuid = uuid_new("correct length but missing dashes --"); 47 EXPECT_EQ(NULL, uuid); 49 uuid = uuid_new(UUID_ONES); 50 ASSERT_TRUE(uuid != NULL); 52 EXPECT_EQ(0x11, uuid->uu[i]); 54 uuid_free(uuid); 96 bt_uuid_t *uuid = NULL; local 110 bt_uuid_t *uuid = NULL; local 126 bt_uuid_t *uuid = NULL; local 142 bt_uuid_t *uuid = NULL; local [all...] |
/system/bt/service/common/bluetooth/ |
uuid.cpp | 17 #include "service/common/bluetooth/uuid.h" 33 const UUID::UUID128Bit kSigBaseUUID = { 41 UUID UUID::GetRandom() { 44 return UUID(bytes); 48 UUID UUID::GetNil() { 51 return UUID(bytes); 55 UUID UUID::GetMax() [all...] |
uuid.h | 28 class UUID { 38 // Creates and returns a random 128-bit UUID. 39 static UUID GetRandom(); 41 // Creates and returns a UUID in which all 128 bits are equal to 0. 42 static UUID GetNil(); 44 // Creates and returns a UUID in which all 128 bits are equal to 1. 45 static UUID GetMax(); 47 // Construct a Bluetooth 'base' UUID. 48 UUID(); 51 explicit UUID(const bt_uuid_t& uuid) [all...] |
/system/bt/service/test/ |
uuid_unittest.cpp | 23 #include "service/common/bluetooth/uuid.h" 29 const std::array<uint8_t, UUID::kNumBytes128> kBtSigBaseUUID = { 36 // Verify that an uninitialized UUID is equal 37 // To the BT SIG Base UUID. 39 UUID uuid; local 40 ASSERT_TRUE(uuid.is_valid()); 41 ASSERT_TRUE(uuid.GetFullBigEndian() == kBtSigBaseUUID); 44 // Verify that we initialize a 16-bit UUID in a 50 UUID uuid(UUID::UUID16Bit({{ 0xde, 0xad }})) [all...] |
/external/e2fsprogs/lib/blkid/tests/ |
fat.results | 3 UUID='DEAD-BEEF'
|
fat32_label_64MB.results | 3 UUID='8CB5-BA49'
|
small-fat32.results | 3 UUID='1423-AAE1'
|
jbd.results | 2 UUID='0d7a07df-7b06-4829-bce7-3b9c3ece570c'
|
reiser3.results | 3 UUID='9efe7863-b124-46dc-ad68-8ecd04230a7b'
|
reiser4.results | 3 UUID='9722633c-d69a-4881-b1c8-bedecbbf39d2'
|
/external/skia/src/pdf/ |
SkPDFMetadata.h | 24 struct UUID { 27 UUID uuid() const; 28 static SkPDFObject* CreatePdfId(const UUID& doc, const UUID& instance); 29 SkPDFObject* createXMPObject(const UUID& doc, const UUID& instance) const;
|
/external/e2fsprogs/lib/e2p/ |
uuid.c | 2 * uuid.c -- utility routines for manipulating UUID's. 16 struct uuid { struct 24 /* Returns 1 if the uuid is the NULL uuid */ 36 static void e2p_unpack_uuid(void *in, struct uuid *uu) 64 struct uuid uuid; local 66 e2p_unpack_uuid(uu, &uuid); 69 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ServiceDeclaration.java | 20 import java.util.UUID; 34 UUID uuid = null; field in class:ServiceDeclaration.Entry 42 Entry(UUID uuid, int serviceType, int instance) { 44 this.uuid = uuid; 49 Entry(UUID uuid, int serviceType, int instance, boolean advertisePreferred) { 51 this.uuid = uuid [all...] |
HandleMap.java | 24 import java.util.UUID; 39 UUID uuid = null; field in class:HandleMap.Entry 47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { 51 this.uuid = uuid; 56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, 61 this.uuid = uuid [all...] |
/system/bt/btcore/include/ |
uuid.h | 26 // Creates uuid string structure to hold a well formed UUID 31 // Frees a uuid string structure created from |uuid_string_new|. 35 // Returns a string pointer to the well formed UUID string 39 // Creates uuid structure from a well formed UUID string 40 // |uuid_string|. The caller takes ownership of the uuid 46 // A well formed UUID string is structured like this: 50 // Frees a uuid structure created from |uuid_new| and friends. 51 // |uuid| may be NULL [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_uuid.py | 3 import uuid namespace 28 'urn:uuid:00000000-0000-0000-0000-000000000000', 29 0, 0, uuid.RESERVED_NCS, None), 37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f', 38 0x607040500010203L, 0x809, uuid.RESERVED_NCS, None), 46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd', 47 0x82e946702d9e6d5L, 0xf9b, uuid.RFC_4122, 3), 55 'urn:uuid:12345678-1234-5678-1234-567812345678', 56 0x678123412345678L, 0x1234, uuid.RESERVED_NCS, None), 64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_uuid.py | 3 import uuid namespace 28 'urn:uuid:00000000-0000-0000-0000-000000000000', 29 0, 0, uuid.RESERVED_NCS, None), 37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f', 38 0x607040500010203L, 0x809, uuid.RESERVED_NCS, None), 46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd', 47 0x82e946702d9e6d5L, 0xf9b, uuid.RFC_4122, 3), 55 'urn:uuid:12345678-1234-5678-1234-567812345678', 56 0x678123412345678L, 0x1234, uuid.RESERVED_NCS, None), 64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_uuid.py | 3 import uuid namespace 28 'urn:uuid:00000000-0000-0000-0000-000000000000', 29 0, 0, uuid.RESERVED_NCS, None), 37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f', 38 0x607040500010203L, 0x809, uuid.RESERVED_NCS, None), 46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd', 47 0x82e946702d9e6d5L, 0xf9b, uuid.RFC_4122, 3), 55 'urn:uuid:12345678-1234-5678-1234-567812345678', 56 0x678123412345678L, 0x1234, uuid.RESERVED_NCS, None), 64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_uuid.py | 3 import uuid namespace 28 'urn:uuid:00000000-0000-0000-0000-000000000000', 29 0, 0, uuid.RESERVED_NCS, None), 37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f', 38 0x607040500010203L, 0x809, uuid.RESERVED_NCS, None), 46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd', 47 0x82e946702d9e6d5L, 0xf9b, uuid.RFC_4122, 3), 55 'urn:uuid:12345678-1234-5678-1234-567812345678', 56 0x678123412345678L, 0x1234, uuid.RESERVED_NCS, None), 64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8' [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothUuid.java | 25 import java.util.UUID; 37 * uuid * 2^96 + BASE_UUID 85 /** Length of bytes for 16 bit UUID */ 87 /** Length of bytes for 32 bit UUID */ 89 /** Length of bytes for 128 bit UUID */ 96 public static boolean isAudioSource(ParcelUuid uuid) { 97 return uuid.equals(AudioSource); 100 public static boolean isAudioSink(ParcelUuid uuid) { 101 return uuid.equals(AudioSink); 104 public static boolean isAdvAudioDist(ParcelUuid uuid) { 228 UUID uuid = parcelUuid.getUuid(); local 284 UUID uuid = parcelUuid.getUuid(); local 299 UUID uuid = parcelUuid.getUuid(); local [all...] |
/external/e2fsprogs/misc/ |
uuidgen.1.in | 10 uuidgen \- command\-line utility to create a new UUID value 22 a new universally unique identifier (UUID) using the 24 library. The new UUID can reasonably be considered unique among 29 There are two types of UUID's which 31 can generate: time-based UUID's and random-based UUID's. By 34 will generate a random-based UUID if a high-quality random number 35 generator is present. Otherwise, it will chose a time-based UUID. It 37 UUID types by using the 45 Generate a random-based UUID. This method creates a UUID consisting mostl [all...] |