Home
last modified time | relevance | path

Searched refs:test_class (Results 1 – 25 of 74) sorted by relevance

123

/external/capstone/bindings/python/
Dtest_all.py7 test_basic.test_class()
8 test_arm.test_class()
9 test_arm64.test_class()
10 test_detail.test_class()
11 test_lite.test_class()
12 test_mips.test_class()
13 test_ppc.test_class()
14 test_sparc.test_class()
15 test_systemz.test_class()
16 test_x86.test_class()
[all …]
Dtest_skipdata.py39 def test_class(): function
74 test_class()
Dtest_xcore.py51 def test_class(): function
71 test_class()
Dtest_sparc.py56 def test_class(): function
75 test_class()
Dtest_mips.py51 def test_class(): function
71 test_class()
Dtest_systemz.py57 def test_class(): function
77 test_class()
/external/wycheproof/
Dbuild_defs.bzl4 def bouncycastle_all_tests(srcs, deps, size, test_class):
16 test_class = test_class,
27 test_class = test_class,
31 def bouncycastle_tests(srcs, deps, size, test_class):
43 test_class = test_class,
54 test_class = test_class,
60 def spongycastle_all_tests(srcs, deps, size, test_class):
73 test_class = test_class,
87 test_class = test_class,
91 def spongycastle_tests(srcs, deps, size, test_class):
[all …]
DBUILD37 test_class = "com.google.security.wycheproof.BouncyCastleAllTests",
48 test_class = "com.google.security.wycheproof.BouncyCastleAllTests",
67 test_class = "com.google.security.wycheproof.SpongyCastleAllTests",
89 test_class = "com.google.security.wycheproof.BouncyCastleTest",
100 test_class = "com.google.security.wycheproof.BouncyCastleTest",
118 test_class = "com.google.security.wycheproof.SpongyCastleTest",
127 test_class = "com.google.security.wycheproof.OpenJDKTest",
135 test_class = "com.google.security.wycheproof.OpenJDKAllTests",
/external/brotli/java/org/brotli/dec/
DBUILD29 test_class = "org.brotli.dec.BitReaderTest",
35 test_class = "org.brotli.dec.DecodeTest",
41 test_class = "org.brotli.dec.DictionaryTest",
47 test_class = "org.brotli.dec.EagerStreamTest",
53 test_class = "org.brotli.dec.SynthTest",
59 test_class = "org.brotli.dec.TransformTest",
/external/tensorflow/tensorflow/java/
DBUILD141 test_class = "org.tensorflow.GraphTest",
154 test_class = "org.tensorflow.OperationBuilderTest",
167 test_class = "org.tensorflow.OperationTest",
181 test_class = "org.tensorflow.SavedModelBundleTest",
194 test_class = "org.tensorflow.SessionTest",
207 test_class = "org.tensorflow.ShapeTest",
226 test_class = "org.tensorflow.TensorFlowTest",
238 test_class = "org.tensorflow.TensorTest",
251 test_class = "org.tensorflow.op.ScopeTest",
264 test_class = "org.tensorflow.op.PrimitiveOpTest",
[all …]
/external/ltp/testcases/kernel/device-drivers/base/tbase/
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()
751 error = class_register(&test_class); in test_class_reg()
/external/python/cpython3/Lib/test/
Dtest_super.py150 test_class = None
154 nonlocal test_class
156 test_class = self.f()
164 self.assertIs(test_class, A)
192 test_class = None
202 nonlocal test_class
203 test_class = __class__
205 self.assertIs(test_class, A)
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dclass.pass.cpp29 void test_class() in test_class() function
45 test_class<Class>(); in main()
46 test_class<incomplete_type>(); in main()
/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp28 struct test_class struct
32 typedef member< test_class,const int,&test_class::int_member > ckey_m;
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dclass.pass.cpp39 void test_class() in test_class() function
55 test_class<Class>(); in main()
56 test_class<incomplete_type>(); in main()
/external/tensorflow/tensorflow/lite/java/
DBUILD96 test_class = "org.tensorflow.lite.TensorFlowLiteTest",
112 test_class = "org.tensorflow.lite.DataTypeTest",
138 test_class = "org.tensorflow.lite.NativeInterpreterWrapperTest",
160 test_class = "org.tensorflow.lite.InterpreterTest",
181 test_class = "org.tensorflow.lite.InterpreterFlexTest",
201 test_class = "org.tensorflow.lite.TensorTest",
/external/brotli/java/org/brotli/wrapper/dec/
DBUILD42 test_class = "org.brotli.wrapper.dec.BrotliDecoderChannelTest",
57 test_class = "org.brotli.wrapper.dec.BrotliInputStreamTest",
72 test_class = "org.brotli.wrapper.dec.DecoderTest",
/external/brotli/java/org/brotli/wrapper/enc/
DBUILD43 test_class = "org.brotli.wrapper.enc.BrotliEncoderChannelTest",
59 test_class = "org.brotli.wrapper.enc.BrotliOutputStreamTest",
75 test_class = "org.brotli.wrapper.enc.EncoderTest",
/external/clang/bindings/python/tests/cindex/
Dtest_access_specifiers.py23 test_class = get_cursor(tu, "test_class")
24 assert test_class.access_specifier == AccessSpecifier.INVALID;
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_test_runner.py48 test_class = getattr(test_module, subtest_name)
52 test = test_class()
/external/python/cpython3/Lib/distutils/tests/
Dtest_cygwinccompiler.py16 test_class = None variable in FakePopen
20 exes = self.test_class._exes
42 FakePopen.test_class = self
/external/brotli/java/org/brotli/wrapper/common/
DBUILD38 test_class = "org.brotli.wrapper.common.SetZeroDictionaryTest",
51 test_class = "org.brotli.wrapper.common.SetRfcDictionaryTest",
/external/v8/tools/testrunner/local/
Dtestsuite.py208 test_class = self._suppressed_test_class()
210 test_class = self._test_class()
211 return test_class(self, path, self._path_to_name(path), self.test_config,
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtransformer_test.py75 test_class = test_function_node.body[1]
76 test_method = test_class.body[0]
87 self.assertEqual((test_function_node, test_class, test_method),
90 (test_function_node, test_class, test_method, inner_function),
92 self.assertEqual((test_function_node, test_class, test_method,
/external/libnl/etc/
Dclassid19 # 2:1 test_class # test_class -> 2:1

123