Home
last modified time | relevance | path

Searched defs:test_env (Results 1 – 23 of 23) sorted by relevance

/external/python/jinja/tests/
Dtest_imports.py12 def test_env(): function
27 def test_context_imports(self, test_env): argument
49 def test_import_needs_name(self, test_env): argument
56 def test_no_trailing_comma(self, test_env): argument
66 def test_trailing_comma_with_context(self, test_env): argument
79 def test_exports(self, test_env): argument
95 def test_not_exported(self, test_env): argument
101 def test_import_with_globals(self, test_env): argument
117 def test_import_with_globals_override(self, test_env): argument
130 def test_from_import_with_globals(self, test_env): argument
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.h55 struct test_env { struct
75 extern struct test_env env; argument
/external/ltp/testcases/kernel/io/disktest/
Dmain.h250 typedef struct test_env { struct
269 } test_env_t; argument
/external/python/setuptools/setuptools/tests/
Dtest_develop.py46 def test_env(tmpdir, temp_user): function
68 def test_2to3_user_mode(self, test_env): argument
/external/autotest/client/cros/
Dwebstore_test.py103 def _get_chrome_flags(test_env): argument
138 def initialize(self, test_env=TestEnv.sandbox, argument
/external/autotest/client/site_tests/cellular_Smoke/
Dcellular_Smoke.py102 def run_once(self, test_env, connect_count=5, sleep_kludge=5, argument
/external/autotest/client/site_tests/cellular_StressEnable/
Dcellular_StressEnable.py46 def run_once(self, test_env, cycles=3, min=15, max=25): argument
/external/autotest/client/site_tests/cellular_ConnectFailure/
Dcellular_ConnectFailure.py93 def run_once(self, test_env, connect_count=4): argument
/external/autotest/client/site_tests/cellular_Identifiers/
Dcellular_Identifiers.py89 def run_once(self, test_env): argument
/external/autotest/client/site_tests/cellular_SafetyDance/
Dcellular_SafetyDance.py125 def run_once(self, test_env, ops=30, seed=None): argument
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_stats_test.cc195 void BuildAndStoreXSpaceForTest(Env* test_env, absl::string_view test_dir, in BuildAndStoreXSpaceForTest()
228 Env* test_env = Env::Default(); in TEST() local
/external/llvm-project/clang/utils/perf-training/
Dperf-helper.py20 test_env = { 'PATH' : os.environ['PATH'] } variable
/external/clang/utils/perf-training/
Dperf-helper.py21 test_env = { 'PATH' : os.environ['PATH'] } variable
/external/autotest/server/cros/
Dresource_monitor_unittest.py30 def _initialize(self, test_env): argument
/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_runner.py724 def __init__(self, test_env, **kwargs): argument
795 def __call__(self, resources, test_env, fn, args, kwargs, use_dill_for_args): argument
Dcombinations.py424 def _test_runner(test_id, test_env): argument
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
Dcellular_DisableWhileConnecting.py262 def run_once(self, test_env, **kwargs): argument
/external/autotest/client/site_tests/cellular_ModemControl/
Dcellular_ModemControl.py366 def run_once(self, test_env, autoconnect, mixed_iterations=2, argument
/external/libxkbcommon/
Dmeson.build497 test_env = environment() variable
/external/mksh/src/
Dsh.h2821 typedef struct test_env { struct
2827 Test_op (*isa)(struct test_env *, Test_meta); argument
2828 const char *(*getopnd) (struct test_env *, Test_op, bool); argument
2829 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool); argument
2830 void (*error)(struct test_env *, int, const char *); argument
2831 int flags; /* TEF_* */
/external/python/cpython2/Lib/test/
Dtest_subprocess.py387 def test_env(self): member in ProcessTestCase
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc733 TestTFEnvironment test_env; in TEST_F() local
/external/python/cpython3/Lib/test/
Dtest_subprocess.py661 def test_env(self): member in ProcessTestCase