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

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/clover/core/
queue.cpp 45 _cl_command_queue::flush() { function in class:_cl_command_queue
55 // Flush and fence them.
56 pipe->flush(pipe, &fence);
  /external/srec/srec/Semproc/include/
SR_SemanticProcessor.h 73 * Flush the internals of the semantic processor
77 ESR_ReturnCode(*flush)(struct SR_SemanticProcessor_t* self); member in struct:SR_SemanticProcessor_t
104 * Flush the internals of the Semantic Processor
  /frameworks/native/services/sensorservice/
SensorInterface.h 51 virtual status_t flush(void* ident, int handle) { function in class:android::SensorInterface
79 virtual status_t flush(void* ident, int handle);
  /libcore/luni/src/main/java/java/io/
OutputStream.java 74 public void flush() throws IOException { method in class:OutputStream
BufferedOutputStream.java 80 * if an error occurs attempting to flush this stream.
83 public synchronized void flush() throws IOException { method in class:BufferedOutputStream
86 out.flush();
137 // flush the internal buffer first if we have not enough space left
Console.java 61 public void flush() { method in class:Console
62 writer.flush();
79 f.flush();
204 flush(); method
  /libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java 62 * Logs a record if necessary. A flush operation will be done.
70 super.flush();
StreamHandler.java 187 // Flush any existing data first.
188 this.flush();
222 this.writer.flush();
237 * this handler is written out. A flush operation and a subsequent close
251 public void flush() { method in class:StreamHandler
255 this.writer.flush();
257 this.os.flush();
  /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
DemuxOutputStream.java 69 public void flush() method in class:DemuxOutputStream
75 output.flush();
  /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
  /external/apache-http/src/org/apache/http/entity/
SerializableEntity.java 65 out.flush();
100 out.flush();
103 outstream.flush();
  /external/apache-http/src/org/apache/http/impl/io/
IdentityOutputStream.java 74 this.out.flush();
78 public void flush() throws IOException { method in class:IdentityOutputStream
79 this.out.flush();
ContentLengthOutputStream.java 96 this.out.flush();
100 public void flush() throws IOException { method in class:ContentLengthOutputStream
101 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/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLWriter.java 85 public void flush () method in class:HTMLWriter
91 m_out.flush ();
  /external/proguard/src/proguard/io/
DataEntryRewriter.java 62 writer.flush();
63 outputStream.flush();
  /external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionOutputBuffer.java 86 public void flush() throws IOException { method in class:LoggingSessionOutputBuffer
87 this.out.flush();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
CipherOutputStream.java 141 public void flush() method in class:CipherOutputStream
144 super.flush();
154 * <code>flush</code> method of this output stream.
184 flush(); method
  /external/guava/guava-tests/test/com/google/common/io/
AppendableWriterTest.java 52 @Override public void flush() { method in class:AppendableWriterTest.SpyAppendable
95 writer.flush();
119 writer.flush();
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
FaultRecoveringOutputStream.java 78 @Override public final void flush() throws IOException { method in class:FaultRecoveringOutputStream
84 out.flush();
  /external/smack/src/org/jivesoftware/smack/util/
ObservableWriter.java 47 public void flush() throws IOException { method in class:ObservableWriter
48 wrappedWriter.flush();
  /libcore/luni/src/test/java/libcore/java/io/
OutputStreamWriterTest.java 28 @Override public void flush() throws IOException { method in class:OutputStreamWriterTest.FlushCountingOutputStream
42 writer.flush();
52 // On flush/close, the writer needs to admit defeat and write the replacement character.
59 writer.flush();
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldErrorManagerTest.java 43 st.flush();
51 public void flush() {} method in class:OldErrorManagerTest.MockStream

Completed in 89 milliseconds

12 3 4 5 6 7 8 91011>>