OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subClass
(Results
1 - 4
of
4
) sorted by null
/external/proguard/src/proguard/classfile/
ProgramClass.java
350
Clazz
subClass
= subClasses[index];
351
subClass
.hierarchyAccept(true,
/dalvik/vm/reflect/
Proxy.c
615
* we can remove anything that is a
subclass
of something else in the list.
627
* Consider all pairs of classes. If one is the
subclass
of the other,
628
* null out the
subclass
.
690
* If one class is a
subclass
of another, we want to keep just the
subclass
,
733
/* mix is a
subclass
of a declared throwable, keep it */
772
ClassObject*
subClass
;
780
subClass
= dvmFindClass(subSig, subMethod->clazz->classLoader);
781
bool result = dvmInstanceof(
subClass
, baseClass);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java
349
Class<?>
subClass
= classes[c];
350
String name =
subClass
.getSimpleName();
358
Field[] fields =
subClass
.getFields();
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 6427 milliseconds