Home
last modified time | relevance | path

Searched defs:keyval (Results 1 – 11 of 11) sorted by relevance

/external/toolchain-utils/crosperf/
Dmock_instance.py44 keyval = {} variable
/external/kmod/testsuite/
Dtestsuite.h77 struct keyval { struct
78 const char *key;
102 const struct keyval *files; argument
/external/autotest/cli/
Dquery_keyvals26 def print_keyvals(keyval, format_string, options): argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c357 const char* keyval = NULL; in Map_index() local
382 const char* keyval = NULL; in Map_index_set() local
412 const char* keyval = NULL; in Map_has_key() local
434 const char* keyval = NULL; in Map_delete() local
/external/libnl/tests/
Dtest-complex-HTB-with-hash-filters.c138 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht()
190 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht_with_hashmask()
Dtest-u32-filter-with-actions.c103 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht_with_hashmask()
/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py655 def _energy_use_from_powerlogger(self, keyval): argument
/external/autotest/tko/parsers/
Dversion_0.py50 def determine_hostname(cls, keyval, job_dir): argument
/external/autotest/tko/
Djob_serializer_unittest.py260 def check_dict(self, dictionary, keyval): argument
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_window.py411 def create_key_press_event(self, keyval): argument
/external/python/cpython3/Modules/
Dposixmodule.c4865 PyObject *key, *val, *key2, *val2, *keyval; in parse_envlist() local