Home
last modified time | relevance | path

Searched refs:otherType (Results 1 – 17 of 17) 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/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/skia/src/gpu/gl/
DGrGLCaps.cpp618 GrGLint otherType = GR_GL_UNSIGNED_BYTE; in readPixelsSupported() local
628 &otherType); in readPixelsSupported()
630 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type; in readPixelsSupported()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp550 GrGLint otherType = GR_GL_UNSIGNED_BYTE; in readPixelsSupported() local
560 &otherType); in readPixelsSupported()
562 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type; in readPixelsSupported()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.cpp400 CSSPrimitiveValue::UnitType otherType = otherSide->primitiveType(); in createSimplified() local
401 if (hasDoubleValue(otherType)) in createSimplified()
402 …imitiveValue::create(evaluateOperator(otherSide->doubleValue(), number, op), otherType, isInteger); in createSimplified()
/external/openssl/crypto/cms/
Dcms_env.c486 ASN1_TYPE *otherType) in CMS_add0_recipient_key() argument
576 kekri->kekid->other->keyAttr = otherType; in CMS_add0_recipient_key()
Dcms.h210 ASN1_TYPE *otherType);
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp805 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in init() local
807 if (otherType == TYPE_FLOAT) in init()
811 DE_ASSERT(isDataTypeVector(otherType)); in init()
812 resultType = otherType; in init()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp1682 int32_t otherType = other.skeleton.type[i]; in getDistance() local
1683 if (myType==otherType) { in getDistance()
1691 if (otherType==0) { in getDistance()
1696 result += abs(myType - otherType); in getDistance()
/external/chromium_org/third_party/icu/source/i18n/
Ddtptngen.cpp1681 int32_t otherType = other.skeleton.type[i]; in getDistance() local
1682 if (myType==otherType) { in getDistance()
1690 if (otherType==0) { in getDistance()
1695 result += abs(myType - otherType); in getDistance()
/external/openssl/include/openssl/
Dcms.h210 ASN1_TYPE *otherType);
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1471 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in init() local
1473 if (otherType == TYPE_FLOAT) in init()
1477 DE_ASSERT(isDataTypeVector(otherType)); in init()