Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 255) sorted by relevance

1234567891011

/libcore/luni/src/test/java/libcore/java/lang/invoke/
DExplicitCastArgumentsTest.java344 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/
DHexDumpEncoder.java48 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/
DHexDumpEncoder.java78 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/
DReferenceGetBenchmark.java39 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/
DWrapperTester.java114 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
DCharWrapperTester.java113 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/
DLinkedList.annotated.java49 …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()
DDeque.annotated.java67 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()
DCollection.annotated.java39 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()
DArrayDeque.annotated.java72 …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()
DVector.annotated.java57 …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()
DAbstractList.annotated.java45 …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()
DObjects.annotated.java40 …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()
DHashSet.annotated.java47 …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()
DArrayList.annotated.java48 …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/
DDeque.java360 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()
DCollection.java179 boolean contains(Object o); in contains()
311 boolean remove(Object o); in remove()
491 boolean equals(Object o); in equals()
DObservable.java81 public synchronized void addObserver(Observer o) { in addObserver()
94 public synchronized void deleteObserver(Observer o) { in deleteObserver()
DEnumMap.java397 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/
DAbstractSequentialListTest.java71 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/
DCopyOnWriteArrayList.annotated.java58 …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/
DEnumMap.java111 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/
DCopyOnWriteArraySet.java60 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/
DBlockingDeque.java415 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()
DCopyOnWriteArraySet.java157 public boolean contains(Object o) { in contains()
245 public boolean remove(Object o) { in remove()
409 public boolean equals(Object o) { in equals()

1234567891011