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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebKit/win/Interfaces/
IWebDataSource.idl 59 uuid(5221A975-AE09-4a7b-A4DF-E3B1B5F38A21),
209 uuid(4B80B7D4-98D7-4a80-AF46-2AF84B2F2E8F),
IWebPolicyDelegate.idl 78 uuid(DFCDE523-FD96-4f95-958B-151540FE122A),
151 uuid(9B0BAE6C-A496-4000-9E22-2E89F0747401),
IWebArchive.idl 45 uuid(F07D5252-F66E-4a4d-B9DC-33BD11DCC138),
IWebDatabaseManager.idl 48 uuid(5724f010-a77b-4a42-8f89-a5095b61d469),
IWebFrameLoadDelegatePrivate2.idl 41 uuid(4148C9F8-94D9-479A-BCF1-C15E5269CCC1),
IWebHistoryDelegate.idl 39 uuid(16AF211F-7C00-4f7f-A8DB-B1219FEABF3B),
IWebHistoryItem.idl 42 uuid(1E2970AE-72B7-4500-A7A0-12B0FFEB91FC),
IWebMutableURLRequest.idl 38 uuid(C4042773-371F-427e-AFA9-9D4B358A0D93),
IWebNotificationCenter.idl 38 uuid(1E411ABE-DAA0-4a83-BCCA-D94E0704F193),
IWebResourceLoadDelegatePrivate.idl 45 uuid(099DC3C1-34B5-4169-ABBF-0C63CBC25605),
IWebScriptObject.idl 60 uuid(7022340A-649C-43fc-9214-85CA7D3BE3C7),
IWebURLAuthenticationChallenge.idl 48 uuid(5382DABA-C3C3-40c5-AA40-04079F11A844),
97 uuid(9360D6FB-186C-4ff7-AE57-D1B973DA0D1C),
135 uuid(71D2622A-3FF2-404b-BD45-C60659C901AF),
195 uuid(A1E9D765-FACE-4189-BBE3-AED7EBF65EBD),
IWebUIDelegatePrivate.idl 48 uuid(df3b4283-6868-4a1f-97f6-baf0b33f239c),
86 uuid(b7d6a98e-9c4f-43f2-b6a7-0975a0b18421),
106 uuid(e9834891-233b-48a0-984b-8f8a19abdd0f),
DOMEvents.idl 50 uuid(7f8a0a96-f864-44fb-87fb-c5f03666e8e6),
62 uuid(62343a9e-a779-4e91-818a-14fc178cf4c2),
126 uuid(c7cf7d84-d755-40bc-b664-84bc79eff709),
148 uuid(55AAF192-68CD-409f-A551-89710DC7240A),
161 uuid(76bc4e46-67df-40d3-89b0-a94dcc2ed507),
232 uuid(bdd97151-5f6a-4ba4-a902-9b008392eb54),
307 uuid(6345d228-ea67-48ee-93c8-ff6e9c6356e9),
346 uuid(6048369e-e444-401b-950d-c9daef9384d2),
368 uuid(b928261d-7c9e-4156-af71-6f698bd97788),
412 uuid(5404e6d9-a2bb-4c74-8070-ce9d2599bd00)
    [all...]
DOMHTML.idl 48 uuid(DD8E4E33-D1D4-48e7-BB23-6DC3D7CCEC42),
75 uuid(1AD98D99-163C-4c04-B6EE-85A3DD31F5C4),
107 uuid(A7DF8485-25B7-4a98-B70C-1E29CAA00597),
219 uuid(EBD5F41D-FF65-41d8-97C9-FCE3A3D4CC3E),
301 uuid(DF5C0054-DDDB-4888-9198-7A4E4EBF8D69),
392 uuid(3825AA04-B38F-4399-95BB-F5410B29594A),
514 uuid(0E1EF5AB-4008-4d83-9135-D4DC1B4603D4),
591 uuid(80C40AC5-1755-4894-812F-479269C262A2),
817 uuid(298B02B7-3EB5-4ba4-AD3F-7FA53241AADE),
944 uuid(8CFFB1DA-7BA5-4cf7-B7E6-80583354855B)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 80 ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in ParcelUuid uuid, int port, int flag);
81 ParcelFileDescriptor createSocketChannel(int type, in String serviceName, in ParcelUuid uuid, int port, int flag);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sdp.c 142 APPL_TRACE_DEBUG1("bta_ag_add_record uuid: %x", service_uuid);
310 UINT16 uuid; local
315 uuid = UUID_SERVCLASS_HF_HANDSFREE;
320 uuid = UUID_SERVCLASS_HEADSET_HS;
332 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL)
334 if (uuid == UUID_SERVCLASS_HEADSET_HS)
337 uuid = UUID_SERVCLASS_HEADSET;
338 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL)
361 SDP_FindProfileVersionInRec(p_rec, uuid, &p_scb->peer_version);
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 42 0x19, 0x01, 0x00, /* UUID for L2CAP - 0x0100 */
45 0x19, 0x00, 0x0F, /* UUID for BNEP - 0x000F */
61 UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc)
79 SDP_AddServiceClassIdList (sdp_handle, 1, &uuid);
96 SDP_AddProfileDescriptorList (sdp_handle, uuid, PAN_PROFILE_VERSION);
114 if (uuid == UUID_SERVCLASS_NAP)
141 if (uuid == UUID_SERVCLASS_GN)
153 if (uuid == UUID_SERVCLASS_PANU)
  /external/clang/utils/VtableTest/
gen.cc 28 int uuid = 0; variable
176 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid);
248 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid);
283 g(" else mix(\"no dyncast\", "); g(++uuid); gl(");");
292 g(" mix(\"no fields\", "); g(++uuid); gl(");");
300 g(" mix(\"no funcs\", "); g(++uuid); gl(");");
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 13 #include "utils/uuid.h"
152 char uuid[40], txt[400]; local
155 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
157 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
160 uuid, MAC2STR(dev->mac_addr), dev->device_name,
177 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name,
209 char uuid[40]; local
211 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))
234 char uuid[40]; local
704 const u8 **uuid = ctx; local
723 const u8 *uuid; local
802 const u8 *uuid; local
1073 const u8 *uuid; member in struct:wps_add_pin_data
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 13 #include "uuid.h"
507 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
530 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
541 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
565 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
587 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str));
590 "uuid=%s ssid=%s auth_type=0x%04x encr_type=0x%04x "
603 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str));
607 "uuid=%s state=START sel_reg=%d dev_passwd_id=%u "
614 "uuid=%s state=DONE", uuid_str)
1060 char uuid[40], txt[400]; local
1400 const u8 *sel_uuid, *uuid; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 103 return &((tGATT_ATTR16 *)p_db->p_attr_list)->p_value->uuid;
164 switch (p_attr->uuid)
218 GATT_TRACE_DEBUG5("read_attr_value uuid=0x%04x perm=0x%0x sec_flag=0x%x offset=%d read_long=%d",
219 p_attr16->uuid,
228 uuid16 = p_attr16->uuid;
238 read_long_uuid = p_attr16->uuid;
243 len = p_attr16->p_value->uuid.len;
244 if (mtu >= p_attr16->p_value->uuid.len)
246 gatt_build_uuid_to_stream(&p, p_attr16->p_value->uuid);
261 UINT16_TO_STREAM(p, ((tGATT_ATTR16 *)(p_attr16->p_next))->uuid);
    [all...]
  /external/qemu/hw/
bt-sdp.c 29 int *uuid; member in struct:bt_l2cap_sdp_state_s::sdp_service_record_s
83 const uint8_t *uuid, ssize_t datalen)
88 if (datalen == 16 && memcmp(uuid + 4, bt_base_uuid, 12))
91 if (uuid[0] | uuid[1])
93 uuid += 2;
96 val = (uuid[0] << 8) | uuid[1];
97 lo = record->uuid;
572 qemu_free(sdp->service_list[i].uuid);
702 int *uuid; local
    [all...]
  /external/chromium/build/mac/
strip_save_dsym 84 # Determines the UUID value by calling otool.
99 # state 0 is when nothing UUID-related has been seen yet. State 1 is
105 uuid = ""
121 # The UUID display format changed in the version of otool shipping
123 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955
125 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955
126 # The old format, from cctools-750 and older's otool, breaks the UUID
128 # uuid 0x4d 0x71 0x35 0xb2 0x9c 0x56 0xc5 0xf5
130 new_uuid_match = re.match("^ {3,4}uuid (.{8}-.{4}-.{4}-.{4}-.{12})$",
133 uuid = new_uuid_match.group(1
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 181 #include "uuid.h"
238 * Each uuid is 16 bytes long.
241 /* uuid_make -- construct a random UUID
246 static void uuid_make(u8 uuid[UUID_LEN])
248 os_get_random(uuid, UUID_LEN);
251 uuid[6] &= 0x0f; uuid[6] |= (4 << 4); /* version 4 == random gen */
252 uuid[8] &= 0x3f; uuid[8] |= 0x80;
620 /* subscription_find -- return existing subscription matching uuid, if an
    [all...]

Completed in 298 milliseconds

1 2 3 4 56 7 8 91011>>