/external/vboot_reference/host/lib21/include/ |
host_signature2.h | 50 * @param key_list List of keys to calculate signature length from. 55 const struct vb2_private_key **key_list, 80 * @param key_list List of keys to sign object with 85 const struct vb2_private_key **key_list,
|
/system/core/toolbox/ |
generate-input.h-labels.py | 27 key_list = [] variable 53 key_list.append(name) 85 Dump("key_labels", key_list)
|
/system/core/adb/ |
adb_auth_host.cpp | 58 static struct listnode key_list; variable in typeref:struct:listnode 334 static void get_vendor_keys(struct listnode* key_list) { 341 if (!read_key(path.c_str(), key_list)) { 370 if (list_empty(&key_list)) 374 return list_head(&key_list); 376 list_for_each(item, &key_list) { 379 if (item->next == &key_list) 433 list_init(&key_list); 435 ret = get_user_key(&key_list); 441 get_vendor_keys(&key_list); [all...] |
adb_auth_client.cpp | 145 struct listnode key_list; local 151 load_keys(&key_list); 153 list_for_each(item, &key_list) { 160 free_keys(&key_list);
|
/external/vboot_reference/host/lib21/ |
host_signature.c | 200 const struct vb2_private_key **key_list, 209 rv = vb2_sig_size_for_key(&size, key_list[i], NULL); 245 const struct vb2_private_key **key_list, 255 rv = vb2_sign_data(&sig, buf, sig_offset, key_list[i], NULL);
|
/external/iproute2/man/man8/ |
tc-flow.8 | 22 .IR KEY_LIST " [ " 43 .IR KEY_LIST " := [ " KEY_LIST " ] " KEY
|
/external/toybox/toys/posix/ |
sort.c | 70 void *key_list; 164 // append a sort_key to key_list. 168 void **stupid_compiler = &TT.key_list; 233 // Callback from qsort(): Iterate through key_list and perform comparisons. 241 for (key=(struct sort_key *)TT.key_list; !retval && key; 361 if (CFG_SORT_BIG && !TT.key_list) add_key()->range[0] = 1;
|
/external/skia/tools/ |
builder_name_schema.py | 182 key_list = BUILDER_NAME_SCHEMA[split_name[0]] 184 for key in key_list:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
batch.py | 63 key_list = [] 72 key_list.append(k) 73 batch_dict['Keys'] = key_list
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
utils.py | 100 key_list = [('Master', path_parts[0])] 102 key_list += [('Bot', path_parts[1])] 104 key_list += [('Test', x) for x in path_parts[2:]] 105 return ndb.Key(pairs=key_list)
|
/external/strace/xlat/ |
evdev_keycode.in | 384 KEY_LIST
|
/system/security/keystore/ |
keystore_cli_v2.cpp | 329 std::vector<std::string> key_list; local 330 if (!keystore->listKeys(prefix, &key_list)) { 335 for (const auto& key_name : key_list) {
|
/external/autotest/client/cros/ |
storage.py | 428 key_list = ('device', 'bus', 'model', 'size', 'fs_uuid', 'fstype', 442 for key in key_list:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mailbox.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mailbox.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailbox.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailbox.py | [all...] |
/external/libxml2/ |
rngparser.c | 111 const xmlChar *key_list; member in struct:_xmlCRelaxNGParserCtxt 226 (str == ctxt->key_list) || 933 } else if (token->token == ctxt->key_list) { [all...] |
/frameworks/base/data/keyboards/ |
Generic.kl | 345 # key 395 "KEY_LIST"
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/ |
server.py | 206 key_list = self.ec2.get_all_key_pairs() 207 for k in key_list:
|
/development/ndk/platforms/android-3/include/linux/ |
input.h | 454 #define KEY_LIST 0x18b
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
input.h | 454 #define KEY_LIST 0x18b
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
input.h | 454 #define KEY_LIST 0x18b
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
input.h | 454 #define KEY_LIST 0x18b
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
input.h | 454 #define KEY_LIST 0x18b
|