Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/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
/aosp_15_r20/external/kmod/testsuite/
H A Dtestsuite.h77 struct keyval { struct
78 const char *key;
102 const struct keyval *files; argument
/aosp_15_r20/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
/aosp_15_r20/system/update_engine/common/
H A Dhwid_override_unittest.cc47 std::string keyval(HwidOverride::kHwidOverrideKey); in TEST_F() local
57 std::string keyval("SOMETHING_ELSE=UNINTERESTING"); in TEST_F() local
/aosp_15_r20/external/libnl/tests/
H A 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()
H A Dtest-u32-filter-with-actions.c102 uint32_t keyval, uint32_t keymask, int keyoff, int keyoffmask, in u32_add_filter_on_ht_with_hashmask()
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dmock_instance.py72 keyval = {} variable
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Ddocument.rs94 pub(crate) fn keyval<'s, 'i>( in keyval() function
Dinline_table.rs134 fn keyval<'i>( in keyval() function
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/hw/
H A Dmhw_vebox_g11_X.h35 #define MHW_VEBOX_IS_VEBOX_SPECIFIED_IN_CONFIG(keyval, VDId, shift, mask, bUseVD) \ argument
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/hw/
H A Dmhw_vebox_g12_X.h55 #define MHW_VEBOX_IS_VEBOX_SPECIFIED_IN_CONFIG(keyval, VDId, shift, mask, bUseVD) \ argument
/aosp_15_r20/external/autotest/tko/parsers/
H A Dversion_0.py51 def determine_hostname(cls, keyval, job_dir): argument
/aosp_15_r20/external/autotest/tko/
H A Djob_serializer_unittest.py268 def check_dict(self, dictionary, keyval): argument
/aosp_15_r20/external/pigweed/pw_software_update/
H A Dtuf.proto224 bytes keyval = 3; field
/aosp_15_r20/external/autotest/client/site_tests/power_LoadTest/
H A Dpower_LoadTest.py765 def _energy_use_from_powerlogger(self, keyval): argument
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/hw/
H A Dmhw_vebox_cmdpar.h48 #define MHW_VEBOX_IS_VEBOX_SPECIFIED_IN_CONFIG(keyval, VDId, shift, mask, bUseVD) \ argument
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/
H A DConnection.java732 Request data(KeyVal keyval); in data()
/aosp_15_r20/external/curl/lib/
H A Dws.c686 char keyval[40]; in Curl_ws_request() local
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.h800 for (const auto& keyval : vars) vars_[keyval.first] = keyval.second; in AddMap() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.h800 for (const auto& keyval : vars) vars_[keyval.first] = keyval.second; in AddMap() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/
H A DHttpConnection.java724 public Request data(Connection.KeyVal keyval) { in data()

12