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

1 2 3

  /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 550 GrGLint otherType = GR_GL_UNSIGNED_BYTE;
560 &otherType);
562 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type;
    [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 550 GrGLint otherType = GR_GL_UNSIGNED_BYTE;
560 &otherType);
562 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type;
    [all...]
  /external/openssl/crypto/cms/
cms_env.c 486 ASN1_TYPE *otherType)
576 kekri->kekid->other->keyAttr = otherType;
cms.h 210 ASN1_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/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 390 CSSPrimitiveValue::UnitType otherType = otherSide->primitiveType();
391 if (hasDoubleValue(otherType))
392 return CSSCalcPrimitiveValue::create(evaluateOperator(otherSide->doubleValue(), number, op), otherType, isInteger);
  /external/openssl/include/openssl/
cms.h 210 ASN1_TYPE *otherType);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.20.0/
org.eclipse.tycho.core.shared-0.20.0.jar 
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp     [all...]
  /external/icu/icu4c/source/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...]

Completed in 2370 milliseconds

1 2 3