Searched defs:flush (Results 76 - 100 of 370) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DTwoColumnOutput.java76 twoOut.flush();
153 public void flush() { method in class:TwoColumnOutput
/external/e2fsprogs/e2fsck/
H A Discan.c50 int flush = 0; local
66 flush = 1;
75 if (flush) {
85 _("while trying to flush %s"), device_name);
/external/eigen/bench/
H A Dsparse_lu.cpp48 std::cout << name << "..." << std::flush; member in class:std
H A Dsparse_randomsetter.cpp57 << " nnz=" << set1->nonZeros() << std::flush; member in class:std
/external/guava/guava/src/com/google/common/io/
H A DFileBackedOutputStream.java184 @Override public synchronized void flush() throws IOException { method in class:FileBackedOutputStream
185 out.flush();
202 transfer.flush();
/external/icu/icu4c/source/common/unicode/
H A Ducnv_err.h194 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */ member in struct:__anon21813
210 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */ member in struct:__anon21814
/external/javasqlite/src/main/java/SQLite/
H A DBlob.java183 public void flush() throws IOException { method in class:BlobW
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_link.h52 phDal4Nfc_link_flush_CB_t flush; member in struct:__anon24409
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h74 void (*flush)( struct draw_stage *, member in struct:draw_stage
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) argument
65 flush(pipe, &ds->base);
70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) argument
81 flush(pipe, &ds->base);
86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) argument
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_decoder.h96 * flush any outstanding command buffers to the hardware
99 void (*flush)(struct pipe_video_decoder *decoder); member in struct:pipe_video_decoder
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h51 __DRI2flushExtension *flush; member in struct:gbm_dri_device
/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/srec/portable/include/
H A DPFile.h130 ESR_ReturnCode(*flush)(struct PFile_t* self); member in struct:PFile_t
H A Dplog.h84 ESR_ReturnCode(*flush)(struct PLogger_t *self); member in struct:PLogger_t
89 * used, it needs to flush the buffer.
/external/zlib/src/examples/
H A Dfitblk.c75 int ret, flush; local
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DMemoryHandlerTest.java120 handler.flush();
121 assertEquals(writer.toString(), "flush");
304 // assertEquals(writer.toString(), "flush");
370 public void flush() { method in class:MemoryHandlerTest.MockHandler
371 writer.write("flush");
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
H A DCharWrapperTester.java116 o.flush();
134 // any of these is permitted to flush
137 o.flush();
139 fail("flush exception ignored");
150 // any of these is permitted to flush
155 fail("flush exception ignored");
203 public void flush() throws IOException { method in class:CharWrapperTester.ClosableStringWriter
229 flush();
233 public void flush() throws IOException { method in class:CharWrapperTester.FailOnFlushWriter
245 public void flush() throw method in class:CharWrapperTester.FailOnCloseWriter
[all...]
H A DWrapperTester.java117 o.flush();
135 // any of these is permitted to flush
138 o.flush();
140 fail("flush exception ignored");
151 // any of these is permitted to flush
156 fail("flush exception ignored");
222 flush();
226 public void flush() throws IOException { method in class:WrapperTester.FailOnFlushOutputStream
/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/arduino/hardware/arduino/cores/arduino/
H A DHardwareSerial.cpp258 void HardwareSerial::flush() function in class:HardwareSerial
/external/chromium_org/build/android/pylib/perf/
H A Dtest_runner.py121 # How often to print the heartbeat on flush().
134 self.flush()
140 def flush(self): member in class:_HeartBeatLogger
145 sys.stdout.flush()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLParser.cpp128 void BackgroundHTMLParser::flush() function in class:blink::BackgroundHTMLParser
131 updateDocument(m_decoder->flush());
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF8.cpp175 bool TextCodecUTF8::handlePartialSequence<LChar>(LChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool, bool&) argument
190 if (!flush) {
218 bool TextCodecUTF8::handlePartialSequence<UChar>(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) argument
236 if (!flush) {
268 String TextCodecUTF8::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError) argument
287 if (handlePartialSequence(destinationForHandlePartialSequence, sourceForHandlePartialSequence, end, flush, stopOnError, sawError)) {
345 } while (flush && m_partialSequenceSize);
367 handlePartialSequence(destinationForHandlePartialSequence, sourceForHandlePartialSequence, end, flush, stopOnError, sawError);
421 } while (flush && m_partialSequenceSize);

Completed in 5389 milliseconds

1234567891011>>