Searched refs:otherType (Results 1 - 20 of 20) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/
H A DBuffersFactory.java23 public static Buffers newBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType,int maxSize) argument
26 return new PooledBuffers(headerType,headerSize,bufferType,bufferSize,otherType,maxSize);
27 return new ThreadLocalBuffers(headerType,headerSize,bufferType,bufferSize,otherType);
H A DPooledBuffers.java36 public PooledBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType,int maxSize) argument
38 super(headerType,headerSize,bufferType,bufferSize,otherType);
42 _otherHeaders=headerType==otherType;
43 _otherBuffers=bufferType==otherType;
H A DAbstractBuffers.java33 public AbstractBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType) argument
39 _otherType=otherType;
H A DThreadLocalBuffers.java41 public ThreadLocalBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType) argument
43 super(headerType,headerSize,bufferType,bufferSize,otherType);
/external/proguard/src/proguard/evaluation/value/
H A DTypedReferenceValue.java84 public int instanceOf(String otherType, Clazz otherReferencedClass) argument
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...]
H A DReferenceValue.java55 public abstract int instanceOf(String otherType, Clazz otherReferencedClass); argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DOffsettedItem.java98 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/
H A DFullFrame.java139 VerificationType otherType = other.variables[index];
141 if (!thisType.equals(otherType))
150 VerificationType otherType = other.stack[index];
152 if (!thisType.equals(otherType))
H A DMoreZeroFrame.java121 VerificationType otherType = other.additionalVariables[index];
123 if (!thisType.equals(otherType))
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DPrototype.java283 Type otherType = other.parameterTypes.get(i);
285 result = thisType.compareTo(otherType);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java456 Type otherType = other.getType();
459 if (thisType != otherType) {
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp805 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; local
807 if (otherType == TYPE_FLOAT)
811 DE_ASSERT(isDataTypeVector(otherType));
812 resultType = otherType;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java2163 int otherType = other.type[i];
2164 if (myType == otherType) continue; // identical (maybe both zero) add 0
2168 } else if (otherType == 0) { // and mine is not
2172 result += Math.abs(myType - otherType); // square of mismatch
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp679 GrGLint otherType = GR_GL_UNSIGNED_BYTE; local
689 &otherType);
691 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type;
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1723 int32_t otherType = other.skeleton.type[i]; local
1724 if (myType==otherType) {
1732 if (otherType==0) {
1737 result += abs(myType - otherType);
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp1471 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; local
1473 if (otherType == TYPE_FLOAT)
1477 DE_ASSERT(isDataTypeVector(otherType));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 426 milliseconds