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

1 2 3 4 5 6 78 91011>>

  /external/stlport/test/eh/
locale.cpp 59 cout.flush();
  /external/webkit/WebCore/platform/text/
TextCodecUTF16.h 40 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /external/webkit/WebCore/platform/text/qt/
TextCodecQt.h 43 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithSeparatorsTest.java 57 assertEquals("seperator should be scrolled flush with top",
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 50 pw.flush();
  /packages/apps/Gallery3D/src/com/cooliris/cache/
BootReceiver.java 53 CacheService.sSkipThumbnailIds.flush();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
VersionLoader.java 55 out.flush();
ViewManager.java 51 out.flush();
  /system/extras/tests/bionic/libc/other/
test_zlib.c 47 int ret, flush; local
68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
76 ret = deflate(&strm, flush); /* no bad return value */
85 } while (flush != Z_FINISH);
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
CipherOutputStream.java 129 public void flush() throws IOException { method in class:CipherOutputStream
130 out.flush();
154 out.flush();
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
IOUtil.java 179 * Flush method for OutputStreamWriter and Channels.
195 out.flush();
215 // flush the output buffer
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 116 * a call to this method will flush such accumulated
120 * a call to this method will flush such accumulated
129 * necessary to call this method to flush
  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthOutputStream.java 96 this.out.flush();
100 public void flush() throws IOException { method in class:ContentLengthOutputStream
101 this.out.flush();
  /external/guava/javadoc/com/google/common/io/
Flushables.html 129 <TD><CODE><B><A HREF="../../../../com/google/common/io/Flushables.html#flush(java.io.Flushable, boolean)">flush</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</A>&nbsp;flushable,
133 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flush a <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io"><CODE>Flushable</CODE></A>, with control over whether an
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to calling <code>flush(flushable, true)</code>, but with no
168 <A NAME="flush(java.io.Flushable, boolean)"><!-- --></A><H3>
169 flush</H3>
171 public static void <B>flush</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</A>&nbsp;flushable,
175 <DD>Flush a <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io"><CODE>Flushable</CODE></A>, with control over whether an
183 thrown by the <code>flush</code> method
186 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Flushable.html?is-external=true#flush()" title="class or interface in java.io"><CODE>Flushable.flush()</CODE></A> throws an <code>IOExce (…)
    [all...]
  /external/guava/src/com/google/common/io/
FileBackedOutputStream.java 178 @Override public synchronized void flush() throws IOException { method in class:FileBackedOutputStream
179 out.flush();
196 transfer.flush();
  /external/icu4c/common/
ucnv_ext.c 124 UBool useFallback, UBool flush) {
153 flush=TRUE;
184 if(flush || (length=(i+j))>UCNV_EXT_MAX_BYTES) {
280 UBool flush,
290 cnv->useFallback, flush);
357 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
377 cnv->useFallback, pArgs->flush);
506 * @param flush TRUE if the end of the input stream is reached
512 * (partial matches are never returned for flush==TRUE)
523 UBool useFallback, UBool flush) {
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush parameter and more output space (update
    [all...]
  /external/zlib/old/
zlib.html 123 <li> int <a href="#gzflush">gzflush</a> (gzFile file, int flush);
278 <font color="Blue"><dt> int <a name="gzflush">gzflush</a> (gzFile file, int flush);</font>
281 flush is as in the <a href="#deflate">deflate</a>() function. The return value is the zlib
283 the flush parameter is <a href="#Z_FINISH">Z_FINISH</a> and all output could be flushed.
352 <li> int <a href="#deflate">deflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);
355 <li> int <a href="#inflate">inflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);
393 <font color="Blue"><dt> int <a name="deflate">deflate</a> (<a href="#z_streamp">z_streamp</a> strm, int flush);</font>
398 forced to flush.<p>
411 accordingly. This action is forced if the parameter flush is non zero.
412 Forcing flush frequently degrades the compression ratio, so this paramete
    [all...]
  /external/zlib/
zlib.h 168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush parameter and more output space (update
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zlib.h 168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush parameter and more output space (update
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zlib.h 168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush parameter and more output space (update
    [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zlib.h 168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush parameter and more output space (update
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zlib.h 168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush parameter and more output space (update
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zlib.h 168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush parameter and more output space (update
    [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/
zlib.h 168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush parameter and more output space (update
    [all...]

Completed in 57 milliseconds

1 2 3 4 5 6 78 91011>>