Home
last modified time | relevance | path

Searched defs:otherType (Results 1 – 22 of 22) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DFullFrame.java139 VerificationType otherType = other.variables[index]; in equals() local
150 VerificationType otherType = other.stack[index]; in equals() local
DMoreZeroFrame.java121 VerificationType otherType = other.additionalVariables[index]; in equals() local
/external/proguard/src/proguard/evaluation/value/
DTypedReferenceValue.java84 public int instanceOf(String otherType, Clazz otherReferencedClass) in instanceOf()
223 String otherType = other.type; in generalize() local
DReferenceValue.java55 public abstract int instanceOf(String otherType, Clazz otherReferencedClass); in instanceOf()
/external/truth/core/src/main/java/com/google/common/truth/
DMultimapSubject.java195 String otherType = (other instanceof ListMultimap) ? "ListMultimap" : "SetMultimap"; in isEqualTo() local
/external/guava/guava-tests/test/com/google/common/collect/
DListsImplTest.java130 ImmutableList<Integer> otherType = ImmutableList.of(1, 2, 2); in testEqualsImpl() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DListsImplTest.java130 ImmutableList<Integer> otherType = ImmutableList.of(1, 2, 2); in testEqualsImpl() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckConsistentCasing.java154 public boolean worksWith(CasingType otherType) { in worksWith()
DCheckDisplayCollisions.java348 Type otherType = myType == Type.TERRITORY ? Type.ZONE : Type.TERRITORY; in handleCheck() local
DCheckDates.java495 String otherType = getLastType(item); in handleCheck() local
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetView.java444 DrilldownType otherType) { in getDrilldownFields()
/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py980 def otherType(self): member in BasicMultiDBTestCase
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
DToStringBuilderTest.java491 private final String otherType = "The Other Type"; field in ToStringBuilderTest.SelfInstanceTwoVarsReflectionTestFixture
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java991 ClassName otherType = ClassName.get("com.other", "OtherType"); in simpleNameConflictsWithTypeVariable() local
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp805 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in init() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2931 int otherType = other.type[i]; in getDistance() local
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1458 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in init() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java2903 int otherType = other.type[i]; in getDistance() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1718 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in setupShader() local
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp2420 int32_t otherType = other.skeleton.type[i]; in getDistance() local
/external/cronet/third_party/icu/source/i18n/
Ddtptngen.cpp2420 int32_t otherType = other.skeleton.type[i]; in getDistance() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.cpp536 Id Builder::makeCooperativeMatrixTypeWithSameShape(Id component, Id otherType) in makeCooperativeMatrixTypeWithSameShape()