HomeSort by relevance Sort by last modified time
    Searched full:uuid (Results 201 - 225 of 635) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebKit/win/Interfaces/
IWebScrollBarDelegatePrivate.idl 37 uuid(2E8D56AF-3BF5-4e17-BDA6-01692ACBE3D5),
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),
IWebUndoTarget.idl 34 uuid(BF7F516E-E75D-4e3a-83E2-8F694D83C72D),
DOMHTML.idl 47 uuid(DD8E4E33-D1D4-48e7-BB23-6DC3D7CCEC42),
74 uuid(1AD98D99-163C-4c04-B6EE-85A3DD31F5C4),
106 uuid(A7DF8485-25B7-4a98-B70C-1E29CAA00597),
218 uuid(EBD5F41D-FF65-41d8-97C9-FCE3A3D4CC3E),
300 uuid(DF5C0054-DDDB-4888-9198-7A4E4EBF8D69),
391 uuid(3825AA04-B38F-4399-95BB-F5410B29594A),
513 uuid(0E1EF5AB-4008-4d83-9135-D4DC1B4603D4),
590 uuid(80C40AC5-1755-4894-812F-479269C262A2),
816 uuid(298B02B7-3EB5-4ba4-AD3F-7FA53241AADE),
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
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]);
wps_upnp_ssdp.c 18 #include "uuid.h"
141 uuid_bin2str(a->sm->wps->uuid, uuid_string, sizeof(uuid_string));
192 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n",
196 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
197 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string);
202 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
208 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
284 * One pair for rootdevice, one pair for uuid, and a pair each for
417 * One pair for rootdevice, one pair for uuid, and a pair each for
470 * ST header of the M-SEARCH request is "ssdp:all", "upnp:rootdevice", "uuid:
    [all...]
  /system/extras/ext4_utils/
Android.mk 15 uuid.c \
  /external/bluetooth/bluez/compat/
sdp.c 300 int get_alternate_device_info(const bdaddr_t *src, const bdaddr_t *dst, uint16_t *uuid, uint8_t *channel, char *name, size_t len)
341 if (uuid)
342 *uuid = SERIAL_PORT_SVCLASS_ID;
344 if (uuid)
345 *uuid = HEADSET_SVCLASS_ID;
466 sdp_uuid16_create(&profile[0].uuid, NAP_PROFILE_ID);
482 sdp_uuid16_create(&profile[0].uuid, GN_PROFILE_ID);
496 sdp_uuid16_create(&profile[0].uuid, PANU_PROFILE_ID);
625 sdp_uuid16_create(&profile[0].uuid, LAN_ACCESS_PROFILE_ID);
631 sdp_uuid16_create(&profile[0].uuid, DIALUP_NET_PROFILE_ID)
    [all...]
  /external/e2fsprogs/misc/
uuidd.c 2 * uuidd.c --- UUID-generation daemon
35 #include "uuid/uuid.h"
36 #include "uuid/uuidd.h"
335 printf(_("Generated time UUID: %s\n"), str);
345 printf(_("Generated random UUID: %s\n"), str);
354 printf(_("Generated time UUID %s and %d "
371 printf(_("Generated %d UUID's:\n"), num);
488 printf(_("%s and subsequent %d UUID's\n"), str, num);
490 printf(_("List of UUID's:\n"))
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 110 struct uuid_def *service; /* Service UUID, if known */
117 struct uuid_def *service; /* Service UUID, if known */
336 * Parse a UUID.
340 static void sdp_uuid_printf(uuid_t *uuid, struct attrib_context *context, int indent)
342 if (uuid) {
343 if (uuid->type == SDP_UUID16) {
344 uint16_t uuidNum = uuid->value.uuid16;
366 } else if (uuid->type == SDP_UUID32) {
370 if (!(uuid->value.uuid32 & 0xffff0000)) {
371 uint16_t uuidNum = uuid->value.uuid32
1003 uuid_t *uuid = (uuid_t *)value; local
3435 unsigned char *uuid; member in struct:__anon1813
3858 unsigned char *uuid = NULL; local
    [all...]
  /external/e2fsprogs/
e2fsprogs.spec 58 uniqueness of time-based UUID generation even at very high rates on
104 -c "UUID generator helper daemon" uuidd
195 %{_libdir}/pkgconfig/uuid.pc
204 %{_includedir}/uuid
209 %{_mandir}/man3/uuid.3*
e2fsprogs.spec.in 58 uniqueness of time-based UUID generation even at very high rates on
104 -c "UUID generator helper daemon" uuidd
195 %{_libdir}/pkgconfig/uuid.pc
204 %{_includedir}/uuid
209 %{_mandir}/man3/uuid.3*
  /external/e2fsprogs/lib/blkid/
probe.c 34 #include "uuid/uuid.h"
117 /* The MD UUID is not contiguous in the superblock, make it so */
126 static void set_uuid(blkid_dev dev, uuid_t uuid, const char *tag)
130 if (!uuid_is_null(uuid)) {
131 uuid_unparse(uuid, str);
132 blkid_set_tag(dev, tag ? tag : "UUID", str, sizeof(str));
554 blkid_set_tag(probe->dev, "UUID", serno, sizeof(serno)-1);
694 blkid_set_tag(probe->dev, "UUID", uuid_str, 0);
734 /* LABEL/UUID are only valid for later versions of Reiserfs v3.6. *
781 char uuid[40]; local
1051 char *p, *q, uuid[40]; local
1256 uuid_t uuid; local
    [all...]
  /external/jpeg/
makeapps.ds 88 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
89 # ADD LINK32 Release\jpeg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
91 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
156 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
157 # ADD LINK32 Release\jpeg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
159 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
220 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
221 # ADD LINK32 Release\jpeg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
223 comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
277 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I38
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 38 import java.util.UUID;
56 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}.
700 private final UUID mUuid;
702 public RfcommChannelPicker(UUID uuid) {
717 mUuid = uuid;
    [all...]
  /external/bluetooth/bluez/src/
device.c 656 uuid_t uuid; local
658 if (bt_string2uuid(&uuid, pattern) < 0)
661 sdp_uuid128_to_uuid(&uuid);
663 err = device_browse(device, conn, msg, &uuid, FALSE);
1219 char *uuid; local
1222 uuid = bt_uuid2string(pat->data);
1223 if (!uuid)
1226 ret = strcasecmp(uuid, profile_uuid);
1228 g_free(uuid);
1262 const char **uuid; local
1361 const char **uuid; local
1617 uuid_t uuid; local
1667 uuid_t uuid; local
    [all...]
device.h 49 const char *uuid);
50 void btd_device_add_uuid(struct btd_device *device, const char *uuid);
  /external/bluetooth/bluez/audio/
gateway.c 275 uuid_t uuid; local
303 memcpy(&uuid, classes->data, sizeof(uuid));
306 if (!sdp_uuid128_to_uuid(&uuid) || uuid.type != SDP_UUID16 ||
307 uuid.value.uuid16 != HANDSFREE_AGW_SVCLASS_ID) {
359 uuid_t uuid; local
361 sdp_uuid16_create(&uuid, HANDSFREE_AGW_SVCLASS_ID);
362 return bt_search_service(&device->src, &device->dst, &uuid,
  /external/bluetooth/bluez/test/
rctest.c 75 static uint16_t uuid = 0x0000; variable
94 static uint8_t get_channel(const char *svr, uint16_t uuid)
110 sdp_uuid16_create(&svclass, uuid);
145 if (uuid != 0x0000)
146 channel = get_channel(svr, uuid);
582 "\t[-b bytes] [-i device] [-P channel] [-U uuid]\n"
659 uuid = SERIAL_PORT_SVCLASS_ID;
661 uuid = strtoul(optarg + 2, NULL, 16);
663 uuid = atoi(optarg);
  /external/bluetooth/hcidump/
ChangeLog 65 Update UUID and attribute definitions.
88 Add missing UUID definitions and translations.
114 Add new attribute identifiers and UUID definitions.
178 Add UUID translation for WAP.
179 Fix display of UUID 128.
195 Update many UUID to text translations.
  /external/e2fsprogs/debugfs/
Makefile.in 103 $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/uuid/uuid.h \
141 $(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/e2p/e2p.h
150 $(top_srcdir)/lib/uuid/uuid.h
  /external/e2fsprogs/e2fsck/
journal.c 27 #include "uuid/uuid.h"
338 char uuid[37]; local
340 uuid_unparse(sb->s_journal_uuid, uuid);
342 "UUID", uuid);
398 /* Make sure the journal UUID is correct */
586 uuid_t uuid; member in union:__anon3330
616 uuid_generate(u.uuid);
1010 char uuid[37], *journal_name local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 32 import java.util.UUID;
60 // Unique UUID for this application
61 private static final UUID MY_UUID_SECURE =
62 UUID.fromString("8591d757-18ee-45e1-9b12-92875d06ba23");
63 private static final UUID MY_UUID_INSECURE =
64 UUID.fromString("301c214f-91a2-43bf-a795-09d1198a81a7");
114 if (D) Log.d(TAG, "start secure: " + secure + UUID.randomUUID() + " - " + UUID.randomUUID());
  /external/bluetooth/bluez/input/
manager.c 50 static void input_remove(struct btd_device *device, const char *uuid)
56 input_device_unregister(path, uuid);
  /external/bluetooth/bluez/network/
connection.c 162 NETWORK_PEER_INTERFACE, "UUID",
233 const char *pdev, *uuid; local
293 uuid = bnep_uuid(nc->id);
307 NETWORK_PEER_INTERFACE, "UUID",
308 DBUS_TYPE_STRING, &uuid);
341 req->uuid_size = 2; /* 16bit UUID */
508 /* UUID */
510 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &property);

Completed in 1917 milliseconds

1 2 3 4 5 6 7 891011>>