Searched refs:otherType (Results 1 – 12 of 12) sorted by relevance
93 public int instanceOf(String otherType, Clazz otherReferencedClass) in instanceOf() argument105 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 …]
98 ItemType otherType = otherItem.itemType(); in equals() local100 if (thisType != otherType) { in equals()120 ItemType otherType = other.itemType(); in compareTo() local122 if (thisType != otherType) { in compareTo()123 return thisType.compareTo(otherType); in compareTo()
139 VerificationType otherType = other.variables[index]; in equals() local141 if (!thisType.equals(otherType)) in equals()150 VerificationType otherType = other.stack[index]; in equals() local152 if (!thisType.equals(otherType)) in equals()
121 VerificationType otherType = other.additionalVariables[index]; in equals() local123 if (!thisType.equals(otherType)) in equals()
397 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() local437 if (thisType.equals(otherType)) { in compareTo()446 return thisType.compareTo(otherType); in compareTo()
283 Type otherType = other.parameterTypes.get(i); in compareTo() local285 result = thisType.compareTo(otherType); in compareTo()
439 GrGLint otherType = GR_GL_UNSIGNED_BYTE; in readPixelsSupported() local449 &otherType); in readPixelsSupported()451 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type; in readPixelsSupported()
456 Type otherType = other.getType(); in intersect() local459 if (thisType != otherType) { in intersect()
410 CSSPrimitiveValue::UnitTypes otherType = otherSide->primitiveType(); in createSimplified() local411 if (hasDoubleValue(otherType)) in createSimplified()412 …imitiveValue::create(evaluateOperator(otherSide->doubleValue(), number, op), otherType, isInteger); in createSimplified()
1651 int32_t otherType = other.skeleton.type[i]; in getDistance() local1652 if (myType==otherType) { in getDistance()1660 if (otherType==0) { in getDistance()1665 result += abs(myType - otherType); in getDistance()
1623 int32_t otherType = other.skeleton.type[i]; in getDistance() local1624 if (myType==otherType) { in getDistance()1632 if (otherType==0) { in getDistance()1637 result += abs(myType - otherType); in getDistance()