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

  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 93 public int instanceOf(String otherType, Clazz otherReferencedClass)
105 int otherDimensionCount = ClassUtil.internalArrayTypeDimensionCount(otherType);
110 otherType = otherType.substring(commonDimensionCount);
115 ClassUtil.isInternalPrimitiveType(otherType.charAt(0))))
117 return !thisType.equals(otherType) ? NEVER :
131 otherType = ClassUtil.internalClassNameFromClassType(otherType);
138 !ClassUtil.isInternalArrayInterfaceName(otherType))
160 if (thisType.equals(otherType) ||
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 98 ItemType otherType = otherItem.itemType();
100 if (thisType != otherType) {
120 ItemType otherType = other.itemType();
122 if (thisType != otherType) {
123 return thisType.compareTo(otherType);
  /external/proguard/src/proguard/classfile/attribute/preverification/
FullFrame.java 139 VerificationType otherType = other.variables[index];
141 if (!thisType.equals(otherType))
150 VerificationType otherType = other.stack[index];
152 if (!thisType.equals(otherType))
MoreZeroFrame.java 121 VerificationType otherType = other.additionalVariables[index];
123 if (!thisType.equals(otherType))
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 280 Type otherType = other.parameterTypes.get(i);
282 result = thisType.compareTo(otherType);
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 72 Transaction(int otherType) {
73 mAction = otherType;
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 451 Type otherType = other.getType();
454 if (thisType != otherType) {
  /external/icu4c/i18n/
dtptngen.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 572 milliseconds