HomeSort by relevance Sort by last modified time
    Searched defs:ReflectionTest (Results 1 - 6 of 6) sorted by null

  /external/guava/guava-tests/test/com/google/common/reflect/
ReflectionTest.java 28 public class ReflectionTest extends TestCase {
  /external/guice/core/test/com/google/inject/
ReflectionTest.java 30 public class ReflectionTest extends TestCase {
  /art/runtime/
reflection_test.cc 30 class ReflectionTest : public CommonCompilerTest {
508 TEST_F(ReflectionTest, StaticMainMethod) {
533 TEST_F(ReflectionTest, StaticNopMethod) {
537 TEST_F(ReflectionTest, NonStaticNopMethod) {
541 TEST_F(ReflectionTest, StaticIdentityByteMethod) {
545 TEST_F(ReflectionTest, NonStaticIdentityByteMethod) {
549 TEST_F(ReflectionTest, StaticIdentityIntMethod) {
553 TEST_F(ReflectionTest, NonStaticIdentityIntMethod) {
557 TEST_F(ReflectionTest, StaticIdentityDoubleMethod) {
561 TEST_F(ReflectionTest, NonStaticIdentityDoubleMethod)
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ReflectionTest.java 34 public class ReflectionTest extends GdxTest {
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 37 public final class ReflectionTest extends TestCase {
38 String classA = "libcore.java.lang.reflect.ReflectionTest$A";
39 String classB = "libcore.java.lang.reflect.ReflectionTest$B";
40 String classC = "libcore.java.lang.reflect.ReflectionTest$C";
76 assertEquals("libcore.java.lang.reflect.ReflectionTest", getClass().getName());
87 assertEquals("libcore.java.lang.reflect.ReflectionTest", getClass().getCanonicalName());
307 assertFalse(ReflectionTest.class.isLocalClass());
322 assertFalse(ReflectionTest.class.isAnonymousClass());
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 107 class ReflectionTest(basetest.TestCase):
    [all...]

Completed in 125 milliseconds