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

  /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;
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
class.pass.cpp 29 void test_class() function
43 test_class<Class>();
  /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/clang/bindings/python/tests/cindex/
test_access_specifiers.py 13 class test_class {
23 test_class = get_cursor(tu, "test_class")
24 assert test_class.access_specifier == AccessSpecifier.INVALID;
  /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/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
class.pass.cpp 38 void test_class() function
52 test_class<Class>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
class.pass.cpp 38 void test_class() function
54 test_class<Class>();
  /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
  /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
test_argparse.py     [all...]
  /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/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 1446 struct cil_class *test_class; local
    [all...]

Completed in 1124 milliseconds