Searched refs:flush (Results 251 - 275 of 1080) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c145 stage->next->flush( stage->next, flags );
177 twoside->stage.flush = twoside_flush;
H A Ddraw_pipe_unfilled.c177 stage->next->flush( stage->next, flags );
212 unfilled->stage.flush = unfilled_flush;
H A Ddraw_pipe.h74 void (*flush)( struct draw_stage *, member in struct:draw_stage
/external/okhttp/okio/okio/src/main/java/okio/
H A DAsyncTimeout.java164 @Override public void flush() throws IOException {
168 sink.flush();
/external/skia/bench/
H A DSKPBench.cpp123 fSurfaces[j]->getCanvas()->flush();
135 fSurfaces[j]->getCanvas()->flush();
/external/smali/util/src/main/java/org/jf/util/
H A DIndentingWriter.java154 public void flush() throws IOException { method in class:IndentingWriter
155 writer.flush();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A DJPDALogWriter.java241 outputStream.flush();
/external/emma/core/java12/com/vladium/logging/
H A DLogger.java436 m_out.flush ();
483 if (FLUSH_LOG) out.flush ();
536 pw.flush ();
542 if (FLUSH_LOG) out.flush ();
/external/freetype/src/gzip/
H A Dzlib.h130 /* Allowed flush values; see deflate() below for details */
202 forced to flush.
213 accordingly. This action is forced if the parameter flush is non zero.
214 Forcing flush frequently degrades the compression ratio, so this parameter
216 Some output may be provided even if flush is not set.
227 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
234 If flush is set to Z_FULL_FLUSH, all output is flushed as with
241 with the same value of the flush parameter and more output space (updated
242 avail_out), until the flush is complete (deflate returns with non-zero
245 If the parameter flush i
[all...]
/external/google-breakpad/src/testing/src/
H A Dgmock-internal-utils.cc170 std::cout << ::std::flush; member in class:testing::internal::std::cout::std
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DStringDumper.java42 pw.flush();
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
H A DGZIPSerializer.java92 gzipOutput.flush();
/external/libunwind/doc/
H A Dunw_flush_cache.tex8 \begin{Name}{3}{unw\_flush\_cache}{David Mosberger-Tang}{Programming Library}{unw\_flush\_cache}unw\_flush\_cache -- flush cached info
27 \Func{unw\_flush\_cache}() may flush more information than requested,
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp149 os.flush();
167 os.flush();
193 os.flush();
215 os.flush();
/external/llvm/include/llvm/Support/
H A Draw_ostream.h85 // Start out ready to flush.
104 flush();
118 /// Set the stream to be unbuffered. When unbuffered, the stream will flush
119 /// after every write. This routine will also flush the buffer immediately
122 flush();
134 void flush() { function in class:llvm::raw_ostream
288 /// into the desired output buffer, instead of being copied on each flush.
381 /// Manually flush the stream and close the file. Note that this does not call
397 /// sensible when used on unbuffered streams which will flush their output
415 /// This doesn't implicitly flush an
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp46 Stream.flush();
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp128 DC->CommentStream.flush();
146 FormattedOS.flush();
264 Annotations.flush();
276 OS.flush();
/external/llvm/lib/Support/
H A DPrettyStackTrace.cpp64 OS.flush();
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp155 CMyComPtr<IOutStreamFlush> flush; local
156 _bcjStream.QueryInterface(IID_IOutStreamFlush, &flush);
157 if (flush)
159 HRESULT res2 = flush->Flush();
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_cmdbuf.h109 if (radeon->cmdbuf.cs->cdw || radeon->dma.flush )
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_cmdbuf.h109 if (radeon->cmdbuf.cs->cdw || radeon->dma.flush )
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DDebuggingClassWriter.java98 pw.flush();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
H A DCAVLCWriter.java94 flush();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyStream.java182 connection.flush();
524 @Override public void flush() throws IOException { method in class:SpdyStream.SpdyDataSink
531 connection.flush();
558 connection.flush();
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DExamplesTest.java64 capturingOut.flush();

Completed in 3153 milliseconds

<<11121314151617181920>>