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

  /external/chromium_org/build/android/pylib/gtest/
test_package_test.py 8 from pylib.gtest import test_package namespace
24 actual = test_package.TestPackage._ParseGTestListTests(raw_output)
39 actual = test_package.TestPackage._ParseGTestListTests(raw_output)
52 actual = test_package.TestPackage._ParseGTestListTests(raw_output)
65 actual = test_package.TestPackage._ParseGTestListTests(raw_output)
78 actual = test_package.TestPackage._ParseGTestListTests(raw_output)
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 206 def _GetTests(test_options, test_package, devices):
211 test_package: A TestPackageApk object.
227 self.test_package.Install(self.device)
228 result.test_list = self.test_package.GetAllTests(self.device)
232 return TestListerRunner(test_options, device, test_package)
303 test_package = test_package_apk.TestPackageApk(test_options.suite_name)
304 if not os.path.exists(test_package.suite_path):
312 test_package.suite_path,
314 test_package = exe_test_package
315 logging.warning('Found target %s', test_package.suite_path
    [all...]
test_package_apk.py 20 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/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/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 80 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(
  /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/
test_runner.py 575 test_package=suite_name,
595 test_package='ChromiumLinkerTest')
643 test_package=os.path.basename(options.test_apk),
663 test_package=os.path.basename(options.test_jar),
692 test_package='Monkey')
723 test_package='Perf')
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]

Completed in 769 milliseconds