/external/proguard/src/proguard/evaluation/value/ |
TypedReferenceValue.java | 84 public int instanceOf(String otherType, Clazz otherReferencedClass) 96 int otherDimensionCount = ClassUtil.internalArrayTypeDimensionCount(otherType); 101 otherType = otherType.substring(commonDimensionCount); 106 ClassUtil.isInternalPrimitiveType(otherType.charAt(0)))) 108 return !thisType.equals(otherType) ? NEVER : 122 otherType = ClassUtil.internalClassNameFromClassType(otherType); 129 !ClassUtil.isInternalArrayInterfaceName(otherType)) 151 if (thisType.equals(otherType) || [all...] |
ReferenceValue.java | 55 public abstract int instanceOf(String otherType, Clazz otherReferencedClass);
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
OffsettedItem.java | 98 ItemType otherType = otherItem.itemType(); 100 if (thisType != otherType) { 120 ItemType otherType = other.itemType(); 122 if (thisType != otherType) { 123 return thisType.compareTo(otherType);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
OffsettedItem.java | 98 ItemType otherType = otherItem.itemType(); 100 if (thisType != otherType) { 121 ItemType otherType = other.itemType(); 123 if (thisType != otherType) { 124 return thisType.compareTo(otherType);
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
FullFrame.java | 139 VerificationType otherType = other.variables[index]; 141 if (!thisType.equals(otherType)) 150 VerificationType otherType = other.stack[index]; 152 if (!thisType.equals(otherType))
|
MoreZeroFrame.java | 121 VerificationType otherType = other.additionalVariables[index]; 123 if (!thisType.equals(otherType))
|
/external/flatbuffers/lua/flatbuffers/ |
numTypes.lua | 41 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/ |
DateOrder.java | 175 FormatType otherType = FormatType.getType(otherPath); 178 if (!otherType.isLessImportantThan(firstType)) { 235 * @return true if this FormatType is of lower importance than otherType 237 public boolean isLessImportantThan(FormatType otherType) { 238 return otherType.importance - importance > 0;
|
CheckConsistentCasing.java | 153 public boolean worksWith(CasingType otherType) { 154 return otherType == null || this == otherType || this == CasingType.other || otherType == CasingType.other;
|
CheckDisplayCollisions.java | 301 Type otherType = myType == Type.TERRITORY ? Type.ZONE : Type.TERRITORY; 303 getResolvedCldrFileToCheck(), path, value, otherType, 304 otherType.getPrefix(), null, currentAttributesToIgnore, Equivalence.normal); 308 String duplicateRegion = getRegion(otherType, duplicatePath); [all...] |
CheckDates.java | 458 String otherType = getLastType(item); 459 if (myType.equals(otherType)) { // we don't care about items with the same type value [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Prototype.java | 279 Type otherType = other.parameterTypes.get(i); 281 result = thisType.compareTo(otherType);
|
/dalvik/dx/src/com/android/dx/rop/type/ |
Prototype.java | 311 Type otherType = other.parameterTypes.get(i); 313 result = thisType.compareTo(otherType);
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpec.java | 451 Type otherType = other.getType(); 454 if (thisType != otherType) {
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpec.java | 475 Type otherType = other.getType(); 478 if (thisType != otherType) {
|
/external/autotest/frontend/client/src/autotest/tko/ |
SpreadsheetView.java | 444 DrilldownType otherType) { 447 if (type == otherType) {
|
/external/deqp/modules/gles2/functional/ |
es2fShaderMatrixTests.cpp | 805 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; 807 if (otherType == TYPE_FLOAT) 811 DE_ASSERT(isDataTypeVector(otherType)); 812 resultType = otherType; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateTimePatternGenerator.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateTimePatternGenerator.java | [all...] |
/external/icu/icu4c/source/i18n/ |
dtptngen.cpp | [all...] |
/external/python/cpython2/Lib/bsddb/test/ |
test_basics.py | 980 def otherType(self): 996 d3.open(self.filename, "third", self.otherType(), [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderMatrixTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderMatrixTests.cpp | [all...] |
/external/guice/extensions/struts2/lib/ |
core-3.1.1.jar | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar | |