Home
last modified time | relevance | path

Searched refs:otherType (Results 1 – 12 of 12) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DReferenceValue.java93 public int instanceOf(String otherType, Clazz otherReferencedClass) in instanceOf() argument
105 int otherDimensionCount = ClassUtil.internalArrayTypeDimensionCount(otherType); in instanceOf()
110 otherType = otherType.substring(commonDimensionCount); in instanceOf()
115 ClassUtil.isInternalPrimitiveType(otherType.charAt(0)))) in instanceOf()
117 return !thisType.equals(otherType) ? NEVER : in instanceOf()
131 otherType = ClassUtil.internalClassNameFromClassType(otherType); in instanceOf()
138 !ClassUtil.isInternalArrayInterfaceName(otherType)) in instanceOf()
160 if (thisType.equals(otherType) || in instanceOf()
161 ClassConstants.INTERNAL_NAME_JAVA_LANG_OBJECT.equals(otherType)) in instanceOf()
226 String otherType = other.type; in generalize() local
[all …]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DOffsettedItem.java98 ItemType otherType = otherItem.itemType(); in equals() local
100 if (thisType != otherType) { in equals()
120 ItemType otherType = other.itemType(); in compareTo() local
122 if (thisType != otherType) { in compareTo()
123 return thisType.compareTo(otherType); in compareTo()
/external/proguard/src/proguard/classfile/attribute/preverification/
DFullFrame.java139 VerificationType otherType = other.variables[index]; in equals() local
141 if (!thisType.equals(otherType)) in equals()
150 VerificationType otherType = other.stack[index]; in equals() local
152 if (!thisType.equals(otherType)) in equals()
DMoreZeroFrame.java121 VerificationType otherType = other.additionalVariables[index]; in equals() local
123 if (!thisType.equals(otherType)) in equals()
/external/smack/src/org/jivesoftware/smackx/packet/
DDiscoverInfo.java397 String otherType = other.type == null ? "" : other.type; in equals()
399 if (!otherType.equals(thisType)) in equals()
433 String otherType = other.type == null ? "" : other.type; in compareTo() local
437 if (thisType.equals(otherType)) { in compareTo()
446 return thisType.compareTo(otherType); in compareTo()
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DPrototype.java283 Type otherType = other.parameterTypes.get(i); in compareTo() local
285 result = thisType.compareTo(otherType); in compareTo()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp439 GrGLint otherType = GR_GL_UNSIGNED_BYTE; in readPixelsSupported() local
449 &otherType); in readPixelsSupported()
451 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type; in readPixelsSupported()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp439 GrGLint otherType = GR_GL_UNSIGNED_BYTE; in readPixelsSupported() local
449 &otherType); in readPixelsSupported()
451 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type; in readPixelsSupported()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java456 Type otherType = other.getType(); in intersect() local
459 if (thisType != otherType) { in intersect()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.cpp410 CSSPrimitiveValue::UnitTypes otherType = otherSide->primitiveType(); in createSimplified() local
411 if (hasDoubleValue(otherType)) in createSimplified()
412 …imitiveValue::create(evaluateOperator(otherSide->doubleValue(), number, op), otherType, isInteger); in createSimplified()
/external/icu4c/i18n/
Ddtptngen.cpp1651 int32_t otherType = other.skeleton.type[i]; in getDistance() local
1652 if (myType==otherType) { in getDistance()
1660 if (otherType==0) { in getDistance()
1665 result += abs(myType - otherType); in getDistance()
/external/chromium_org/third_party/icu/source/i18n/
Ddtptngen.cpp1623 int32_t otherType = other.skeleton.type[i]; in getDistance() local
1624 if (myType==otherType) { in getDistance()
1632 if (otherType==0) { in getDistance()
1637 result += abs(myType - otherType); in getDistance()