/external/webkit/WebKit/win/Interfaces/ |
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...] |
IWebUndoManager.idl | 37 uuid(D25D748C-6C1E-478d-9832-FDA26E8F7EE4), 201 uuid(67B067BE-4DE6-45c2-AD39-A91DFA84FF4E), 280 uuid(431DD6B2-56BF-4f48-943B-78CCEAC418E4),
|
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),
|
IWebBackForwardList.idl | 46 uuid(C278A16D-B502-4131-B551-DCE3F4ED2B36),
|
IWebCoreStatistics.idl | 35 uuid(9607001D-6EEF-4c2c-AD22-94E9DA587973),
|
IWebEditingDelegate.idl | 53 uuid(B0F960E7-FB81-447f-A958-E02DA02ADBB7), 67 uuid(8B95C1B3-E1B3-4f97-80D6-2240417E3E0C), 81 uuid(FABCC69A-5917-4242-A19A-42E8B62227A7), 98 uuid(2C75A1E3-EE9D-45c8-A385-19DE68AC5675),
|
IWebIconDatabase.idl | 59 uuid(E93F2616-2560-47d9-BD4D-6E2F1E1D3174),
|
IWebDownload.idl | 58 uuid(65EFE83B-A9E4-4516-8F3B-BAA25DA90FFD), 130 uuid(16A32AE6-C862-40cd-9225-2CAF823F40F9),
|
IWebUIDelegatePrivate.idl | 48 uuid(df3b4283-6868-4a1f-97f6-baf0b33f239c), 86 uuid(b7d6a98e-9c4f-43f2-b6a7-0975a0b18421),
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/ |
pvmf_cpmplugin_passthru_oma1.cpp | 556 * Called by the command handler AO to do the Query UUID 575 PVUuid uuid(PVMFCPMPluginAuthenticationInterfaceUuid); 576 uuidvec->push_back(uuid); 580 PVUuid uuid(PVMFCPMPluginAuthorizationInterfaceUuid); 581 uuidvec->push_back(uuid); 585 PVUuid uuid(PVMFCPMPluginAccessInterfaceFactoryUuid); 586 uuidvec->push_back(uuid); 596 PVUuid* uuid; local 598 aCmd.PVMFCPMPassThruPlugInOMA1CommandBase::Parse(uuid, ptr); 600 if ((*uuid == PVMFCPMPluginAuthorizationInterfaceUuid) | [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...] |
wps.c | 41 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN); 44 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN); 220 * wps_get_uuid_e - Get UUID-E from WPS IE 222 * Returns: Pointer to UUID-E or %NULL if not included 275 * @uuid: Own UUID 282 const u8 *uuid, 308 wps_build_uuid_e(ie, uuid) ||
|
/external/bluetooth/bluez/test/ |
simple-agent | 28 def Authorize(self, device, uuid): 29 print "Authorize (%s, %s)" % (device, uuid)
|
/external/opencore/nodes/streaming/streamingmanager/src/ |
pvmf_streaming_manager_extension_interface.cpp | 244 PVMFStreamingManagerExtensionInterfaceImpl::queryInterface(const PVUuid& uuid, PVInterface*& iface) 246 if (uuid == PVMF_STREAMINGMANAGERNODE_EXTENSIONINTERFACE_UUID) 253 else if (uuid == PVMF_TRACK_SELECTION_INTERFACE_UUID) 260 else if (uuid == PVMF_DATA_SOURCE_INIT_INTERFACE_UUID) 267 else if (uuid == PvmfDataSourcePlaybackControlUuid) 274 else if (uuid == KPVMFMetadataExtensionUuid) 281 else if (uuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID) 288 else if (uuid == PVMFCPMPluginLicenseInterfaceUuid)
|
pvmf_streaming_manager_ext_interface.h | 94 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0; 98 //Mimetype and Uuid for the extension interface
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_node_utils.h | 37 PVInterfaceImpl(const PVUuid& uuid) 39 , iUuid(uuid) 57 const PVUuid& Uuid()const 273 //allocate a copy of the Uuid. 274 Oscl_TAlloc<PVUuid, Alloc>uuid; local 275 iParam1 = uuid.ALLOC_AND_CONSTRUCT(aUuid); 353 {//destroy the allocated uuid 354 Oscl_TAlloc<PVUuid, Alloc>uuid; local 355 uuid.destruct_and_dealloc(iParam1); 396 {//copy the allocated uuid 398 Oscl_TAlloc<PVUuid, Alloc>uuid; local [all...] |
pvmf_media_cmd.h | 49 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
|
/external/bluetooth/hcidump/parser/ |
sdp.c | 85 /* UUID name lookup table */ 87 int uuid; member in struct:__anon1444 223 char* get_uuid_name(int uuid) 228 if (sdp_uuid_nam_lookup_table[i].uuid == uuid) 323 uint32_t uuid = 0; local 328 case 2: /* 16-bit UUID */ 329 uuid = get_u16(frm); 330 s = "uuid-16"; 332 case 4: /* 32_bit UUID */ [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 1004 uuid_t *uuid = (uuid_t *)value; local 3438 unsigned char *uuid; member in struct:__anon1149 3861 unsigned char *uuid = NULL; local [all...] |
/external/bluetooth/bluez/src/ |
agent.h | 45 const char *uuid, agent_cb cb, void *user_data,
|
/external/opencore/nodes/common/include/ |
pvmf_meta_data_extension.h | 47 // UUID for the extension interface 152 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
|
pvmf_track_level_info_extension.h | 52 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
|
pvmp4h263encextension.h | 75 * Query for a pointer to an instance of the interface specified by the UUID. 77 * @param uuid UUID of the interface to be queried. 82 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config.h | 252 * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS 254 u8 uuid[16]; member in struct:wpa_config
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 31 import java.util.UUID; 52 * {@link #createRfcommSocketToServiceRecord(UUID)}. 245 * Broadcast Action: This intent is used to broadcast the {@link UUID} 256 "android.bleutooth.device.action.UUID"; 332 * is a parcelable version of {@link UUID}. 335 public static final String EXTRA_UUID = "android.bluetooth.device.extra.UUID"; 588 public int getServiceChannel(ParcelUuid uuid) { 590 return sService.getRemoteServiceChannel(mAddress, uuid); 658 * outgoing connection to this remote device using SDP lookup of uuid. 663 * connection. This will also perform an SDP lookup of the given uuid t [all...] |