Home
last modified time | relevance | path

Searched refs:test_options (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Drebaseline_chromium_webkit_tests_unittest.py62 def test_options(): function
193 options = test_options()
334 options = test_options()
Drun_webkit_tests.py329 test_options = [
430 chromium_options + results_options + test_options +
/external/linux-tools-perf/
Dbuiltin-test.c658 static const struct option test_options[] = { variable
666 argc = parse_options(argc, argv, test_options, test_usage, 0); in cmd_test()
668 usage_with_options(test_usage, test_options); in cmd_test()
/external/webkit/Source/WebKit/gtk/
DGNUmakefile.am601 test-report) test_options="-k";; \
602 full-report) test_options="-k -m=perf";; \
603 perf-report) test_options="-k -m=perf -m=slow";; \
605 $(GTESTER) --verbose $$test_options -o test-report.xml $(TEST_PROGS); \
/external/strace/
Dstrace.c700 const unsigned int test_options = PTRACE_O_TRACECLONE | in test_ptrace_setoptions() local
735 NULL, test_options) < 0) { in test_ptrace_setoptions()
756 ptrace_setoptions |= test_options; in test_ptrace_setoptions()