Searched refs:uuid (Results 151 - 175 of 465) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/browser/
H A Dblob_holder.cc47 std::string uuid = blob->GetUUID(); local
48 held_blobs_.insert(make_pair(uuid, make_linked_ptr(blob.release())));
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DBlob.h82 String uuid() const { return m_blobDataHandle->uuid(); } function in class:WebCore::Blob
/external/chromium_org/webkit/browser/blob/
H A Dblob_url_request_job_factory.cc78 // Support looking up based on uuid, the FeedbackExtensionAPI relies on this.
81 const std::string kPrefix("blob:uuid/");
84 std::string uuid = request->url().spec().substr(kPrefix.length());
85 scoped_ptr<BlobDataHandle> handle = context_->GetBlobDataFromUUID(uuid);
/external/f2fs-tools/mkfs/
H A Df2fs_format_main.c20 #include <uuid/uuid.h>
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.h72 QStandardItem * find_uuid(QString uuid);
74 void remove_enrollee_uuid(QString uuid);
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_utils.c61 UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc) argument
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/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
H A Dbluetooth_socket_api.h129 const device::BluetoothUUID& uuid,
136 virtual const std::string& uuid() const = 0;
162 virtual const std::string& uuid() const OVERRIDE;
167 const device::BluetoothUUID& uuid,
190 virtual const std::string& uuid() const OVERRIDE;
195 const device::BluetoothUUID& uuid,
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_service_service_provider.cc33 const std::string& uuid,
36 uuid_(uuid),
42 << " UUID: " << uuid;
270 const std::string& uuid,
274 bus, object_path, uuid, includes);
277 object_path, uuid, includes);
30 BluetoothGattServiceServiceProviderImpl( dbus::Bus* bus, const dbus::ObjectPath& object_path, const std::string& uuid, const std::vector<dbus::ObjectPath>& includes) argument
267 Create( dbus::Bus* bus, const dbus::ObjectPath& object_path, const std::string& uuid, const std::vector<dbus::ObjectPath>& includes) argument
/external/clang/utils/VtableTest/
H A Dgen.cc28 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/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.h175 lldb_private::UUID uuid; // UUID for this dylib if it has one, else all zeros member in struct:DynamicLoaderMacOSXDYLD::DYLDImageInfo
185 uuid(),
203 uuid.Clear();
215 && uuid == rhs.uuid
223 return uuid.IsValid();
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c13 #include "utils/uuid.h"
175 char uuid[40], txt[400]; local
178 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
180 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
183 uuid, MAC2STR(dev->mac_addr), dev->device_name,
200 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name,
232 char uuid[40]; local
234 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
257 char uuid[40]; local
869 const u8 **uuid = ctx; local
889 const u8 *uuid; local
984 const u8 *uuid; local
1239 const u8 *uuid; member in struct:wps_add_pin_data
1263 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c13 #include "utils/uuid.h"
175 char uuid[40], txt[400]; local
178 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
180 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
183 uuid, MAC2STR(dev->mac_addr), dev->device_name,
200 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name,
232 char uuid[40]; local
234 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
257 char uuid[40]; local
869 const u8 **uuid = ctx; local
889 const u8 *uuid; local
984 const u8 *uuid; local
1239 const u8 *uuid; member in struct:wps_add_pin_data
1263 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c13 #include "utils/uuid.h"
175 char uuid[40], txt[400]; local
178 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
180 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
183 uuid, MAC2STR(dev->mac_addr), dev->device_name,
200 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name,
232 char uuid[40]; local
234 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
257 char uuid[40]; local
869 const u8 **uuid = ctx; local
889 const u8 *uuid; local
984 const u8 *uuid; local
1239 const u8 *uuid; member in struct:wps_add_pin_data
1263 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) argument
[all...]
/external/chromium_org/third_party/iaccessible2/
H A Dia2_api_all.idl407 [object, uuid(7CDF86EE-C3DA-496a-BDA4-281B336E1FDC)]
573 [object, uuid(B70D9F59-3B5A-4dba-AB9E-22012F607DF5)]
1576 [object, uuid(E89F726E-C4F4-4c19-BB19-B647D7FA8478)]
1958 [object, uuid(6C9430E9-299D-4E6F-BD01-A82A1E88D3FF)]
2092 [object, uuid(1546D4B0-4C98-4bda-89AE-9A64748BDDE4)]
2201 [object, uuid(35855B5B-C566-4fd0-A7B1-E65465600394)]
2405 [object, uuid(24FD2FFB-3AAD-4a08-8335-A3AD89C0FB4B)]
3021 [object, uuid(9690A9CC-5C80-4DF5-852E-2D5AE4189A54)]
3132 [object, uuid(A59AA09A-7011-4b65-939D-32B1FB5547E3)]
3413 [object, uuid(0
[all...]
/external/chromium_org/build/mac/
H A Dstrip_save_dsym105 uuid = ""
123 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955
125 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955
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)
138 old_uuid_match = re.match("^ uuid 0x(..) 0x(..) 0x(..) 0x(..) "
143 uuid = old_uuid_match.group(1) + old_uuid_match.group(2) + \
155 uuid += old_uuid_match.group(1) + old_uuid_match.group(2) + "-" + \
166 uuids[arch] = uuid
[all...]
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_utils.c53 ** Returns TRUE if two uuid match; FALSE otherwise.
70 ** Returns TRUE if two uuid match; FALSE otherwise.
492 p_des->uuid.len = p_src->uuid.len;
494 if (p_des->uuid.len == LEN_UUID_16)
496 p_des->uuid.uu.uuid16 = p_src->uuid.uu.uuid16;
498 else if (p_des->uuid.len == LEN_UUID_128)
500 memcpy(p_des->uuid.uu.uuid128, p_src->uuid
634 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_AGG_FORMAT}}; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c13 #include "uuid.h"
646 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
669 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
680 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
704 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
726 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str));
729 "uuid=%s ssid=%s auth_type=0x%04x encr_type=0x%04x "
742 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str));
746 "uuid=%s state=START sel_reg=%d dev_passwd_id=%u "
753 "uuid
1252 char uuid[40], txt[400]; local
1613 const u8 *sel_uuid, *uuid; local
1767 wpas_wps_er_add_pin(struct wpa_supplicant *wpa_s, const u8 *addr, const char *uuid, const char *pin) argument
1789 wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid) argument
1804 wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin) argument
1856 wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid, int id) argument
1880 wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin, struct wps_new_ap_settings *settings) argument
1939 wpas_wps_er_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) argument
2335 wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) argument
2390 wpas_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, int cr, const char *uuid) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d10_1.idl122 [object, local, uuid("EDAD8D99-8A35-4d6d-8566-2EA276CDE161")]
130 [object, local, uuid("9B7E4C87-342C-4106-A19F-4F2704F689F0")]
138 [object, local, uuid("9B7E4C8F-342C-4106-A19F-4F2704F689F0")]
H A Dd3d11shader.idl155 [local, object, uuid("6e6ffa6a-9bae-4613-a51e-91652d508c21")]
193 [object, local, uuid("51f23923-f3e5-4bd1-91cb-606177d8db4c")]
208 [object, local, uuid("eb62d63d-93dd-4318-8ae8-c6f83ad371b8")]
224 [object,local,uuid("0a233719-3960-4578-9d7c-203b8b1d9cc1")]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d10_1.idl122 [object, local, uuid("EDAD8D99-8A35-4d6d-8566-2EA276CDE161")]
130 [object, local, uuid("9B7E4C87-342C-4106-A19F-4F2704F689F0")]
138 [object, local, uuid("9B7E4C8F-342C-4106-A19F-4F2704F689F0")]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
H A DUuidBasedUniqueIdentificationGeneratorTest.java16 private static final String FLAG_UUID = "uuid";
76 TestGenerator(AdvancedMockContext context, String preferenceKey, String uuid) { argument
79 mUuid = uuid;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_mac.h62 const BluetoothUUID& uuid,
67 const BluetoothUUID& uuid,
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_adapter.h70 void(const BluetoothUUID& uuid,
75 void(const BluetoothUUID& uuid,
/external/chromium_org/third_party/isimpledom/
H A DISimpleDOMText.idl88 [object, uuid(4e747be5-2052-4265-8af0-8ecad7aad1c0)]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3h.tcl9 # 4) The manifest.uuid file from the fossil SCM. This gives the SHA1 hash.
44 # Get the fossil-scm version number from $TOP/manifest.uuid.
46 set in [open $TOP/manifest.uuid]

Completed in 873 milliseconds

1234567891011>>