/third_party/protobuf/python/google/protobuf/internal/ |
H A D | testing_refleaks.py | 116 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 D | opt.c | 104 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 D | tbase.c | 161 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 D | test_super.py | 148 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 D | test_copyreg.py | 34 def test_class(self): member in CopyRegTestCase
|
H A D | test_sys.py | 1168 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 D | test_reprlib.py | 312 def test_class(self): member in LongReprTest
|
H A D | test_gc.py | 111 def test_class(self): member in GCTests
|
H A D | test_pydoc.py | 1035 def test_class(self): member in TestDescriptions
|
H A D | test_argparse.py | 3337 def __init__(self, test_class, func_suffix, std_name): 3352 setattr(test_class, test_name, test_wrapper)
|
H A D | test_inspect.py | 885 def test_class(self): member in TestNoEOL
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_cygwinccompiler.py | 16 test_class = None variable in FakePopen 20 exes = self.test_class._exes 42 FakePopen.test_class = self
|
H A D | test_text_file.py | 17 def test_class(self): member in TextFileTestCase
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | testsuite.py | 87 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 D | spirv_test_framework.py | 95 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 D | spirv_test_framework.py | 95 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 D | spirv_test_framework.py | 95 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 D | util.py | 82 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 D | test_cil_copy_ast.c | 1446 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()
|