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

1 2

  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 93 public int instanceOf(String otherType, Clazz otherReferencedClass)
105 int otherDimensionCount = ClassUtil.internalArrayTypeDimensionCount(otherType);
110 otherType = otherType.substring(commonDimensionCount);
115 ClassUtil.isInternalPrimitiveType(otherType.charAt(0))))
117 return !thisType.equals(otherType) ? NEVER :
131 otherType = ClassUtil.internalClassNameFromClassType(otherType);
138 !ClassUtil.isInternalArrayInterfaceName(otherType))
160 if (thisType.equals(otherType) ||
    [all...]
  /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/dexmaker/src/dx/java/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))
  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverInfo.java 397 String otherType = other.type == null ? "" : other.type;
399 if (!otherType.equals(thisType))
433 String otherType = other.type == null ? "" : other.type;
437 if (thisType.equals(otherType)) {
446 return thisType.compareTo(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 283 Type otherType = other.parameterTypes.get(i);
285 result = thisType.compareTo(otherType);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 283 Type otherType = other.parameterTypes.get(i);
285 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 455 Type otherType = other.getType();
458 if (thisType != otherType) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 456 Type otherType = other.getType();
459 if (thisType != otherType) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.cpp 439 GrGLint otherType = GR_GL_UNSIGNED_BYTE;
449 &otherType);
451 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type;
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 439 GrGLint otherType = GR_GL_UNSIGNED_BYTE;
449 &otherType);
451 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 410 CSSPrimitiveValue::UnitTypes otherType = otherSide->primitiveType();
411 if (hasDoubleValue(otherType))
412 return CSSCalcPrimitiveValue::create(evaluateOperator(otherSide->doubleValue(), number, op), otherType, isInteger);
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp     [all...]
  /external/icu4c/i18n/
dtptngen.cpp     [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...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java     [all...]

Completed in 4152 milliseconds

1 2