HomeSort by relevance Sort by last modified time
    Searched defs:run_tests (Results 1 - 25 of 44) sorted by null

1 2

  /external/flatbuffers/tests/
PythonTest.sh 25 # Syntax: run_tests <interpreter> <benchmark vtable dedupes>
28 function run_tests() { function
44 run_tests python2.6 100 100 100
45 run_tests python2.7 100 100 100
46 run_tests python3 100 100 100
47 run_tests pypy 100 100 100
  /external/jemalloc/android/test/
run_jemalloc_tests.sh 83 function run_tests () { function
109 run_tests "unit" "${test_dir}/${UNIT_TEST_DIR}" ${UNIT_TESTS[@]}
110 run_tests "integration" "${test_dir}/${INTEGRATION_TEST_DIR}" ${INTEGRATION_TESTS[@]}
  /cts/
test_defs.sh 42 run_tests() { function
  /test/suite_harness/
test_defs.sh 42 run_tests() { function
  /development/vndk/snapshot/
test.sh 194 function run_tests() { function
249 run_tests "${target_product}"
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.c 34 unsigned run_tests(struct test tests[]) function
  /dalvik/dx/tests/
run-all-tests 147 function run_tests { function
197 run_tests
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
run_tests.py 37 def run_tests(basedir, libdir): function
162 return run_tests(basedir, libdir)
  /external/libevent/test/
test.sh 66 run_tests () { function
146 run_tests
  /toolchain/binutils/binutils-2.27/gold/testsuite/
test.cc 99 Register_test::run_tests(Test_framework* tf) function in class:gold_testsuite::Register_test
  /tools/tradefederation/core/atest/test_runners/
example_test_runner.py 30 def run_tests(self, test_infos, extra_args): member in class:ExampleTestRunner
regression_test_runner.py 37 def run_tests(self, test_infos, extra_args): member in class:RegressionTestRunner
robolectric_test_runner.py 42 def run_tests(self, test_infos, extra_args): member in class:RobolectricTestRunner
test_runner_base.py 54 def run_tests(self, test_infos, extra_args): member in class:TestRunnerBase
atest_tf_test_runner.py 47 def run_tests(self, test_infos, extra_args): member in class:AtestTradefedTestRunner
vts_tf_test_runner.py 56 def run_tests(self, test_infos, extra_args): member in class:VtsTradefedTestRunner
  /external/autotest/client/cros/
dhcp_unittest.py 257 def run_tests(): function
277 sys.exit(run_tests())
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test.cc 33 int run_tests(int argc, char **argv) { function
37 __tsan_func_entry((void*)((intptr_t)&run_tests + 1));
65 return run_tests(argc, argv);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 185 run_tests(package, mask, verbosity, search_leaks, exclude)
188 def run_tests(package, mask, verbosity, search_leaks, exclude): function
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 185 run_tests(package, mask, verbosity, search_leaks, exclude)
188 def run_tests(package, mask, verbosity, search_leaks, exclude): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 185 run_tests(package, mask, verbosity, search_leaks, exclude)
188 def run_tests(package, mask, verbosity, search_leaks, exclude): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 185 run_tests(package, mask, verbosity, search_leaks, exclude)
188 def run_tests(package, mask, verbosity, search_leaks, exclude): function
  /tools/test/connectivity/acts/framework/
setup.py 60 def run_tests(self): member in class:PyTest
  /external/linux-kselftest/tools/testing/selftests/net/
socket.c 37 static int run_tests(void) function
90 int err = run_tests();
  /external/linux-kselftest/tools/testing/selftests/timers/
clocksource-switch.c 106 int run_tests(int secs) function
144 if (run_tests(5)) {
154 return run_tests(60);

Completed in 471 milliseconds

1 2