Searched defs:test_options (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dbuiltin-test.c218 const struct option test_options[] = { local
226 argc = parse_options(argc, argv, test_options, test_usage, 0);
/external/chromium_org/third_party/skia/tests/
H A DImageDecodingTest.cpp575 static void test_options(skiatest::Reporter* reporter, function
716 test_options(reporter, opts, encodedStream, encodedData,
722 test_options(reporter, options, encodedStream, encodedData,
/external/skia/tests/
H A DImageDecodingTest.cpp575 static void test_options(skiatest::Reporter* reporter, function
716 test_options(reporter, opts, encodedStream, encodedData,
722 test_options(reporter, options, encodedStream, encodedData,
/external/strace/
H A Dstrace.c1332 const unsigned int test_options = PTRACE_O_TRACECLONE | local
1401 if (ptrace(PTRACE_SETOPTIONS, pid, 0, test_options) < 0
1422 ptrace_setoptions |= test_options;
1451 const unsigned int test_options = PTRACE_O_TRACESYSGOOD | local
1508 if (ptrace(PTRACE_SETOPTIONS, pid, 0L, test_options) < 0
1524 ptrace_setoptions |= test_options;

Completed in 234 milliseconds