/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccController.java | 237 pw.flush();
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiAutomatorBridge.java | 118 bos.flush();
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofWriter.java | 75 out.flush();
|
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetDecoder.java | 42 * <li>invoking the {@link #flush(CharBuffer) flush} method to flush the 189 continue; // No point trying to flush to an already-full buffer. 194 result = flush(out); 415 * During the flush, the output buffer's position will be changed 425 public final CoderResult flush(CharBuffer out) { method in class:CharsetDecoder
|
CharsetEncoder.java | 43 * returned to indicate the current state. The caller should fill the input buffer, flush 48 * <li>Invoke {@link #flush(ByteBuffer)} to flush remaining output.</li> 261 continue; // No point trying to flush to an already-full buffer. 266 result = flush(out); 450 * During the flush, the output buffer's position will be changed 460 public final CoderResult flush(ByteBuffer out) { method in class:CharsetEncoder
|
/libcore/luni/src/main/java/java/util/logging/ |
Handler.java | 151 * Closes this handler. A flush operation will be performed and all the 160 public abstract void flush(); method in class:Handler
|
/libcore/luni/src/main/java/java/util/prefs/ |
Preferences.java | 47 * The {@code flush()} and {@code sync()} methods force the back-end to 51 * {@code flush()} or {@code sync()} method returns. Please note that if the JVM 222 public abstract void flush() throws BackingStoreException; method in class:Preferences 702 * necessarily be persisted until the method {@code flush()} is invoked. 791 * flush()} is invoked. [all...] |
/libcore/luni/src/main/java/libcore/reflect/ |
AnnotationMember.java | 314 oos.flush();
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldDataOutputStreamTest.java | 53 os.flush(); 60 assertEquals("Test 3: Failed to flush correctly;", 9087589, c); 65 os.flush();
|
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();
|
OldPipedWriterTest.java | 159 // Test for method void java.io.PipedWriter.flush() 161 readerThread = new Thread(reader = new PReader(pw), "flush"); 164 pw.flush(); 165 assertEquals("Test 1: Flush failed. ", testString,
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherOutputStream1Test.java | 69 cos.flush(); 87 cos.flush(); 103 cos.flush(); 127 cos.flush(); 160 * flush() method testing. Tests that method flushes the data to the 168 cos.flush(); 171 fail("CipherOutputStream did not flush the data."); 187 fail("CipherOutputStream did not flush the data.");
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
InvocationTargetExceptionTest.java | 282 pw.flush(); // Test will fail if this line removed.
|
/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
SerializationTest.java | 154 oos.flush();
|
/libcore/support/src/test/java/tests/support/resource/ |
Support_Resources.java | 194 out.flush();
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
ResolveCache.java | 77 // Register for package-changes so that we can flush our cache 88 private synchronized static void flush() { method in class:ResolveCache 98 flush();
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ContactPhotoUtils.java | 111 out.flush();
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
MailTransport.java | 274 out.flush();
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Serializer.java | 95 mOutput.flush();
|
/packages/apps/Gallery/src/com/android/camera/ |
PhotoAppWidgetProvider.java | 131 out.flush();
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllAppsList.java | 113 mIconCache.flush();
|
IconCache.java | 143 public void flush() { method in class:IconCache
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Stats.java | 148 mLog.flush(); // TODO: delayed writes
|
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/ |
TagCanon.java | 91 out.flush();
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeBodyPart.java | 203 writer.flush();
|