HomeSort by relevance Sort by last modified time
    Searched refs:test_class (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/SemaTemplate/
instantiate-non-type-template-parameter.cpp 28 struct test_class struct in namespace:PR6986
32 typedef member< test_class,const int,&test_class::int_member > ckey_m;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
class.pass.cpp 29 void test_class() function
45 test_class<Class>();
  /external/chromium_org/tools/telemetry/telemetry/page/
page_measurement_runner.py 21 def test_class(self): member in class:PageMeasurementRunner
page_test_runner.py 31 def test_class(self): member in class:PageTestRunner
48 base_dir, base_dir, self.test_class)
  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 67 for test_name, test_class in sorted(_GetTests().items()):
70 'description': test_class.__doc__,
71 'enabled': test_class.enabled,
72 'options': test_class.options,
77 for test_name, test_class in sorted(_GetTests().items()):
78 if test_class.__doc__:
80 test_class.__doc__.splitlines()[0])
  /development/testrunner/test_defs/
instrumentation_test.py 104 test_class = self.GetClassName()
105 if options.test_class is not None:
106 test_class = options.test_class.lstrip()
107 if test_class.startswith("."):
108 test_class = self.GetPackageName() + test_class
110 test_class = "%s#%s" % (test_class, options.test_method)
116 if test_class and test_package
    [all...]
  /external/chromium_org/content/common/
sandbox_mac_unittest_helper.h 100 void AddSandboxTestCase(const char* test_name, MacSandboxTestCase* test_class);
  /external/chromium_org/chrome/test/base/
view_event_test_base.h 159 #define VIEW_TEST(test_class, name) \
160 TEST_F(test_class, name) {\
  /external/chromium_org/tools/telemetry/telemetry/core/
profile_types.py 31 for test_name, test_class in profile_creators_unfiltered.iteritems():
34 profile_creators[test_name] = test_class
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
class.pass.cpp 35 void test_class() function
51 test_class<Class>();
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 128 def _IsTestCaseClass(test_class):
129 return (type(test_class) is types.TypeType and
130 issubclass(test_class, test_case.HostDrivenTestCase) and
131 test_class is not test_case.HostDrivenTestCase)
  /external/chromium_org/chrome/test/webdriver/test/
java_tests.py 95 def _RunAntTest(test_dir, test_class, class_path, sys_props):
100 test_class: the name of the JUnit test suite class to run.
147 test_class, 'results', class_path, junit_props, sys_props))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 17 def test_class(self): member in class:TextFileTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 17 def test_class(self): member in class:TextFileTestCase
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 121 def _RunAntTest(test_dir, test_class, class_path, sys_props, jvm_args, verbose):
126 test_class: the name of the JUnit test suite class to run.
182 test_class, 'results', class_path, junit_props, sys_props, jvm_args))
191 print 'FAILED to run java tests of %s through ant' % test_class
  /external/chromium_org/tools/grit/grit/
test_suite_all.py 144 for test_class in test_classes:
145 self.addTest(unittest.makeSuite(test_class))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_copy_reg.py 29 def test_class(self): member in class:CopyRegTestCase
test_repr.py 269 def test_class(self): member in class:LongReprTest
test_gc.py 69 def test_class(self): member in class:GCTests
test_argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_copy_reg.py 29 def test_class(self): member in class:CopyRegTestCase
test_repr.py 269 def test_class(self): member in class:LongReprTest
test_gc.py 69 def test_class(self): member in class:GCTests
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 220 def _try_test_run(self, test_class, expected):
231 runner.run(unittest.makeSuite(test_class))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 309 for (pattern, test_class) in cls._pattern_map:
311 return test_class(port, test_name, path, test_runner_count)

Completed in 8596 milliseconds

1 2