/external/proguard/src/proguard/evaluation/value/ |
D | ReferenceValue.java | 93 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/ |
D | OffsettedItem.java | 98 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/ |
D | FullFrame.java | 139 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()
|
D | MoreZeroFrame.java | 121 VerificationType otherType = other.additionalVariables[index]; in equals() local 123 if (!thisType.equals(otherType)) in equals()
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
D | DiscoverInfo.java | 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() 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/ |
D | Prototype.java | 283 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/ |
D | RegisterSpec.java | 456 Type otherType = other.getType(); in intersect() local 459 if (thisType != otherType) { in intersect()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 618 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/ |
D | GrGLCaps.cpp | 550 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/ |
D | CSSCalculationValue.cpp | 400 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/ |
D | cms_env.c | 486 ASN1_TYPE *otherType) in CMS_add0_recipient_key() argument 576 kekri->kekid->other->keyAttr = otherType; in CMS_add0_recipient_key()
|
D | cms.h | 210 ASN1_TYPE *otherType);
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 805 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/ |
D | dtptngen.cpp | 1682 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/ |
D | dtptngen.cpp | 1681 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/ |
D | cms.h | 210 ASN1_TYPE *otherType);
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 1471 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()
|