Searched defs:flush (Results 1 - 25 of 370) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/pdf/
H A Dbackground.js29 function flush(viewId) { function
47 flush(streamDetails.viewId);
60 flush(request.viewId);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr.h84 (*flush)( struct pb_manager *mgr ); member in struct:pb_manager
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr.h84 (*flush)( struct pb_manager *mgr ); member in struct:pb_manager
/external/proguard/src/proguard/gui/
H A DTextAreaOutputStream.java48 public void flush() throws IOException method in class:TextAreaOutputStream
50 super.flush();
/external/chromium_org/third_party/npapi/npspy/common/
H A Dlogfile.cpp80 void CLogFile::flush() function in class:CLogFile
/external/chromium_org/ui/gl/
H A Dgl_fence.cc21 GLFence* CreateFence(bool flush) { argument
29 fence.reset(new GLFenceARB(flush));
32 fence.reset(new GLFenceEGL(flush));
35 fence.reset(new GLFenceNV(flush));
H A Dgl_fence_arb.cc12 GLFenceARB::GLFenceARB(bool flush) { argument
15 if (flush) {
H A Dgl_fence_nv.cc12 GLFenceNV::GLFenceNV(bool flush) { argument
26 if (flush) {
/external/eigen/bench/btl/generic_bench/static/
H A Dstatic_size_generator.hh33 std::cout << tab_sizes.back() << " \t" << std::flush; member in class:static_size_generator::std
/external/guava/guava/src/com/google/common/io/
H A DFlushables.java48 * thrown by the {@code flush} method
50 * {@link Flushable#flush} throws an {@code IOException}.
53 public static void flush(Flushable flushable, boolean swallowIOException) method in class:Flushables
56 flushable.flush();
68 * Equivalent to calling {@code flush(flushable, true)}, but with no
75 flush(flushable, true);
/external/okhttp/okio/src/main/java/okio/
H A DSink.java55 void flush() throws IOException; method in interface:Sink
/external/srec/srec/Semproc/include/
H A DSR_SemanticProcessor.h77 ESR_ReturnCode(*flush)(struct SR_SemanticProcessor_t* self); member in struct:SR_SemanticProcessor_t
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringWriter.java66 public void flush() { method in class:Support_StringWriter
/external/apache-http/src/org/apache/http/
H A DHttpClientConnection.java115 void flush() throws IOException; method in interface:HttpClientConnection
H A DHttpServerConnection.java98 void flush() method in interface:HttpServerConnection
/external/apache-http/src/org/apache/http/impl/io/
H A DContentLengthOutputStream.java101 this.out.flush();
105 public void flush() throws IOException { method in class:ContentLengthOutputStream
106 this.out.flush();
H A DIdentityOutputStream.java79 this.out.flush();
83 public void flush() throws IOException { method in class:IdentityOutputStream
84 this.out.flush();
/external/apache-http/src/org/apache/http/io/
H A DSessionOutputBuffer.java64 void flush() throws IOException; method in interface:SessionOutputBuffer
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DWriterChain.java38 * flush()
64 public void flush() throws IOException; method in interface:WriterChain
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DTeeOutputStream.java39 public void flush() method in class:TeeOutputStream
42 this.output1.flush();
43 this.output2.flush();
/external/chromium_org/build/android/
H A Dsymbolize.py76 def flush(self): member in class:Symbolizer
77 self._output.flush()
84 symbolizer.flush()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dspoken_list_builder.js27 cvox.SpokenListBuilder.prototype.flush = function(expectedText) {
45 * Adds an expected category-flush utterance to the builder.
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDecodedDataDocumentParser.cpp79 void DecodedDataDocumentParser::flush() function in class:blink::DecodedDataDocumentParser
92 String remainingData = m_decoder->flush();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFilePrintStream.cpp58 void FilePrintStream::flush() function in class:WTF::FilePrintStream
H A DPrintStream.cpp46 void PrintStream::flush() function in class:WTF::PrintStream

Completed in 4866 milliseconds

1234567891011>>