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

  /external/proguard/src/proguard/classfile/attribute/preverification/
MoreZeroFrame.java 121 VerificationType otherType = other.additionalVariables[index];
123 if (!thisType.equals(otherType))
FullFrame.java 139 VerificationType otherType = other.variables[index];
141 if (!thisType.equals(otherType))
150 VerificationType otherType = other.stack[index];
152 if (!thisType.equals(otherType))
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 188 GrGLint otherType = GR_GL_UNSIGNED_BYTE;
198 &otherType);
200 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type;
  /dalvik/dexgen/src/com/android/dexgen/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);
  /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/dexmaker/src/dx/java/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);
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 279 Type otherType = other.parameterTypes.get(i);
281 result = thisType.compareTo(otherType);
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 283 Type otherType = other.parameterTypes.get(i);
285 result = thisType.compareTo(otherType);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 283 Type otherType = other.parameterTypes.get(i);
285 result = thisType.compareTo(otherType);
  /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...]
  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverInfo.java 397 String otherType = other.type == null ? "" : other.type;
399 if (!otherType.equals(thisType))
433 String otherType = other.type == null ? "" : other.type;
437 if (thisType.equals(otherType)) {
446 return thisType.compareTo(otherType);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 451 Type otherType = other.getType();
454 if (thisType != otherType) {
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 456 Type otherType = other.getType();
459 if (thisType != otherType) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 456 Type otherType = other.getType();
459 if (thisType != otherType) {
  /external/icu4c/i18n/
dtptngen.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 708 milliseconds