/external/llvm/test/Scripts/ |
macho-dumpx | 124 import uuid namespace 125 print " ('uuid', %s)" % uuid.UUID(bytes=f.read(16))
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebFramePrivate.idl | 52 uuid(A1657D07-4881-4475-9D10-76548731D448),
|
IWebPreferencesPrivate.idl | 38 uuid(1380DE41-42CF-4170-9D5D-7840EDE5B36C),
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_web.c | 17 #include "uuid.h" 575 uuid_bin2str(sm->wps->uuid, uuid_string, sizeof(uuid_string)); 577 /* Need "uuid:" prefix, thus we can't use xml_add_tagged_data() 580 wpabuf_put_str(buf, "<UDN>uuid:"); 1453 u8 uuid[UUID_LEN]; local 1661 u8 uuid[UUID_LEN]; local [all...] |
/frameworks/av/services/audioflinger/ |
AudioPolicyService.h | 235 EffectDesc(const char *name, const effect_uuid_t& uuid) : 237 mUuid(uuid) { }
|
/packages/apps/Email/src/com/android/email/activity/ |
Welcome.java | 145 * UUID rather than the account ID, which will be changed after account restore. 147 public static Intent createAccountShortcutIntent(Context context, String uuid, long mailboxId) { 150 IntentUtilities.setAccountUuid(b, uuid); 297 * Determine which account to open with the given account ID and UUID. 306 // If a UUID is specified, try to use it. 307 // If the UUID is invalid, accountId will be NO_ACCOUNT. 319 // Neither an accountID or a UUID is specified.
|
/system/core/gpttool/ |
gpttool.c | 87 void get_uuid(u8 *uuid) 91 read(fd, uuid, 16);
|
/system/extras/ext4_utils/ |
Android.mk | 13 uuid.c \
|
/external/e2fsprogs/ |
e2fsprogs.spec | 58 uniqueness of time-based UUID generation even at very high rates on 105 -c "UUID generator helper daemon" uuidd 208 %{_libdir}/pkgconfig/uuid.pc 217 %{_includedir}/uuid 222 %{_mandir}/man3/uuid.3*
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | 70 // 128 bit UUID for PBAP 185 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET); 186 if (uuid == null) { 189 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); 191 if (uuid.length != UUID_LENGTH) { 192 Log.w(TAG, "Wrong UUID length"); 196 if (uuid[i] != PBAP_TARGET[i]) { 197 Log.w(TAG, "Wrong UUID"); 201 reply.setHeader(HeaderSet.WHO, uuid); [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | 2046 tSDP_UUID uuid; local [all...] |
bta_dm_api.c | 77 /* if UUID list is not provided as static data */ 459 void BTA_DmDiscoverUUID(BD_ADDR bd_addr, tSDP_UUID *uuid, 476 memcpy( &p_msg->uuid, uuid, sizeof(tSDP_UUID) ); 909 ** Description This function is called to add UUID into EIR. 911 ** Parameters tBT_UUID - UUID 925 memcpy (&(p_msg->uuid), p_uuid, sizeof(tBT_UUID)); 936 ** Description This function is called to remove UUID from EIR. 938 ** Parameters tBT_UUID - UUID 952 memcpy (&(p_msg->uuid), p_uuid, sizeof(tBT_UUID)) [all...] |
bta_dm_int.h | 209 tSDP_UUID uuid; member in struct:__anon1978 500 tBT_UUID uuid; member in struct:__anon2011 709 /* store UUID list for EIR */ 747 tSDP_UUID uuid; member in struct:__anon2020
|
/external/dnsmasq/src/ |
rfc2131.c | 110 unsigned char *uuid); 115 static void pxe_misc(struct dhcp_packet *mess, unsigned char *end, unsigned char *uuid); 144 unsigned char *agent_id = NULL, *uuid = NULL; local 718 uuid = pxe_uuid; 762 pxe_misc(mess, end, uuid); 810 pxe_misc(mess, end, uuid); [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectReverb.c | 34 // Google auxiliary environmental reverb UUID: 1f0ae2e0-4ef7-11df-bc09-0002a5d5c51b 47 // Google insert environmental reverb UUID: aa476040-6342-11df-91a4-0002a5d5c51b 59 // Google auxiliary preset reverb UUID: 63909320-53a6-11df-bdbd-0002a5d5c51b 71 // Google insert preset reverb UUID: d93dc6a0-6342-11df-b128-0002a5d5c51b 114 int EffectCreate(const effect_uuid_t *uuid, 127 if (pHandle == NULL || uuid == NULL) { 133 if (memcmp(uuid, &desc->uuid, sizeof(effect_uuid_t)) 185 int EffectGetDescriptor(const effect_uuid_t *uuid, 190 if (pDescriptor == NULL || uuid == NULL) [all...] |
/external/dbus/bus/ |
bus.c | 46 DBusGUID uuid; member in struct:BusContext 711 _dbus_generate_uuid (&context->uuid); 938 DBusString *uuid) 940 return _dbus_uuid_encode (&context->uuid, uuid); [all...] |
driver.c | 1600 DBusString uuid; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
config_file.c | 24 #include "uuid.h" 388 if (uuid_str2bin(pos, config->uuid)) { 389 wpa_printf(MSG_ERROR, "Line %d: invalid UUID", line); 392 uuid_bin2str(config->uuid, buf, sizeof(buf)); 393 wpa_printf(MSG_DEBUG, "uuid=%s", buf); 451 { FUNC(uuid) }, 869 if (!is_nil_uuid(config->uuid)) { 871 uuid_bin2str(config->uuid, buf, sizeof(buf)); 872 fprintf(f, "uuid=%s\n", buf);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.c | 14 #include "utils/uuid.h" 293 if (is_nil_uuid(wpa_s->conf->uuid)) 294 os_memcpy(bss->uuid, wpa_s->wps->uuid, WPS_UUID_LEN); 296 os_memcpy(bss->uuid, wpa_s->conf->uuid, WPS_UUID_LEN);
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 2 * gen_uuid.c --- generate a DCE-compatible uuid 44 #define UUID MYUUID 471 * Try using the uuidd daemon to generate the UUID 557 struct uuid uu; 584 THREAD_LOCAL struct uuid uu; 627 struct uuid uu; 650 /* No real reason to use the daemon for random uuid's -- yet */
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
ClientLib.cpp | 300 const mcUuid_t *uuid, 312 CHECK_NOT_NULL(uuid); 343 *uuid,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexServerSession.java | 543 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET); 544 if (V) Log.v(TAG, "onConnect(): uuid =" + Arrays.toString(uuid)); 545 if(uuid != null) {
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_int.h | 237 tBT_UUID uuid; member in struct:__anon2045 456 extern void bta_gattc_search_service(tBTA_GATTC_CLCB *p_clcb, tBT_UUID uuid);
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_utils.c | 935 ** Description Convert a 16 bits UUID to be an standard 128 bits one. 937 ** Returns TRUE if two uuid match; FALSE otherwise. 953 ** Description Compare two UUID to see if they are the same. 955 ** Returns TRUE if two uuid match; FALSE otherwise. 963 /* any of the UUID is unspecified */ 978 /* convert a 16 bits UUID to 128 bits value */ 987 /* convert a 16 bits UUID to 128 bits value */ 1001 ** Description Add UUID into stream. 1003 ** Returns UUID length. 1006 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) [all...] |
/external/oprofile/daemon/ |
opd_perfmon.c | 81 static unsigned char uuid[16] = { variable 211 memcpy(&ctx.ctx_smpl_buf_id, &uuid, 16);
|