Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
DGwtWorkarounds.java79 void flush() throws IOException; in flush() method
88 void flush() throws IOException; in flush() method
106 public void flush() {} in stringBuilderOutput() method
/external/lldb/examples/summaries/cocoa/
DLogger.py13 def flush(self): member in NopLogger
27 def flush(self): member in StdoutLogger
51 def flush(self): member in FileLogger
117 def flush(self): member in Logger
/external/jetty/src/java/org/eclipse/jetty/io/
DEndPoint.java70 int flush(Buffer buffer) throws IOException; in flush() method
85 int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException; in flush() method
153 public void flush() throws IOException; in flush() method
DByteArrayEndPoint.java232 public int flush(Buffer buffer) throws IOException in flush() method in ByteArrayEndPoint
263 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException in flush() method in ByteArrayEndPoint
367 public void flush() throws IOException in flush() method in ByteArrayEndPoint
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java38 boolean flush) { in decodeLoop()
186 boolean flush) { in encodeLoop()
268 boolean flush) { in encodeLoopCoreOptimized()
291 …tected CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized()
319 …protected final CoderResult encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) { in encodeMalformedOrUnmappable()
329 private final CoderResult encodeTrail(CharBuffer source, char lead, boolean flush) { in encodeTrail()
DCharset88591.java67 boolean flush) { in encodeLoopCoreOptimized()
96 … final CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized()
/external/iproute2/doc/
Dip-cref.tex789 \paragraph{Abbreviations:} \verb|flush|, \verb|f|.
791 \paragraph{Description:}This command flushes the protocol addresses
794 \paragraph{Arguments:} This command has the same arguments as \verb|show|.
797 \paragraph{Warning:} This command (and other \verb|flush| commands
801 \paragraph{Statistics:} With the \verb|-statistics| option, the command
807 \paragraph{Example:} Delete all the addresses from the private network
1043 \paragraph{Abbreviations:} \verb|flush|, \verb|f|.
1045 \paragraph{Description:}This command flushes neighbour tables, selecting
1048 \paragraph{Arguments:} This command has the same arguments as \verb|show|.
1054 \paragraph{Statistics:} With the \verb|-statistics| option, the command
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_dirty_surfaces.h57 …pling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling()
70 …, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_levels_for_sampling()
86 …s, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling_with()
/external/zlib/src/examples/
Dfitblk.c75 int ret, flush; in partcompress() local
98 int ret, flush; in recompress() local
/external/jetty/src/java/org/eclipse/jetty/io/bio/
DStreamEndPoint.java156 public int flush(Buffer buffer) throws IOException in flush() method in StreamEndPoint
173 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException in flush() method in StreamEndPoint
306 public void flush() in flush() method in StreamEndPoint
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DCharWrapperTester.java203 public void flush() throws IOException { in flush() method in CharWrapperTester.ClosableStringWriter
233 public void flush() throws IOException { in flush() method in CharWrapperTester.FailOnFlushWriter
245 public void flush() throws IOException { in flush() method in CharWrapperTester.FailOnCloseWriter
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DChannelEndPoint.java281 public int flush(Buffer buffer) throws IOException in flush() method in ChannelEndPoint
324 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException in flush() method in ChannelEndPoint
488 public void flush() in flush() method in ChannelEndPoint
/external/v8/src/
Dostreams.cc107 OStream& flush(OStream& os) { // NOLINT(runtime/references) in flush() function
138 OStringStream& OStringStream::flush() { in flush() function in v8::internal::OStringStream
161 OFStream& OFStream::flush() { in flush() function in v8::internal::OFStream
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketGeneratorD06.java181 public synchronized int flush(int blockFor) throws IOException in flush() method
186 public synchronized int flush() throws IOException in flush() method
DWebSocketGenerator.java30 int flush() throws IOException; in flush() method
/external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/
DListHandler.java40 public void flush() { in flush() method in ListHandler
/external/skia/resources/
Dslides_utils.lua62 function flush(slides, block) function
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DTestLogHandler.java35 @Override public void flush() { in flush() method in TestLogHandler
/external/okhttp/okio/okio/src/main/java/okio/
DSink.java56 @Override void flush() throws IOException; in flush() method
/external/guava/guava/src/com/google/common/io/
DFlushables.java53 public static void flush(Flushable flushable, boolean swallowIOException) in flush() method in Flushables
/external/proguard/src/proguard/gui/
DTextAreaOutputStream.java47 public void flush() throws IOException in flush() method in TextAreaOutputStream
/external/jetty/src/java/org/eclipse/jetty/server/nio/
DBlockingChannelConnector.java250 public int flush(Buffer buffer) throws IOException in flush() method in BlockingChannelConnector.BlockingChannelEndPoint
261 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException in flush() method in BlockingChannelConnector.BlockingChannelEndPoint
/external/apache-http/src/org/apache/http/
DHttpServerConnection.java98 void flush() in flush() method
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr.h84 (*flush)( struct pb_manager *mgr ); member
/external/jmonkeyengine/engine/src/android/com/jme3/util/
DAndroidLogHandler.java20 public void flush() { in flush() method in AndroidLogHandler

12345678910>>...14