Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DPrintWriterTest.java74 pw.flush(); in test_ConstructorLjava_io_OutputStream()
102 pw.flush(); in test_ConstructorLjava_io_OutputStreamZ()
123 pw.flush(); in test_ConstructorLjava_io_Writer()
237 pw.flush(); in test_flush()
251 pw.flush(); in test_print$C()
276 pw.flush(); in test_printC()
288 pw.flush(); in test_printD()
300 pw.flush(); in test_printF()
311 pw.flush(); in test_printI()
322 pw.flush(); in test_printJ()
[all …]
DOutputStreamWriterTest.java91 writer.flush(); in testClose()
94 writer.flush(); in testClose()
103 writer.flush(); in testFlush()
161 writer.flush(); in testWritecharArrayintint()
164 writer.flush(); in testWritecharArrayintint()
182 writer.flush(); in testWriteint()
187 writer.flush(); in testWriteint()
192 writer.flush(); in testWriteint()
197 writer.flush(); in testWriteint()
262 writer.flush(); in testWriteStringintint()
[all …]
DBufferedOutputStreamTest.java58 buffos.flush(); in test_flush_Constructor_NullStream()
72 buffos.flush(); in test_flush_Constructor_NullStream()
105 os.flush(); in test_flush()
136 os.flush(); in test_write$BII()
654 os.flush(); in test_writeI()
677 buffos.flush(); in test_write_Close()
691 buffos.flush(); in test_write_Scenario1()
702 buffos.flush(); in test_write_Scenario1()
716 buffos.flush(); in test_write_Scenario1()
740 buffos.flush(); in test_write_Scenario2()
[all …]
DFilterOutputStreamTest.java56 os.flush(); in test_close()
68 os.flush(); in test_flush()
81 os.flush(); in test_write$B()
98 os.flush(); in test_write$BII()
115 os.flush(); in test_writeI()
/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container_browsertest.cc89 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
102 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
117 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
125 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
135 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
147 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
157 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
167 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
175 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
185 << " ms" << std::flush; in IN_PROC_BROWSER_TEST_F()
[all …]
/external/eigen/bench/btl/generic_bench/utils/
Dutilities.h21 # define HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ;
23 # define PYSCRIPT(chain) {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;}
43 cerr << flush;\
50 cout << flush ;\
57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ;
66 #define REPERE cout<<flush ; cerr << " --------------" << endl << flush ;
/external/zlib/src/examples/
Dfitblk.c75 int ret, flush; in partcompress() local
78 flush = Z_NO_FLUSH; in partcompress()
85 flush = Z_FINISH; in partcompress()
86 ret = deflate(def, flush); in partcompress()
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); in partcompress()
98 int ret, flush; in recompress() local
101 flush = Z_NO_FLUSH; in recompress()
116 flush = Z_FINISH; in recompress()
117 ret = deflate(def, flush); in recompress()
/external/qemu/distrib/zlib-1.2.3/
Ddeflate.h308 # define _tr_tally_lit(s, c, flush) \ argument
313 flush = (s->last_lit == s->lit_bufsize-1); \
315 # define _tr_tally_dist(s, distance, length, flush) \ argument
323 flush = (s->last_lit == s->lit_bufsize-1); \
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
327 # define _tr_tally_dist(s, distance, length, flush) \ argument
328 flush = _tr_tally(s, distance, length)
Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
552 int ZEXPORT deflate (strm, flush) in deflate() argument
554 int flush;
560 flush > Z_FINISH || flush < 0) {
567 (s->status == FINISH_STATE && flush != Z_FINISH)) {
574 s->last_flush = flush;
774 } else if (strm->avail_in == 0 && flush <= old_flush &&
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToUnknownStream.java213 flush(); in serialize()
277 flush(); in addAttribute()
291 flush(); in addAttribute()
305 flush(); in addUniqueAttribute()
336 flush(); in endElement()
394 flush(); in startPrefixMapping()
472 flush(); in startElement()
511 flush(); in startElement()
754 flush(); in externalEntityDecl()
768 flush(); in internalEntityDecl()
[all …]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DStreamHandlerTest.java324 h.flush(); in testClose_SufficientPrivilege_Exception()
360 h.flush(); in testFlush_Normal()
372 h.flush(); in testFlush_NoOutputStream()
481 h.flush(); in testPublish_NoFilter()
487 h.flush(); in testPublish_NoFilter()
493 h.flush(); in testPublish_NoFilter()
500 h.flush(); in testPublish_NoFilter()
516 h.flush(); in testPublish_WithFilter()
522 h.flush(); in testPublish_WithFilter()
528 h.flush(); in testPublish_WithFilter()
[all …]
/external/sonivox/arm-hybrid-22k/host_src/
Deas_report.c45 int flush = 0; variable
165 if (flush) in EAS_ReportEx()
200 if (flush) in EAS_Report()
230 if (flush) in EAS_ReportX()
262 flush = flushAfterWrite; in EAS_SetDebugFile()
/external/sonivox/arm-wt-22k/host_src/
Deas_report.c45 int flush = 0; variable
165 if (flush) in EAS_ReportEx()
200 if (flush) in EAS_Report()
230 if (flush) in EAS_ReportX()
262 flush = flushAfterWrite; in EAS_SetDebugFile()
/external/sonivox/arm-fm-22k/host_src/
Deas_report.c45 int flush = 0; variable
165 if (flush) in EAS_ReportEx()
200 if (flush) in EAS_Report()
230 if (flush) in EAS_ReportX()
262 flush = flushAfterWrite; in EAS_SetDebugFile()
/external/protobuf/java/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java85 output.flush(); in assertWriteVarint()
97 output.flush(); in assertWriteVarint()
113 output.flush(); in assertWriteVarint()
122 output.flush(); in assertWriteVarint()
167 output.flush(); in assertWriteLittleEndian32()
175 output.flush(); in assertWriteLittleEndian32()
189 output.flush(); in assertWriteLittleEndian64()
197 output.flush(); in assertWriteLittleEndian64()
290 output.flush(); in testWriteWholeMessage()
/external/zlib/src/
Ddeflate.h323 # define _tr_tally_lit(s, c, flush) \ argument
328 flush = (s->last_lit == s->lit_bufsize-1); \
330 # define _tr_tally_dist(s, distance, length, flush) \ argument
338 flush = (s->last_lit == s->lit_bufsize-1); \
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
342 # define _tr_tally_dist(s, distance, length, flush) \ argument
343 flush = _tr_tally(s, distance, length)
Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
663 int ZEXPORT deflate (strm, flush) in deflate() argument
665 int flush;
671 flush > Z_BLOCK || flush < 0) {
678 (s->status == FINISH_STATE && flush != Z_FINISH)) {
[all …]
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
DASCIICharsetEncoderTest.java88 encoder.flush(out); in testMultiStepEncode()
141 encoder.flush(out); in testInternalState()
173 newEncoder.flush(out); in testInternalState_Reset()
224 newEncoder.flush(out); in testInternalState_Encoding()
279 newEncoder.flush(out); in testInternalState_Encoding_END()
297 newEncoder.flush(out); in testInternalState_Flushed()
313 newEncoder.flush(out); in testInternalState_Flushed()
328 newEncoder.flush(out); in testInternalState_Flushed()
341 newEncoder.flush(out); in testInternalState_Flushed()
350 newEncoder.flush(out); in testInternalState_Flushed()
[all …]
/external/javasqlite/src/main/java/SQLite/
DShell.java389 err.flush(); in do_meta()
397 err.flush(); in do_meta()
423 err.flush(); in do_meta()
434 err.flush(); in do_meta()
444 err.flush(); in do_meta()
453 err.flush(); in do_meta()
458 err.flush(); in do_meta()
465 pw.flush(); in read_line()
497 err.flush(); in do_input()
505 pw.flush(); in do_input()
[all …]
/external/chromium-trace/trace-viewer/src/
Dfast_rect_renderer.js62 this.flush();
78 this.flush();
90 this.flush();
100 flush: function() { method in FastRectRenderer
/external/libppp/src/
Ddeflate.c74 int olen, ilen, len, res, flush; in DeflateOutput() local
108 flush = Z_NO_FLUSH; in DeflateOutput()
112 if ((res = deflate(&state->cx, flush)) != Z_OK) { in DeflateOutput()
123 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateOutput()
131 flush = Z_SYNC_FLUSH; in DeflateOutput()
205 int seq, flush, res, first; in DeflateInput() local
252 flush = mi->m_next ? Z_NO_FLUSH : Z_SYNC_FLUSH; in DeflateInput()
257 if ((res = inflate(&state->cx, flush)) != Z_OK) { in DeflateInput()
268 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateInput()
276 flush = Z_SYNC_FLUSH; in DeflateInput()
[all …]
/external/chromium/chrome/browser/resources/gpu_internals/
Dfast_rect_renderer.js67 this.flush();
84 this.flush();
96 this.flush();
106 flush: function() { method in FastRectRenderer
/external/iproute2/examples/
Dgaiconf27 flush=1
30 if [ ${flush} = 1 ]; then
31 run ${IP} -6 addrlabel flush
32 flush=0
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DCharWrapperTester.java111 o.flush(); in wrapperTestFlushThrowsViaFlushSuppressed()
132 o.flush(); in wrapperTestFlushThrowsViaFlush()
196 @Override public void flush() throws IOException {} in flush() method in CharWrapperTester.ClosableStringWriter
218 flush(); in close()
221 @Override public void flush() throws IOException { in flush() method in CharWrapperTester.FailOnFlushWriter
232 @Override public void flush() throws IOException {} in flush() method in CharWrapperTester.FailOnCloseWriter
/external/icu4c/common/
Ducnv.c875 realFlush=pArgs->flush; in _fromUnicodeWithCallback()
881 pArgs->flush=FALSE; in _fromUnicodeWithCallback()
913 pArgs->flush && pArgs->source==pArgs->sourceLimit && in _fromUnicodeWithCallback()
964 realFlush=pArgs->flush; in _fromUnicodeWithCallback()
970 pArgs->flush=FALSE; in _fromUnicodeWithCallback()
998 pArgs->flush=realFlush; in _fromUnicodeWithCallback()
1003 } else if(pArgs->flush && cnv->fromUChar32!=0) { in _fromUnicodeWithCallback()
1014 if(pArgs->flush) { in _fromUnicodeWithCallback()
1070 pArgs->flush=realFlush; in _fromUnicodeWithCallback()
1172 UBool flush, in ucnv_fromUnicode() argument
[all …]

12345678910>>...28