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

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
GwtWorkarounds.java 79 void flush() throws IOException; method in interface:ByteOutput
88 void flush() throws IOException; method in interface:CharOutput
106 public void flush() {} method
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
MethodRecorder.java 62 writer.flush();
  /external/jacoco/org.jacoco.examples.test/src/org/jacoco/examples/
ExecDumpTest.java 55 writer.flush();
  /external/jline/src/src/test/java/jline/example/
Example.java 85 out.flush();
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 75 void (*flush)( struct draw_stage *, member in struct:draw_stage
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
CAVLCWriter.java 94 flush(); method
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FrameWriter.java 50 void flush() throws IOException; method in interface:FrameWriter
  /external/okhttp/okio/okio/src/test/java/okio/
MockSink.java 56 @Override public void flush() throws IOException { method in class:MockSink
57 log.add("flush()");
  /external/owasp/sanitizer/src/tests/org/owasp/html/
VerboseTestRunner.java 59 out.flush();
67 out.flush();
  /external/python/cpython2/Lib/
StringIO.py 253 def flush(self): member in class:StringIO
254 """Flush the internal buffer
  /external/python/cpython2/Mac/Demo/sound/
morse.py 98 self.flush()
100 self.flush()
102 def flush(self): member in class:BufferedAudioDev
103 print 'flush: %d blocks, %d bytes' % (len(self._buffer), self._filled)
  /external/python/cpython2/Tools/framer/
example.py 52 def flush(self): member in class:cStringIO.InputType
  /external/skqp/src/atlastext/
SkInternalAtlasTextContext.cpp 86 void SkInternalAtlasTextContext::flush() { function in class:SkInternalAtlasTextContext
  /external/tensorflow/tensorflow/python/summary/writer/
writer.py 323 * `flush_secs`: How often, in seconds, to flush the added summaries
332 flush_secs: Number. How often, in seconds, to flush the
375 def flush(self): member in class:FileWriter
381 self.event_writer.flush()
  /external/testng/src/main/java/org/testng/remote/strprotocol/
SerializedMessageSender.java 26 oos.flush();
  /external/vogar/src/vogar/util/
MarkResetConsole.java 49 out.flush();
  /external/zlib/src/examples/
fitblk.c 75 int ret, flush; local
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 99 pw.flush();
120 public void flush() { method in class:AndroidHandler
121 // No need to flush, but must implement abstract method.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
OutputStreamTarget.java 59 mOutputStream.flush();
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 58 pw.flush();
  /frameworks/native/services/inputflinger/
InputListener.cpp 174 void QueuedInputListener::flush() { function in class:android::QueuedInputListener
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngOverlayPlane.cpp 180 bool TngOverlayPlane::flush(uint32_t flags) function in class:android::intel::TngOverlayPlane
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraQueue.cpp 94 flush();
334 * FUNCTION : flush
336 * DESCRIPTION: flush all nodes from the queue, queue will be empty after this
343 void QCameraQueue::flush(){ function in class:qcamera::QCameraQueue
377 * DESCRIPTION: flush only specific nodes, depending on
422 * DESCRIPTION: flush only specific nodes, depending on
  /hardware/qcom/gps/msm8909w_3100/android/
GnssBatching.cpp 100 Return<void> GnssBatching::flush() { function in class:android::hardware::gnss::V1_0::implementation::GnssBatching
  /hardware/qcom/gps/msm8998/android/
GnssBatching.cpp 100 Return<void> GnssBatching::flush() { function in class:android::hardware::gnss::V1_0::implementation::GnssBatching

Completed in 662 milliseconds

1 2 3 4 5 6 7 8 91011>>