Home
last modified time | relevance | path

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

12

/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.h95 struct test_env { struct
96 struct test_selector test_selector;
97 struct test_selector subtest_selector;
98 bool verifier_stats;
99 bool debug;
100 enum verbosity verbosity;
102 bool jit_enabled;
103 bool has_testmod;
104 bool get_test_cnt;
105 bool list_test_names;
[all …]
Dtest_sockmap.c119 struct test_env { struct
132 struct test_env env; argument
/external/tensorflow/tensorflow/core/common_runtime/
Dring_reducer_test.cc160 const TensorShape& shape, CollectiveTestEnv* test_env) in DeviceInstance()
228 auto test_env = in TEST_F() local
265 auto test_env = in TEST_F() local
302 auto test_env = in TEST_F() local
318 auto test_env = in TEST_F() local
345 auto test_env = in TEST_F() local
363 auto test_env = in TEST_F() local
Dhierarchical_tree_broadcaster_test.cc217 CollectiveTestEnv* test_env) in DeviceInstance()
282 auto test_env = in TEST_F() local
308 auto test_env = in TEST_F() local
Dcollective_test_util.cc144 auto test_env = std::make_unique<CollectiveTestEnv>(); in CreateCollectiveTestEnv() local
185 const CollectiveTestEnv& test_env, int rank, const string& collective_name, in CreateCollectiveParams()
291 Status RunCollective(CollectiveTestEnv* test_env, CollectiveParams* col_params, in RunCollective()
Dring_gatherer_test.cc125 const TensorShape& shape, CollectiveTestEnv* test_env) in DeviceInstance()
188 auto test_env = in TEST_F() local
Dpermuter_test.cc143 const TensorShape& shape, CollectiveTestEnv* test_env) in DeviceInstance()
/external/freetype/tests/
Dmeson.build6 test_env = ['FREETYPE_TESTS_DATA_DIR=' variable
/external/autotest/client/site_tests/cellular_ValidateTestEnvironment/
Dcellular_ValidateTestEnvironment.py15 def run_once(self, test_env): argument
/external/autotest/client/site_tests/cellular_Hermes_MultiProfile/
Dcellular_Hermes_MultiProfile.py44 def run_once(self, test_env, is_prod_ci=False): argument
/external/autotest/client/site_tests/cellular_HermesMM_InstallEnable/
Dcellular_HermesMM_InstallEnable.py88 def run_once(self, test_env, is_prod_ci=False): argument
/external/libdisplay-info/test/
Dmeson.build38 test_env = [ variable
/external/autotest/client/site_tests/cellular_Smoke/
Dcellular_Smoke.py114 test_env, argument
/external/autotest/client/site_tests/cellular_StressEnable/
Dcellular_StressEnable.py53 def run_once(self, test_env, cycles=3, min=15, max=25): argument
/external/autotest/client/site_tests/cellular_Hermes_Restart_SlotSwitch/
Dcellular_Hermes_Restart_SlotSwitch.py188 def run_once(self, test_env, is_prod_ci=False): argument
/external/autotest/client/site_tests/cellular_ConnectFailure/
Dcellular_ConnectFailure.py100 def run_once(self, test_env, connect_count=4): argument
/external/autotest/client/site_tests/cellular_Identifiers/
Dcellular_Identifiers.py91 def run_once(self, test_env): argument
/external/autotest/client/site_tests/cellular_SafetyDance/
Dcellular_SafetyDance.py169 def run_once(self, test_env, ops=30, seed=None): argument
/external/tink/cc/examples/walkthrough/
Dload_encrypted_keyset_test.cc106 Environment *const test_env = variable
/external/clang/utils/perf-training/
Dperf-helper.py21 test_env = { 'PATH' : os.environ['PATH'] } variable
/external/bazelbuild-rules_go/go/
Dcore.rst28 .. _test_env: https://docs.bazel.build/versions/master/user-manual.html#flag--test_env target
/external/autotest/server/cros/
Dresource_monitor_unittest.py30 def _initialize(self, test_env): argument
/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_runner.py738 def __init__(self, test_env, **kwargs): argument
812 def __call__(self, resources, test_env, fn, args, kwargs, use_dill_for_args): argument
/external/autotest/client/site_tests/cellular_DisableWhileConnecting/
Dcellular_DisableWhileConnecting.py264 def run_once(self, test_env, **kwargs): argument

12