Home
last modified time | relevance | path

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

12345678910>>...18

/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()
DCharsetDecoderICU.java262 … abstract CoderResult decodeLoop(ByteBuffer in, CharBuffer out, IntBuffer offsets, boolean flush); in decodeLoop()
274 … final CoderResult decode(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decode()
388 …sult toUnicodeWithCallback(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush){ in toUnicodeWithCallback()
DCharsetISO2022.java845 …ed CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop()
1106 …ed CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop()
1314 …ed CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop()
1444 …M(CharsetDecoderMBCS cnv, ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoopIBM()
1727 …ed CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop()
2232 …ed CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop()
2630 …CoderResult encodeLoopIBM(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoopIBM()
2648 …ed CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop()
DCharsetMBCS.java1636 …ed CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop()
1645 boolean flush) { in continueMatchToU()
1719 int[] pMatchValue, boolean isUseFallback, boolean flush) { in matchToU()
1883 boolean flush, CoderResult[] cr) { in toU()
1924 int srcIndex, boolean flush, CoderResult[] cr) { in initialMatchToU()
2007 …vMBCSToUnicodeWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in cnvMBCSToUnicodeWithOffsets()
2366 boolean flush) { in cnvMBCSSingleToBMPWithOffsets()
2495 boolean flush) { in cnvMBCSSingleToUnicodeWithOffsets()
2851 …ed CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop()
3527 …erResult continueMatchFromU(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush, in continueMatchFromU()
[all …]
/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/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/iproute2/doc/
Dip-cref.tex824 \paragraph{Abbreviations:} \verb|flush|, \verb|f|.
826 \paragraph{Description:}This command flushes the protocol addresses
829 \paragraph{Arguments:} This command has the same arguments as \verb|show|.
832 \paragraph{Warning:} This command (and other \verb|flush| commands
836 \paragraph{Statistics:} With the \verb|-statistics| option, the command
842 \paragraph{Example:} Delete all the addresses from the private network
1078 \paragraph{Abbreviations:} \verb|flush|, \verb|f|.
1080 \paragraph{Description:}This command flushes neighbour tables, selecting
1083 \paragraph{Arguments:} This command has the same arguments as \verb|show|.
1089 \paragraph{Statistics:} With the \verb|-statistics| option, the command
[all …]
/external/autotest/client/cros/
Dkernel_trace.py43 def __init__(self, flush=True, events=None, on=True): argument
59 def __del__(self, flush=True, events=None, on=True): argument
160 def flush(self): member in KernelTrace
/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/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dcontext.py145 def flush(self): member in _ItemList
211 def flush(self): member in Pool
284 def flush(self): member in _MutationPool
367 def flush(self): member in _Counters
436 def flush(self): member in Context
/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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliteratingTextComponent.java79 public void flush() { in flush() method in TransliteratingTextComponent
84 protected void transliterate(char ch, boolean flush) { in transliterate()
/external/zlib/src/examples/
Dfitblk.c75 int ret, flush; in partcompress() local
98 int ret, flush; in recompress() local
/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/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
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
DOpenedSocket.java119 @Override public void flush() throws IOException { in flush() method in OpenedSocket.Writer
160 @Override public void flush() throws IOException { in getOutputStream() method in OpenedSocket
/external/libnfc-nci/src/nfc/llcp/
Dllcp_dlc.c369 BOOLEAN flush; in llcp_dlsm_connected() local
1080 BOOLEAN flush = TRUE; in llcp_dlc_proc_rr_rnr_pdu() local
1262 BOOLEAN flush = TRUE; in llcp_dlc_check_to_send_rr_rnr() local
1331 BOOLEAN flush = TRUE; in llcp_dlc_get_next_pdu() local
/external/zlib/src/
Ddeflate.c665 int ZEXPORT deflate (strm, flush) in deflate() argument
1564 local block_state deflate_stored(s, flush) in deflate_stored() argument
1628 local block_state deflate_fast(s, flush) in deflate_fast() argument
1730 local block_state deflate_slow(s, flush) in deflate_slow() argument
1861 local block_state deflate_rle(s, flush) in deflate_rle() argument
1934 local block_state deflate_huff(s, flush) in deflate_huff() argument
/external/pdfium/third_party/zlib_v128/
Ddeflate.c666 int flush) in deflate()
1565 int flush) in deflate_stored()
1629 int flush) in deflate_fast()
1731 int flush) in deflate_slow()
1862 int flush) in deflate_rle()
1935 int flush) in deflate_huff()
/external/opencv3/3rdparty/zlib/
Ddeflate.c665 int ZEXPORT deflate (strm, flush) in deflate() argument
1564 local block_state deflate_stored(s, flush) in deflate_stored() argument
1628 local block_state deflate_fast(s, flush) in deflate_fast() argument
1730 local block_state deflate_slow(s, flush) in deflate_slow() argument
1861 local block_state deflate_rle(s, flush) in deflate_rle() argument
1934 local block_state deflate_huff(s, flush) in deflate_huff() argument
/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/skia/bench/
DResultsWriter.h50 virtual void flush() {} in flush() function
118 void flush() override { in flush() function

12345678910>>...18