Home
last modified time | relevance | path

Searched refs:test_class (Results 1 - 19 of 19) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
H A Dtesting_refleaks.py116 def TestCase(test_class):
117 new_bases = (ReferenceLeakCheckerMixin,) + test_class.__bases__
118 new_class = type(test_class)(
119 test_class.__name__, new_bases, dict(test_class.__dict__))
126 def TestCase(test_class):
127 return test_class
/third_party/ffmpeg/libavutil/tests/
H A Dopt.c104 static const AVClass test_class = { variable
126 test_ctx.class = &test_class; in main()
159 test_ctx.class = &test_class; in main()
180 test_ctx.class = &test_class; in main()
181 test2_ctx.class = &test_class; in main()
220 test_ctx.class = &test_class; in main()
229 test_ctx.class = &test_class; in main()
308 test_ctx.class = &test_class; in main()
343 test_ctx.class = &test_class; in main()
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c161 struct class test_class = { variable
171 .class = &test_class,
187 .class = &test_class,
333 class_unregister(&test_class); in tbase_ioctl()
526 tmp = class_get(&test_class); in test_class_get()
527 if (tmp == &test_class) { in test_class_get()
535 class_put(&test_class); in test_class_get()
727 struct class *cls = &test_class; in test_class_file()
743 * with the test_class that is defined
751 error = class_register(&test_class); in test_class_reg()
[all...]
/third_party/python/Lib/test/
H A Dtest_super.py148 test_class = None
152 nonlocal test_class
154 test_class = self.f()
162 self.assertIs(test_class, A)
186 test_class = None
196 nonlocal test_class
197 test_class = __class__
199 self.assertIs(test_class, A)
H A Dtest_copyreg.py34 def test_class(self): member in CopyRegTestCase
H A Dtest_sys.py1168 for test_class in (BrokenDel, BrokenExceptionDel):
1169 with self.subTest(test_class):
1170 obj = test_class()
1179 self.assertIn(test_class.__del__.__qualname__, report)
1182 if test_class is BrokenExceptionDel:
H A Dtest_reprlib.py312 def test_class(self): member in LongReprTest
H A Dtest_gc.py111 def test_class(self): member in GCTests
H A Dtest_pydoc.py1035 def test_class(self): member in TestDescriptions
H A Dtest_argparse.py3337 def __init__(self, test_class, func_suffix, std_name):
3352 setattr(test_class, test_name, test_wrapper)
H A Dtest_inspect.py885 def test_class(self): member in TestNoEOL
/third_party/python/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py16 test_class = None variable in FakePopen
20 exes = self.test_class._exes
42 FakePopen.test_class = self
H A Dtest_text_file.py17 def test_class(self): member in TextFileTestCase
/third_party/node/deps/v8/tools/testrunner/local/
H A Dtestsuite.py87 def __init__(self, suite, test_class, test_config, test_root):
89 self.test_class = test_class
120 return self.test_class(
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dspirv_test_framework.py95 def get_all_test_methods(test_class):
106 classes = get_all_superclasses(test_class)
107 classes.append(test_class)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dspirv_test_framework.py95 def get_all_test_methods(test_class):
106 classes = get_all_superclasses(test_class)
107 classes.append(test_class)
/third_party/spirv-tools/test/tools/
H A Dspirv_test_framework.py95 def get_all_test_methods(test_class):
106 classes = get_all_superclasses(test_class)
107 classes.append(test_class)
/third_party/python/Lib/test/test_importlib/
H A Dutil.py82 def test_both(test_class, base=None, **kwargs):
83 return split_frozen(test_class, base, **kwargs)
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c1446 struct cil_class *test_class; in test_cil_copy_node_helper_perm() local
1447 cil_class_init(&test_class); in test_cil_copy_node_helper_perm()
1452 parent_node->data = test_class; in test_cil_copy_node_helper_perm()

Completed in 31 milliseconds