HomeSort by relevance Sort by last modified time
    Searched refs:uuid (Results 101 - 125 of 477) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebKit/win/Interfaces/
IWebInspector.idl 37 uuid(68159FF1-9037-45ec-9992-B2E455CF39F3),
IWebKitStatistics.idl 35 uuid(955C1042-BCF7-4f51-8AE7-66C2D0D47C44),
IWebNavigationData.idl 40 uuid(1F162644-73D1-4de1-A20C-295FB68BF048),
IWebNotification.idl 34 uuid(93598207-3E34-49ec-97EC-EFA9A1E16335),
IWebResource.idl 41 uuid(09567E0E-7859-494a-B0E4-92C13CFE5574),
IWebSecurityOrigin.idl 37 uuid(304d4462-a921-4e85-bc11-bce1462B159d),
IWebURLResponse.idl 36 uuid(9814930B-E037-4477-8DF1-4D898B648995),
IWebUserContentURLPattern.idl 33 uuid(DBF18E5A-701B-49ab-B490-BED40053B788),
DOMCore.idl 52 uuid(A27FA225-F34E-425d-88EB-A35BD105A527),
65 uuid(6E48C25D-E542-4d1a-BC73-ACDC21E39C56),
92 uuid(3EEA3E20-72DA-4be7-954F-79B5A14AD726),
249 uuid(10A05A96-CBD9-4493-83AD-FAFB952615CE),
271 uuid(E6CBF396-C9F9-431b-A8D6-BCB525067E9F),
323 uuid(A83C2C44-0BAC-45c7-8E17-6A49975D5CCA),
420 uuid(F4DED047-FE61-461a-BDBD-BB87F79DB713),
472 uuid(B587E098-8206-4b5a-A7DB-422F218571A0),
509 uuid(E053A35B-7775-4859-80EA-C35D02D145A2),
611 uuid(98E481F5-4405-4c2a-BF77-1CE95FE5F992)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 72 QStandardItem * find_uuid(QString uuid);
74 void remove_enrollee_uuid(QString uuid);
  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 95 * @param uuid uuid
99 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid)
101 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, -1, uuid);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 32 import java.util.UUID;
100 UUID uuid = pUuid.getUuid(); local
101 msb = uuid.getMostSignificantBits();
102 lsb = uuid.getLeastSignificantBits();
112 UUID uuid; local
115 uuid = uuids[i].getUuid();
116 msb = uuid.getMostSignificantBits();
117 lsb = uuid.getLeastSignificantBits()
127 UUID uuid; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 247 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_GATT_SERVER}}; local
251 /* Fill our internal UUID with a fixed pattern 0x81 */
259 service_handle = GATTS_CreateService (gatt_cb.gatt_if , &uuid, 0, GATTP_MAX_ATTR_NUM, TRUE);
262 uuid.uu.uuid16 = gatt_cb.gattp_attr.uuid = GATT_UUID_GATT_SRV_CHGD;
265 gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT_INDICATE);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 167 const u8 *uuid,
206 * @uuid_e: UUID-E of the unknown Enrollee
220 * @uuid_e: UUID-E of the Enrollee
392 * uuid - Own UUID
394 u8 uuid[16]; member in struct:wps_context
517 int wps_registrar_add_pin(struct wps_registrar *reg, const u8 *uuid,
519 int wps_registrar_invalidate_pin(struct wps_registrar *reg, const u8 *uuid);
520 int wps_registrar_unlock_pin(struct wps_registrar *reg, const u8 *uuid);
wps_upnp_i.h 103 * This uuid identifies the subscription and is randomly generated by
107 u8 uuid[UUID_LEN]; member in struct:subscription
165 const u8 uuid[UUID_LEN]);
169 const u8 uuid[UUID_LEN]);
  /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);
wps_er.c 13 #include "uuid.h"
44 ev->uuid = sta->uuid;
60 const u8 *uuid)
66 (uuid == NULL ||
67 os_memcmp(uuid, sta->uuid, WPS_UUID_LEN) == 0))
100 struct in_addr *addr, const u8 *uuid)
105 (uuid == NULL ||
106 os_memcmp(uuid, ap->uuid, WPS_UUID_LEN) == 0)
    [all...]
wps_upnp_i.h 85 * This uuid identifies the subscription and is randomly generated by
89 u8 uuid[UUID_LEN]; member in struct:subscription
156 const u8 uuid[UUID_LEN]);
159 const u8 uuid[UUID_LEN]);
  /external/e2fsprogs/lib/ext2fs/
icount.c 129 struct uuid { struct
137 static void unpack_uuid(void *in, struct uuid *uu)
165 struct uuid uuid; local
167 unpack_uuid(uu, &uuid);
170 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version,
171 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF
181 char *fn, uuid[40]; local
    [all...]
  /external/dbus/dbus/
dbus-internals.c 614 * Generates a new UUID. If you change how this is done,
617 * @param uuid the uuid to initialize
620 _dbus_generate_uuid (DBusGUID *uuid)
626 uuid->as_uint32s[DBUS_UUID_LENGTH_WORDS - 1] = DBUS_UINT32_TO_BE (now);
628 _dbus_generate_random_bytes_buffer (uuid->as_bytes, DBUS_UUID_LENGTH_BYTES - 4);
632 * Hex-encode a UUID.
634 * @param uuid the uuid
635 * @param encoded string to append hex uuid t
    [all...]
  /frameworks/av/media/libmedia/
AudioEffect.cpp 45 const effect_uuid_t *uuid,
54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
69 effect_uuid_t uuid; local
72 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr);
81 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) {
82 pUuid = &uuid;
90 const effect_uuid_t *uuid,
101 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0);
114 if (type == NULL && uuid == NULL) {
115 ALOGW("Must specify at least type or uuid");
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcContainer.h 149 mcUuid_t uuid; member in union:__anon19742
197 mcUuid_t uuid; member in struct:__anon19746
206 mcUuid_t uuid; member in struct:__anon19747
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
IntentUtilities.java 78 * Add the account UUID parameter.
109 * Retrieve the account UUID, or null if the UUID param is not found.
116 String uuid = uri.getQueryParameter(ACCOUNT_UUID_PARAM); local
117 return TextUtils.isEmpty(uuid) ? null : uuid;
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 630 /* Brute force just simply search for uuid[0..15] in img[0..n_img-1] */
631 static Bool check_uuid_matches ( Addr imgA, Word n_img, UChar* uuid )
635 UChar first = uuid[0];
641 if (0 == VG_(memcmp)( &img[i], &uuid[0], 16 ))
675 UChar uuid[16]; local
681 and uuid and nlist and STABS */
694 VG_(memset)(&uuid, 0, sizeof(uuid));
708 // Get uuid for later dsym search
808 VG_(memcpy)(uuid, uuid_cmd->uuid, sizeof(uuid))
    [all...]
  /external/clang/test/SemaCXX/
borland-extensions.cpp 41 struct __declspec(uuid("{12345678-1234-1234-1234-123456789abc}")) Foo;

Completed in 726 milliseconds

1 2 3 45 6 7 8 91011>>