Searched defs:theClass (Results 1 – 13 of 13) sorted by relevance
41 Class<?> theClass = null; in findClass() local80 Class<?> theClass; in loadClass() local103 Class<?> theClass = null; in loadClassFromFile() local151 Class<?> theClass = null; in loadClassFromJar() local
102 Class<? extends Object> theClass = theObject.getClass(); in printClassLoader() local
42 Class<?> theClass = Class.forName("java.sql.SQLException"); in testSUID() local
125 Class<? extends Object> theClass = theObject.getClass(); in printClassLoader() local
15 private final Class<?> theClass; field in IsInstanceOf23 public IsInstanceOf(Class<?> theClass) { in IsInstanceOf()
51 static public Test createTest(Class<?> theClass, String name) { in createTest()81 public static Constructor<?> getTestConstructor(Class<?> theClass) throws NoSuchMethodException { in getTestConstructor()
20 public ActiveTestSuite(Class<? extends TestCase> theClass) { in ActiveTestSuite()28 public ActiveTestSuite(Class<? extends TestCase> theClass, String name) { in ActiveTestSuite()
57 Class<?> theClass; in loadClass() local
123 protected static <T> void callAllPublicMethods(Class<T> theClass, T object) in callAllPublicMethods()
48 @property (copy) Class theClass; property
692 void CodeGenModule::EmitVTable(CXXRecordDecl *theClass, bool isRequired) { in EmitVTable()
1346 static NPObject* pluginAllocate(NPP npp, NPClass* theClass) { in pluginAllocate()
27 #define CR_BEGIN_MSG_MAP_EX(theClass) \ argument