Searched refs:uuid (Results 226 - 250 of 465) sorted by relevance

1234567891011>>

/external/qemu/distrib/ext4_utils/
H A Dsources.mk14 src/uuid.c \
/external/chromium_org/chrome/common/extensions/api/bluetooth/
H A Dbluetooth_manifest_permission.h41 void AddPermission(const std::string& uuid);
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_descriptor_client.h26 dbus::Property<std::string> uuid; member in struct:chromeos::BluetoothGattDescriptorClient::Properties
H A Dfake_bluetooth_gatt_descriptor_client.h57 // Makes the descriptor with the UUID |uuid| visible under the characteristic
59 // hierarchical to their characteristics. |uuid| must belong to a descriptor
64 const std::string& uuid);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_characteristic.h97 // This method constructs a characteristic with UUID |uuid|, initial cached
110 static BluetoothGattCharacteristic* Create(const BluetoothUUID& uuid,
H A Dbluetooth_adapter_chromeos.h66 const device::BluetoothUUID& uuid,
71 const device::BluetoothUUID& uuid,
140 const std::string& uuid,
H A Dbluetooth_adapter_win.cc165 const BluetoothUUID& uuid,
175 socket->Listen(this, uuid, channel,
181 const BluetoothUUID& uuid,
164 CreateRfcommService( const BluetoothUUID& uuid, int channel, const CreateServiceCallback& callback, const CreateServiceErrorCallback& error_callback) argument
180 CreateL2capService( const BluetoothUUID& uuid, int psm, const CreateServiceCallback& callback, const CreateServiceErrorCallback& error_callback) argument
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriterSync.cpp53 writer()->write(position(), data->uuid());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebHTTPBody.h90 BLINK_PLATFORM_EXPORT void appendBlob(const WebString& uuid);
/external/clang/test/Sema/
H A DMicrosoftExtensions.c23 struct __declspec(uuid("00000000-0000-0000-C000-000000000046")) IUnknown {}; /* expected-error {{'uuid' attribute is not supported in C}} */
/external/f2fs-tools/
H A DAndroid.mk9 # external/e2fsprogs/lib is needed for uuid/uuid.h
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.h21 const char *uuid, const char *pin, int timeout);
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.h21 const char *uuid, const char *pin, int timeout);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.h21 const char *uuid, const char *pin, int timeout);
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_chromeos.cc26 // Constructs a device id using uuid or manufacturer (vendor and product) id
29 std::string uuid = disk.fs_uuid(); local
30 if (!uuid.empty())
31 return kFSUniqueIdPrefix + uuid;
59 // Keep track of device uuid and label, to see how often we receive empty
289 // Get the media device uuid and label if exists.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dsvn.py91 uuid = self._find_uuid(path)
93 if not uuid:
98 if uuid != self._find_uuid(path):
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d10.idl910 uuid(9b7e4c00-342c-4106-a19f-4f2704f689f0)
934 uuid(9b7e4c01-342c-4106-a19f-4f2704f689f0)
948 uuid(9b7e4c02-342c-4106-a19f-4f2704f689f0)
964 uuid(9b7e4c03-342c-4106-a19f-4f2704f689F0)
982 uuid(9b7e4c04-342c-4106-a19f-4f2704f689F0)
1000 uuid(9b7e4c05-342c-4106-a19f-4f2704f689F0)
1018 uuid(c902b03f-60a7-49ba-9936-2a3ab37a7e33)
1029 uuid(9b7e4c09-342c-4106-a19f-4f2704f689f0)
1041 uuid(9b7e4c08-342c-4106-a19f-4f2704f689f0)
1052 uuid(
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dbcache.h163 __u8 uuid[16]; member in struct:cache_sb
318 __u8 uuid[16]; member in struct:uuid_entry::__anon22079::__anon22080
366 __u8 uuid[16]; member in struct:uuid_entry_v0
/external/lldb/source/Interpreter/
H A DProperty.cpp151 UUID uuid; local
153 uuid.SetFromCString (definition.default_cstr_value);
154 m_value_sp.reset (new OptionValueUUID(uuid));
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d10.idl910 uuid(9b7e4c00-342c-4106-a19f-4f2704f689f0)
934 uuid(9b7e4c01-342c-4106-a19f-4f2704f689f0)
948 uuid(9b7e4c02-342c-4106-a19f-4f2704f689f0)
964 uuid(9b7e4c03-342c-4106-a19f-4f2704f689F0)
982 uuid(9b7e4c04-342c-4106-a19f-4f2704f689F0)
1000 uuid(9b7e4c05-342c-4106-a19f-4f2704f689F0)
1018 uuid(c902b03f-60a7-49ba-9936-2a3ab37a7e33)
1029 uuid(9b7e4c09-342c-4106-a19f-4f2704f689f0)
1041 uuid(9b7e4c08-342c-4106-a19f-4f2704f689f0)
1052 uuid(
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c181 #include "uuid.h"
246 * Each uuid is 16 bytes long.
254 static void uuid_make(u8 uuid[UUID_LEN]) argument
256 os_get_random(uuid, UUID_LEN);
259 uuid[6] &= 0x0f; uuid[6] |= (4 << 4); /* version 4 == random gen */
260 uuid[8] &= 0x3f; uuid[8] |= 0x80;
564 /* subscription_find -- return existing subscription matching uuid, if any
568 const u8 uuid[UUID_LE
567 subscription_find(struct upnp_wps_device_sm *sm, const u8 uuid[UUID_LEN]) argument
747 subscription_renew(struct upnp_wps_device_sm *sm, const u8 uuid[UUID_LEN]) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c181 #include "uuid.h"
246 * Each uuid is 16 bytes long.
254 static void uuid_make(u8 uuid[UUID_LEN]) argument
256 os_get_random(uuid, UUID_LEN);
259 uuid[6] &= 0x0f; uuid[6] |= (4 << 4); /* version 4 == random gen */
260 uuid[8] &= 0x3f; uuid[8] |= 0x80;
564 /* subscription_find -- return existing subscription matching uuid, if any
568 const u8 uuid[UUID_LE
567 subscription_find(struct upnp_wps_device_sm *sm, const u8 uuid[UUID_LEN]) argument
747 subscription_renew(struct upnp_wps_device_sm *sm, const u8 uuid[UUID_LEN]) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c181 #include "uuid.h"
246 * Each uuid is 16 bytes long.
254 static void uuid_make(u8 uuid[UUID_LEN]) argument
256 os_get_random(uuid, UUID_LEN);
259 uuid[6] &= 0x0f; uuid[6] |= (4 << 4); /* version 4 == random gen */
260 uuid[8] &= 0x3f; uuid[8] |= 0x80;
564 /* subscription_find -- return existing subscription matching uuid, if any
568 const u8 uuid[UUID_LE
567 subscription_find(struct upnp_wps_device_sm *sm, const u8 uuid[UUID_LEN]) argument
747 subscription_renew(struct upnp_wps_device_sm *sm, const u8 uuid[UUID_LEN]) argument
[all...]
/external/lldb/scripts/Python/interface/
H A DSBTarget.i510 const char *uuid);
785 the_uuid = uuid.UUID(key)
789 if module.uuid == the_uuid:
793 elif type(key) is uuid.UUID:
796 if module.uuid == key:
825 if _newclass: module = property(get_modules_access_object, None, doc=r'''A read only property that returns an object that implements python operator overloading with the square brackets().\n target.module[<int>] allows array access to any modules.\n target.module[<str>] allows access to modules by basename, full path, or uuid string value.\n target.module[uuid.UUID()] allows module access by UUID.\n target.module[re] allows module access using a regular expression that matches the module full path.''')
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_av.c87 uint16_t uuid; member in struct:__anon1048
228 connect_req.uuid = UUID_SERVCLASS_AUDIO_SOURCE;
302 TRUE, BTA_SEC_NONE, ((btif_av_connect_req_t*)p_data)->uuid);
979 static bt_status_t connect_int(bt_bdaddr_t *bd_addr, uint16_t uuid) argument
983 connect_req.uuid = uuid;

Completed in 672 milliseconds

1234567891011>>