HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 701 - 725 of 1083) sorted by null

<<21222324252627282930>>

  /packages/apps/Camera2/src/com/android/camera/crop/
SaveImage.java 237 s.flush();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 390 out.flush();
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 595 outputStream.flush();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 347 dos.flush();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 313 public void flush() { method in class:BinaryDictionary
ExpandableBinaryDictionary.java 554 mBinaryDictionary.flush();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 352 binaryDictionary.flush();
362 binaryDictionary.flush();
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 96 out.flush();
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 335 bos.flush();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 325 ### Flush and close ###
327 def flush(self): member in class:IOBase
328 """Flush write buffers, if applicable.
338 """Flush and close the IO object.
344 self.flush()
706 # Flush the stream. We're mixing buffered I/O with lower-level I/O,
707 # and a flush may be necessary to synch both views of the current
709 self.flush()
717 ### Flush and close ###
719 def flush(self) member in class:_BufferedIOMixin
1115 def flush(self): member in class:BufferedWriter
1208 def flush(self): member in class:BufferedRWPair
1567 def flush(self): member in class:TextIOWrapper
    [all...]
xmllib.py 812 self.flush()
816 self.flush()
822 self.flush()
824 def flush(self): member in class:TestXMLParser
831 self.flush()
835 self.flush(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 425 self.stream.flush()
1144 def flush(self): member in class:BufferingHandler
1196 def flush(self): member in class:MemoryHandler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 325 ### Flush and close ###
327 def flush(self): member in class:IOBase
328 """Flush write buffers, if applicable.
338 """Flush and close the IO object.
344 self.flush()
706 # Flush the stream. We're mixing buffered I/O with lower-level I/O,
707 # and a flush may be necessary to synch both views of the current
709 self.flush()
717 ### Flush and close ###
719 def flush(self) member in class:_BufferedIOMixin
1115 def flush(self): member in class:BufferedWriter
1208 def flush(self): member in class:BufferedRWPair
1567 def flush(self): member in class:TextIOWrapper
    [all...]
xmllib.py 812 self.flush()
816 self.flush()
822 self.flush()
824 def flush(self): member in class:TestXMLParser
831 self.flush()
835 self.flush(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 425 self.stream.flush()
1144 def flush(self): member in class:BufferingHandler
1196 def flush(self): member in class:MemoryHandler
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 363 flush(); method
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 417 public void flush() { method in class:CollectTraceAction.StartActivityOutputReceiver
GLTraceOptionsDialog.java 384 prefs.flush();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 71 out.flush();
77 out.flush();
80 out.flush();
83 out.flush();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 337 oos.flush();
501 out.flush();
749 oos.flush();
789 oos.flush();
    [all...]
ObjectOutputStreamTest.java 601 * @tests java.io.ObjectOutputStream#flush()
604 // Test for method void java.io.ObjectOutputStream.flush()
608 oos.flush();
609 assertTrue("Failed to flush data", bao.size() > size);
633 oos.flush();
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 136 public void flush() throws IOException { method in class:FormatterTest.MockDestination
646 * @tests java.util.Formatter#flush()
654 f.flush();
663 f.flush();
701 f.flush();
    [all...]
PropertiesTest.java 158 ps.flush();
188 pw.flush();
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 680 clientStream.flush();
690 clientStream.flush();
742 out.flush();
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 111 writer.flush();
    [all...]

Completed in 844 milliseconds

<<21222324252627282930>>