HomeSort by relevance Sort by last modified time
    Searched refs:otherType (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /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) {
120 ItemType otherType = other.itemType();
122 if (thisType != otherType) {
123 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))
  /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 312 Type otherType = other.parameterTypes.get(i);
314 result = thisType.compareTo(otherType);
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 71 Transaction(int otherType) {
72 mAction = 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 463 Type otherType = other.getType();
466 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...]
  /tools/loganalysis/src/com/android/loganalysis/util/config/
OptionSetter.java     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/config/
OptionSetter.java     [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...]
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/
butterknife-compiler-8.4.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_basics.py 980 def otherType(self):
996 d3.open(self.filename, "third", self.otherType(),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_basics.py 980 def otherType(self):
996 d3.open(self.filename, "third", self.otherType(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_basics.py 980 def otherType(self):
996 d3.open(self.filename, "third", self.otherType(),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_basics.py 980 def otherType(self):
996 d3.open(self.filename, "third", self.otherType(),
    [all...]

Completed in 1803 milliseconds

1 2 3 4 5 6