/external/webkit/Source/WebKit/win/Interfaces/ |
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),
|
DOMRange.idl | 64 uuid(2F33E42C-0B39-48b3-B7B6-E910CDB325AD),
|
IWebError.idl | 127 uuid(89E3B189-0B60-4d6b-A87A-3F1172CB5538),
|
IWebFrameLoadDelegate.idl | 52 uuid(3354665B-84BA-4fdf-B35E-BF5CF9D96026),
|
IWebHistory.idl | 63 uuid(F34E4B1A-361D-4b9f-9A3F-D869DCD97F9A),
|
IWebHistoryItemPrivate.idl | 37 uuid(E9D5DC2C-192F-4795-B0EC-4E770E539D97),
|
IWebResourceLoadDelegate.idl | 59 uuid(AF3289AA-90DB-4ca4-A112-A1E5F0517953),
|
/frameworks/av/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 33 // Google Visualizer UUID: d069d9e0-8329-11df-9168-0002a5d5c51b 36 {0xd069d9e0, 0x8329, 0x11df, 0x9168, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid 180 int VisualizerLib_Create(const effect_uuid_t *uuid, 187 if (pHandle == NULL || uuid == NULL) { 191 if (memcmp(uuid, &gVisualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) { 230 int VisualizerLib_GetDescriptor(const effect_uuid_t *uuid, 233 if (pDescriptor == NULL || uuid == NULL){ 238 if (memcmp(uuid, &gVisualizerDescriptor.uuid, sizeof(effect_uuid_t)) == 0) [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.c | 36 #include "uuid/uuid.h" 119 /* The MD UUID is not contiguous in the superblock, make it so */ 128 static void set_uuid(blkid_dev dev, uuid_t uuid, const char *tag) 132 if (!uuid_is_null(uuid)) { 133 uuid_unparse(uuid, str); 134 blkid_set_tag(dev, tag ? tag : "UUID", str, sizeof(str)); 630 blkid_set_tag(probe->dev, "UUID", serno, sizeof(serno)-1); 783 blkid_set_tag(probe->dev, "UUID", uuid_str, 0); 823 /* LABEL/UUID are only valid for later versions of Reiserfs v3.6. * 894 char uuid[40]; local 1167 __u64 uuid; local 1208 __u64 leaf_off, uuid; local 1330 char *p, *q, uuid[40]; local 1565 uuid_t uuid; local [all...] |
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.h | 20 const char *uuid, const char *pin, int timeout);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Utils.java | 23 /** segments of a UUID */ 25 /** length of a UUID */ 260 * Check some requirements for an UUID: 262 * <li>Length of the UUID is 32</li> 268 * @param uuid uuid to test 269 * @return true - this is a well formed UUID, false - UUID has not the expected format 272 static boolean checkUUIDFormat(String uuid) 278 if (uuid == null [all...] |
/hardware/samsung_slsi/exynos5/libsecurepath/ |
tlc_communication.cpp | 53 mcRet = mcOpenSession(&(comm_ctx->handle), &(comm_ctx->uuid), (uint8_t *)(comm_ctx->tci_msg),
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcLoadFormat.h | 122 mcUuid_t uuid; /**< Loadable service unique identifier (UUID). */ member in struct:__anon21534
|
mcSo.h | 92 * The combination of service provider id and Trustlet UUID forms a unique 98 /** Trustlet UUID. */ 99 mcUuid_t uuid; member in struct:__anon21540
|
/external/e2fsprogs/misc/ |
blkid.c | 137 const char *uuid) 164 fputs(uuid, stdout); 172 const char *uuid = "", *fs_type = "", *label = ""; local 179 "mount point", "UUID"); 190 /* Get the uuid, label, type */ 193 if (!strcmp(type, "UUID")) 194 uuid = value; 216 pretty_print_line(devname, fs_type, label, mtpt, uuid);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 32 import java.util.UUID; 53 * {@link #createRfcommSocketToServiceRecord(UUID)}. 285 * Broadcast Action: This intent is used to broadcast the {@link UUID} 295 "android.bluetooth.device.action.UUID"; 492 * is a parcelable version of {@link UUID}. 494 public static final String EXTRA_UUID = "android.bluetooth.device.extra.UUID"; [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_btservice_AdapterService.cpp | 829 jbyte *addr = NULL, *uuid = NULL; local 841 uuid = env->GetByteArrayElements(uuidObj, NULL); 842 if (!uuid) { 843 ALOGE("failed to get uuid"); 848 (const uint8_t*) uuid, channel, &socket_fd, flag)) != BT_STATUS_SUCCESS) { 859 env->ReleaseByteArrayElements(uuidObj, uuid, 0); 864 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0); 872 jbyte *uuid = NULL; local 880 uuid = env->GetByteArrayElements(uuidObj, NULL) [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_cl.c | 86 cl_req.browse.uuid.len = 2; 87 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; 92 cl_req.find_type_value.uuid.len = 2; 93 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; 96 cl_req.find_type_value.value_len = p_clcb->uuid.len; 97 memcpy (cl_req.find_type_value.value, &p_clcb->uuid.uu, p_clcb->uuid.len); 135 memcpy(&msg.browse.uuid, &p_clcb->uuid, sizeof(tBT_UUID)); 138 msg.browse.uuid.len = LEN_UUID_16 [all...] |
gatt_int.h | 105 tBT_UUID uuid; /* type of attribute to be found */ member in struct:__anon3104 160 tBT_UUID uuid; /* service declaration */ member in union:__anon3109 166 /* Attribute UUID type 172 /* 16 bits UUID Attribute in server database 182 UINT16 uuid; member in struct:__anon3110 185 /* 128 bits UUID Attribute in server database 195 UINT8 uuid[LEN_UUID_128]; member in struct:__anon3111 214 /* attribute handle, service UUID and a set of GATT server callback. */ 218 tBT_UUID app_uuid; /* applicatino UUID */ 221 UINT16 type; /* service type UUID, primary or secondary * 386 tBT_UUID uuid; member in struct:__anon3121 435 UINT16 uuid; member in struct:__anon3126 [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 309 QString uuid; local 313 uuid = ctx_item->data(peer_role_uuid).toString(); 326 uuid.toAscii().constData(), 808 QStandardItem * Peers::find_uuid(QString uuid) 814 uuid); 832 QString uuid = items[1]; local 1113 QString uuid = items[1]; 1125 QStandardItem *item = find_uuid(uuid); 1131 item->setData(uuid, peer_role_uuid); 1178 QString uuid = items[1] 1257 QString uuid = items[2]; local [all...] |
/device/samsung/manta/voicefx/ |
eS305VoiceProcessing.cpp | 151 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html 157 { 0xfd90ff00, 0x0b55, 0x11e2, 0x892e, { 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 } }, // uuid 169 { 0x08fa98b0, 0x0b56, 0x11e2, 0x892e, { 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 } }, // uuid 181 { 0xe9e87eb0, 0x0b55, 0x11e2, 0x892e, { 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 } }, // uuid 214 uint32_t Adnc_UuidToProcId(const effect_uuid_t * uuid) 218 if (memcmp(uuid, sAdncUuidTable[i], sizeof(*uuid)) == 0) { 712 const effect_descriptor_t *AdncBundle_GetDescriptor(const effect_uuid_t *uuid) 716 if (memcmp(&adnc_pfx_descriptors[i]->uuid, uuid, sizeof(effect_uuid_t)) == 0) [all...] |