Home
last modified time | relevance | path

Searched refs:otherType (Results 1 – 17 of 17) 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/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/flatbuffers/lua/flatbuffers/
DnumTypes.lua41 function type_mt:ConvertType(n, otherType)
42 … assert(self.bytewidth == otherType.bytewidth, "Cannot convert between types of different widths")
43 if self == otherType then
46 return otherType:Unpack(self:Pack(n))
/external/cldr/tools/java/org/unicode/cldr/test/
DDateOrder.java175 FormatType otherType = FormatType.getType(otherPath);
178 if (!otherType.isLessImportantThan(firstType)) {
237 public boolean isLessImportantThan(FormatType otherType) {
238 return otherType.importance - importance > 0;
DCheckConsistentCasing.java153 public boolean worksWith(CasingType otherType) { in worksWith() argument
154 …return otherType == null || this == otherType || this == CasingType.other || otherType == CasingTy… in worksWith()
DCheckDisplayCollisions.java301 Type otherType = myType == Type.TERRITORY ? Type.ZONE : Type.TERRITORY; in handleCheck() local
303 getResolvedCldrFileToCheck(), path, value, otherType, in handleCheck()
304 otherType.getPrefix(), null, currentAttributesToIgnore, Equivalence.normal); in handleCheck()
308 String duplicateRegion = getRegion(otherType, duplicatePath); in handleCheck()
DCheckDates.java458 String otherType = getLastType(item); in handleCheck() local
459 … if (myType.equals(otherType)) { // we don't care about items with the same type value in handleCheck()
/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/autotest/frontend/client/src/autotest/tko/
DSpreadsheetView.java444 DrilldownType otherType) { in getDrilldownFields() argument
447 if (type == otherType) { in getDrilldownFields()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2666 int otherType = other.type[i]; in getDistance() local
2667 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance()
2671 } else if (otherType == 0) { // and mine is not in getDistance()
2675 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java2643 int otherType = other.type[i]; in getDistance() local
2644 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance()
2648 } else if (otherType == 0) { // and mine is not in getDistance()
2652 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py980 def otherType(self): member in BasicMultiDBTestCase
996 d3.open(self.filename, "third", self.otherType(),
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp2156 int32_t otherType = other.skeleton.type[i]; in getDistance() local
2157 if (myType==otherType) { in getDistance()
2165 if (otherType==0) { in getDistance()
2170 result += abs(myType - otherType); in getDistance()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1457 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in init() local
1459 if (otherType == TYPE_FLOAT) in init()
1463 DE_ASSERT(isDataTypeVector(otherType)); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1719 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in setupShader() local
1721 if (otherType == TYPE_FLOAT) in setupShader()
1725 DE_ASSERT(isDataTypeVector(otherType)); in setupShader()