Searched refs:flush (Results 151 - 175 of 1080) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c106 stage->next->flush( stage->next, flags );
138 cull->stage.flush = cull_flush;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c437 assert(mgr->provider->flush);
438 if(mgr->provider->flush)
439 mgr->provider->flush(mgr->provider);
467 mgr->base.flush = pb_slab_manager_flush;
514 assert(mgr->provider->flush);
515 if(mgr->provider->flush)
516 mgr->provider->flush(mgr->provider);
554 mgr->base.flush = pb_slab_range_manager_flush;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h78 if ( rmesa->radeon.dma.flush ) \
79 rmesa->radeon.dma.flush( rmesa->radeon.glCtx ); \
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.h94 if ( rmesa->radeon.dma.flush ) \
95 rmesa->radeon.dma.flush( rmesa->radeon.glCtx ); \
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
H A DAndroidShimResponseCache.java104 public void flush() throws IOException { method in class:AndroidShimResponseCache
105 delegate.flush();
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
H A DHttpResponseCache.java132 public void flush() { method in class:HttpResponseCache
134 shimResponseCache.flush();
/external/okhttp/okio/okio/src/main/java/okio/
H A DDeflaterSink.java27 * <h3>Sync flush</h3>
29 * call to {@link #flush} immediately compresses all currently-buffered data;
33 * <p>This is equivalent to using {@link Deflater} with the sync flush option.
34 * This class does not offer any partial flush mechanism. For best performance,
35 * only call {@link #flush} when application behavior requires it.
113 @Override public void flush() throws IOException { method in class:DeflaterSink
115 sink.flush();
H A DGzipSink.java28 * <h3>Sync flush</h3>
30 * call to {@link #flush} immediately compresses all currently-buffered data;
34 * <p>This is equivalent to using {@link Deflater} with the sync flush option.
35 * This class does not offer any partial flush mechanism. For best performance,
36 * only call {@link #flush} when application behavior requires it.
73 @Override public void flush() throws IOException { method in class:GzipSink
74 deflaterSink.flush();
/external/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp47 gDumpCanvas->flush();
112 canvas.flush();
/external/skia/tests/
H A DDeferredCanvasTest.cpp114 canvas->flush();
134 canvas->flush();
168 canvas->flush();
188 canvas->flush();
214 canvas->flush();
240 canvas->flush();
268 canvas->flush();
283 canvas->flush();
485 // Verifies that the deferred canvas triggers a flush when its memory
546 // verify that flush leave
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DFileDeferredOutputStream.java59 @Override public void flush() throws IOException { method in class:FileDeferredOutputStream
60 output.flush();
/external/v8/tools/testrunner/server/
H A Ddaemon.py63 sys.stdout.flush()
64 sys.stderr.flush()
/external/llvm/lib/Support/
H A Draw_ostream.cpp63 // raw_ostream's subclasses should take care to flush the buffer
94 // Make sure the current buffer is free of content (we can't flush here; the
328 // much as possible, flush and start over with the remainder.
544 flush();
619 flush();
626 flush();
663 flush();
678 flush();
691 flush();
746 flush();
[all...]
/external/zlib/src/
H A Dgzwrite.c66 flush is assumed to be a valid deflate() flush value. If flush is Z_FINISH,
69 ignore flush. */
70 local int gz_comp(state, 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
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexparam.c227 flush(struct gl_context *ctx) function
264 flush(ctx);
273 flush(ctx);
289 flush(ctx); /* does not effect completeness */
301 flush(ctx);
311 flush(ctx);
321 flush(ctx);
362 /* no flush() */
375 flush(ctx);
391 flush(ct
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringWriter.java66 public void flush() { method in class:Support_StringWriter
/external/apache-http/src/org/apache/http/entity/
H A DStringEntity.java95 outstream.flush();
/external/chromium-trace/
H A Dsystrace-legacy.py149 sys.stderr.flush()
165 sys.stdout.flush()
180 sys.stdout.flush()
192 html_out = dec.flush().replace('\n', '\\n\\\n').replace('\r', '')
/external/clang/lib/Index/
H A DSimpleFormatContext.h61 OS.flush();
/external/clang/unittests/Rewrite/
H A DRewriteBufferTest.cpp47 OS.flush();
/external/deqp/execserver/
H A DxsPosixFileReader.cpp81 m_buf.flush();
/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.cpp92 m_buffer.flush();
149 m_buffer.flush();
196 buffer.flush();
251 m_buffer->flush();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunant.py99 sys.stdout.flush()
/external/jetty/src/java/org/eclipse/jetty/server/nio/
H A DBlockingChannelConnector.java247 * @see org.eclipse.jetty.io.nio.ChannelEndPoint#flush(org.eclipse.jetty.io.Buffer)
250 public int flush(Buffer buffer) throws IOException method in class:BlockingChannelConnector.BlockingChannelEndPoint
253 return super.flush(buffer);
258 * @see org.eclipse.jetty.io.nio.ChannelEndPoint#flush(org.eclipse.jetty.io.Buffer, org.eclipse.jetty.io.Buffer, org.eclipse.jetty.io.Buffer)
261 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException method in class:BlockingChannelConnector.BlockingChannelEndPoint
264 return super.flush(header,buffer,trailer);
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketGeneratorD08.java110 flush();
169 // Gently flush the data, issuing a non-blocking write
174 // Forcibly flush the data, issuing a blocking write
175 flush();
178 // Gently flush the data, issuing a non-blocking write
213 int flushed = _buffer.hasContent() ? _endp.flush(_buffer) : 0;
227 public int flush() throws IOException method in class:WebSocketGeneratorD08

Completed in 4378 milliseconds

1234567891011>>