Home
last modified time | relevance | path

Searched refs:otherClass (Results 1 – 8 of 8) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DArrayProto.java113 TypeProto otherClass = classPath.getClass(((ArrayProto)other).elementType); in getCommonSuperclass() local
114 TypeProto mergedClass = thisClass.getCommonSuperclass(otherClass); in getCommonSuperclass()
118 if (otherClass == mergedClass) { in getCommonSuperclass()
/external/testng/src/main/java/org/testng/internal/
DClonedMethod.java303 Class<?> otherClass = ((ITestNGMethod) o).getRealClass(); in compareTo() local
304 if (thisClass.isAssignableFrom(otherClass)) { in compareTo()
306 } else if (otherClass.isAssignableFrom(thisClass)) { in compareTo()
DBaseTestMethod.java144 Class<?> otherClass = ((ITestNGMethod) o).getRealClass(); in compareTo() local
147 } else if (thisClass.isAssignableFrom(otherClass)) { in compareTo()
149 } else if (otherClass.isAssignableFrom(thisClass)) { in compareTo()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DModuleValidator.java180 public boolean apply(Class<? extends Annotation> otherClass) { in validateReferencedModules()
181 return MoreElements.isAnnotationPresent(element, otherClass); in validateReferencedModules()
197 Class<? extends Annotation> otherClass) { in validateReferencedModules()
198 return "@" + otherClass.getSimpleName(); in validateReferencedModules()
/external/owasp/sanitizer/tools/findbugs/lib/
Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/ ...
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/protobuf/objectivec/
DGPBMessage.m2361 Class otherClass = [other class];
2362 if (!([selfClass isSubclassOfClass:otherClass] ||
2363 [otherClass isSubclassOfClass:selfClass])) {
2365 format:@"Classes must match %@ != %@", selfClass, otherClass];
/external/junit-params/lib/
Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/ ...