| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/ |
| TestClass.java | 19 public class TestClass {
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/ |
| TestClass.java | 19 public class TestClass {
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| ClassTest.java | 52 public static class TestClass { 75 public TestClass() { 79 private TestClass(Object o) { 83 public static class SubTestClass extends TestClass { 226 TestClass.class.getConstructor(new Class[0]); 228 TestClass.class.getConstructor(Object.class); 239 Constructor[] c = TestClass.class.getConstructors(); 254 Constructor<TestClass> c = TestClass.class.getDeclaredConstructor(new Class[0]); 256 c = TestClass.class.getDeclaredConstructor(Object.class) [all...] |
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
| ThreadOnlyModifierDebuggee.java | 31 static class TestClass { 34 "ThreadOnlyModifierDebuggee.TestClass.eventTestMethod()"); 39 private final TestClass obj; 41 public TestThread(TestClass obj) { 80 TestClass obj = new TestClass();
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
| NewInstance002Debuggee.java | 27 static class TestClass { 32 public TestClass(Object obj) { 46 // Preload TestClass so it is available during the test. 49 c = Class.forName("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee$TestClass");
|
| /external/clang/test/CodeGenCXX/ |
| captured-statements.cpp | 16 struct TestClass { 19 TestClass() : x(0) {}; 30 TestClass c; 32 // CHECK-1: %[[Capture:struct\.anon[\.0-9]*]] = type { %struct.Foo*, %struct.TestClass* } 46 // CHECK-1: getelementptr inbounds %struct.TestClass, %struct.TestClass* {{[^,]*}}, i32 0, i32 0
|
| /external/junit/src/org/junit/internal/runners/ |
| ClassRoadie.java | 21 private TestClass fTestClass; 25 public ClassRoadie(RunNotifier notifier, TestClass testClass, 28 fTestClass= testClass;
|
| TestMethod.java | 22 private TestClass fTestClass; 24 public TestMethod(Method method, TestClass testClass) { 26 fTestClass= testClass;
|
| MethodValidator.java | 26 private TestClass fTestClass; 28 public MethodValidator(TestClass testClass) { 29 fTestClass = testClass;
|
| JUnit4ClassRunner.java | 32 private TestClass fTestClass; 35 fTestClass= new TestClass(klass); 142 protected TestClass getTestClass() {
|
| TestClass.java | 22 public class TestClass { 25 public TestClass(Class<?> klass) { 80 private List<Class<?>> getSuperClasses(Class< ?> testClass) { 82 Class<?> current= testClass;
|
| /art/test/004-UnsafeTest/src/ |
| Main.java | 82 TestClass t = new TestClass(); 84 Field intField = TestClass.class.getDeclaredField("intVar"); 90 Field longField = TestClass.class.getDeclaredField("longVar"); 119 private static class TestClass {
|
| /external/clang/test/OpenMP/ |
| threadprivate_messages.cpp | 57 class TestClass { 61 TestClass() : a(0){} 63 TestClass (int aaa) : a(aaa) {} 67 #pragma omp threadprivate (TestClass::b) // expected-error {{'#pragma omp threadprivate' must appear in the scope of the 'TestClass::b' variable declaration}} 117 static TestClass LocalClass(y); // expected-error {{variable with local storage in initial value of threadprivate variable}}
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
| AccessibleObjectTest.java | 33 public class TestClass { 40 public class SubTestClass extends TestClass{ 96 AccessibleObject ao = TestClass.class.getField("aField"); 112 AccessibleObject ao = TestClass.class.getField("aField"); 127 AccessibleObject ao = TestClass.class.getField("aField");
|
| /external/junit/src/org/junit/runners/ |
| Parameterized.java | 18 import org.junit.runners.model.TestClass; 147 private List<Object[]> getParametersList(TestClass klass) 153 private FrameworkMethod getParametersMethod(TestClass testClass) 155 List<FrameworkMethod> methods= testClass 164 + testClass.getName());
|
| /external/icu/icu4c/source/test/intltest/ |
| itformat.cpp | 71 #define TESTCLASS(id, TestClass) \ 73 name = #TestClass; \ 75 logln(#TestClass " test---"); \ 77 TestClass test; \ 100 TESTCLASS(0,IntlTestDateFormat); 101 TESTCLASS(1,IntlTestNumberFormat); 102 TESTCLASS(2,CalendarTest); 103 TESTCLASS(3,CalendarLimitTest); 104 TESTCLASS(4,TimeZoneTest) [all...] |
| intltest.h | 120 #define TESTCASE_AUTO_CLASS(TestClass) \ 122 name = #TestClass; \ 124 logln(#TestClass "---"); \ 126 TestClass test; \ 132 #define TESTCASE_AUTO_CREATE_CLASS(TestClass) \ 134 name = #TestClass; \ 136 logln(#TestClass "---"); \ 138 LocalPointer<IntlTest> test(create##TestClass()); \
|
| /external/junit/src/org/junit/experimental/theories/internal/ |
| Assignments.java | 15 import org.junit.runners.model.TestClass; 26 private final TestClass fClass; 29 List<ParameterSignature> unassigned, TestClass testClass) { 32 fClass= testClass; 40 TestClass testClass) throws Exception { 42 signatures= ParameterSignature.signatures(testClass 46 signatures, testClass);
|
| AllMembersSupplier.java | 18 import org.junit.runners.model.TestClass; 53 private final TestClass fClass; 58 public AllMembersSupplier(TestClass type) {
|
| /external/junit/src/org/junit/internal/runners/rules/ |
| RuleFieldValidator.java | 10 import org.junit.runners.model.TestClass; 14 * {@link org.junit.runners.model.TestClass}. All reasons for rejecting the 15 * {@code TestClass} are written to a list of errors. 42 * Validate the {@link org.junit.runners.model.TestClass} and adds reasons 44 * @param target the {@code TestClass} to validate. 47 public void validate(TestClass target, List<Throwable> errors) {
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
| TestDotTreeGenerator.cs | 40 [TestClass]
|
| TestFastLexer.cs | 41 [TestClass]
|
| /external/junit/src/org/junit/experimental/theories/ |
| Theories.java | 21 import org.junit.runners.model.TestClass; 74 private TestClass fTestClass; 78 public TheoryAnchor(FrameworkMethod method, TestClass testClass) { 80 fTestClass= testClass; 83 private TestClass getTestClass() {
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| OldClassTest.java | 46 final String classNameLinkageError = packageName + ".TestClass"; 154 public static class TestClass { 177 public TestClass() { 181 private TestClass(Object o) { 185 public static class SubTestClass extends TestClass { 657 TestClass.class.getDeclaredConstructor(String.class); 666 TestClass.class.getDeclaredField(null); 673 TestClass.class.getDeclaredField("NonExistentField"); 682 TestClass.class.getDeclaredMethod(null, new Class[0]); 689 TestClass.class.getDeclaredMethod("NonExistentMethod", new Class[0]) [all...] |
| /external/protobuf/gtest/include/gtest/internal/ |
| gtest-internal.h | 542 template <class TestClass> 545 virtual Test* CreateTest() { return new TestClass; } 679 typedef typename GTEST_BIND_(TestSel, Type) TestClass; 690 TestClass::SetUpTestCase, 691 TestClass::TearDownTestCase, 692 new TestFactoryImpl<TestClass>); [all...] |