Searched refs:test_options (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/build/android/pylib/instrumentation/
H A Dsetup.py14 def Setup(test_options):
18 test_options: An InstrumentationOptions object.
23 if (test_options.coverage_dir and not
24 os.path.exists(test_options.coverage_dir)):
25 os.makedirs(test_options.coverage_dir)
27 test_pkg = test_package.TestPackage(test_options.test_apk_path,
28 test_options.test_apk_jar_path,
29 test_options.test_support_apk_path)
31 test_options.annotations,
32 test_options
[all...]
H A Dtest_runner.py57 def __init__(self, test_options, device, shard_index, test_pkg,
62 test_options: An InstrumentationOptions object.
68 super(TestRunner, self).__init__(device, test_options.tool,
69 test_options.push_deps,
70 test_options.cleanup_test_files)
74 self.coverage_dir = test_options.coverage_dir
76 self.options = test_options
/external/chromium_org/build/android/pylib/uiautomator/
H A Dsetup.py13 def Setup(test_options):
17 test_options: A UIAutomatorOptions object.
22 test_pkg = test_package.TestPackage(test_options.uiautomator_jar,
23 test_options.uiautomator_info_jar)
24 tests = test_pkg.GetAllMatchingTests(test_options.annotations,
25 test_options.exclude_annotations,
26 test_options.test_filter)
33 test_options, device, shard_index, test_pkg)
H A Dtest_runner.py10 from pylib.instrumentation import test_options as instr_test_options
17 def __init__(self, test_options, device, shard_index, test_pkg):
21 test_options: A UIAutomatorOptions object.
28 test_options.tool,
29 test_options.cleanup_test_files,
30 test_options.push_deps,
31 test_options.annotations,
32 test_options.exclude_annotations,
33 test_options.test_filter,
34 test_options
[all...]
/external/chromium_org/build/android/pylib/monkey/
H A Dsetup.py10 def Setup(test_options):
14 test_options: A MonkeyOptions object.
25 test_options, device, shard_index)
H A Dtest_runner.py18 def __init__(self, test_options, device, _):
20 self._options = test_options
/external/chromium_org/build/android/pylib/perf/
H A Dsetup.py32 def _GetStepsDictFromSingleStep(test_options):
39 'cmd': test_options.single_step
46 def _GetStepsDict(test_options):
47 if test_options.single_step:
48 return _GetStepsDictFromSingleStep(test_options)
49 if test_options.steps:
50 with file(test_options.steps, 'r') as f:
58 def Setup(test_options):
62 test_options: A PerformanceOptions object.
80 steps_dict = _GetStepsDict(test_options)
[all...]
H A Dtest_runner.py152 def __init__(self, test_options, device, shard_index, max_shard, tests,
157 test_options: A PerfOptions object.
165 self._options = test_options
/external/chromium_org/build/android/pylib/gtest/
H A Dsetup.py206 def _GetTests(test_options, test_package, devices):
210 test_options: A GTestOptions object.
232 return TestListerRunner(test_options, device, test_package)
293 def Setup(test_options, devices):
297 test_options: A GTestOptions object.
303 test_package = test_package_apk.TestPackageApk(test_options.suite_name)
306 test_options.suite_name)
311 % (test_options.suite_name,
317 _GenerateDepsDirUsingIsolate(test_options.suite_name,
318 test_options
[all...]
H A Dtest_runner.py30 def __init__(self, test_options, device, test_package):
34 test_options: A GTestOptions object.
39 super(TestRunner, self).__init__(device, test_options.tool,
40 test_options.push_deps,
41 test_options.cleanup_test_files)
45 self._test_arguments = test_options.test_arguments
47 timeout = test_options.timeout
/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/build/android/
H A Dtest_runner.py26 from pylib.gtest import test_options as gtest_test_options
30 from pylib.instrumentation import test_options as instrumentation_test_options
34 from pylib.monkey import test_options as monkey_test_options
36 from pylib.perf import test_options as perf_test_options
39 from pylib.uiautomator import test_options as uiautomator_test_options
/external/chromium_org/base/android/jni_generator/
H A Djni_generator_tests.py925 test_options = TestOptions()
926 test_options.ptr_type = 'long'
931 natives = jni_generator.ExtractNatives(test_data, test_options.ptr_type)
939 ptr_type=test_options.ptr_type),
943 natives, [], [], test_options)
/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;
/external/chromium_org/third_party/skia/tests/
H A DImageDecodingTest.cpp573 static void test_options(skiatest::Reporter* reporter, function
714 test_options(reporter, opts, encodedStream, encodedData,
720 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,

Completed in 841 milliseconds