/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/scripts/common/ |
D | Activate.ps1 | 149 $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/ |
D | Activate.ps1 | 149 $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/ |
D | Activate.ps1 | 149 $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/ |
D | Activate.ps1 | 149 $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/ |
D | Activate.ps1 | 149 $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 D | testsuite.h | 77 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.rs | 16 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 D | hwid_override_unittest.cc | 47 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 D | test-complex-HTB-with-hash-filters.c | 133 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 D | test-u32-filter-with-actions.c | 102 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 D | mock_instance.py | 72 keyval = {} variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/ |
D | document.rs | 94 pub(crate) fn keyval<'s, 'i>( in keyval() function
|
D | inline_table.rs | 134 fn keyval<'i>( in keyval() function
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/hw/ |
H A D | mhw_vebox_g11_X.h | 35 #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 D | mhw_vebox_g12_X.h | 55 #define MHW_VEBOX_IS_VEBOX_SPECIFIED_IN_CONFIG(keyval, VDId, shift, mask, bUseVD) \ argument
|
/aosp_15_r20/external/autotest/tko/parsers/ |
H A D | version_0.py | 51 def determine_hostname(cls, keyval, job_dir): argument
|
/aosp_15_r20/external/autotest/tko/ |
H A D | job_serializer_unittest.py | 268 def check_dict(self, dictionary, keyval): argument
|
/aosp_15_r20/external/pigweed/pw_software_update/ |
H A D | tuf.proto | 224 bytes keyval = 3; field
|
/aosp_15_r20/external/autotest/client/site_tests/power_LoadTest/ |
H A D | power_LoadTest.py | 765 def _energy_use_from_powerlogger(self, keyval): argument
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/hw/ |
H A D | mhw_vebox_cmdpar.h | 48 #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 D | Connection.java | 732 Request data(KeyVal keyval); in data()
|
/aosp_15_r20/external/curl/lib/ |
H A D | ws.c | 686 char keyval[40]; in Curl_ws_request() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | helpers.h | 800 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 D | helpers.h | 800 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 D | HttpConnection.java | 724 public Request data(Connection.KeyVal keyval) { in data()
|