Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dscript_helper.py95 def run_python_until_end(*args, **env_vars):
148 def _assert_python(expected_success, /, *args, **env_vars):
155 def assert_python_ok(*args, **env_vars):
169 def assert_python_failure(*args, **env_vars):
/aosp_15_r20/art/test/
H A Dknownfailures.json325 "env_vars": {"ART_TEST_BISECTION": "true"}, object
335 "env_vars": {"ART_TEST_BISECTION": "true"}, object
342 "env_vars": {"ART_TEST_BISECTION": "true"}, object
349 "env_vars": {"ART_TEST_BISECTION": "true"}, object
355 "env_vars": {"ART_READ_BARRIER_TYPE": "TABLELOOKUP"} object
617 "env_vars": {"SANITIZE_TARGET": "address"} object
623 "env_vars": {"SANITIZE_HOST": "address"} object
629 "env_vars": {"SANITIZE_HOST": "address"} object
635 "env_vars": {"SANITIZE_TARGET": "hwaddress"} object
646 "env_vars": {"SANITIZE_HOST": "address"}, object
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/support/
Dscript_helper.py24 def _assert_python(expected_success, *args, **env_vars):
50 def assert_python_ok(*args, **env_vars):
57 def assert_python_failure(*args, **env_vars):
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_c_locale_coercion.py115 def get_expected_details(cls, coercion_expected, fs_encoding, stream_encoding, env_vars): argument
133 def get_child_details(cls, env_vars): argument
210 env_vars, argument
Dtest_cmd_line_script.py127 *cmd_line_switches, cwd=None, **env_vars):
140 *cmd_line_switches, cwd=None, **env_vars):
Dtest_compileall.py523 def assertRunOK(self, *args, **env_vars):
530 def assertRunNotOK(self, *args, **env_vars):
Dtest_gdb.py89 def run_gdb(*args, **env_vars):
Dtest_cmd_line.py911 def run_ignoring_vars(self, predicate, **env_vars):
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
H A Dupdate.py162 def all_package_files(env_vars, package_files): argument
292 env_vars=None, argument
/aosp_15_r20/prebuilts/asuite/atest/
H A Dsmoke_tests24 env_vars = os.environ.copy() variable
/aosp_15_r20/external/autotest/site_utils/docker/
H A Dutils.py12 env_vars = os.environ variable
/aosp_15_r20/external/cronet/base/
H A Denvironment.cc109 namespace env_vars { namespace
/aosp_15_r20/external/AFLplusplus/benchmark/
H A Dbenchmark.py59 env_vars = { variable
/aosp_15_r20/external/libchrome/base/
H A Denvironment.cc123 namespace env_vars { namespace
/aosp_15_r20/tools/asuite/atest/test_runners/
H A Dtest_runner_base.py124 env_vars=None, argument
H A Datest_tf_test_runner.py634 def _generate_host_jars_env_var(self, env_vars): argument
/aosp_15_r20/external/autotest/client/bin/
H A Dfio_util.py376 def fio_runner(test, job, env_vars, argument
/aosp_15_r20/external/kmod/testsuite/
H A Dtestsuite.h109 const struct keyval *env_vars; member
/aosp_15_r20/external/pigweed/pw_ide/py/pw_ide/
H A Dsettings.py27 env_vars = vars(env) variable
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtest_log.proto163 map<string, string> env_vars = 2; field
/aosp_15_r20/art/test/testrunner/
H A Dtestrunner.py873 def check_env_vars(env_vars): argument
/aosp_15_r20/external/perfetto/test/
H A Dtest_helper.h75 TestEnvCleaner(std::initializer_list<const char*> env_vars) { in TestEnvCleaner()
/aosp_15_r20/external/bazelbuild-rules_rust/util/process_wrapper/
H A Doptions.rs233 let mut env_vars = HashMap::new(); in env_from_files() localVariable
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_sys.py178 def check_exit_message(code, expected, **env_vars):
Dtest_gdb.py61 def run_gdb(*args, **env_vars):

12