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

1 2 3 45 6

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 119 def test_suite(): function
123 run_unittest(test_suite())
test_core.py 104 def test_suite(): function
108 run_unittest(test_suite())
test_dir_util.py 130 def test_suite(): function
134 run_unittest(test_suite())
test_filelist.py 295 def test_suite(): function
299 run_unittest(test_suite())
test_archive_util.py 324 def test_suite(): function
328 run_unittest(test_suite())
test_install.py 243 def test_suite(): function
247 run_unittest(test_suite())
test_register.py 286 def test_suite(): function
290 run_unittest(test_suite())
  /development/testrunner/test_defs/
instrumentation_test.py 28 import test_suite namespace
31 class InstrumentationTestSuite(test_suite.AbstractTestSuite):
37 test_suite.AbstractTestSuite.__init__(self)
221 class InstrumentationTestFactory(test_suite.AbstractTestFactory):
225 test_suite.AbstractTestFactory.__init__(self, test_root_path,
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 31 } test_suite[] = { member in namespace:__anon10142
253 size_t test_count = arraysize(test_suite);
255 const TestDescription& description = test_suite[i];
  /external/protobuf/python/
setup.py 104 test_suite = 'setup.MakeTestSuite', variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 151 def test_suite(): function
163 unittest.main(defaultTest='test_suite')
test_dbtables.py 402 def test_suite(): function
409 unittest.main(defaultTest='test_suite')
test_replication.py 522 def test_suite(): function
543 unittest.main(defaultTest='test_suite')
test_associate.py 441 def test_suite(): function
465 unittest.main(defaultTest='test_suite')
test_compare.py 436 def test_suite() : function
test_dbenv.py 513 def test_suite(): function
525 unittest.main(defaultTest='test_suite')
test_dbshelve.py 380 def test_suite(): function
398 unittest.main(defaultTest='test_suite')
test_thread.py 497 def test_suite(): function
517 unittest.main(defaultTest='test_suite')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 324 def test_suite(): function
328 run_unittest(test_suite())
test_install.py 243 def test_suite(): function
247 run_unittest(test_suite())
test_register.py 286 def test_suite(): function
290 run_unittest(test_suite())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 151 def test_suite(): function
163 unittest.main(defaultTest='test_suite')
test_dbtables.py 402 def test_suite(): function
409 unittest.main(defaultTest='test_suite')
test_replication.py 522 def test_suite(): function
543 unittest.main(defaultTest='test_suite')
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 12 // Description : defines test_unit, test_case, test_case_results, test_suite and test_tree_visitor
65 typedef BOOST_READONLY_PROPERTY(test_unit_id,(test_suite)) parent_id_t;
123 // ************** test_suite ************** //
126 class BOOST_TEST_DECL test_suite : public test_unit { class in namespace:boost::unit_test
131 explicit test_suite( const_string ts_name );
144 void traverse_test_tree( test_suite const&, test_tree_visitor& );
146 virtual ~test_suite() {}
156 class BOOST_TEST_DECL master_test_suite_t : public test_suite {
158 master_test_suite_t() : test_suite( "Master Test Suite" )
177 virtual bool test_suite_start( test_suite const& ) { return true;
    [all...]

Completed in 363 milliseconds

1 2 3 45 6