HomeSort by relevance Sort by last modified time
    Searched refs:flush (Results 176 - 200 of 947) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu4c/common/
ucnv.c 875 realFlush=pArgs->flush;
881 pArgs->flush=FALSE;
913 pArgs->flush && pArgs->source==pArgs->sourceLimit &&
964 realFlush=pArgs->flush;
970 pArgs->flush=FALSE;
998 pArgs->flush=realFlush;
1003 } else if(pArgs->flush && cnv->fromUChar32!=0) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
OutputStreamWriterTest.java 91 writer.flush();
94 writer.flush();
103 writer.flush();
161 writer.flush();
164 writer.flush();
182 writer.flush();
187 writer.flush();
192 writer.flush();
197 writer.flush();
262 writer.flush();
    [all...]
PipedOutputStreamTest.java 136 * @tests java.io.PipedOutputStream#flush()
143 assertTrue("Bytes written before flush", reader.available() != 0);
144 out.flush();
156 out.flush();
217 out.flush();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 160 assertEquals("flush", CallVerificationStack.getInstance()
180 h.flush();
197 assertEquals("flush", CallVerificationStack.getInstance()
217 h.flush();
223 h.flush();
229 h.flush();
236 h.flush();
329 h.flush();
345 h.flush();
373 h.flush();
480 public void flush() throws IOException { method in class:ConsoleHandlerTest.MockOutputStream
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 67 flush(); method
86 flush(); method
105 flush(); method
183 flush(); method
217 public void flush() throws IOException { method in class:FastXmlSerializer
218 //Log.i("PackageManager", "flush mPos=" + mPos);
234 mOutputStream.flush();
237 mWriter.flush();
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 68 block_done, /* block flush performed */
73 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));
439 /* Flush the last buffer: */
527 * Flush as much pending output as possible. All deflate() output goes
552 int ZEXPORT deflate (strm, flush)
554 int flush;
556 int old_flush; /* value of flush param for previous deflate call *
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 59 pref.flush();
111 pref.flush();
141 pref.flush();
168 pref.flush();
196 pref.flush();
236 pref.flush();
262 pref.flush();
302 pref.flush();
328 pref.flush();
367 pref.flush();
    [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 60 // raw_ostream's subclasses should take care to flush the buffer
91 // Make sure the current buffer is free of content (we can't flush here; the
312 // much as possible, flush and start over with the remainder.
491 flush();
569 flush();
579 flush();
609 flush();
624 flush();
673 flush();
700 // FIXME: Prevent resizing during this flush()
    [all...]
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF8.cpp 169 void TextCodecUTF8::handlePartialSequence(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError)
187 if (!flush) {
216 String TextCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError)
235 handlePartialSequence(destinationForHandlePartialSequence, sourceForHandlePartialSequence, end, flush, stopOnError, sawError);
289 } while (flush && m_partialSequenceSize);
  /libcore/luni/src/main/java/java/io/
PrintWriter.java 43 * Indicates whether or not this PrintWriter should flush its contents after
50 * stream. By default, the new print writer does not automatically flush its
82 * writer. By default, the new print writer does not automatically flush its
103 * indicates whether to flush contents upon encountering a
117 * The print writer does not automatically flush its contents to the target
133 * The print writer does not automatically flush its contents to the target
158 * flush its contents to the target file when a newline is encountered. The
175 * character encoding. The print writer does not automatically flush its
211 flush(); method
249 public void flush() { method in class:PrintWriter
311 flush(); method
474 flush(); method
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 206 # pragma omp flush(busy)
231 # pragma omp flush(busy)
249 # pragma omp flush(busy)
284 # pragma omp flush(busy)
286 # pragma omp flush(busy)
  /external/clang/lib/AST/
Mangle.cpp 74 Out.flush();
85 Out.flush();
111 Stream.flush();
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedOutputStreamTest.java 162 assertTrue("Test 1: Bytes have been written before flush.", reader.available() != 0);
163 out.flush();
164 assertEquals("Test 2: Flush failed. ",
207 out.flush();
237 out.flush();
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetDecoderTest.java 48 decoder.flush(outBuffer);
64 decoder.flush(outBuffer);
103 cr = decoder.flush(cb);
  /external/srec/portable/src/
plog.c 112 * used, it needs to flush the buffer.
135 fileLogger->base.flush = FileLoggerFlush;
224 if (Glogger->flush != NULL)
225 Glogger->flush(Glogger);
389 flushRC = Glogger->flush(Glogger);
405 if (Glogger != NULL && Glogger->flush != NULL)
406 flushRC = Glogger->flush(Glogger);
  /external/stlport/stlport/stl/
_ostream.h 134 _Self& flush() { function in class:basic_ostream
189 _M_str.flush();
224 __str.tie()->flush();
359 __os.flush();
372 flush(basic_ostream<_CharT, _Traits>& __os) { function
373 __os.flush();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 134 _Self& flush() { function in class:basic_ostream
189 _M_str.flush();
224 __str.tie()->flush();
359 __os.flush();
372 flush(basic_ostream<_CharT, _Traits>& __os) { function
373 __os.flush();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 134 _Self& flush() { function in class:basic_ostream
189 _M_str.flush();
224 __str.tie()->flush();
359 __os.flush();
372 flush(basic_ostream<_CharT, _Traits>& __os) { function
373 __os.flush();
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 134 _Self& flush() { function in class:basic_ostream
189 _M_str.flush();
224 __str.tie()->flush();
359 __os.flush();
372 flush(basic_ostream<_CharT, _Traits>& __os) { function
373 __os.flush();
  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 76 twoOut.flush();
153 public void flush() { method in class:TwoColumnOutput
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 76 twoOut.flush();
153 public void flush() { method in class:TwoColumnOutput
  /external/clang/tools/scan-view/
scan-view 41 sys.stderr.flush()
47 sys.stderr.flush()
  /external/icu4c/common/unicode/
ucnv_err.h 194 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */ member in struct:__anon6194
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:__anon6195
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 33 print_string "ready> "; flush stdout;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 38 print_string "ready> "; flush stdout;

Completed in 2568 milliseconds

1 2 3 4 5 6 78 91011>>