Home
last modified time | relevance | path

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

12345678910

/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/src/main/java/java/util/
DDeque.java359 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()
DSet.java119 boolean contains(Object o); in contains()
249 boolean remove(Object o); in remove()
369 boolean equals(Object o); in equals()
DList.java145 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()
DCollection.java179 boolean contains(Object o); in contains()
311 boolean remove(Object o); in remove()
491 boolean equals(Object o); in equals()
DObjects.java97 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()
DObservable.java81 public synchronized void addObserver(Observer o) { in addObserver()
94 public synchronized void deleteObserver(Observer o) { in deleteObserver()
/libcore/ojluni/annotations/sdk/nullability/java/util/
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()
DList.annotated.java37 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()
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()
DSet.annotated.java37 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()
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()
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()
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()
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()
/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/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/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()

12345678910