/external/proguard/src/proguard/evaluation/value/ |
D | TypedReferenceValue.java | 84 public int instanceOf(String otherType, Clazz otherReferencedClass) in instanceOf() argument 96 int otherDimensionCount = ClassUtil.internalArrayTypeDimensionCount(otherType); in instanceOf() 101 otherType = otherType.substring(commonDimensionCount); in instanceOf() 106 ClassUtil.isInternalPrimitiveType(otherType.charAt(0)))) in instanceOf() 108 return !thisType.equals(otherType) ? NEVER : in instanceOf() 122 otherType = ClassUtil.internalClassNameFromClassType(otherType); in instanceOf() 129 !ClassUtil.isInternalArrayInterfaceName(otherType)) in instanceOf() 151 if (thisType.equals(otherType) || in instanceOf() 152 ClassConstants.NAME_JAVA_LANG_OBJECT.equals(otherType)) in instanceOf() 223 String otherType = other.type; in generalize() local [all …]
|
D | ReferenceValue.java | 55 public abstract int instanceOf(String otherType, Clazz otherReferencedClass); in instanceOf() argument
|
/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/jetty/src/java/org/eclipse/jetty/io/ |
D | BuffersFactory.java | 23 …rType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType,int maxSize) in newBuffers() argument 26 return new PooledBuffers(headerType,headerSize,bufferType,bufferSize,otherType,maxSize); in newBuffers() 27 return new ThreadLocalBuffers(headerType,headerSize,bufferType,bufferSize,otherType); in newBuffers()
|
D | PooledBuffers.java | 36 …rType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType,int maxSize) in PooledBuffers() argument 38 super(headerType,headerSize,bufferType,bufferSize,otherType); in PooledBuffers() 42 _otherHeaders=headerType==otherType; in PooledBuffers() 43 _otherBuffers=bufferType==otherType; in PooledBuffers()
|
D | AbstractBuffers.java | 33 …s.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType) in AbstractBuffers() argument 39 _otherType=otherType; in AbstractBuffers()
|
D | ThreadLocalBuffers.java | 41 …s.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType) in ThreadLocalBuffers() argument 43 super(headerType,headerSize,bufferType,bufferSize,otherType); in ThreadLocalBuffers()
|
/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/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/ |
D | Type.java | 94 public boolean isAssignableFrom (Type otherType) { in isAssignableFrom() argument 95 return clazz == otherType.clazz || (clazz == Object.class && !otherType.isPrimitive) in isAssignableFrom() 96 || otherType.assignables.contains(clazz); in isAssignableFrom()
|
/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/v8/test/mjsunit/harmony/ |
D | simd.js | 60 var otherType = simdTypeNames[i]; 61 if (type != otherType) fn(createInstance(otherType));
|
/external/libgdx/gdx/src/com/badlogic/gdx/assets/ |
D | AssetManager.java | 344 Class otherType = assetTypes.get(fileName); in load() local 345 if (otherType != null && !otherType.equals(type)) in load() 347 …+ ClassReflection.getSimpleName(type) + ", found: " + ClassReflection.getSimpleName(otherType) + "… in load()
|
/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/android_icu4j/src/main/java/android/icu/text/ |
D | DateTimePatternGenerator.java | 2138 int otherType = other.type[i]; 2139 if (myType == otherType) continue; // identical (maybe both zero) add 0 2143 } else if (otherType == 0) { // and mine is not 2147 result += Math.abs(myType - otherType); // square of mismatch
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 2164 int otherType = other.type[i]; 2165 if (myType == otherType) continue; // identical (maybe both zero) add 0 2169 } else if (otherType == 0) { // and mine is not 2173 result += Math.abs(myType - otherType); // square of mismatch
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | SpreadsheetView.java | 444 DrilldownType otherType) { in getDrilldownFields() argument 447 if (type == otherType) { in getDrilldownFields()
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 1686 int32_t otherType = other.skeleton.type[i]; in getDistance() local 1687 if (myType==otherType) { in getDistance() 1695 if (otherType==0) { in getDistance() 1700 result += abs(myType - otherType); in getDistance()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 1733 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in setupShader() local 1735 if (otherType == TYPE_FLOAT) in setupShader() 1739 DE_ASSERT(isDataTypeVector(otherType)); in setupShader()
|
/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()
|