HomeSort by relevance Sort by last modified time
    Searched refs:subClass (Results 1 - 8 of 8) sorted by null

  /external/srec/portable/include/
pmemory.h 57 #define STATIC_CAST(self, subClass, member) ((subClass*) (((char*) self) - (offsetof(subClass, member))))
  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 303 // Find a class that is a subclass of all common superclasses,
390 private int superClassCount(Clazz subClass, Set classes)
399 if (subClass.extendsOrImplements(clazz))
405 //System.out.println("ReferenceValue.superClassCount: ["+subClass.getName()+"]: "+count);
  /external/proguard/src/proguard/classfile/
ProgramClass.java 350 Clazz subClass = subClasses[index];
351 subClass.hierarchyAccept(true,
  /external/proguard/src/proguard/optimize/peephole/
ClassMerger.java 295 * Returns whether a given class is the only subclass of another given class.
297 private boolean isOnlySubClass(Clazz subClass,
303 clazz.subClasses[0].equals(subClass);
428 // the class as a subclass.
  /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();
  /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...]
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java 790 IClassDefinition subClass) {
791 if (superClass == null || subClass == null) {
795 if (subClass.getInterfaces() == null) {
798 if (getClassDefinitions(subClass.getInterfaces()).contains(
802 for (ITypeReference subType : subClass.getInterfaces()) {
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 231 milliseconds