Home
last modified time | relevance | path

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

123456

/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DApiVersionTest.java161 ApiVersion<?> otherType(int majorVersion); in otherType() method
177 public ApiVersion<?> otherType(int majorVersion) { in otherType() method in ApiVersionTest.CarApiVersionFactory
196 public ApiVersion<?> otherType(int majorVersion) { in otherType() method in ApiVersionTest.PlatformApiVersionFactory
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DOffsettedItem.java98 ItemType otherType = otherItem.itemType(); in equals() local
121 ItemType otherType = other.itemType(); in compareTo() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DOffsettedItem.java98 ItemType otherType = otherItem.itemType(); in equals() local
120 ItemType otherType = other.itemType(); in compareTo() local
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/
H A DDefaultResourceModel.cpp140 MediaResourceType otherType = in getCodecClients() local
H A DClientImportanceReclaimPolicy.cpp76 MediaResourceType otherType = (type == MediaResource::Type::kSecureCodec) ? in getClients() local
H A DProcessPriorityReclaimPolicy.cpp86 MediaResourceType otherType = (type == MediaResource::Type::kSecureCodec) ? in getClients() local
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/impl/
H A DFrameNumberTracker.java85 int otherType = (requestType + i) % CaptureRequest.REQUEST_TYPE_COUNT; in update() local
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DMultimapSubject.java194 String otherType = (other instanceof ListMultimap) ? "ListMultimap" : "SetMultimap"; in isEqualTo() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DPrototype.java279 Type otherType = other.parameterTypes.get(i); in compareTo() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/type/
H A DPrototype.java311 Type otherType = other.parameterTypes.get(i); in compareTo() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpec.java451 Type otherType = other.getType(); in intersect() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DListsImplTest.java139 ImmutableList<Integer> otherType = ImmutableList.of(1, 2, 2); in testEqualsImpl() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DListsImplTest.java139 ImmutableList<Integer> otherType = ImmutableList.of(1, 2, 2); in testEqualsImpl() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpec.java475 Type otherType = other.getType(); in intersect() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DCheckConsistentCasing.java154 public boolean worksWith(CasingType otherType) { in worksWith()
H A DCheckDisplayCollisions.java439 Type otherType = myType == Type.TERRITORY ? Type.ZONE : Type.TERRITORY; in handleCheck() local
H A DCheckDates.java529 String otherType = getLastType(item); in handleCheck() local
/aosp_15_r20/external/autotest/frontend/client/src/autotest/tko/
H A DSpreadsheetView.java444 DrilldownType otherType) { in getDrilldownFields()
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py980 def otherType(self): member in BasicMultiDBTestCase
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DConfigurationContainer.java741 public static boolean isCompatibleActivityType(int currentType, int otherType) { in isCompatibleActivityType()
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java981 String typeColumn, int defaultType, int otherType, String labelColumn) { in assertTypeAndLabelConstraints()
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/util/config/
H A DOptionSetter.java969 Class<?> otherType = other.getEnumType(); in equals() local
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
H A DToStringBuilderTest.java491 private final String otherType = "The Other Type"; field in ToStringBuilderTest.SelfInstanceTwoVarsReflectionTestFixture
/aosp_15_r20/external/javapoet/src/test/java/com/squareup/javapoet/
H A DTypeSpecTest.java991 ClassName otherType = ClassName.get("com.other", "OtherType"); in simpleNameConflictsWithTypeVariable() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionSetter.java1287 Class<?> otherType = other.getEnumType(); in equals() local

123456