HomeSort by relevance Sort by last modified time
    Searched full:test_options (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/
Makefile.decl 29 test-report) test_options="-k";; \
30 perf-report) test_options="-k -m=perf";; \
31 full-report) test_options="-k -m=perf -m=slow";; \
34 ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
36 ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
  /external/webkit/Source/WebKit/gtk/
GNUmakefile.am 601 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/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests_unittest.py 62 def test_options(): function
193 options = test_options()
334 options = test_options()
run_webkit_tests.py 329 test_options = [
430 chromium_options + results_options + test_options +
  /frameworks/base/docs/html/guide/developing/testing/
testing_otheride.jd 467 <test_options>
473 <code>-e &lt;test_options&gt;</code>. The keys and values are described in the

Completed in 78 milliseconds