/external/tensorflow/tensorflow/tools/ci_build/builds/ |
builds_common.sh | 125 test_runner() { function 129 # Usage: test_runner <TEST_DESC> <ALL_TESTS> <TEST_BLACKLIST> <LOGS_DIR> 130 # e.g., test_runner "Tutorial test-on-install" \ 134 die "test_runner: incorrect usage"
|
/external/vixl/tools/ |
threaded_tests.py | 67 test_runner = None variable 76 command = [test_runner, test] + test_runner_runtime_options 118 global test_runner 136 test_runner = test_runner_command
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
tdc.py | 92 def test_runner(filtered_tests, args): function 399 catresults = test_runner(alltests, args) 409 catresults = test_runner(testcases[target_category], args)
|
/external/python/cpython3/Lib/test/libregrtest/ |
runtest.py | 155 test_runner = getattr(the_module, "test_main", None) 156 if test_runner is None: 157 def test_runner(): function in function:runtest_inner 165 test_runner() 167 refleak = dash_R(the_module, test, test_runner, ns.huntrleaks)
|
/frameworks/native/libs/vr/libpdx/ |
encoder_performance_test.cpp | 416 TestRunner test_runner; local 426 test_runner.AddTestFunc("--Baseline--", std::move(serialize_base_test), 431 test_runner.AddTest("bool", true); 432 test_runner.AddTest("int32_t", 12); 435 test_runner.AddTest(GenerateContainerName("string", len), 440 test_runner.AddDeserializationTest(GenerateContainerName("string", 10240), 446 test_runner.AddTest(GenerateContainerName("vector<int32_t>", len), 455 test_runner.AddTest( 459 test_runner.AddTest("tuple<int, bool, string, double>", 466 test_runner.AddTest(GenerateContainerName("map<int, string>", len) [all...] |