Home
last modified time | relevance | path

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

/external/proguard/src/proguard/evaluation/value/
DTypedReferenceValue.java84 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 …]
DReferenceValue.java55 public abstract int instanceOf(String otherType, Clazz otherReferencedClass); in instanceOf() argument
/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/jetty/src/java/org/eclipse/jetty/io/
DBuffersFactory.java23 …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()
DPooledBuffers.java36 …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()
DAbstractBuffers.java33 …s.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType) in AbstractBuffers() argument
39 _otherType=otherType; in AbstractBuffers()
DThreadLocalBuffers.java41 …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/
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/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/
DType.java94 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/
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/v8/test/mjsunit/harmony/
Dsimd.js60 var otherType = simdTypeNames[i];
61 if (type != otherType) fn(createInstance(otherType));
/external/libgdx/gdx/src/com/badlogic/gdx/assets/
DAssetManager.java344 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/
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/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java2138 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/
DDateTimePatternGenerator.java2164 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/
DSpreadsheetView.java444 DrilldownType otherType) { in getDrilldownFields() argument
447 if (type == otherType) { in getDrilldownFields()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp1686 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/
DvktShaderRenderMatrixTests.cpp1733 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/
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()