/external/e2fsprogs/lib/uuid/ |
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...] |
uuidP.h | 2 * uuid.h -- private header file for uuids 38 #include <uuid/uuid_types.h> 42 #include <uuid/uuid.h> 50 struct uuid { struct 62 void uuid_pack(const struct uuid *uu, uuid_t ptr); 63 void uuid_unpack(const uuid_t in, struct uuid *uu);
|
parse.c | 2 * parse.c --- UUID parsing 44 struct uuid uuid; local 65 uuid.time_low = strtoul(in, NULL, 16); 66 uuid.time_mid = strtoul(in+9, NULL, 16); 67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16); 68 uuid.clock_seq = strtoul(in+19, NULL, 16); 74 uuid.node[i] = strtoul(buf, NULL, 16); 77 uuid_pack(&uuid, uu);
|
uuid_time.c | 2 * uuid_time.c --- Interpret the time field from a uuid. This program 3 * violates the UUID abstraction barrier by reaching into the guts 4 * of a UUID and interpreting it. 40 #define UUID MYUUID 59 struct uuid uuid; local 63 uuid_unpack(uu, &uuid); 65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16); 66 clock_reg = uuid.time_low | ((uint64_t) high << 32) 80 struct uuid uuid; local 88 struct uuid uuid; local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/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...] |
/external/e2fsprogs/lib/e2p/ |
uuid.c | 2 * uuid.c -- utility routines for manipulating UUID's. 11 struct uuid { struct 19 /* Returns 1 if the uuid is the NULL uuid */ 31 static void e2p_unpack_uuid(void *in, struct uuid *uu) 59 struct uuid uuid; local 61 e2p_unpack_uuid(uu, &uuid); 64 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version [all...] |
/system/extras/ext4_utils/ |
uuid.c | 27 #include "uuid.h" 30 struct uuid { struct 53 struct uuid *uuid = (struct uuid *)result; local 56 memcpy(uuid, sha1, sizeof(struct uuid)); 58 uuid->time_low = ntohl(uuid->time_low); 59 uuid->time_mid = ntohs(uuid->time_mid) [all...] |
/external/e2fsprogs/contrib/python-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"},
|
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])
|
/external/dbus/dbus/ |
dbus-uuidgen.c | 45 return_uuid (DBusGUID *uuid, 59 if (!_dbus_uuid_encode (uuid, &encoded) || 77 * @param uuid_p out param to return the uuid 88 DBusGUID uuid; local 94 if (!_dbus_read_uuid_file (&filename_str, &uuid, create_if_not_found, error)) 99 if (!_dbus_read_local_machine_uuid (&uuid, create_if_not_found, error)) 103 if (!return_uuid(&uuid, uuid_p, error)) 118 * @param uuid_p out param to return the uuid 124 DBusGUID uuid; local 126 _dbus_generate_uuid (&uuid); [all...] |
/frameworks/base/media/java/android/media/ |
MediaCrypto.java | 20 import java.util.UUID; 33 * Query if the given scheme identified by its UUID is supported on 35 * @param uuid The UUID of the crypto scheme. 37 public static final boolean isCryptoSchemeSupported(UUID uuid) { 38 return isCryptoSchemeSupportedNative(getByteArrayFromUUID(uuid)); 41 private static final byte[] getByteArrayFromUUID(UUID uuid) { 42 long msb = uuid.getMostSignificantBits() [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothUuid.java | 23 import java.util.UUID; 35 * uuid * 2^96 + BASE_UUID 72 public static boolean isAudioSource(ParcelUuid uuid) { 73 return uuid.equals(AudioSource); 76 public static boolean isAudioSink(ParcelUuid uuid) { 77 return uuid.equals(AudioSink); 80 public static boolean isAdvAudioDist(ParcelUuid uuid) { 81 return uuid.equals(AdvAudioDist); 84 public static boolean isHandsfree(ParcelUuid uuid) { 85 return uuid.equals(Handsfree) 191 UUID uuid = parcelUuid.getUuid(); local [all...] |
/external/bluetooth/bluez/plugins/ |
gatt-example.c | 30 #include <bluetooth/uuid.h> 65 bt_uuid_t uuid; local 78 bt_uuid16_create(&uuid, GATT_PRIM_SVC_UUID); 80 attrib_db_add(h++, &uuid, ATT_NONE, ATT_NOT_PERMITTED, atval, 2); 83 bt_uuid16_create(&uuid, GATT_CHARAC_UUID); 87 attrib_db_add(h++, &uuid, ATT_NONE, ATT_NOT_PERMITTED, atval, 5); 90 bt_uuid16_create(&uuid, BATTERY_STATE_UUID); 92 attrib_db_add(h++, &uuid, ATT_NONE, ATT_NOT_PERMITTED, atval, 1); 95 bt_uuid16_create(&uuid, GATT_CLIENT_CHARAC_CFG_UUID); 98 attrib_db_add(h++, &uuid, ATT_NONE, ATT_AUTHENTICATION, atval, 2) 118 bt_uuid_t uuid; local 228 bt_uuid_t uuid; local 285 bt_uuid_t uuid; local 340 bt_uuid_t uuid; local 394 bt_uuid_t uuid; local [all...] |
/frameworks/av/media/libeffects/data/ |
audio_effects.conf | 26 # list of effects to load. Each effect element must contain a "library" and a "uuid" element. 29 # The name of the effect element is indicative, only the value of the "uuid" element 31 # The uuid is the implementation specific UUID as specified by the effect vendor. This is not the 32 # generic effect type UUID. 36 # uuid <effect uuid> 44 uuid 8631f300-72e2-11df-b57e-0002a5d5c51b 48 uuid 1d4033c0-8557-11df-9f2d-0002a5d5c51b 52 uuid ce772f20-847d-11df-bb17-0002a5d5c51 [all...] |
/external/bluetooth/bluez/compat/ |
pand.h | 28 int bnep_str2svc(char *svc, uint16_t *uuid); 29 char *bnep_svc2str(uint16_t uuid);
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pUpnpServiceInfo.java | 21 import java.util.UUID; 55 * @param uuid a string representation of this UUID in the following format, 70 public static WifiP2pUpnpServiceInfo newInstance(String uuid, 72 if (uuid == null || device == null) { 73 throw new IllegalArgumentException("uuid or device cannnot be null"); 75 UUID.fromString(uuid); 79 info.add(createSupplicantQuery(uuid, null)); 80 info.add(createSupplicantQuery(uuid, "upnp:rootdevice")) [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
WebKit.idl | 148 uuid(2a748656-625d-4207-b29f-40c95bfeb3a9), 157 [uuid(d6bca079-f61c-4e1e-b453-32a0477d02e3)] 169 [uuid(66827ec1-3aef-4241-bac5-f776b44f030f)] 174 [uuid(a062ecc3-bb1b-4694-a569-f59e0ad6be0c)] 179 [uuid(ba590766-0a6f-46c7-b96e-743490d94cb7)] 184 [uuid(a4b9b45d-949f-4c8c-9b92-6fbfcc1caaa2)] 189 [uuid(dd653964-4d37-4fb2-9cb6-6a9a97719332)] 194 [uuid(6be190e9-1725-4e4a-88db-6a9fe242c9e5)] 199 [uuid(f71071fd-a51b-4b69-9eb6-44374405e80c)] 204 [uuid(1820D883-42FE-4b78-88C8-5456BB19D224) [all...] |
IGEN_DOMObject.idl | 37 uuid(19DD35E3-BFEC-40f5-A69F-02C5D76791E4),
|
IWebBackForwardListPrivate.idl | 37 uuid(0296A841-F6B1-4334-B146-7F9542CF24C3),
|
IWebGeolocationPolicyListener.idl | 33 uuid(1300A76E-26DF-4BED-B79F-3930D7A4202F),
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
uuid.h | 2 * Universally Unique IDentifier (UUID) 22 int is_nil_uuid(const u8 *uuid); 23 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid);
|
/external/bluetooth/bluez/src/ |
glib-helper.h | 28 uuid_t *uuid, bt_callback_t cb, void *user_data, 32 gchar *bt_uuid2string(uuid_t *uuid); 34 int bt_string2uuid(uuid_t *uuid, const char *string);
|
/external/e2fsprogs/ |
depfix.sed | 29 s;../[^ ]*lib/uuid/uuid.h[^ ]* *;;g
|
/external/wpa_supplicant_8/src/utils/ |
uuid.h | 2 * Universally Unique IDentifier (UUID) 16 int is_nil_uuid(const u8 *uuid);
|
/external/dbus/tools/ |
dbus-uuidgen.c | 43 printf ("D-Bus UUID Generator %s\n" 129 char *uuid; local 130 if (dbus_internal_do_not_use_get_uuid (filename, &uuid, ensure_uuid, &error)) 133 printf ("%s\n", uuid); 134 dbus_free (uuid); 139 char *uuid; local 140 if (dbus_internal_do_not_use_create_uuid (&uuid)) 142 printf ("%s\n", uuid); 143 dbus_free (uuid);
|