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

  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 13 def Setup(test_options):
17 test_options: An InstrumentationOptions object.
22 test_pkg = test_package.TestPackage(test_options.test_apk_path,
23 test_options.test_apk_jar_path)
25 test_options.annotations,
26 test_options.exclude_annotations,
27 test_options.test_filter)
32 return test_runner.TestRunner(test_options, device, shard_index,
test_runner.py 52 def __init__(self, test_options, device, shard_index, test_pkg,
57 test_options: An InstrumentationOptions object.
64 super(TestRunner, self).__init__(device, test_options.tool,
65 test_options.build_type,
66 test_options.push_deps,
67 test_options.cleanup_test_files)
70 self.options = test_options
  /external/chromium_org/build/android/pylib/uiautomator/
setup.py 13 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, [])
test_runner.py 7 from pylib.instrumentation import test_options as instr_test_options
14 def __init__(self, test_options, device, shard_index, test_pkg,
19 test_options: A UIAutomatorOptions object.
28 test_options.build_type,
29 test_options.tool,
30 test_options.cleanup_test_files,
31 test_options.push_deps,
32 test_options.annotations,
33 test_options.exclude_annotations,
34 test_options.test_filter
    [all...]
  /external/chromium_org/build/android/pylib/monkey/
setup.py 10 def Setup(test_options):
14 test_options: A MonkeyOptions object.
25 test_options, device, shard_index)
test_runner.py 16 def __init__(self, test_options, device, shard_index):
17 super(TestRunner, self).__init__(device, None, test_options.build_type)
18 self.options = test_options
  /external/chromium_org/build/android/pylib/gtest/
setup.py 260 def Setup(test_options):
264 test_options: A GTestOptions object.
273 test_package = test_package_apk.TestPackageApk(test_options.suite_name,
274 test_options.build_type)
277 test_options.suite_name, test_options.build_type)
281 % test_options.suite_name)
284 _GenerateDepsDirUsingIsolate(test_options.suite_name,
285 test_options.build_type)
290 test_options,
    [all...]
test_runner.py 26 def __init__(self, test_options, device, test_package):
30 test_options: A GTestOptions object.
35 super(TestRunner, self).__init__(device, test_options.tool,
36 test_options.build_type,
37 test_options.push_deps,
38 test_options.cleanup_test_files)
42 self._test_arguments = test_options.test_arguments
44 timeout = test_options.timeout
  /external/chromium_org/build/android/
test_runner.py 25 from pylib.gtest import test_options as gtest_test_options
28 from pylib.instrumentation import test_options as instrumentation_test_options
30 from pylib.monkey import test_options as monkey_test_options
32 from pylib.uiautomator import test_options as uiautomator_test_options
  /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/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 394 milliseconds