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

  /external/linux-tools-perf/
builtin-test.c 658 static const struct option test_options[] = { variable in typeref:struct:option
666 argc = parse_options(argc, argv, test_options, test_usage, 0);
668 usage_with_options(test_usage, test_options);
  /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/tools/testing/
testing_otheride.jd 463 <test_options>
469 <code>-e &lt;test_options&gt;</code>. The keys and values are described in the
  /external/strace/
strace.c 700 const unsigned int test_options = PTRACE_O_TRACECLONE | local
735 NULL, test_options) < 0) {
756 ptrace_setoptions |= test_options;
    [all...]

Completed in 971 milliseconds