HomeSort by relevance Sort by last modified time
    Searched full:test_suite (Results 101 - 125 of 252) sorted by null

1 2 3 45 6 7 8 91011

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 103 def test_suite(): function
107 run_unittest(test_suite())
test_unixccompiler.py 126 def test_suite(): function
130 run_unittest(test_suite())
test_upload.py 127 def test_suite(): function
131 run_unittest(test_suite())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbobj.py 66 def test_suite(): function
70 unittest.main(defaultTest='test_suite')
test_get_none.py 87 def test_suite(): function
92 unittest.main(defaultTest='test_suite')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 110 def test_suite(): function
114 run_unittest(test_suite())
test_build_clib.py 142 def test_suite(): function
146 run_unittest(test_suite())
test_build_py.py 118 def test_suite(): function
122 run_unittest(test_suite())
test_build_scripts.py 108 def test_suite(): function
112 run_unittest(test_suite())
test_check.py 105 def test_suite(): function
109 run_unittest(test_suite())
test_cmd.py 123 def test_suite(): function
127 run_unittest(test_suite())
test_core.py 104 def test_suite(): function
108 run_unittest(test_suite())
test_install_lib.py 103 def test_suite(): function
107 run_unittest(test_suite())
test_unixccompiler.py 126 def test_suite(): function
130 run_unittest(test_suite())
test_upload.py 127 def test_suite(): function
131 run_unittest(test_suite())
  /external/webrtc/webrtc/test/
test_suite.cc 11 #include "webrtc/test/test_suite.h"
  /external/chromium-trace/catapult/dashboard/dashboard/
report.py 131 def _GetFirstTest(test_suite, bot_path):
135 test_suite: Test suite name.
142 sub_test_tree = list_tests.GetSubTests(test_suite, [bot_path])
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_main.ipp 151 virtual bool test_suite_start( test_suite const& ts )
161 virtual void test_suite_finish( test_suite const& ) { --m_depth; }
232 extern ::boost::unit_test::test_suite* init_unit_test_suite( int argc, char* argv[] );
  /development/testrunner/test_defs/
instrumentation_test.py 28 import test_suite
31 class InstrumentationTestSuite(test_suite.AbstractTestSuite):
37 test_suite.AbstractTestSuite.__init__(self)
223 class InstrumentationTestFactory(test_suite.AbstractTestFactory):
227 test_suite.AbstractTestFactory.__init__(self, test_root_path,
native_test.py 28 import test_suite
31 class NativeTestSuite(test_suite.AbstractTestSuite):
37 The test_suite must contain a build path where the native test
  /development/testrunner/
runtest.py 283 for test_suite in tests:
284 if test_suite.IsGrantedPermissions() == test_requires_permissions:
285 self._AddBuildTarget(test_suite, target_tree, extra_args_set)
409 def _AddBuildTarget(self, test_suite, target_tree, extra_args_set):
410 if not test_suite.IsFullMake():
411 build_dir = test_suite.GetBuildPath()
413 extra_args_set.append(test_suite.GetExtraBuildArgs())
414 for path in test_suite.GetBuildDependencies(self._options):
532 for test_suite in self._GetTestsToRun():
534 test_suite.Run(self._options, self._adb
    [all...]
  /cts/tools/testng/
gen-test-list-xml.py 143 test_suite = self.get_or_create_suite(package_list)
145 if test_suite == self:
148 return test_suite.add_class_and_method(just_class_name, method)
  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
CtsNativeScanner.java 31 System.err.println("Usage: cts-native-scanner -t TEST_SUITE");
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
setup.py 86 params['test_suite'] = 'unittest2.collector'
  /external/chromium-trace/catapult/third_party/WebOb/
setup.py 55 test_suite='nose.collector', variable

Completed in 627 milliseconds

1 2 3 45 6 7 8 91011