/external/webkit/Source/WebKit/win/Interfaces/ |
IWebMutableURLRequestPrivate.idl | 45 uuid(AD675B60-2CE9-478c-B2AA-CAD643FF18AC),
|
IWebPluginHalterDelegate.idl | 37 uuid(2e0e5d9e-ffc9-4185-aa15-e66868d548ee),
|
IWebScriptWorld.idl | 34 uuid(EBD45575-8184-4f22-B849-A5FE88336055),
|
IWebSerializedJSValue.idl | 34 uuid(13B3F50A-C996-61A7-2247-3DCC88FB0B84),
|
DOMCSS.idl | 46 uuid(43EFE238-A4DF-400a-983D-FCE0C0F56BCD), 63 uuid(D45DA43D-5EDB-4315-A097-3ED3FA089193), 85 uuid(05947A31-9E1C-4c98-8608-6688959D6542), 122 uuid(DBBE9A6B-D505-4647-B4AB-40A7CF3EE63E), 184 uuid(51D29553-2AF7-4f52-AFE6-3C59196A8BAA), 211 uuid(14B1C213-1458-48a1-AD8F-54BFE64F9ECF), 243 uuid(585127E2-D698-44c4-83EC-4D1E6E07E90D),
|
/external/wpa_supplicant_8/src/utils/ |
uuid.c | 2 * Universally Unique IDentifier (UUID) 12 #include "uuid.h" 64 int is_nil_uuid(const u8 *uuid) 68 if (uuid[i])
|
/frameworks/av/include/media/ |
ICrypto.h | 34 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0; 37 const uint8_t uuid[16], const void *data, size_t size) = 0;
|
/frameworks/native/include/media/hardware/ |
CryptoAPI.h | 32 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const = 0; 35 const uint8_t uuid[16], const void *data, size_t size,
|
/external/bluetooth/bluedroid/btif/src/ |
btif_profile_queue.c | 46 uint16_t uuid; member in struct:connect_node_tag 135 bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda, 141 node.uuid = uuid;
|
/external/webkit/Tools/Scripts/ |
print-msvc-project-dependencies | 62 my $uuid = $2; 63 if (exists $projectsByUUID{$uuid}) { 69 uuid => $uuid, 72 $projectsByUUID{$uuid} = $currentProject; 100 warn "Warning: UUID $uuid1 listed more than once as dependency of project ", $currentProject->{name}, "\n"; 104 $uuid1 eq $uuid2 or warn "Warning: UUIDs in depedency section of project ", $currentProject->{name}, " don't match: $uuid1 $uuid2; using first UUID\n";
|
/external/wpa_supplicant_8/src/wps/ |
wps_er.h | 19 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_sta 42 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap 72 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap_settings 101 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
|
/frameworks/av/media/libmedia/ |
ICrypto.cpp | 51 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) { 54 data.write(uuid, 16); 61 const uint8_t uuid[16], const void *opaqueData, size_t opaqueSize) { 64 data.write(uuid, 16); 174 uint8_t uuid[16]; local 175 data.read(uuid, sizeof(uuid)); 176 reply->writeInt32(isCryptoSchemeSupported(uuid)); 185 uint8_t uuid[16]; local 186 data.read(uuid, sizeof(uuid)) [all...] |
/frameworks/base/media/jni/ |
android_media_MediaDrm.h | 40 static bool IsCryptoSchemeSupported(const uint8_t uuid[16]); 42 JDrm(JNIEnv *env, jobject thiz, const uint8_t uuid[16]); 62 static sp<IDrm> MakeDrm(const uint8_t uuid[16]);
|
/external/e2fsprogs/lib/uuid/ |
tst_uuid.c | 2 * tst_uuid.c --- test program from the UUID library 38 #define UUID MYUUID 44 #include <uuid/uuid.h> 46 static int test_uuid(const char * uuid, int isValid) 52 parsedOk = uuid_parse(uuid, uuidBits) == 0; 54 printf("%s is %s", uuid, validStr[isValid]); 83 printf("UUID generate = %s\n", str); 84 printf("UUID: "); 90 printf("UUID type = %d, UUID variant = %d\n", type, variant) [all...] |
compare.c | 2 * compare.c --- compare whether or not two UUID's are the same 4 * Returns 0 if the two UUID's are different, and 1 if they are the same. 44 struct uuid uuid1, uuid2;
|
pack.c | 2 * Internal routine for packing UUID's 38 void uuid_pack(const struct uuid *uu, uuid_t ptr)
|
unpack.c | 2 * Internal routine for unpacking UUID 38 void uuid_unpack(const uuid_t in, struct uuid *uu)
|
/hardware/libhardware/include/hardware/ |
bt_gatt_server.h | 64 bt_uuid_t *uuid, int srvc_handle, int char_handle); 68 bt_uuid_t *uuid, int srvc_handle, int descr_handle); 126 bt_status_t (*register_server)( bt_uuid_t *uuid ); 146 int service_handle, bt_uuid_t *uuid, 151 bt_uuid_t *uuid, int permissions);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ContextMap.java | 29 import java.util.UUID; 58 /** The UUID of the application */ 59 UUID uuid; field in class:ContextMap.App 73 App(UUID uuid, T callback) { 74 this.uuid = uuid; 115 void add(UUID uuid, T callback) [all...] |
/external/qemu/android/ |
user-config.c | 33 uint64_t uuid; member in struct:AUserConfig 42 #define KEY_UUID "uuid" 124 uc->uuid = (uint64_t) iniFile_getInt64(ini, KEY_UUID, 0LL); 126 DD(" found %s = %lld", KEY_UUID, uc->uuid); 137 /* Generate a 64-bit UUID if necessary. We simply take the 144 uc->uuid = (uint64_t)tm.tv_sec*1000 + tm.tv_usec/1000; 146 DD(" Generated UUID = %lld", uc->uuid); 156 return uconfig->uuid; 196 KEY_UUID, uconfig->uuid ); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wps_supplicant.h | 52 const char *uuid, const char *pin); 53 int wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid); 54 int wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid, 56 int wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid, 58 int wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, 61 int ndef, const char *uuid); 73 int ndef, int cr, const char *uuid);
|
/external/qemu/ |
arch_init.c | 654 int qemu_uuid_parse(const char *str, uint8_t *uuid) 662 ret = sscanf(str, UUID_FMT, &uuid[0], &uuid[1], &uuid[2], &uuid[3], 663 &uuid[4], &uuid[5], &uuid[6], &uuid[7], &uuid[8], &uuid[9] [all...] |
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wps-nfc.py | 65 def wpas_get_er_config_token(uuid): 69 return wpas.request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + uuid).rstrip().decode("hex") 86 def wpas_get_handover_sel(uuid): 90 if uuid is None: 92 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip().decode("hex") 119 data = wpas_get_handover_sel(self.uuid) 138 def wps_handover_resp(peer, uuid): 139 if uuid is None: 142 print "Trying to handle WPS handover with AP " + uuid 146 srv.uuid = uui [all...] |
/external/clang/test/Parser/ |
cxx11-stmt-attributes.cpp | 43 [[uuid]] case 0: // expected-warning {{unknown attribute 'uuid' ignored}}
|
/external/clang/test/Preprocessor/ |
output_paste_avoid.cpp | 37 #define TYPEDEF(guid) typedef [uuid(guid)] 39 // CHECK: typedef [uuid(66504301-BE0F-101A-8BBB-00AA00300CAB)] long OLE_COLOR;
|