Searched refs:other (Results 101 - 111 of 111) sorted by relevance

12345

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRop.java217 public boolean equals(Object other) { argument
218 if (this == other) {
223 if (!(other instanceof Rop)) {
227 Rop rop = (Rop) other;
H A DInsn.java80 public final boolean equals(Object other) { argument
81 return (this == other);
275 * if they have the same opcode, registers, source position, and other
/dalvik/dx/src/com/android/dx/rop/code/
H A DRop.java217 public boolean equals(Object other) { argument
218 if (this == other) {
223 if (!(other instanceof Rop)) {
227 Rop rop = (Rop) other;
H A DInsn.java78 public final boolean equals(Object other) { argument
79 return (this == other);
273 * if they have the same opcode, registers, source position, and other
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationItem.java88 * ignoring all other aspects of the elements. This is only valid
132 protected int compareTo0(OffsettedItem other) { argument
133 AnnotationItem otherAnnotation = (AnnotationItem) other;
H A DAnnotationsDirectoryItem.java89 * set of class annotations, with no other lists.
120 public int compareTo0(OffsettedItem other) { argument
126 (AnnotationsDirectoryItem) other;
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationItem.java85 * ignoring all other aspects of the elements. This is only valid
129 protected int compareTo0(OffsettedItem other) { argument
130 AnnotationItem otherAnnotation = (AnnotationItem) other;
H A DAnnotationsDirectoryItem.java88 * set of class annotations, with no other lists.
119 public int compareTo0(OffsettedItem other) { argument
125 (AnnotationsDirectoryItem) other;
/dalvik/dx/
H A DAndroid.mk85 # the other stuff
/dalvik/tools/dexdeps/
H A DAndroid.mk39 # the other stuff
/dalvik/tests/064-field-access/src/
H A DMain.java17 import other.OtherPackage;
201 * all other subclasses of OtherPackage.

Completed in 430 milliseconds

12345