Searched refs:flush (Results 1 - 25 of 1424) sorted by relevance

1234567891011>>

/external/iproute2/ip/
H A Droutef4 exec ip -4 ro flush scope global type unicast
8 echo "This script will flush the IPv4 routing table"
/external/chromium_org/third_party/WebKit/ManualTests/eventsource/
H A Deventsource-loader-buffering.php10 flush();
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp15 // basic_ostream& flush();
47 os.flush();
50 os.flush();
/external/stlport/stlport/using/h/
H A Dostream.h4 using _STLP_OLD_IO_NAMESPACE::flush;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_alt.c83 assert(mgr->provider1->flush);
84 if(mgr->provider1->flush)
85 mgr->provider1->flush(mgr->provider1);
87 assert(mgr->provider2->flush);
88 if(mgr->provider2->flush)
89 mgr->provider2->flush(mgr->provider2);
115 mgr->base.flush = pb_alt_manager_flush;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_alt.c83 assert(mgr->provider1->flush);
84 if(mgr->provider1->flush)
85 mgr->provider1->flush(mgr->provider1);
87 assert(mgr->provider2->flush);
88 if(mgr->provider2->flush)
89 mgr->provider2->flush(mgr->provider2);
115 mgr->base.flush = pb_alt_manager_flush;
/external/eigen/bench/btl/generic_bench/utils/
H A Dutilities.h21 # define HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ;
23 # define PYSCRIPT(chain) {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;}
43 cerr << flush;\
50 cout << flush ;\
57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ;
66 #define REPERE cout<<flush ; cerr << " --------------" << endl << flush ;
/external/chromium_org/chrome/browser/resources/pdf/
H A Dbackground.js29 function flush(viewId) { function
47 flush(streamDetails.viewId);
60 flush(request.viewId);
/external/arduino/hardware/arduino/cores/arduino/
H A DStream.h32 virtual void flush() = 0;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFrontendChannel.h38 virtual void flush() = 0;
/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_nv.cc12 GLFenceNV::GLFenceNV(bool flush) { argument
26 if (flush) {
H A Dgl_fence_arb.h17 GLFenceARB(bool flush);
H A Dgl_fence_nv.h17 GLFenceNV(bool flush);
/external/llvm/lib/Support/
H A Draw_os_ostream.cpp23 flush();
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A Dflush.pass.cpp16 // basic_ostream<charT,traits>& flush(basic_ostream<charT,traits>& os);
47 flush(os);
54 flush(os);
/external/lldb/examples/summaries/cocoa/
H A DLogger.py13 def flush(self): member in class:NopLogger
27 def flush(self): member in class:StdoutLogger
51 def flush(self): member in class:FileLogger
53 self.file.flush()
112 self.flush()
117 def flush(self): member in class:Logger
118 self.impl.flush()
/external/apache-http/src/org/apache/http/impl/io/
H A DIdentityOutputStream.java79 this.out.flush();
83 public void flush() throws IOException { method in class:IdentityOutputStream
84 this.out.flush();
/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/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/chromium-trace/trace-viewer/src/tracing/
H A Dfast_rect_renderer.js26 * Make sure to flush the trackRenderer before finishing drawing in order
63 this.flush();
71 * The drawing operation may not take effect until flush is called.
79 this.flush();
91 this.flush();
101 flush: function() {
/external/proguard/src/proguard/gui/
H A DTextAreaOutputStream.java48 public void flush() throws IOException method in class:TextAreaOutputStream
50 super.flush();
/external/apache-http/src/org/apache/http/
H A DHttpServerConnection.java98 void flush() method in interface:HttpServerConnection
/external/chromium_org/third_party/npapi/npspy/include/
H A Dlogfile.h56 void flush();
/external/libxml2/
H A Denc.h24 int xmlCharEncInput(xmlParserInputBufferPtr input, int flush);

Completed in 947 milliseconds

1234567891011>>