/external/rust/crates/gdbstub/src/protocol/commands/ |
D | _QEnvironmentHexEncoded.rs | 15 let keyval = decode_hex_buf(keyval).ok()?; in from_packet() localVariable 16 let mut keyval = keyval.splitn(2, |b| *b == b'='); in from_packet() localVariable
|
/external/python/cpython3/Lib/venv/scripts/common/ |
D | Activate.ps1 | 144 $keyval = $PSItem -split "\s*=\s*", 2 in Get-PyVenvConfig() variable 145 if ($keyval[0] -and $keyval[1]) { in Get-PyVenvConfig() variable 154 Write-Verbose "Adding Key: '$($keyval[0])'='$val'" in Get-PyVenvConfig() variable
|
/external/protobuf/php/ext/google/protobuf/ |
D | map.c | 278 const char* keyval = NULL; in map_field_read_dimension() local 298 static void map_index_unset(Map *intern, const char* keyval, int length) { in map_index_unset() 330 bool map_index_set(Map *intern, const char* keyval, int length, upb_value v) { in map_index_set() 347 const char* keyval = NULL; in map_field_write_dimension() local 372 const char* keyval = NULL; in map_field_unset_dimension() local 431 const char* keyval = NULL; in PHP_METHOD() local
|
D | encode_decode.c | 539 const char** keyval, in map_slot_key() 620 const char* keyval = NULL; in endmap_handler() local
|
/external/kmod/testsuite/ |
D | testsuite.h | 77 struct keyval { struct 78 const char *key; 102 const struct keyval *files; argument
|
/external/toolchain-utils/crosperf/ |
D | mock_instance.py | 54 keyval = {} variable
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 367 const char* keyval = NULL; in Map_index() local 394 const char* keyval = NULL; in Map_index_set() local 424 const char* keyval = NULL; in Map_has_key() local 448 const char* keyval = NULL; in Map_delete() local
|
/external/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 141 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht() 193 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht_with_hashmask()
|
D | test-u32-filter-with-actions.c | 107 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht_with_hashmask()
|
/external/autotest/tko/parsers/ |
D | version_0.py | 50 def determine_hostname(cls, keyval, job_dir): argument
|
/external/autotest/tko/ |
D | job_serializer_unittest.py | 260 def check_dict(self, dictionary, keyval): argument
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | power_LoadTest.py | 697 def _energy_use_from_powerlogger(self, keyval): argument
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.h | 650 for (const auto& keyval : vars) vars_[keyval.first] = keyval.second; in AddMap() local
|
/external/curl/lib/ |
D | multi.c | 220 size_t keyval = (size_t)*(struct Curl_easy **)key; in trhash() local
|
/external/lua/src/ |
D | lobject.h | 729 #define keyval(node) ((node)->u.key_val) macro
|
/external/e2fsprogs/util/ |
D | mkutf8data.c | 1679 char keyval[4]; in trees_populate() local
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 5467 PyObject *key, *val, *key2, *val2, *keyval; in parse_envlist() local
|