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

<<21222324252627282930>>

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java 222 outputStream.flush();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOUtils.java 64 * Wherever possible, the methods in this class do <em>not</em> flush or close
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 127 fos.flush();
211 fos.flush();
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 155 mWriter.flush();
174 mWriter.flush();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/debug/
ExternalDictionaryGetterForDebug.java 162 outputStream.flush();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UsabilityStudyLogUtils.java 169 mWriter.flush();
211 mWriter.flush();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLog.java 115 mJsonWriter.flush();
209 /* package */ synchronized void flush() { method in class:ResearchLog
217 if (mJsonWriter != null) mJsonWriter.flush();
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java 141 os.flush();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 250 baos.flush();
  /packages/services/Telephony/src/com/android/phone/sip/
SipProfileDb.java 82 oos.flush();
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 89 def flush(self): pass member in class:Devnull
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 304 def flush(self): pass member in class:NullWriter
gzip.py 303 # If the EOF has been reached, flush the decompression object
307 uncompress = self.decompress.flush()
368 self.fileobj.write(self.compress.flush())
379 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): member in class:GzipFile
383 self.fileobj.write(self.compress.flush(zlib_mode))
384 self.fileobj.flush()
sgmllib.py 470 self.flush()
472 def flush(self): member in class:TestSGMLParser
479 self.flush()
486 self.flush()
496 self.flush()
500 self.flush()
504 self.flush()
508 self.flush()
513 self.flush()
smtpd.py 89 def flush(self): pass member in class:Devnull
socket.py 279 self.flush()
292 def flush(self): member in class:_fileobject
324 self.flush()
334 self.flush()
tempfile.py 557 def flush(self): member in class:SpooledTemporaryFile
558 self._file.flush()
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 89 def flush(self): pass member in class:Devnull
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 304 def flush(self): pass member in class:NullWriter
gzip.py 303 # If the EOF has been reached, flush the decompression object
307 uncompress = self.decompress.flush()
368 self.fileobj.write(self.compress.flush())
379 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): member in class:GzipFile
383 self.fileobj.write(self.compress.flush(zlib_mode))
384 self.fileobj.flush()
sgmllib.py 470 self.flush()
472 def flush(self): member in class:TestSGMLParser
479 self.flush()
486 self.flush()
496 self.flush()
500 self.flush()
504 self.flush()
508 self.flush()
513 self.flush()
smtpd.py 89 def flush(self): pass member in class:Devnull
socket.py 279 self.flush()
292 def flush(self): member in class:_fileobject
324 self.flush()
334 self.flush()
tempfile.py 557 def flush(self): member in class:SpooledTemporaryFile
558 self._file.flush()
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java 57 out.flush();
144 out.flush();

Completed in 559 milliseconds

<<21222324252627282930>>