Home
last modified time | relevance | path

Searched refs:otherType (Results 1 – 25 of 29) sorted by relevance

12

/external/proguard/src/proguard/evaluation/value/
DTypedReferenceValue.java84 public int instanceOf(String otherType, Clazz otherReferencedClass) in instanceOf() argument
96 int otherDimensionCount = ClassUtil.internalArrayTypeDimensionCount(otherType); in instanceOf()
101 otherType = otherType.substring(commonDimensionCount); in instanceOf()
106 ClassUtil.isInternalPrimitiveType(otherType.charAt(0)))) in instanceOf()
108 return !thisType.equals(otherType) ? NEVER : in instanceOf()
122 otherType = ClassUtil.internalClassNameFromClassType(otherType); in instanceOf()
129 !ClassUtil.isInternalArrayInterfaceName(otherType)) in instanceOf()
151 if (thisType.equals(otherType) || in instanceOf()
152 ClassConstants.NAME_JAVA_LANG_OBJECT.equals(otherType)) in instanceOf()
223 String otherType = other.type; in generalize() local
[all …]
DReferenceValue.java55 public abstract int instanceOf(String otherType, Clazz otherReferencedClass); in instanceOf() argument
/external/proguard/src/proguard/classfile/attribute/preverification/
DFullFrame.java139 VerificationType otherType = other.variables[index]; in equals() local
141 if (!thisType.equals(otherType)) in equals()
150 VerificationType otherType = other.stack[index]; in equals() local
152 if (!thisType.equals(otherType)) in equals()
DMoreZeroFrame.java121 VerificationType otherType = other.additionalVariables[index]; in equals() local
123 if (!thisType.equals(otherType)) in equals()
/external/flatbuffers/lua/flatbuffers/
DnumTypes.lua55 function type_mt:ConvertType(n, otherType)
56 … assert(self.bytewidth == otherType.bytewidth, "Cannot convert between types of different widths")
57 if self == otherType then
60 return otherType:Unpack(self:Pack(n))
/external/cldr/tools/java/org/unicode/cldr/test/
DDateOrder.java175 FormatType otherType = FormatType.getType(otherPath);
178 if (!otherType.isLessImportantThan(firstType)) {
237 public boolean isLessImportantThan(FormatType otherType) {
238 return otherType.importance - importance > 0;
DCheckConsistentCasing.java152 public boolean worksWith(CasingType otherType) { in worksWith() argument
153 …return otherType == null || this == otherType || this == CasingType.other || otherType == CasingTy… in worksWith()
DCheckDisplayCollisions.java343 Type otherType = myType == Type.TERRITORY ? Type.ZONE : Type.TERRITORY; in handleCheck() local
345 getResolvedCldrFileToCheck(), path, value, otherType, in handleCheck()
346 otherType.getPrefix(), null, currentAttributesToIgnore, Equivalence.normal); in handleCheck()
350 String duplicateRegion = getRegion(otherType, duplicatePath); in handleCheck()
DCheckDates.java476 String otherType = getLastType(item); in handleCheck() local
477 … if (myType.equals(otherType)) { // we don't care about items with the same type value in handleCheck()
/external/guava/android/guava-tests/test/com/google/common/collect/
DListsImplTest.java130 ImmutableList<Integer> otherType = ImmutableList.of(1, 2, 2); in testEqualsImpl() local
137 assertThat(Lists.equalsImpl(base, otherType)).isTrue(); in testEqualsImpl()
/external/guava/guava-tests/test/com/google/common/collect/
DListsImplTest.java130 ImmutableList<Integer> otherType = ImmutableList.of(1, 2, 2); in testEqualsImpl() local
137 assertThat(Lists.equalsImpl(base, otherType)).isTrue(); in testEqualsImpl()
/external/vulkan-headers/registry/
Dcgenerator.py307 parent_structs = (otherType.elem.get('parentstruct')
308 for otherType in self.registry.typedict.values())
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp805 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in init() local
807 if (otherType == TYPE_FLOAT) in init()
811 DE_ASSERT(isDataTypeVector(otherType)); in init()
812 resultType = otherType; in init()
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetView.java444 DrilldownType otherType) { in getDrilldownFields() argument
447 if (type == otherType) { in getDrilldownFields()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java2816 int otherType = other.type[i]; in getDistance() local
2817 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance()
2821 } else if (otherType == 0) { // and mine is not in getDistance()
2825 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2845 int otherType = other.type[i]; in getDistance() local
2846 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance()
2850 } else if (otherType == 0) { // and mine is not in getDistance()
2854 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py980 def otherType(self): member in BasicMultiDBTestCase
996 d3.open(self.filename, "third", self.otherType(),
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp2333 int32_t otherType = other.skeleton.type[i]; in getDistance() local
2334 if (myType==otherType) { in getDistance()
2342 if (otherType==0) { in getDistance()
2347 result += abs(myType - otherType); in getDistance()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1457 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in init() local
1459 if (otherType == TYPE_FLOAT) in init()
1463 DE_ASSERT(isDataTypeVector(otherType)); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1719 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in setupShader() local
1721 if (otherType == TYPE_FLOAT) in setupShader()
1725 DE_ASSERT(isDataTypeVector(otherType)); in setupShader()
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java991 ClassName otherType = ClassName.get("com.other", "OtherType"); in simpleNameConflictsWithTypeVariable() local
998 .addField(FieldSpec.builder(otherType, "otherType").build()) in simpleNameConflictsWithTypeVariable()
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp126 void ConvertBOZ(std::size_t i, std::optional<DynamicType> otherType);
3208 std::size_t i, std::optional<DynamicType> otherType) { in ConvertBOZ() argument
3212 if (otherType && otherType->category() == TypeCategory::Real) { in ConvertBOZ()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.contenttype_3.7.0.v20180426-1644.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...

12