Searched defs:uuid (Results 1 - 25 of 118) sorted by relevance

12345

/external/e2fsprogs/contrib/python-uuid/
H A Duuid.c3 #include <uuid/uuid.h>
8 char uuid[37]; local
11 uuid_unparse(u, uuid);
12 return Py_BuildValue("s", uuid);
H A Dsetup.py4 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/
H A Dparse.c44 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);
H A DuuidP.h2 * 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);
H A Dunparse.c53 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
[all...]
H A Duuid_time.c2 * uuid_time.c --- Interpret the time field from a uuid. This program
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
82 uuid_unpack(uu, &uuid);
88 struct uuid uuid; local
[all...]
H A Dtst_uuid.c45 #include <uuid/uuid.h>
47 static int test_uuid(const char * uuid, int isValid) argument
53 parsedOk = uuid_parse(uuid, uuidBits) == 0;
55 printf("%s is %s", uuid, validStr[isValid]);
/external/google-breakpad/src/common/mac/
H A Dmacho_utilities.h54 # define LC_UUID 0x1b /* the uuid */
62 uint8_t uuid[16]; /* the 128-bit uuid */ member in struct:breakpad_uuid_command
/external/llvm/utils/
H A Dshuffle_fuzz.py20 import uuid namespace
27 parser.add_argument('--seed', default=str(uuid.uuid4()),
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DUUIDConverter.java26 public static byte[] convert(UUID uuid) { argument
28 long msb = uuid.getMostSignificantBits();
29 long lsb = uuid.getLeastSignificantBits();
/external/chromium-trace/trace-viewer/perf_insights/perf_insights/
H A Dupload.py9 import uuid namespace
36 trace_uuid = str(uuid.uuid4())
/external/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h31 OptionValueUUID (const UUID &uuid) : argument
33 m_uuid (uuid)
/external/vboot_reference/firmware/2lib/include/
H A D2guid.h24 } uuid; member in union:vb2_guid::__anon16852
/external/wpa_supplicant_8/hostapd/src/utils/
H A Duuid.c12 #include "uuid.h"
64 int is_nil_uuid(const u8 *uuid) argument
68 if (uuid[i])
/external/wpa_supplicant_8/src/utils/
H A Duuid.c12 #include "uuid.h"
64 int is_nil_uuid(const u8 *uuid) argument
68 if (uuid[i])
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Duuid.c12 #include "uuid.h"
64 int is_nil_uuid(const u8 *uuid) argument
68 if (uuid[i])
/external/e2fsprogs/lib/e2p/
H A Duuid.c2 * 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
[all...]
/external/lldb/source/Host/common/
H A DSymbols.cpp116 const lldb_private::UUID *uuid,
149 const lldb_private::UUID *uuid,
115 FindSymbolFileInBundle(const FileSpec& symfile_bundle, const lldb_private::UUID *uuid, const ArchSpec *arch) argument
/external/lldb/source/Interpreter/
H A DProperty.cpp151 UUID uuid; local
153 uuid.SetFromCString (definition.default_cstr_value);
154 m_value_sp.reset (new OptionValueUUID(uuid));
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c12 #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) {
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c12 #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) {
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c12 #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) {
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
/external/google-breakpad/src/tools/linux/symupload/
H A Dsym_upload.cc81 // MODULE <os> <cpu> <uuid> <module-name>
110 static string CompactIdentifier(const string &uuid) { argument
112 TokenizeByChar(uuid, '-', &components);
135 // MODULE <os> <cpu> <uuid> <module-name>
/external/kernel-headers/original/uapi/linux/
H A Ddm-log-userspace.h408 * identifier (uuid) are used to tie a request to a specific
410 * just the 'luid', but a cluster-aware log must use the 'uuid' and
411 * the 'luid'. The uuid is what is required for node to node
414 * same 'uuid'. (Think "live" and "inactive" device-mapper tables.)
417 char uuid[DM_UUID_LEN]; member in struct:dm_ulog_request
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DUtils.java268 * @param uuid uuid to test
272 static boolean checkUUIDFormat(String uuid) argument
278 if (uuid == null)
283 for (delimPos = 0; delimPos < uuid.length(); delimPos++)
285 if (uuid.charAt(delimPos) == '-')

Completed in 573 milliseconds

12345