/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | HexDumpEncoder.java | 48 protected void encodeBufferPrefix(java.io.OutputStream o) throws java.io.IOException { in encodeBufferPrefix() 52 protected void encodeLinePrefix(java.io.OutputStream o, int len) throws java.io.IOException { in encodeLinePrefix() 56 protected void encodeAtom(java.io.OutputStream o, byte[] buf, int off, int len) in encodeAtom() 61 protected void encodeLineSuffix(java.io.OutputStream o) throws java.io.IOException { in encodeLineSuffix()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | HexDumpEncoder.java | 78 protected void encodeBufferPrefix(OutputStream o) throws IOException { in encodeBufferPrefix() 83 protected void encodeLinePrefix(OutputStream o, int len) throws IOException { in encodeLinePrefix() 91 protected void encodeAtom(OutputStream o, byte buf[], int off, int len) throws IOException { in encodeAtom() 100 protected void encodeLineSuffix(OutputStream o) throws IOException { in encodeLineSuffix()
|
/libcore/benchmarks/src/benchmarks/ |
D | ReferenceGetBenchmark.java | 39 Object o = soft.get(); in timeSoftReferenceGet() local 46 Object o = weak.get(); in timeWeakReferenceGet() local 55 Object o = weak.get(); in timeNonPreservedWeakReferenceGet() local
|
/libcore/support/src/test/java/org/apache/harmony/testframework/ |
D | WrapperTester.java | 114 OutputStream o = create(delegate); in wrapperTestFlushThrowsViaFlushSuppressed() local 123 OutputStream o = create(delegate); in wrapperTestFlushThrowsViaCloseSuppressed() local 133 OutputStream o = create(delegate); in wrapperTestFlushThrowsViaFlush() local 149 OutputStream o = create(delegate); in wrapperTestFlushThrowsViaClose() local 170 OutputStream o = create(delegate); in wrapperTestCloseThrows() local 182 OutputStream o = create(delegate); in wrapperTestCloseThrowsSuppressed() local
|
D | CharWrapperTester.java | 113 Writer o = create(delegate); in wrapperTestFlushThrowsViaFlushSuppressed() local 122 Writer o = create(delegate); in wrapperTestFlushThrowsViaCloseSuppressed() local 132 Writer o = create(delegate); in wrapperTestFlushThrowsViaFlush() local 148 Writer o = create(delegate); in wrapperTestFlushThrowsViaClose() local 169 Writer o = create(delegate); in wrapperTestCloseThrows() local 181 Writer o = create(delegate); in wrapperTestCloseThrowsSuppressed() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | Deque.java | 359 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() 378 boolean removeLastOccurrence(Object o); in removeLastOccurrence() 536 boolean remove(Object o); in remove() 552 boolean contains(Object o); in contains()
|
D | Set.java | 119 boolean contains(Object o); in contains() 249 boolean remove(Object o); in remove() 369 boolean equals(Object o); in equals()
|
D | List.java | 145 boolean contains(Object o); in contains() 261 boolean remove(Object o); in remove() 535 boolean equals(Object o); in equals() 645 int indexOf(Object o); in indexOf() 664 int lastIndexOf(Object o); in lastIndexOf()
|
D | Collection.java | 179 boolean contains(Object o); in contains() 311 boolean remove(Object o); in remove() 491 boolean equals(Object o); in equals()
|
D | Objects.java | 97 public static int hashCode(Object o) { in hashCode() 141 public static String toString(Object o) { in toString() 158 public static String toString(Object o, String nullDefault) { in toString()
|
D | Observable.java | 81 public synchronized void addObserver(Observer o) { in addObserver() 94 public synchronized void deleteObserver(Observer o) { in deleteObserver()
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Deque.annotated.java | 67 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o); in removeFirstOccurrence() 69 public boolean removeLastOccurrence(@libcore.util.Nullable java.lang.Object o); in removeLastOccurrence() 87 public boolean remove(@libcore.util.Nullable java.lang.Object o); in remove() 89 public boolean contains(@libcore.util.Nullable java.lang.Object o); in contains()
|
D | List.annotated.java | 37 public boolean contains(@libcore.util.Nullable java.lang.Object o); in contains() 48 public boolean remove(@libcore.util.Nullable java.lang.Object o); in remove() 66 public boolean equals(@libcore.util.Nullable java.lang.Object o); in equals() 78 public int indexOf(@libcore.util.Nullable java.lang.Object o); in indexOf() 80 public int lastIndexOf(@libcore.util.Nullable java.lang.Object o); in lastIndexOf()
|
D | LinkedList.annotated.java | 49 …oolean contains(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in contains() 55 … boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in remove() 71 …lic int indexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in indexOf() 73 …int lastIndexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in lastIndexOf() 101 …FirstOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in removeFirstOccurrence() 103 …eLastOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in removeLastOccurrence()
|
D | Set.annotated.java | 37 public boolean contains(@libcore.util.Nullable java.lang.Object o); in contains() 48 public boolean remove(@libcore.util.Nullable java.lang.Object o); in remove() 60 public boolean equals(@libcore.util.Nullable java.lang.Object o); in equals()
|
D | Collection.annotated.java | 39 public boolean contains(@libcore.util.Nullable java.lang.Object o); in contains() 49 public boolean remove(@libcore.util.Nullable java.lang.Object o); in remove() 63 public boolean equals(@libcore.util.Nullable java.lang.Object o); in equals()
|
D | Objects.annotated.java | 40 …ic int hashCode(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in hashCode() 44 …String toString(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in toString() 46 …ect o, @libcore.util.NonNull java.lang.String nullDefault) { throw new RuntimeException("Stub!"); } in toString()
|
D | ArrayDeque.annotated.java | 72 …FirstOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in removeFirstOccurrence() 74 …eLastOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in removeLastOccurrence() 100 …oolean contains(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in contains() 102 … boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in remove()
|
D | Vector.annotated.java | 57 …oolean contains(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in contains() 59 …lic int indexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in indexOf() 61 …exOf(@libcore.util.Nullable java.lang.Object o, int index) { throw new RuntimeException("Stub!"); } in indexOf() 63 …int lastIndexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in lastIndexOf() 65 …exOf(@libcore.util.Nullable java.lang.Object o, int index) { throw new RuntimeException("Stub!"); } in lastIndexOf() 97 … boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in remove() 115 … boolean equals(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in equals()
|
D | AbstractList.annotated.java | 45 …lic int indexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in indexOf() 47 …int lastIndexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in lastIndexOf() 61 … boolean equals(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in equals()
|
D | HashSet.annotated.java | 47 …oolean contains(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in contains() 51 … boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in remove()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | AbstractSequentialListTest.java | 71 public void add(Object o) { in add() 102 public void set(Object o) { in set() 109 public void add(E o) { in add() 141 public void set(E o) { in set()
|
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
D | CopyOnWriteArrayList.annotated.java | 58 …oolean contains(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in contains() 60 …lic int indexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in indexOf() 64 …int lastIndexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in lastIndexOf() 84 … boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in remove() 112 … boolean equals(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in equals()
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
D | CopyOnWriteArraySet.java | 60 public boolean contains(java.lang.Object o) { in contains() 76 public boolean remove(java.lang.Object o) { in remove() 108 public boolean equals(java.lang.Object o) { in equals()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | EnumMap.java | 111 public boolean equals(java.lang.Object o) { in equals() 214 public boolean equals(java.lang.Object o) { in equals() 245 public boolean contains(java.lang.Object o) { in contains() 249 public boolean remove(java.lang.Object o) { in remove() 325 public boolean contains(java.lang.Object o) { in contains() 329 public boolean remove(java.lang.Object o) { in remove() 365 public boolean contains(java.lang.Object o) { in contains() 369 public boolean remove(java.lang.Object o) { in remove()
|