Searched refs:flush (Results 101 - 125 of 166) sorted by relevance

1234567

/libcore/ojluni/src/main/java/java/net/
H A DURLEncoder.java267 charArrayWriter.flush();
/libcore/ojluni/src/main/java/java/util/prefs/
H A DPreferences.java106 * delay. The <tt>flush</tt> method may be used to synchronously force
109 * <tt>flush</tt> invocation is <i>not</i> required upon termination to ensure
117 * unavailable. Several methods, like <tt>flush</tt>, have semantics that
304 * the <tt>flush</tt> method is called on the returned node (or one of its
353 * the <tt>flush</tt> method is called on the returned node (or one of its
886 * to become permanent until the <tt>flush</tt> method is called on
897 * @see #flush()
934 * {@link #absolutePath()}, {@link #isUserNode()}, {@link #flush()} or
942 * <tt>flush</tt> method is called on this node (or an ancestor).
958 * @see #flush()
1017 public abstract void flush() throws BackingStoreException; method in class:Preferences
[all...]
H A DFileSystemPreferences.java45 * (The file lock is obtained only for sync(), flush() and removeNode().)
422 // Add shutdown hook to flush cached prefs on normal termination
444 userRt.flush();
446 getLogger().warning("Couldn't flush user prefs: " + e);
451 systemRt.flush();
453 getLogger().warning("Couldn't flush system prefs: " + e);
481 // These 2 things guarantee node will get wrtten at next flush/sync
514 // These 2 things guarantee node will get wrtten at next flush/sync
811 public void flush() throws BackingStoreException { method in class:FileSystemPreferences
/libcore/ojluni/src/main/native/
H A Djava_util_zip_Deflater.c126 jarray b, jint off, jint len, jint flush)
197 res = deflate(strm, finish ? Z_FINISH : flush);
125 Deflater_deflateBytes(JNIEnv *env, jobject this, jlong addr, jarray b, jint off, jint len, jint flush) argument
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlSerializer.java81 writer.flush();
203 flush();
501 public void flush() throws IOException { method in class:KXmlSerializer
/libcore/ojluni/src/main/java/java/io/
H A DObjectOutputStream.java219 * underlying stream; callers may wish to flush the stream immediately to
728 * Flushes the stream. This will write any buffered output bytes and flush
733 public void flush() throws IOException { method in class:ObjectOutputStream
734 bout.flush();
738 * Drain any buffered data in ObjectOutputStream. Similar to flush but
739 * does not propagate the flush to the underlying stream.
755 flush();
1900 public void flush() throws IOException { method in class:ObjectOutputStream.BlockDataOutputStream
1902 out.flush();
1906 flush();
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DHandshakeCompletedEventTest.java442 ostream.flush();
505 ostream.flush();
/libcore/luni/src/test/java/libcore/java/lang/
H A DLambdaImplementationTest.java240 os.flush();
292 os.flush();
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DMessageDigest2Test.java150 output.flush();
194 output.flush();
/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java593 ps.flush();
670 ps.flush();
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DBinaryHprofWriter.java75 out.flush();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DObjectInputStream2Test.java206 oos.flush();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
H A DInvocationTargetExceptionTest.java282 pw.flush(); // Test will fail if this line removed.
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationMember.java314 oos.flush();
/libcore/luni/src/test/java/dalvik/system/
H A DBlockGuardTest.java149 fos.flush();
/libcore/luni/src/test/java/libcore/java/io/
H A DOldPipedWriterTest.java159 // Test for method void java.io.PipedWriter.flush()
161 readerThread = new Thread(reader = new PReader(pw), "flush");
164 pw.flush();
/libcore/luni/src/test/java/libcore/java/util/logging/
H A DOldLogManagerTest.java251 public void flush() {} method in class:OldLogManagerTest.MockHandler
H A DOldLoggerTest.java221 public void flush() {} method in class:OldLoggerTest.MockHandler
/libcore/luni/src/test/java/libcore/xml/
H A DXmlPullParserFactoryTest.java224 public void flush() throws IOException { method in class:XmlPullParserFactoryTest.XmlSerializerStub
/libcore/ojluni/src/main/java/java/sql/
H A DDriverManager.java450 logWriter.flush();
/libcore/ojluni/src/main/java/java/util/jar/
H A DManifest.java166 dos.flush();
/libcore/ojluni/src/main/java/javax/crypto/
H A DSealedObject.java158 // write and flush the object content to byte array
160 a.flush();
/libcore/ojluni/src/main/java/sun/misc/
H A DJarIndex.java294 bw.flush();
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DOCSP.java235 out.flush();
/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java190 out.flush();

Completed in 1985 milliseconds

1234567