HomeSort by relevance Sort by last modified time
    Searched defs:uuid (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/remoting/tools/
uuidgen.py 7 uuidgen.py -- UUID generation utility.
11 import uuid namespace
14 print uuid.uuid4()
  /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/e2fsprogs/lib/uuid/
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);
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);
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/chromium_org/chrome/common/extensions/permissions/
bluetooth_permission.h 22 // A Bluetooth profile uuid that should be checked for permission to access.
24 explicit CheckParam(std::string uuid)
25 : uuid(uuid) {}
26 const std::string uuid; member in struct:extensions::BluetoothPermission::CheckParam
bluetooth_permission_data.h 26 explicit BluetoothPermissionData(const std::string& uuid);
29 // matches the uuid of this object.
41 // The uuid |this| matches against.
42 const std::string& uuid() const { return uuid_; } function in class:extensions::BluetoothPermissionData
46 std::string& uuid() { return uuid_; } function in class:extensions::BluetoothPermissionData
  /external/chromium_org/content/renderer/media/android/
proxy_media_keys.cc 23 std::vector<uint8> uuid = GetUUID(key_system); local
24 DCHECK(!uuid.empty());
25 proxy_->InitializeCDM(media_keys_id_, uuid);
  /hardware/samsung_slsi/exynos5/libsecurepath/
tlc_communication.h 28 mcUuid_t uuid; member in struct:__anon34108
  /external/chromium_org/chrome/test/functional/tracing/
tab_tracker.py 5 import uuid namespace
41 """Create a tracked tab and return its uuid.
47 a uuid uniquely identifying that tab within this TabTracker
52 tab_uuid = uuid.uuid4()
60 tab_uuid: the uuid of the tab to close
70 tab_uuid: the uuid of the tab to close
  /hardware/libhardware/include/hardware/
bt_gatt_types.h 32 /** GATT ID adding instance id tracking to the UUID */
35 bt_uuid_t uuid; member in struct:__anon32831
  /libcore/harmony-tests/src/test/java/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...]
  /cts/tests/tests/security/jni/
android_security_cts_LoadEffectLibraryTest.cpp 67 // Effect UUID defined in cts/tests/tests/security/testeffect/CTSTestEffect.cpp
68 effect_uuid_t uuid = local
72 status = AudioEffect::getEffectDescriptor(&uuid, &desc);
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis_int.h 31 UINT16 uuid; member in struct:__anon3987
  /external/chromium_org/content/renderer/media/crypto/
key_systems_info.h 34 const uint8 uuid[16]; member in struct:content::KeySystemUUIDPair
54 // Mapping from key system to UUID, one entry per key system.
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.h 44 // Return the UUID of the profile.
45 const std::string& uuid() const { return uuid_; } function in class:chromeos::BluetoothProfileChromeOS
54 // asynchronously. |uuid|, |options| and |callback| are the arguments to
56 void Init(const std::string& uuid,
104 // UUID of the profile passed during initialization.
bluetooth_service_record.h 28 // The UUID of the service. This field may be empty if no UUID was
30 const std::string& uuid() const { return uuid_; } function in class:device::BluetoothServiceRecord
  /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...]
  /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/chromium_org/webkit/common/blob/
blob_data.h 29 explicit BlobData(const std::string& uuid);
43 void AppendBlob(const std::string& uuid, uint64 offset, uint64 length);
52 const std::string& uuid() const { return uuid_; } function in class:webkit_blob::BlobData
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 12 #include "uuid.h"
30 u8 uuid[WPS_UUID_LEN]; local
57 os_memset(uuid, 0, sizeof(uuid));
91 pos2 = os_strstr(start, "uuid:");
96 if (uuid_str2bin(pos2, uuid) < 0) {
98 "Invalid UUID in USN: %s",
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 31 int EffectProxyCreate(const effect_uuid_t *uuid,
36 int EffectProxyGetDescriptor(const effect_uuid_t *uuid,
72 effect_uuid_t uuid; // UUID of the Proxy member in struct:android::EffectContext
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
UPnPServiceResponseListenerTest.java 74 String uuid = "uuid:6859dede-8574-59ab-9332-123456789011"; local
75 ALL_UPNP_SERVICES.add(new Argument(uuid));
76 ALL_UPNP_SERVICES.add(new Argument(uuid +
78 ALL_UPNP_SERVICES.add(new Argument(uuid +
80 ALL_UPNP_SERVICES.add(new Argument(uuid +
82 ALL_UPNP_SERVICES.add(new Argument(uuid +
85 UPNP_ROOT_DEVICE.add(new Argument(uuid +

Completed in 1719 milliseconds

1 2 3 4 5 6 7 8 910