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

1 23 4 5 6 7 8 91011>>

  /external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/
ListHandler.java 40 public void flush() { method in class:ListHandler
  /external/tensorflow/tensorflow/python/summary/writer/
event_file_writer.py 52 * `flush_secs`: How often, in seconds, to flush the added summaries
60 flush_secs: Number. How often, in seconds, to flush the
112 def flush(self): member in class:EventFileWriter
119 self._ev_writer.Flush()
127 self.flush()
143 flush_secs: How often, in seconds, to flush the
165 # Flush the event writer every so often.
168 self._ev_writer.Flush()
  /external/v8/src/
property.cc 99 os << "\n" << std::flush; member in class:v8::internal::std
  /frameworks/av/services/audioflinger/
SpdifStreamOut.cpp 104 int SpdifStreamOut::flush() function in class:android::SpdifStreamOut
107 return AudioStreamOut::flush();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DummyLogMessage.java 47 public void flush() { method in class:DummyLogMessage
  /hardware/libhardware/modules/sensors/dynamic_sensor/
BaseSensorObject.cpp 42 int BaseSensorObject::flush() { function in class:android::SensorHalExt::BaseSensorObject
  /libcore/ojluni/src/main/java/java/io/
OutputStream.java 122 * to be written out. The general contract of <code>flush</code> is
134 * The <code>flush</code> method of <code>OutputStream</code> does nothing.
138 public void flush() throws IOException { method in class:OutputStream
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
NullWriter.java 86 /** @see java.io.Writer#flush() */
87 public void flush() { method in class:NullWriter
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
single_dict_content.h 54 bool flush(FILE *const file) const { function in class:latinime::SingleDictContent
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectory.java 81 public void flush() throws IOException; method in interface:FsDirectory
FsFile.java 80 * Flush any possibly cached data to the disk.
84 public void flush() throws IOException; method in interface:FsFile
  /tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
IHostHealthAgent.java 27 * {@link IHostHealthAgent#flush} gets called.
38 public void flush(); method in interface:IHostHealthAgent
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiDispatcher.java 90 public void flush() throws IOException { method in class:MidiDispatcher
92 receiver.flush();
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiDispatcher.java 90 public void flush() throws IOException { method in class:MidiDispatcher
92 receiver.flush();
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiDispatcher.java 90 public void flush() throws IOException { method in class:MidiDispatcher
92 receiver.flush();
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiDispatcher.java 90 public void flush() throws IOException { method in class:MidiDispatcher
92 receiver.flush();
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiDispatcher.java 90 public void flush() throws IOException { method in class:MidiDispatcher
92 receiver.flush();
  /external/apache-http/src/org/apache/http/entity/
SerializableEntity.java 71 out.flush();
106 out.flush();
109 outstream.flush();
  /external/apache-http/src/org/apache/http/impl/io/
IdentityOutputStream.java 79 this.out.flush();
83 public void flush() throws IOException { method in class:IdentityOutputStream
84 this.out.flush();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 112 * Flush the stream. If the stream has saved any characters from the
115 * byte stream, flush it. Thus one flush() invocation will flush all the
120 public void flush() throws java.io.IOException method in class:WriterToASCI
122 m_os.flush();
127 * further write() or flush() invocations will cause an IOException to be
  /external/brotli/java/org/brotli/wrapper/enc/
BrotliOutputStream.java 49 public void flush() throws IOException { method in class:BrotliOutputStream
53 encoder.flush();
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLWriter.java 85 public void flush () method in class:HTMLWriter
91 m_out.flush ();
  /external/guava/guava-tests/test/com/google/common/io/
FlushablesTest.java 34 * IOExceptions on Flushable.flush() are not
35 * propagated out from the {@link Flushables#flush} method if {@code
55 // when the mock does throw an exception on flush.
62 // when the mock does throw an exception on flush.
70 // throw an exception on flush.
88 mockFlushable.flush();
95 // Flush the flushable using the Flushables, passing in the swallowException
97 // be thrown by Flushables.flush;
101 Flushables.flush(flushable, swallowException);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
FaultHidingSink.java 29 @Override public void flush() throws IOException { method in class:FaultHidingSink
32 super.flush();
  /external/okhttp/okio/okio/src/main/java/okio/
Okio.java 89 @Override public void flush() throws IOException { method in class:Okio
90 out.flush();

Completed in 546 milliseconds

1 23 4 5 6 7 8 91011>>