/external/webkit/Source/WebKit/win/Interfaces/ |
IWebFormDelegate.idl | 45 uuid(1911D650-035E-4204-8746-ABECF77A4C9B), 70 uuid(4CBEC1BD-ABC3-4bdb-8E5E-4D3BCF9E8C1E),
|
DOMWindow.idl | 40 uuid(19126DDF-E82F-46c0-A2F9-16879D7DADC5),
|
IWebEmbeddedView.idl | 35 uuid(F2771780-84C2-4684-8D52-D4F923E67F71),
|
IWebFrameLoadDelegatePrivate.idl | 39 uuid(5566CB49-6E87-4075-80CE-9BAC374C52DE),
|
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),
|
/external/wpa_supplicant_8/src/utils/ |
Makefile | 21 uuid.o \
|
/frameworks/av/media/libmediaplayerservice/ |
Crypto.cpp | 88 bool Crypto::isCryptoSchemeSupported(const uint8_t uuid[16]) const { 95 return mFactory->isCryptoSchemeSupported(uuid); 99 const uint8_t uuid[16], const void *data, size_t size) { 110 return mFactory->createPlugin(uuid, data, size, &mPlugin);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothSocket.java | 126 * @param uuid SDP uuid 131 BluetoothDevice device, int port, ParcelUuid uuid) throws IOException { 132 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1) { 137 if (uuid == null) { 141 mSdp = new SdpHelper(device, uuid); 370 private final ParcelUuid uuid; field in class:BluetoothSocket.SdpHelper 374 public SdpHelper(BluetoothDevice device, ParcelUuid uuid) { 377 this.uuid = uuid; [all...] |
/external/bluetooth/bluez/lib/ |
sdp.c | 198 static char *string_lookup_uuid(struct tupla *pt0, const uuid_t* uuid) 202 memcpy(&tmp_uuid, uuid, sizeof(tmp_uuid)); 217 * Prints into a string the Protocol UUID 220 static int uuid2str(struct tupla *message, const uuid_t *uuid, char *str, size_t n) 224 if (!uuid) { 229 switch (uuid->type) { 231 str2 = string_lookup(message, uuid->value.uuid16); 235 str2 = string_lookup(message, uuid->value.uuid32); 239 str2 = string_lookup_uuid(message, uuid); 243 snprintf(str, n, "Type of UUID (%x) unknown.", uuid->type) 1471 uuid_t *uuid = value; local 1972 uuid_t *uuid = p->data; local 2063 uuid_t *uuid = NULL; local 2258 uuid_t *uuid = NULL; local 3154 uuid_t *uuid = (uuid_t *)seq->data; local 3256 uuid_t *uuid = seq->data; local [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);
|
/external/wpa_supplicant_8/src/wps/ |
wps.h | 242 const u8 *uuid, 282 * @uuid_e: UUID-E of the unknown Enrollee 296 * @uuid_e: UUID-E of the Enrollee 326 * @uuid_e: UUID of the Enrollee 502 const u8 *uuid; member in struct:wps_event_data::wps_event_er_ap 518 const u8 *uuid; member in struct:wps_event_data::wps_event_er_enrollee 532 const u8 *uuid; member in struct:wps_event_data::wps_event_er_ap_settings 537 const u8 *uuid; member in struct:wps_event_data::wps_event_er_set_selected_registrar 591 * uuid - Own UUID 593 u8 uuid[16]; member in struct:wps_context [all...] |
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);
|
/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);
|
/external/bluetooth/bluez/attrib/ |
interactive.c | 29 #include <bluetooth/uuid.h> 55 bt_uuid_t uuid; member in struct:characteristic_data 166 "uuid: %s\n", prim->start, prim->end, prim->uuid); 178 printf("Discover primary services by UUID failed: %s\n", 208 "handle: 0x%04x, uuid: %s\n", chars->handle, 210 chars->uuid); 238 bt_uuid_t uuid; local 244 uuid = att_get_uuid16(&value[2]); 246 uuid = att_get_uuid128(&value[2]) 370 bt_uuid_t uuid; local 430 bt_uuid_t uuid; local 513 bt_uuid_t uuid; local [all...] |
/external/bluetooth/bluez/audio/ |
media.c | 74 char *uuid; /* Endpoint property UUID */ member in struct:media_endpoint 135 g_free(endpoint->uuid); 187 const char *uuid, 199 endpoint->uuid = g_strdup(uuid); 210 if (strcasecmp(uuid, A2DP_SOURCE_UUID) == 0) { 216 } else if (strcasecmp(uuid, A2DP_SINK_UUID) == 0) { 222 } else if (strcasecmp(uuid, HFP_AG_UUID) == 0 || 223 g_strcmp0(uuid, HSP_AG_UUID) == 0) 342 const char *sender, *path, *uuid; local [all...] |
/external/bluetooth/bluez/serial/ |
port.c | 78 char *uuid; /* service identification */ member in struct:serial_port 115 if (port->uuid && !strcasecmp(port->uuid, pattern)) 124 if (!port->uuid) 131 ret = strcasecmp(port->uuid, uuid_str); 201 g_free(port->uuid); 424 uuid_t uuid; local 427 if (!port->uuid) 430 err = bt_string2uuid(&uuid, port->uuid); [all...] |
/external/bluetooth/bluez/src/ |
sdp-xml.c | 168 appender(data, "<uuid value=\""); 169 snprintf(buf, STRBUFSIZE - 1, "0x%04x", value->val.uuid.value.uuid16); 176 appender(data, "<uuid value=\""); 177 snprintf(buf, STRBUFSIZE - 1, "0x%08x", value->val.uuid.value.uuid32); 184 appender(data, "<uuid value=\""); 188 (unsigned char) value->val.uuid.value. 190 (unsigned char) value->val.uuid.value. 192 (unsigned char) value->val.uuid.value. 194 (unsigned char) value->val.uuid.value. 196 (unsigned char) value->val.uuid.value [all...] |
/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...] |