Home
last modified time | relevance | path

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

/third_party/python/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):
/third_party/python/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_cmd_line.py911 def run_ignoring_vars(self, predicate, **env_vars):
Dtest_gdb.py89 def run_gdb(*args, **env_vars):
Dtest_sys.py224 def check_exit_message(code, expected, **env_vars):
/third_party/libuv/test/
Dtest-env-vars.c28 TEST_IMPL(env_vars) { in TEST_IMPL() argument
/third_party/gn/src/base/
Denvironment.cc128 namespace env_vars { namespace
/third_party/node/src/
Dnode_worker.cc54 std::shared_ptr<KVStore> env_vars, in Worker()
462 std::shared_ptr<KVStore> env_vars = nullptr; in New() local
Dnode_credentials.cc78 std::shared_ptr<KVStore> env_vars, in SafeGetenv()
Denv-inl.h296 inline std::shared_ptr<KVStore> Environment::env_vars() { in env_vars() function
300 inline void Environment::set_env_vars(std::shared_ptr<KVStore> env_vars) { in set_env_vars()
Ddebug_utils.cc62 void EnabledDebugList::Parse(std::shared_ptr<KVStore> env_vars, in Parse()