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

1 2 34 5 6 7 8 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 73 def test_suite(): function
77 run_unittest(test_suite())
test_text_file.py 103 def test_suite(): function
107 run_unittest(test_suite())
test_version.py 67 def test_suite(): function
71 run_unittest(test_suite())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 47 def test_suite(): function
67 suite = test_suite()
  /external/autotest/site_utils/
chromeos_test_config.json 6 {"platform": "alex", "test_suite": true},
17 {"platform": "zgb", "test_suite": true},
40 {"platform": "stumpy", "test_suite": true}
49 {"platform": "lumpy", "test_suite": true}
  /external/chromium-trace/catapult/tracing/tracing/base/
unittest.html 34 <link rel="import" href="/tracing/base/unittest/test_suite.html">
  /external/libchrome/base/test/
BUILD.gn 103 "test_suite.cc",
104 "test_suite.h",
194 "test_suite.cc",
195 "test_suite.h",
  /external/webrtc/webrtc/test/
test_suite.h 14 // Derived from Chromium's src/base/test/test_suite.h.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
framework.ipp 93 test_suite* manual_test_units = (*m_init_func)( framework::master_test_suite().argc, framework::master_test_suite().argv );
132 delete (test_suite const*)tu_ptr;
174 bool test_suite_start( test_suite const& ts )
189 void test_suite_finish( test_suite const& ts )
307 register_test_unit( test_suite* ts )
results_reporter.ipp 67 bool test_suite_start( test_suite const& ts )
77 void test_suite_finish( test_suite const& ts )
  /external/chromium-trace/catapult/dashboard/dashboard/models/
graph_data.py 275 test_suite = ndb.Key(*self.key.flat()[:6]).get()
277 if test_suite and self.key not in test_suite.monitored:
278 test_suite.monitored.append(self.key)
279 test_suite.put()
280 elif test_suite and self.key in test_suite.monitored:
281 test_suite.monitored.remove(self.key)
282 test_suite.put()
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite.hpp 38 ( new boost::unit_test::test_suite( testsuite_name ) )
222 ::boost::unit_test::test_suite*
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/darwin-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/darwin-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())

Completed in 674 milliseconds

1 2 34 5 6 7 8 91011