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 34 class ReflectionTest : public CommonCompilerTest {
513 TEST_F(ReflectionTest, StaticMainMethod) {
540 TEST_F(ReflectionTest, StaticNopMethod) {
544 TEST_F(ReflectionTest, NonStaticNopMethod) {
548 TEST_F(ReflectionTest, StaticIdentityByteMethod) {
552 TEST_F(ReflectionTest, NonStaticIdentityByteMethod) {
556 TEST_F(ReflectionTest, StaticIdentityIntMethod) {
560 TEST_F(ReflectionTest, NonStaticIdentityIntMethod) {
564 TEST_F(ReflectionTest, StaticIdentityDoubleMethod) {
568 TEST_F(ReflectionTest, NonStaticIdentityDoubleMethod)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 43 public final class ReflectionTest extends TestCase {
44 String classA = "libcore.java.lang.reflect.ReflectionTest$A";
45 String classB = "libcore.java.lang.reflect.ReflectionTest$B";
46 String classC = "libcore.java.lang.reflect.ReflectionTest$C";
82 assertEquals("libcore.java.lang.reflect.ReflectionTest", getClass().getName());
93 assertEquals("libcore.java.lang.reflect.ReflectionTest", getClass().getCanonicalName());
313 assertFalse(ReflectionTest.class.isLocalClass());
328 assertFalse(ReflectionTest.class.isAnonymousClass());
441 assertNull(ReflectionTest.class.getEnclosingClass());
442 assertEquals(ReflectionTest.class, Foo.class.getEnclosingClass())
    [all...]
  /external/flatbuffers/tests/
test.cpp 606 void ReflectionTest(uint8_t *flatbuf, size_t length) {
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 111 class ReflectionTest(unittest.TestCase):
    [all...]

Completed in 468 milliseconds