HomeSort by relevance Sort by last modified time
    Searched refs:key_list (Results 1 - 19 of 19) sorted by null

  /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
54 key_list.append(name)
86 Dump("key_labels", key_list)
  /external/toolchain-utils/crosperf/
results_cache_unittest.py     [all...]
results_cache.py 396 def StoreToCacheDir(self, cache_dir, machine_manager, key_list):
411 for k in key_list:
  /system/update_engine/scripts/update_payload/
histogram.py 74 def FromKeyList(key_list, scale=20, formatter=None, key_names=None):
83 key_list: list of (possibly recurring) keys
92 for key in 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/skia/infra/bots/recipe_modules/builder_name_schema/
builder_name_schema.py 156 key_list = BUILDER_NAME_SCHEMA[split_name[0]]
158 for key in key_list:
  /external/toybox/toys/posix/
sort.c 70 void *key_list;
167 // append a sort_key to key_list.
171 void **stupid_compiler = &TT.key_list;
236 // Callback from qsort(): Iterate through key_list and perform comparisons.
244 for (key=(struct sort_key *)TT.key_list; !retval && key;
364 if (CFG_SORT_BIG && !TT.key_list) add_key()->range[0] = 1;
  /external/autotest/client/cros/
storage.py 428 key_list = ('device', 'bus', 'model', 'size', 'fs_uuid', 'fstype',
442 for key in key_list:
  /system/security/keystore/
keystore_cli_v2.cpp 336 std::vector<std::string> key_list; local
337 if (!keystore->listKeys(prefix, &key_list)) {
342 for (const auto& key_name : key_list) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py     [all...]
  /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...]
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
str_agp.h 143 unsigned long *key_list; member in struct:agp_bridge_data
  /external/autotest/client/cros/graphics/
graphics_utils.py 258 def press_keys(key_list):
265 _uinput_emit_combo(_get_uinput_device_keyboard(), key_list)
    [all...]
  /external/toybox/generated/
globals.h 1300 void *key_list; member in struct:sort_data

Completed in 996 milliseconds