Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dmain.h249 typedef struct test_env { struct
268 } test_env_t; argument
/external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/
Dcellular_GobiRecoverFromDesync.py72 def __init__(self, test_env): argument
218 def __init__(self, test_env): argument
231 def __init__(self, test_env): argument
247 def __init__(self, test_env): argument
266 def __init__(self, test_env): argument
322 def run_test(self, test_env, test): argument
329 def run_once(self, test_env, cycles=1, min=1, max=20): 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.py95 def _get_chrome_flags(test_env): argument
130 def initialize(self, test_env=TestEnv.sandbox, argument
/external/autotest/client/site_tests/cellular_Smoke/
Dcellular_Smoke.py98 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/clang/utils/perf-training/
Dperf-helper.py21 test_env = { 'PATH' : os.environ['PATH'] } variable
/external/u-boot/tools/patman/
Dcros_subprocess.py343 def test_env(self): member in TestSubprocess
/external/autotest/server/cros/
Dresource_monitor_unittest.py22 def _initialize(self, 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.py348 def run_once(self, test_env, autoconnect, mixed_iterations=2, argument
/external/mksh/src/
Dsh.h2718 typedef struct test_env { struct
2724 Test_op (*isa)(struct test_env *, Test_meta); argument
2725 const char *(*getopnd) (struct test_env *, Test_op, bool); argument
2726 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool); argument
2727 void (*error)(struct test_env *, int, const char *); argument
2728 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.cc731 TestTFEnvironment test_env; in TEST_F() local
/external/python/cpython3/Lib/test/
Dtest_subprocess.py622 def test_env(self): member in ProcessTestCase