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

  /external/chromium_org/build/android/pylib/uiautomator/
setup.py 9 from pylib.uiautomator import test_package namespace
22 test_pkg = test_package.TestPackage(test_options.uiautomator_jar,
  /external/chromium_org/build/android/pylib/utils/
report_results.py 36 def _LogToFlakinessDashboard(results, test_type, test_package,
40 (test_type, test_package, flakiness_server))
49 assert test_package in ['ContentShellTest',
53 test_package.lower().rstrip('test'))
64 def LogFull(results, test_type, test_package, annotation=None,
77 test_package: Test package name (e.g. 'ipc_tests' for gtests,
103 suite_name = test_package
107 _LogToFlakinessDashboard(results, test_type, test_package,
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 30 def __init__(self, test_options, device, test_package):
36 test_package: An instance of TestPackage class.
43 self.test_package = test_package
44 self.test_package.tool = self.tool
55 if _TestSuiteRequiresHighPerfMode(self.test_package.suite_name):
60 self.test_package.Install(self.device)
69 if self.test_package.suite_name == 'breakpad_unittests':
149 ret_code = self.test_package.GetGTestReturnCode(self.device)
164 self.test_package.ClearApplicationState(self.device
    [all...]
setup.py 222 def _GetTests(test_options, test_package, devices):
227 test_package: A TestPackageApk object.
238 self.test_package.Install(self.device)
239 result.test_list = self.test_package.GetAllTests(self.device)
243 return TestListerRunner(test_options, device, test_package)
314 test_package = test_package_apk.TestPackageApk(test_options.suite_name)
315 if not os.path.exists(test_package.suite_path):
316 test_package = test_package_exe.TestPackageExecutable(
318 if not os.path.exists(test_package.suite_path):
322 logging.warning('Found target %s', test_package.suite_path
    [all...]
test_package_apk.py 19 from pylib.gtest.test_package import TestPackage
test_package_exe.py 16 from pylib.gtest.test_package import TestPackage
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 10 from pylib.instrumentation import test_package namespace
27 test_pkg = test_package.TestPackage(test_options.test_apk_path,
test_runner.py 82 if a.test_package == self.test_pkg.GetPackageName()]
  /development/testrunner/test_defs/
instrumentation_test.py 112 test_package = self.GetJavaPackageFilter()
113 if options.test_package:
114 test_package = options.test_package
116 if test_class and test_package:
122 if test_package:
123 instrumentation_args["package"] = test_package
  /cts/build/
config.mk 16 BUILD_CTS_PACKAGE := cts/build/test_package.mk
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 32 from pylib.instrumentation import test_package namespace
158 test_pkg = test_package.TestPackage(
  /external/chromium_org/build/android/
test_runner.py 530 test_package=suite_name,
550 test_package='ChromiumLinkerTest')
594 test_package=os.path.basename(options.test_apk),
614 test_package=os.path.basename(options.test_jar),
634 test_package='Monkey')
665 test_package='Perf')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 258 def test_package(self): member in class:ModuleFinderTest
test_cmd_line_script.py 169 def test_package(self): member in class:CmdLineTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 258 def test_package(self): member in class:ModuleFinderTest
test_cmd_line_script.py 169 def test_package(self): member in class:CmdLineTest
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]

Completed in 2939 milliseconds