/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | ExplicitCastArgumentsTest.java | 344 Byte o = (Byte) mh.invokeExact(BOOLEAN_VALUES[0].booleanValue()); in explicitCastArgumentZToByte() local 353 Character o = (Character) mh.invokeExact(BOOLEAN_VALUES[0].booleanValue()); in explicitCastArgumentZToCharacter() local 362 Short o = (Short) mh.invokeExact(BOOLEAN_VALUES[0].booleanValue()); in explicitCastArgumentZToShort() local 371 Integer o = (Integer) mh.invokeExact(BOOLEAN_VALUES[0].booleanValue()); in explicitCastArgumentZToInteger() local 380 Long o = (Long) mh.invokeExact(BOOLEAN_VALUES[0].booleanValue()); in explicitCastArgumentZToLong() local 389 Float o = (Float) mh.invokeExact(BOOLEAN_VALUES[0].booleanValue()); in explicitCastArgumentZToFloat() local 398 Double o = (Double) mh.invokeExact(BOOLEAN_VALUES[0].booleanValue()); in explicitCastArgumentZToDouble() local 471 Boolean o = (Boolean) mh.invokeExact(BYTE_VALUES[0].byteValue()); in explicitCastArgumentBToBoolean() local 488 Character o = (Character) mh.invokeExact(BYTE_VALUES[0].byteValue()); in explicitCastArgumentBToCharacter() local 497 Short o = (Short) mh.invokeExact(BYTE_VALUES[0].byteValue()); in explicitCastArgumentBToShort() local [all …]
|
/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/annotations/sdk/nullability/java/util/ |
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 | 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 | 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 | 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 | 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 | 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()
|
D | ArrayList.annotated.java | 48 …oolean contains(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in contains() 50 …lic int indexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in indexOf() 52 …int lastIndexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in lastIndexOf() 71 … boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!"); } in remove()
|
/libcore/ojluni/src/main/java/java/util/ |
D | Deque.java | 360 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() 379 boolean removeLastOccurrence(Object o); in removeLastOccurrence() 537 boolean remove(Object o); in remove() 553 boolean contains(Object o); in contains()
|
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 | Observable.java | 81 public synchronized void addObserver(Observer o) { in addObserver() 94 public synchronized void deleteObserver(Observer o) { in deleteObserver()
|
D | EnumMap.java | 397 public boolean contains(Object o) { in contains() 400 public boolean remove(Object o) { in remove() 436 public boolean contains(Object o) { in contains() 439 public boolean remove(Object o) { in remove() 478 public boolean contains(Object o) { in contains() 484 public boolean remove(Object o) { in remove() 608 public boolean equals(Object o) { in equals() 656 public boolean equals(Object o) { in equals()
|
/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/ |
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()
|
/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/src/main/java/java/util/concurrent/ |
D | BlockingDeque.java | 415 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() 433 boolean removeLastOccurrence(Object o); in removeLastOccurrence() 610 boolean remove(Object o); in remove() 625 boolean contains(Object o); in contains()
|
D | CopyOnWriteArraySet.java | 157 public boolean contains(Object o) { in contains() 245 public boolean remove(Object o) { in remove() 409 public boolean equals(Object o) { in equals()
|