| /libcore/ojluni/src/main/java/java/util/stream/ | 
| D | Sink.java | 160     default void accept(int value) {  in accept()  method 171     default void accept(long value) {  in accept()  method 182     default void accept(double value) {  in accept()  method 193         void accept(int value);  in accept()  method 196         default void accept(Integer i) {  in accept()  method 210         void accept(long value);  in accept()  method 213         default void accept(Long i) {  in accept()  method 227         void accept(double value);  in accept()  method 230         default void accept(Double i) {  in accept()  method
  | 
| D | FindOps.java | 177         public void accept(T value) {  in accept()  method in FindOps.FindSink 201             public void accept(int value) {  in accept()  method in FindOps.FindSink.OfInt 216             public void accept(long value) {  in accept()  method in FindOps.FindSink.OfLong 231             public void accept(double value) {  in accept()  method in FindOps.FindSink.OfDouble
  | 
| D | MatchOps.java | 89             public void accept(T t) {  in makeRef()  method in MatchOps.MatchSink 118             public void accept(int t) {  in makeInt()  method in MatchOps.MatchSink 148             public void accept(long t) {  in makeLong()  method in MatchOps.MatchSink 178             public void accept(double t) {  in makeDouble()  method in MatchOps.MatchSink
  | 
| D | DistinctOps.java | 147                         public void accept(T t) {  in makeRef()  method 175                         public void accept(T t) {  in makeRef()  method
  | 
| D | SortedOps.java | 363         public void accept(T t) {  in accept()  method in SortedOps.SizedRefSortingSink 403         public void accept(T t) {  in accept()  method in SortedOps.RefSortingSink 460         public void accept(int t) {  in accept()  method in SortedOps.SizedIntSortingSink 501         public void accept(int t) {  in accept()  method in SortedOps.IntSortingSink 558         public void accept(long t) {  in accept()  method in SortedOps.SizedLongSortingSink 599         public void accept(long t) {  in accept()  method in SortedOps.LongSortingSink 656         public void accept(double t) {  in accept()  method in SortedOps.SizedDoubleSortingSink 697         public void accept(double t) {  in accept()  method in SortedOps.DoubleSortingSink
  | 
| D | ForEachOps.java | 183             public void accept(T t) {  in accept()  method in ForEachOps.ForEachOp.OfRef 204             public void accept(int t) {  in accept()  method in ForEachOps.ForEachOp.OfInt 225             public void accept(long t) {  in accept()  method in ForEachOps.ForEachOp.OfLong 246             public void accept(double t) {  in accept()  method in ForEachOps.ForEachOp.OfDouble
  | 
| D | ReduceOps.java | 79             public void accept(T t) {  in makeRef()  method in ReduceOps.ReducingSink
  | 
| D | WhileOps.java | 100                     public void accept(T t) {  in makeTakeWhileRef()  method
  | 
| /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ | 
| D | TeeOpTest.java | 91             public void accept(Integer t) {  in testOps()  method in TeeOpTest.RecordingConsumer 107             public void accept(int t) {  in testIntOps()  method in TeeOpTest.RecordingConsumer 123             public void accept(long t) {  in testLongOps()  method in TeeOpTest.RecordingConsumer 139             public void accept(double t) {  in testDoubleOps()  method in TeeOpTest.RecordingConsumer
  | 
| /libcore/ojluni/src/main/java/java/nio/channels/ | 
| D | AsynchronousServerSocketChannel.java | 290     public abstract <A> void accept(A attachment,  in accept()  method in AsynchronousServerSocketChannel 311     public abstract Future<AsynchronousSocketChannel> accept();  in accept()  method in AsynchronousServerSocketChannel
  | 
| D | ServerSocketChannel.java | 274     public abstract SocketChannel accept() throws IOException;  in accept()  method in ServerSocketChannel
  | 
| /libcore/ojluni/src/main/java/java/util/ | 
| D | LongSummaryStatistics.java | 130     public void accept(int value) {  in accept()  method in LongSummaryStatistics 140     public void accept(long value) {  in accept()  method in LongSummaryStatistics
  | 
| /libcore/ojluni/src/main/java/java/io/ | 
| D | FileFilter.java | 49     boolean accept(File pathname);  in accept()  method
  | 
| D | FilenameFilter.java | 53     boolean accept(File dir, String name);  in accept()  method
  | 
| /libcore/ojluni/src/main/java/java/util/function/ | 
| D | ObjLongConsumer.java | 51     void accept(T t, long value);  in accept()  method
  | 
| D | ObjIntConsumer.java | 51     void accept(T t, int value);  in accept()  method
  | 
| D | ObjDoubleConsumer.java | 51     void accept(T t, double value);  in accept()  method
  | 
| D | LongConsumer.java | 49     void accept(long value);  in accept()  method
  | 
| D | IntConsumer.java | 49     void accept(int value);  in accept()  method
  | 
| D | Consumer.java | 49     void accept(T t);  in accept()  method
  | 
| D | DoubleConsumer.java | 49     void accept(double value);  in accept()  method
  | 
| D | BiConsumer.java | 53     void accept(T t, U u);  in accept()  method
  | 
| /libcore/ojluni/src/main/java/java/nio/file/ | 
| D | DirectoryStream.java | 145         boolean accept(T entry) throws IOException;  in accept()  method
  | 
| /libcore/ojluni/src/main/java/sun/nio/ch/ | 
| D | AsynchronousServerSocketChannelImpl.java | 123     public final Future<AsynchronousSocketChannel> accept() {  in accept()  method in AsynchronousServerSocketChannelImpl 129     public final <A> void accept(A attachment,  in accept()  method in AsynchronousServerSocketChannelImpl
  | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ | 
| D | MockServerSocketChannel.java | 42     public SocketChannel accept() throws IOException {  in accept()  method in MockServerSocketChannel
  |