Searched refs:flush (Results 201 - 225 of 1080) sorted by relevance

1234567891011>>

/external/okhttp/okio/okio/src/main/java/okio/
H A DRealBufferedSink.java201 @Override public void flush() throws IOException {
202 // For backwards compatibility, a flush() on a closed stream is a no-op.
204 RealBufferedSink.this.flush();
218 @Override public void flush() throws IOException { method in class:RealBufferedSink
223 sink.flush();
/external/okhttp/okio/okio/src/test/java/okio/
H A DMockSink.java56 @Override public void flush() throws IOException { method in class:MockSink
57 log.add("flush()");
H A DRealBufferedSinkTest.java66 bufferedSink.flush();
75 bufferedSink.flush();
181 bufferedSink.flush();
201 os.flush();
/external/pdfium/testing/tools/
H A Dpngdiffer.py41 sys.stdout.flush()
/external/selinux/sepolgen/src/sepolgen/
H A Dutil.py47 self.out.flush()
/external/skia/debugger/QT/
H A DSkRasterWidget.cpp46 fSurface->getCanvas()->flush();
/external/skia/src/gpu/
H A DGrStencilAndCoverTextContext.h91 void flush();
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/
H A DJDK14AdapterLoggerNameTest.java81 public void flush() { method in class:JDK14AdapterLoggerNameTest.MockHandler
/external/vogar/src/vogar/util/
H A DMarkResetConsole.java49 out.flush();
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs25 private static extern int inflate(ref ZStream sz, int flush); argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c144 if (rmesa->radeon.dma.flush == r200FlushElts &&
155 if (rmesa->radeon.dma.flush)
156 rmesa->radeon.dma.flush( rmesa->radeon.glCtx );
288 * Predict total emit size for next rendering operation so there is no flush in middle of rendering
341 /* flush the buffer in case we need more than is left. */
548 if ( rmesa->radeon.dma.flush )
549 rmesa->radeon.dma.flush( rmesa->radeon.glCtx );
551 rmesa->radeon.dma.flush = NULL;
614 /* We have to flush before transition */
615 if ( rmesa->radeon.dma.flush )
[all...]
H A Dradeon_dma.c272 if (rmesa->dma.flush)
273 rmesa->dma.flush(rmesa->glCtx);
428 dma->flush = NULL;
461 if (rmesa->dma.flush) {
462 rmesa->dma.flush(rmesa->glCtx);
470 if (!rmesa->dma.flush) {
473 rmesa->dma.flush = rcommon_flush_last_swtcl_prim;
477 ASSERT( rmesa->dma.flush == rcommon_flush_last_swtcl_prim );
501 if (radeon->dma.flush) {
502 radeon->dma.flush(radeo
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c272 if (rmesa->dma.flush)
273 rmesa->dma.flush(rmesa->glCtx);
428 dma->flush = NULL;
461 if (rmesa->dma.flush) {
462 rmesa->dma.flush(rmesa->glCtx);
470 if (!rmesa->dma.flush) {
473 rmesa->dma.flush = rcommon_flush_last_swtcl_prim;
477 ASSERT( rmesa->dma.flush == rcommon_flush_last_swtcl_prim );
501 if (radeon->dma.flush) {
502 radeon->dma.flush(radeo
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdy3.java318 @Override public synchronized void flush() throws IOException { method in class:Spdy3.Writer
320 sink.flush();
339 sink.flush();
354 sink.flush();
382 sink.flush();
419 headerBlockOut.flush();
437 sink.flush();
451 sink.flush();
467 sink.flush();
484 sink.flush();
[all...]
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp168 UBool flush; local
182 flush=FALSE;
191 /* make sure that we convert once more to really flush */
196 flush=TRUE;
201 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
206 } while(!flush);
250 /* make sure that we convert once more to really flush */
312 /* make sure that we convert once more to really flush */
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c330 mgr->base.flush(&mgr->base);
374 assert(mgr->provider->flush);
375 if(mgr->provider->flush)
376 mgr->provider->flush(mgr->provider);
403 mgr->base.flush = pb_cache_manager_flush;
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java1636 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { argument
1638 return cnvMBCSToUnicodeWithOffsets(source, target, offsets, flush);
1645 boolean flush) {
1652 value, isToUUseFallback(), flush);
1719 int[] pMatchValue, boolean isUseFallback, boolean flush) {
1752 flush = true;
1782 if (flush || (length = (i + j)) > MAX_BYTES) {
1883 boolean flush, CoderResult[] cr) {
1887 && initialMatchToU(length, source, target, offsets, sourceIndex, flush, cr)) {
1924 int srcIndex, boolean flush, CoderResul
1644 continueMatchToU(ByteBuffer source, CharBuffer target, IntBuffer offsets, int srcIndex, boolean flush) argument
1718 matchToU(byte sisoState, byte[] preArray, int preArrayBegin, int preLength, ByteBuffer source, int[] pMatchValue, boolean isUseFallback, boolean flush) argument
1882 toU(int length, ByteBuffer source, CharBuffer target, IntBuffer offsets, int sourceIndex, boolean flush, CoderResult[] cr) argument
1923 initialMatchToU(int firstLength, ByteBuffer source, CharBuffer target, IntBuffer offsets, int srcIndex, boolean flush, CoderResult[] cr) argument
2007 cnvMBCSToUnicodeWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) argument
2365 cnvMBCSSingleToBMPWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) argument
2494 cnvMBCSSingleToUnicodeWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) argument
2851 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) argument
3527 continueMatchFromU(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush, int srcIndex) argument
3627 matchFromU(int firstCP, char[] preArray, int preArrayBegin, int preLength, CharBuffer source, int[] pMatchValue, boolean isUseFallback, boolean flush) argument
3885 fromU(int cp, CharBuffer source, ByteBuffer target, IntBuffer offsets, int sourceIndex, int length, boolean flush, CoderResult[] cr) argument
3937 initialMatchFromU(int cp, CharBuffer source, ByteBuffer target, IntBuffer offsets, int srcIndex, boolean flush, CoderResult[] cr) argument
3980 cnvMBCSFromUnicodeWithOffsets(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) argument
3989 cnvMBCSSingleFromBMPWithOffsets(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) argument
4154 cnvMBCSSingleFromUnicodeWithOffsets(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) argument
4304 cnvMBCSDoubleFromUnicodeWithOffsets(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) argument
4545 getTrail(CharBuffer source, ByteBuffer target, int uniMask, SideEffects x, boolean flush, CoderResult[] cr) argument
4578 unassigned(CharBuffer source, ByteBuffer target, IntBuffer offsets, SideEffects x, boolean flush, CoderResult[] cr) argument
4619 getTrailDouble(CharBuffer source, ByteBuffer target, int uniMask, SideEffectsDouble x, boolean flush, CoderResult[] cr) argument
4651 unassignedDouble(CharBuffer source, ByteBuffer target, SideEffectsDouble x, boolean flush, CoderResult[] cr) argument
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzwrite.c66 flush is assumed to be a valid deflate() flush value. If flush is Z_FINISH,
69 ignore flush. */
72 int flush)
98 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH &&
99 (flush != Z_FINISH || ret == Z_STREAM_END))) {
115 ret = deflate(strm, flush);
125 if (flush == Z_FINISH)
466 int flush)
70 gz_comp( gz_statep state, int flush) argument
464 gzflush( gzFile file, int flush) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dsamplerobj.c313 flush(struct gl_context *ctx) function
330 flush(ctx);
345 flush(ctx);
360 flush(ctx);
382 flush(ctx);
401 flush(ctx);
417 flush(ctx);
428 flush(ctx);
442 flush(ctx);
456 flush(ct
[all...]
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketConnectionD06.java145 int flushed=_generator.flush();
254 _generator.flush();
322 _generator.flush();
332 _generator.flush();
342 _generator.flush();
352 _generator.flush();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpConnection.java140 public void flush() throws IOException { method in class:HttpConnection
141 sink.flush();
306 @Override public void flush() throws IOException { method in class:HttpConnection.FixedLengthSink
308 sink.flush();
343 @Override public synchronized void flush() throws IOException { method in class:HttpConnection.ChunkedSink
345 sink.flush();
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java174 this.outbuffer.flush();
177 public void flush() throws IOException { method in class:AbstractHttpClientConnection
H A DAbstractHttpServerConnection.java162 this.outbuffer.flush();
165 public void flush() throws IOException { method in class:AbstractHttpServerConnection
/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionOutputBuffer.java98 public void flush() throws IOException { method in class:AbstractSessionOutputBuffer
100 this.outstream.flush();
111 // flush the buffer
120 // flush the buffer
/external/apache-http/src/org/apache/http/protocol/
H A DHttpRequestExecutor.java208 // Check for expect-continue handshake. We have to flush the
217 conn.flush();
245 conn.flush();

Completed in 1033 milliseconds

1234567891011>>