HomeSort by relevance Sort by last modified time
    Searched full:key_list (Results 1 - 25 of 37) sorted by null

1 2

  /external/autotest/server/cros/multimedia/
input_facade_adapter.py 69 def press_keys(self, key_list):
72 @param key_list: A list of key strings, e.g. ['LEFTCTRL', 'F4']
74 self._input_proxy.press_keys(key_list)
  /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,
  /external/autotest/client/cros/multimedia/
input_facade_native.py 73 def press_keys(self, key_list):
76 @param key_list: A list of key strings, e.g. ['LEFTCTRL', 'F4']
78 graphics_utils.press_keys(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/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/toolchain-utils/crosperf/
results_cache_unittest.py     [all...]
  /external/skia/infra/bots/recipe_modules/builder_name_schema/
builder_name_schema.py 108 key_list = BUILDER_NAME_SCHEMA[split_name[0]]
110 for key in key_list:
  /external/skqp/infra/bots/recipe_modules/builder_name_schema/
builder_name_schema.py 108 key_list = BUILDER_NAME_SCHEMA[split_name[0]]
110 for key in key_list:
  /external/iproute2/man/man8/
tc-flow.8 22 .IR KEY_LIST " [ "
43 .IR KEY_LIST " := [ " KEY_LIST " ] " KEY
  /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/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/strace/xlat/
evdev_keycode.in 384 KEY_LIST
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestCertActivity.java 223 new ArrayAdapter(TestCertActivity.this, R.layout.key_list, keyList);
  /external/autotest/client/cros/
storage.py 427 key_list = ('device', 'bus', 'model', 'size', 'fs_uuid', 'fstype',
441 for key in key_list:
  /system/security/keystore/
keystore_cli_v2.cpp 355 std::vector<std::string> key_list; local
356 if (!keystore->listKeys(prefix, &key_list)) {
361 for (const auto& key_name : key_list) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py     [all...]
  /external/python/cpython2/Lib/
mailbox.py     [all...]
  /external/python/cpython3/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...]
  /device/google/atv/
Generic.kl 345 # key 395 "KEY_LIST"
  /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

Completed in 1951 milliseconds

1 2