Home
last modified time | relevance | path

Searched defs:theClass (Results 1 – 13 of 13) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_ClassLoader.java41 Class<?> theClass = null; in findClass() local
80 Class<?> theClass; in loadClass() local
103 Class<?> theClass = null; in loadClassFromFile() local
151 Class<?> theClass = null; in loadClassFromJar() local
DTestHelper_DriverManager.java102 Class<? extends Object> theClass = theObject.getClass(); in printClassLoader() local
DSQLExceptionTest.java42 Class<?> theClass = Class.forName("java.sql.SQLException"); in testSUID() local
DDriverManagerTest.java125 Class<? extends Object> theClass = theObject.getClass(); in printClassLoader() local
/external/hamcrest/src/org/hamcrest/core/
DIsInstanceOf.java15 private final Class<?> theClass; field in IsInstanceOf
23 public IsInstanceOf(Class<?> theClass) { in IsInstanceOf()
/external/junit/src/junit/framework/
DTestSuite.java51 static public Test createTest(Class<?> theClass, String name) { in createTest()
81 public static Constructor<?> getTestConstructor(Class<?> theClass) throws NoSuchMethodException { in getTestConstructor()
/external/junit/src/junit/extensions/
DActiveTestSuite.java20 public ActiveTestSuite(Class<? extends TestCase> theClass) { in ActiveTestSuite()
28 public ActiveTestSuite(Class<? extends TestCase> theClass, String name) { in ActiveTestSuite()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
DRobolectricClassLoader.java57 Class<?> theClass; in loadClass() local
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingTestCase.java123 protected static <T> void callAllPublicMethods(Class<T> theClass, T object) in callAllPublicMethods()
/external/clang/test/CodeGenObjC/
Darc-property.m48 @property (copy) Class theClass; property
/external/clang/lib/CodeGen/
DCGVTables.cpp692 void CodeGenModule::EmitVTable(CXXRecordDecl *theClass, bool isRequired) { in EmitVTable()
/external/chromium_org/content/shell/tools/plugin/
DPluginObject.cpp1346 static NPObject* pluginAllocate(NPP npp, NPClass* theClass) { in pluginAllocate()
/external/chromium_org/ui/gfx/win/
Dmsg_util.h27 #define CR_BEGIN_MSG_MAP_EX(theClass) \ argument