Home
last modified time | relevance | path

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

12

/external/rust/android-crates-io/crates/gdbstub/src/protocol/commands/
D_QEnvironmentHexEncoded.rs16 let keyval = decode_hex_buf(keyval).ok()?; in from_packet() localVariable
17 let mut keyval = keyval.splitn(2, |b| *b == b'='); in from_packet() localVariable
/external/python/cpython3/Lib/venv/scripts/common/
DActivate.ps1149 $keyval = $PSItem -split "\s*=\s*", 2 in Get-PyVenvConfig() variable
150 if ($keyval[0] -and $keyval[1]) { in Get-PyVenvConfig() variable
159 Write-Verbose "Adding Key: '$($keyval[0])'='$val'" in Get-PyVenvConfig() variable
/external/kmod/testsuite/
Dtestsuite.h77 struct keyval { struct
78 const char *key;
102 const struct keyval *files; argument
/external/toolchain-utils/crosperf/
Dmock_instance.py72 keyval = {} variable
/external/rust/android-crates-io/crates/toml_edit/src/parser/
Ddocument.rs90 pub(crate) fn keyval<'s, 'i>( in keyval() function
Dinline_table.rs130 fn keyval(input: &mut Input<'_>) -> PResult<(Vec<Key>, TableKeyValue)> { in keyval() function
/external/libnl/tests/
Dtest-complex-HTB-with-hash-filters.c133 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht()
185 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht_with_hashmask()
Dtest-u32-filter-with-actions.c102 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht_with_hashmask()
/external/intel-media-driver/media_driver/agnostic/gen11/hw/
Dmhw_vebox_g11_X.h35 #define MHW_VEBOX_IS_VEBOX_SPECIFIED_IN_CONFIG(keyval, VDId, shift, mask, bUseVD) \ argument
/external/intel-media-driver/media_driver/agnostic/gen12/hw/
Dmhw_vebox_g12_X.h55 #define MHW_VEBOX_IS_VEBOX_SPECIFIED_IN_CONFIG(keyval, VDId, shift, mask, bUseVD) \ argument
/external/autotest/tko/parsers/
Dversion_0.py51 def determine_hostname(cls, keyval, job_dir): argument
/external/autotest/tko/
Djob_serializer_unittest.py268 def check_dict(self, dictionary, keyval): argument
/external/pigweed/pw_software_update/
Dtuf.proto224 bytes keyval = 3; field
/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py765 def _energy_use_from_powerlogger(self, keyval): argument
/external/intel-media-driver/media_softlet/agnostic/common/hw/
Dmhw_vebox_cmdpar.h48 #define MHW_VEBOX_IS_VEBOX_SPECIFIED_IN_CONFIG(keyval, VDId, shift, mask, bUseVD) \ argument
/external/jsoup/src/main/java/org/jsoup/
DConnection.java732 Request data(KeyVal keyval); in data()
/external/curl/lib/
Dws.c705 char keyval[40]; in Curl_ws_request() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dhelpers.h800 for (const auto& keyval : vars) vars_[keyval.first] = keyval.second; in AddMap() local
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dhelpers.h800 for (const auto& keyval : vars) vars_[keyval.first] = keyval.second; in AddMap() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dhelpers.h800 for (const auto& keyval : vars) vars_[keyval.first] = keyval.second; in AddMap() local
/external/jsoup/src/main/java/org/jsoup/helper/
DHttpConnection.java724 public Request data(Connection.KeyVal keyval) { in data()
/external/v4l-utils/utils/common/
Dtoml.c955 toml_keyval_t* keyval = create_keyval_in_table(ctx, tab, key); in parse_keyval() local
/external/v4l-utils/utils/keytable/
Dtoml.c955 toml_keyval_t* keyval = create_keyval_in_table(ctx, tab, key); in parse_keyval() local
/external/v4l-utils/utils/ir-ctl/
Dtoml.c955 toml_keyval_t* keyval = create_keyval_in_table(ctx, tab, key); in parse_keyval() local
/external/lua/src/
Dlobject.h729 #define keyval(node) ((node)->u.key_val) macro

12