Home
last modified time | relevance | path

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

12

/aosp_15_r20/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 …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A 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 …]
H A Dtest_sockmap.c119 struct test_env { struct
132 struct test_env env; argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A 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
H A 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
H A 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()
H A Dring_gatherer_test.cc125 const TensorShape& shape, CollectiveTestEnv* test_env) in DeviceInstance()
188 auto test_env = in TEST_F() local
H A Dpermuter_test.cc143 const TensorShape& shape, CollectiveTestEnv* test_env) in DeviceInstance()
/aosp_15_r20/external/freetype/tests/
H A Dmeson.build6 test_env = ['FREETYPE_TESTS_DATA_DIR=' variable
/aosp_15_r20/external/autotest/client/site_tests/cellular_ValidateTestEnvironment/
H A Dcellular_ValidateTestEnvironment.py15 def run_once(self, test_env): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A 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
/aosp_15_r20/external/autotest/client/site_tests/cellular_Hermes_MultiProfile/
H A Dcellular_Hermes_MultiProfile.py44 def run_once(self, test_env, is_prod_ci=False): argument
/aosp_15_r20/external/autotest/client/site_tests/cellular_HermesMM_InstallEnable/
H A Dcellular_HermesMM_InstallEnable.py88 def run_once(self, test_env, is_prod_ci=False): argument
/aosp_15_r20/external/autotest/client/site_tests/cellular_Smoke/
H A Dcellular_Smoke.py114 test_env, argument
/aosp_15_r20/external/autotest/client/site_tests/cellular_StressEnable/
H A Dcellular_StressEnable.py53 def run_once(self, test_env, cycles=3, min=15, max=25): argument
/aosp_15_r20/external/autotest/client/site_tests/cellular_Hermes_Restart_SlotSwitch/
H A Dcellular_Hermes_Restart_SlotSwitch.py188 def run_once(self, test_env, is_prod_ci=False): argument
/aosp_15_r20/external/autotest/client/site_tests/cellular_ConnectFailure/
H A Dcellular_ConnectFailure.py100 def run_once(self, test_env, connect_count=4): argument
/aosp_15_r20/external/autotest/client/site_tests/cellular_Identifiers/
H A Dcellular_Identifiers.py91 def run_once(self, test_env): argument
/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_develop.py42 def test_env(tmpdir, temp_user): function
/aosp_15_r20/external/autotest/client/site_tests/cellular_SafetyDance/
H A Dcellular_SafetyDance.py169 def run_once(self, test_env, ops=30, seed=None): argument
/aosp_15_r20/external/mksh/src/
H A Dsh.h2819 typedef struct test_env { struct
2825 Test_op (*isa)(struct test_env *, Test_meta); argument
2826 const char *(*getopnd) (struct test_env *, Test_op, bool); argument
2827 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool); argument
2828 void (*error)(struct test_env *, int, const char *); argument
2829 int flags; /* TEF_* */
/aosp_15_r20/external/tink/cc/examples/walkthrough/
H A Dload_encrypted_keyset_test.cc106 Environment *const test_env = variable
/aosp_15_r20/external/clang/utils/perf-training/
H A Dperf-helper.py21 test_env = { 'PATH' : os.environ['PATH'] } variable
/aosp_15_r20/external/bazelbuild-rules_go/go/
H A Dcore.rst28 .. _test_env: https://docs.bazel.build/versions/master/user-manual.html#flag--test_env target
/aosp_15_r20/art/tools/bisection_search/
H A Dbisection_search.py73 def __init__(self, base_cmd, test_env, expected_retcode=None, argument

12