HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 151 - 175 of 2652) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/services/backup/java/com/android/server/backup/utils/
DataStreamFileCodec.java 75 dataOutputStream.flush();
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
FileUtil.java 47 fos.flush();
  /frameworks/native/services/sensorservice/
SensorInterface.cpp 71 status_t HardwareSensor::flush(void* ident, int handle) { function in class:android::HardwareSensor
72 return mSensorDevice.flush(ident, handle);
  /frameworks/support/compat/src/main/java/androidx/core/util/
LogWriter.java 51 @Override public void flush() { method in class:LogWriter
  /hardware/libhardware/modules/sensors/dynamic_sensor/
DynamicSensorManager.cpp 110 int DynamicSensorManager::flush(int handle) { function in class:DynamicSensorManager
112 // submit a flush complete here
121 return operateSensor(handle, [] (sp<BaseSensorObject> s)->int {return s->flush();});
196 // special case of flush complete
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidBufferedOutputStreamTest.java 39 a.flush();
OldAndroidBufferedWriterTest.java 36 a.flush();
40 a.flush();
44 a.flush();
OldAndroidOutputStreamWriterTest.java 35 // We have to flush the OutputStreamWriter to guarantee
37 a.flush();
  /libcore/ojluni/src/main/java/java/io/
PipedOutputStream.java 159 public synchronized void flush() throws IOException { method in class:PipedOutputStream
  /libcore/ojluni/src/main/java/java/util/logging/
ConsoleHandler.java 117 flush(); method
121 * Override <tt>StreamHandler.close</tt> to do a flush but not
127 flush(); method
  /libcore/support/src/test/java/libcore/java/io/
NullPrintStream.java 35 public void flush() {} method in class:NullPrintStream
  /libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.java 48 public void flush() throws IOException { method in class:Support_ASimpleOutputStream
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
CopyUtils.java 37 * flush or close the streams. Often doing so would require making non-portable
278 * <code>OutputStream</code>, and flush the <code>OutputStream</code>.
290 // have to flush here.
291 out.flush();
301 * flush the <code>OutputStream</code>.
314 // have to flush here.
315 out.flush();
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
single_dict_content.h 73 bool flush(const char *const dictPath, const char *const contentFileNameSuffix) const { function in class:latinime::backward::v402::SingleDictContent
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbrecio.py 140 def flush(self): member in class:DBRecIO
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
OutputWindow.py 54 def flush(self): member in class:OutputWindow
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbrecio.py 140 def flush(self): member in class:DBRecIO
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
OutputWindow.py 54 def flush(self): member in class:OutputWindow
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer.go 72 return w.flush()
158 return w.flush()
161 func (w *Writer) flush() error { func
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer.go 72 return w.flush()
158 return w.flush()
161 func (w *Writer) flush() error { func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 140 def flush(self): member in class:DBRecIO
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 54 def flush(self): member in class:OutputWindow
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 140 def flush(self): member in class:DBRecIO
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 54 def flush(self): member in class:OutputWindow
  /system/extras/perfprofd/scripts/
perf_proto_json2sqlite.py 83 def flush(self): member in class:SqliteWriter
164 sql_out.flush()

Completed in 769 milliseconds

1 2 3 4 5 67 8 91011>>