/external/grpc-grpc/tools/run_tests/performance/ |
D | build_performance.sh | 45 tools/run_tests/performance/build_performance_go.sh 52 tools/run_tests/performance/build_performance_php7.sh 56 …python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8 --compiler corec… 59 tools/run_tests/performance/build_performance_node.sh 62 python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
|
D | build_performance_php7.sh | 20 python tools/run_tests/run_tests.py -l php7 -c "$CONFIG" --build_only -j 8
|
/external/v8/tools/unittests/ |
D | run_tests_test.py | 98 def run_tests(basedir, *args, **kwargs): function 168 result = run_tests( 187 result = run_tests( 212 result = run_tests( 234 result = run_tests( 282 result = run_tests( 322 result = run_tests( 359 result = run_tests( 388 result = run_tests( 411 result = run_tests( [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 242 def run_tests(self, args): member in ProgramsTestCase 251 self.run_tests(args) 256 self.run_tests(args) 261 self.run_tests(args) 266 self.run_tests(args) 272 self.run_tests(args) 278 self.run_tests(args) 333 def run_tests(self, *testargs, **kw): member in ArgsTestCase 354 output = self.run_tests(*tests, exitcode=2) 366 output = self.run_tests('-u', 'all', *test_names) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 561 def run_tests(self, args): member in ProgramsTestCase 570 self.run_tests(args) 576 self.run_tests(args) 582 self.run_tests(args) 588 self.run_tests(args) 595 self.run_tests(args) 601 self.run_tests(args) 609 self.run_tests(args) 647 def run_tests(self, *testargs, **kw): member in ArgsTestCase 664 output = self.run_tests(*tests, exitcode=2) [all …]
|
/external/linux-kselftest/tools/testing/selftests/firmware/ |
D | fw_run_tests.sh | 15 run_tests() function 34 run_tests 0 1 46 run_tests 0 0 57 run_tests 1 0 69 run_tests
|
/external/flatbuffers/tests/ |
D | PythonTest.sh | 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/grpc-grpc/tools/run_tests/ |
D | README.md | 6 # Unit tests (run_tests.py) 8 Builds gRPC in given language and runs unit tests. Use `tools/run_tests/run_tests.py --help` for mo… 11 `tools/run_tests/run_tests.py -l csharp -c dbg` 29 `tools/run_tests/run_interop_tests.py -l csharp -s c++ --use_docker` (run interop tests with C# cli… 42 `tools/run_tests/run_performance_tests.py -l c++ node` 52 `tools/run_tests/task_runner.py -f python artifact linux x64` (build tasks with labels `python`, `a…
|
/external/jemalloc_new/android/ |
D | run_jemalloc_tests.sh | 100 function run_tests () { function 135 run_tests "unit" "${test_dir}/${UNIT_TEST_DIR}" ${UNIT_TESTS[@]} 136 run_tests "integration" "${test_dir}/${INTEGRATION_TEST_DIR}" ${INTEGRATION_TESTS[@]} 137 run_tests "stress" "${test_dir}/${STRESS_TEST_DIR}" ${STRESS_TESTS[@]}
|
/external/grpc-grpc/tools/internal_ci/macos/ |
D | grpc_interop_toprod.sh | 25 tools/run_tests/run_tests.py -l c++ -c opt --build_only 32 tools/run_tests/run_interop_tests.py -l c++ \
|
/external/jemalloc/android/test/ |
D | 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[@]}
|
/external/grpc-grpc/ |
D | CONTRIBUTING.md | 33 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only 37 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE 40 You can also run `python tools/run_tests/run_tests.py --help` to discover useful command line flags… 41 see [tools/run_tests](tools/run_tests) where you will also find guidance on how to run various othe… 105 breakages early on (see [tools/run_tests](tools/run_tests). Ultimately, the
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test.cc | 33 int run_tests(int argc, char **argv) { in run_tests() function 37 __tsan_func_entry((void*)((intptr_t)&run_tests + 1)); in run_tests() 65 return run_tests(argc, argv); in main()
|
/external/cmockery/cmockery_0_1_2/windows/ |
D | makefile | 98 $(EXECUTABLE_DIR)\run_tests.exe 211 $(EXECUTABLE_DIR)\run_tests.exe: \ 212 $(OBJECT_DIR)\run_tests.obj $(LIBRARY_DIR)\cmockery.lib 215 $(OBJECT_DIR)\run_tests.obj: $(EXAMPLE_SOURCE_DIRECTORY)\run_tests.c
|
/external/virglrenderer/tests/ |
D | Makefile.am | 9 run_tests = test_virgl_init test_virgl_transfer test_virgl_resource test_virgl_cmd macro 17 noinst_PROGRAMS = $(run_tests) 18 TESTS = $(run_tests)
|
/external/grpc-grpc/tools/ |
D | README.md | 20 run_tests: Scripts to run gRPC tests in parallel. 22 run_tests/performance: See the [README](./run_tests/performance/README.md) for
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_full_performance_release.sh | 23 tools/run_tests/run_performance_tests.py \ 37 tools/run_tests/run_performance_tests.py \ 51 tools/run_tests/run_performance_tests.py \
|
D | grpc_full_performance_master.sh | 23 tools/run_tests/run_performance_tests.py \ 37 tools/run_tests/run_performance_tests.py \ 51 tools/run_tests/run_performance_tests.py \
|
D | run_performance_profile_daily.sh | 32 ./tools/run_tests/start_port_server.py || true 34 $PYTHON tools/run_tests/run_microbenchmark.py --collect summary perf latency -b $BENCHMARKS_TO_RUN
|
D | grpc_coverage.sh | 23 python tools/run_tests/run_tests.py \
|
D | run_performance_profile_hourly.sh | 20 ./tools/run_tests/start_port_server.py || true 28 tools/run_tests/run_microbenchmark.py --collect summary --bigquery_upload
|
/external/scapy/.travis/ |
D | test.sh | 109 PYTHON="$PYTHON" $SCAPY_SUDO ./run_tests -q -F -t bpf.uts $UT_FLAGS || exit $? 120 PYTHON="$PYTHON" $SCAPY_SUDO ./run_tests -c ./configs/travis.utsc -T "bpf.uts" -T "mock_windows.uts… 126 PYTHON="$PYTHON" $SCAPY_SUDO ./run_tests -q -F -t tls/tests_tls_netaccess.uts $UT_FLAGS || exit $?
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | clocksource-switch.c | 106 int run_tests(int secs) in run_tests() function 144 if (run_tests(5)) { in main() 154 return run_tests(60); in main()
|
/external/cmockery/cmockery_0_1_2/ |
D | Makefile.in | 46 product_database_test$(EXEEXT) run_tests$(EXEEXT) \ 113 am_run_tests_OBJECTS = run_tests-run_tests.$(OBJEXT) 313 run_tests_SOURCES = src/example/run_tests.c 430 run_tests$(EXEEXT): $(run_tests_OBJECTS) $(run_tests_DEPENDENCIES) 431 @rm -f run_tests$(EXEEXT) 454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_tests-run_tests.Po@am__quote@ 666 run_tests-run_tests.o: src/example/run_tests.c 667 …run_tests-run_tests.o -MD -MP -MF "$(DEPDIR)/run_tests-run_tests.Tpo" -c -o run_tests-run_tests.o … 671 …ts_CFLAGS) $(CFLAGS) -c -o run_tests-run_tests.o `test -f 'src/example/run_tests.c' || echo '$(src… 673 run_tests-run_tests.obj: src/example/run_tests.c [all …]
|
/external/grpc-grpc/templates/tools/dockerfile/ |
D | csharp_build_interop.sh.include | 32 tools/run_tests/run_tests.py -l csharp -c dbg --build_only
|