Searched defs:flush (Results 176 - 200 of 370) sorted by relevance

1234567891011>>

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialposix.py521 def flush(self): member in class:PosixSerial
/external/icu/icu4c/source/io/
H A Dustdio.c124 static const UChar * u_file_translit(UFILE *f, const UChar *src, int32_t *count, UBool flush) argument
180 if(flush == FALSE)
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp169 UBool flush; local
183 flush=FALSE;
192 /* make sure that we convert once more to really flush */
197 flush=TRUE;
202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
207 } while(!flush);
251 /* make sure that we convert once more to really flush */
313 /* make sure that we convert once more to really flush */
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp171 UBool flush; local
273 flush=FALSE;
304 if(flush) {
311 // reached end of file, convert once more to flush the converter
312 flush=TRUE;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_snep_int.h145 BOOLEAN flush; /* TRUE if discard pending data */ member in struct:__anon24248
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py242 sys.stdout.flush()
666 self.flush()
676 def flush (self): # File-like object. member in class:spawn
843 self.logfile.flush()
846 self.logfile_read.flush()
954 self.logfile.flush()
957 self.logfile_send.flush()
1492 self.stdout.flush()
1529 self.logfile.flush()
/external/llvm/include/llvm/Support/
H A Draw_ostream.h83 // Start out ready to flush.
103 flush();
118 /// unbuffered, the stream will flush after every write. This routine
119 /// will also flush the buffer immediately when the stream is being
122 flush();
134 void flush() { function in class:llvm::raw_ostream
279 /// flush.
363 /// close - Manually flush the stream and close the file.
375 /// sensible when used on unbuffered streams which will flush their output
393 /// This doesn't implicitly flush an
[all...]
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp207 void LLVMSymbolizer::flush() { function in class:llvm::symbolize::LLVMSymbolizer
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_core.c487 struct rbug_proto_context_flush *flush = (struct rbug_proto_context_flush *)header; local
493 rb_context = rbug_get_context_locked(rb_screen, flush->context);
503 rb_context->pipe->flush(rb_context->pipe, NULL);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split_copy.c172 flush( struct copy_context *copy ) function
319 flush(copy);
424 flush(copy);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java290 public void flush() throws IOException { method in class:HttpResponseCache
291 cache.flush();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpConnection.java129 public void flush() throws IOException { method in class:HttpConnection
130 sink.flush();
295 @Override public void flush() throws IOException { method in class:HttpConnection.FixedLengthSink
297 sink.flush();
338 @Override public synchronized void flush() throws IOException { method in class:HttpConnection.ChunkedSink
340 sink.flush();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdy3.java324 @Override public synchronized void flush() throws IOException { method in class:Spdy3.Writer
326 sink.flush();
345 sink.flush();
360 sink.flush();
388 sink.flush();
426 headerBlockOut.flush();
444 sink.flush();
458 sink.flush();
474 sink.flush();
491 sink.flush();
[all...]
/external/skia/src/gpu/
H A DGrBitmapTextContext.cpp464 // try to clear out an unused plot before we flush
476 // flush any accumulated draws to allow us to free up a plot
478 fContext->flush();
529 // a number of verts to reserve and whether to perform a flush.
538 bool flush = fDrawTarget->geometryHints(&fMaxVertices, NULL); local
539 if (flush) {
541 fContext->flush();
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java959 public void flush() { method in class:LogManagerTest.MockHandler
960 // System.out.println(this + ":flush");
/external/chromium_org/cc/resources/
H A Dresource_update_controller_unittest.cc35 virtual void flush() OVERRIDE;
212 void WebGraphicsContext3DForUploadTest::flush() { test_->OnFlush(); } function in class:cc::__anon2775::WebGraphicsContext3DForUploadTest
256 << "Last upload wasn't followed by a flush.";
267 << "Last upload wasn't followed by a flush.";
278 << "Last upload wasn't followed by a flush.";
282 // of the flush period.
298 << "Last upload wasn't followed by a flush.";
309 << "Last upload wasn't followed by a flush.";
321 << "Last upload wasn't followed by a flush.";
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_wrappers.py156 def flush(self): member in class:IsDownloadError.Logservice
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc44 flush();
67 void flush() { function in class:media::AVPacketQueue
174 audio_packets_.flush();
178 video_packets_.flush();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp504 m_treeBuilder->flush(FlushIfAtTextLimit);
639 m_treeBuilder->flush(FlushAlways);
880 // flush may ending up executing arbitrary script, and possibly detach the parser.
882 flush();
1062 void HTMLDocumentParser::flush() function in class:blink::HTMLDocumentParser
1069 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::flush, m_backgroundParser));
1071 DecodedDataDocumentParser::flush();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBuffer.cpp189 sharedContext->flush();
208 context->flush();
281 void ImageBuffer::flush() function in class:blink::ImageBuffer
284 m_surface->canvas()->flush();
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.cpp125 UBool /*useFallback*/, UBool flush) {
154 flush=TRUE;
185 if(flush || (length=(i+j))>UCNV_EXT_MAX_BYTES) {
281 UBool flush,
291 cnv->useFallback, flush);
358 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
378 cnv->useFallback, pArgs->flush);
516 * @param flush TRUE if the end of the input stream is reached
522 * (partial matches are never returned for flush==TRUE)
533 UBool useFallback, UBool flush) {
121 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, const char *pre, int32_t preLength, const char *src, int32_t srcLength, uint32_t *pMatchValue, UBool , UBool flush) argument
276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
528 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.h99 __DRI2flushExtension *flush; member in struct:dri2_egl_display
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h350 void (*flush)( struct pipe_context *pipe, member in struct:pipe_context
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp283 // try to clear out an unused plot before we flush
295 // before we purge the cache, we must flush any accumulated draws
297 fContext->flush();
345 // a number of verts to reserve and whether to perform a flush.
356 bool flush = fDrawTarget->geometryHints(&fMaxVertices, NULL); local
357 if (flush) {
359 fContext->flush();
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DAPITest.cc757 //std::cout << outTimestamp << std::endl << std::flush;
765 //std::cout << " " << std::flush;
771 std::cout << " " << std::flush; member in class:webrtc::std
1204 //std::cout<< std::flush;

Completed in 7557 milliseconds

1234567891011>>