HomeSort by relevance Sort by last modified time
    Searched defs:TestClass (Results 1 - 25 of 51) sorted by null

1 2 3

  /libcore/luni/src/test/resources/org/apache/harmony/luni/tests/java/lang/
illegalClasses.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/pkg1/
TestClass.java 24 * as the TestClass in o.a.h.l.tests.pkg2
26 public class TestClass implements Serializable {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/pkg2/
TestClass.java 24 * as the TestClass in o.a.h.l.tests.pkg1
26 public class TestClass implements Serializable {
  /art/test/128-reg-spilling-on-implicit-nullcheck/src/
Main.java 26 TestClass f = null;
41 class TestClass {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/pkg1/
TestClass.java 24 * as the TestClass in o.a.h.l.tests.pkg2
26 public class TestClass implements Serializable {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/pkg2/
TestClass.java 24 * as the TestClass in o.a.h.l.tests.pkg1
26 public class TestClass implements Serializable {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg1/
TestClass.java 24 * as the TestClass in o.a.h.l.tests.pkg2
26 public class TestClass implements Serializable {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg2/
TestClass.java 24 * as the TestClass in o.a.h.l.tests.pkg1
26 public class TestClass implements Serializable {
  /external/stlport/test/eh/
TestClass.h 2 TestClass.h
15 SUMMARY: TestClass simulates a class that uses resources. It is designed to
32 class TestClass
35 inline TestClass();
36 inline TestClass( int value );
37 inline TestClass( const TestClass& rhs );
38 inline ~TestClass();
40 inline TestClass& operator=( const TestClass& rhs )
    [all...]
  /libcore/support/src/test/java/tests/resources/
illegalClasses.jar 
  /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 {
  /external/chromium_org/third_party/cython/src/Cython/Utility/
TestCythonScope.pyx 0 ########## TestClass ##########
8 cdef class TestClass(object):
15 return 'TestClass(%d)' % self.value
45 return TestClass(value)
  /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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
InstanceOnlyModifierDebuggee.java 31 static class TestClass {
36 "InstanceOnlyModifierDebuggee.TestClass.eventTestMethod()");
49 "InstanceOnlyModifierDebuggee.TestClass.readAndWriteField()");
55 "InstanceOnlyModifierDebuggee.TestClass.throwException()");
60 static TestClass INSTANCE_ONLY;
67 final TestClass[] instances = new TestClass[10];
69 instances[i] = new TestClass();
CountModifierDebuggee.java 39 static class TestClass {
41 System.out.println("TestClass.eventTestMethod: count=" + locationEventCount);
45 System.out.println("TestClass.throwException: exceptionCount=" + exceptionEventCount);
50 private void countAndCall(TestClass obj) {
55 private static void catchException(TestClass obj) {
72 TestClass obj = new TestClass();
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/ObjectReference/
InvokeMethod002Debuggee.java 27 static class TestClass {
38 // The instance used to invoke "TestClass.testMethod".
39 static TestClass invokeReceiver = new TestClass();
46 // Preload TestClass so it is available during the test.
49 c = Class.forName("org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod002Debuggee$TestClass");
InvokeMethod003Debuggee.java 26 static class TestClass {
29 return "TestClass.toString()";
33 // The instance used to invoke "TestClass.testMethod".
34 static TestClass invokeReceiver = new TestClass();
41 // Preload TestClass so it is available during the test.
44 c = Class.forName("org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod003Debuggee$TestClass");
  /external/junit/src/org/junit/internal/runners/
TestClass.java 22 public class TestClass {
25 public TestClass(Class<?> klass) {
80 private List<Class<?>> getSuperClasses(Class< ?> testClass) {
82 Class<?> current= 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* {{[^,]*}}, i32 0, i32 0
  /external/clang/test/OpenMP/
threadprivate_messages.cpp 58 class TestClass {
62 TestClass() : a(0){}
64 TestClass (int aaa) : a(aaa) {}
68 #pragma omp threadprivate (TestClass::b) // expected-error {{'#pragma omp threadprivate' must appear in the scope of the 'TestClass::b' variable declaration}}
115 static TestClass LocalClass(y); // expected-error {{variable with local storage in initial value of threadprivate variable}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 41 class TestClass(object):
47 serv.register_instance(TestClass())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 41 class TestClass(object):
47 serv.register_instance(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");
99 private static class TestClass {

Completed in 682 milliseconds

1 2 3