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

1234567891011>>

/external/clang/test/OpenMP/
H A Dflush_messages.cpp9 #pragma omp flush
11 #pragma omp flush untied // expected-error {{unexpected OpenMP clause 'untied' in directive '#pragma omp flush'}}
12 #pragma omp flush unknown // expected-warning {{extra tokens at the end of '#pragma omp flush' are ignored}}
14 #pragma omp flush // expected-error {{'#pragma omp flush' cannot be an immediate substatement}}
16 #pragma omp flush
19 #pragma omp flush // expected-error {{'#pragma omp flush' canno
[all...]
H A Dflush_ast_print.cpp14 #pragma omp flush
15 #pragma omp flush(a)
19 // CHECK-NEXT: #pragma omp flush
20 // CHECK-NEXT: #pragma omp flush (a)
22 // CHECK-NEXT: #pragma omp flush
23 // CHECK-NEXT: #pragma omp flush (a)
25 // CHECK-NEXT: #pragma omp flush
26 // CHECK-NEXT: #pragma omp flush (a)
31 #pragma omp flush
32 #pragma omp flush(
[all...]
H A Dflush_codegen.cpp12 #pragma omp flush
13 #pragma omp flush(a)
20 #pragma omp flush
21 #pragma omp flush(a)
/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/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp15 // basic_ostream& flush();
47 os.flush();
50 os.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/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketGenerator.java30 int flush() throws IOException; method in interface:WebSocketGenerator
/external/llvm/lib/Support/
H A Draw_os_ostream.cpp23 flush();
/external/libcxx/test/std/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/proguard/src/proguard/gui/
H A DTextAreaOutputStream.java47 public void flush() throws IOException method in class:TextAreaOutputStream
49 super.flush();
/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.java49 public void flush() method in class:TeeOutputStream
52 this.output1.flush();
53 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/guava/guava-tests/test/com/google/common/io/
H A DTestWriter.java45 flush(); // flush write to TestOutputStream to get its behavior
51 flush();
57 flush();
/external/jetty/src/java/org/eclipse/jetty/io/
H A DEndPoint.java66 * @param buffer The buffer to flush. This buffers getIndex is updated.
70 int flush(Buffer buffer) throws IOException; method in interface:EndPoint
81 * @param buffer The buffer to flush. This buffers getIndex is updated.
85 int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException; method in interface:EndPoint
153 public void flush() throws IOException; method in interface:EndPoint
/external/skia/experimental/tools/
H A DSkDmuxWStream.cpp15 fWStreams[i]->flush();
36 void SkDmuxWStream::flush() { function in class:SkDmuxWStream
38 fWStreams[i]->flush();
/external/okhttp/okio/okio/src/main/java/okio/
H A DForwardingSink.java38 @Override public void flush() throws IOException { method in class:ForwardingSink
39 delegate.flush();
H A DSink.java56 @Override void flush() throws IOException; method in interface:Sink
/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferedSinkTest.java84 sink.flush();
91 sink.flush();
99 sink.flush();
108 sink.flush();
115 sink.flush();
122 sink.flush();
130 sink.flush();
140 sink.flush();
149 sink.flush();
156 sink.flush();
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpServerConnection.java98 void flush() method in interface:HttpServerConnection
/external/libxml2/
H A Denc.h24 int xmlCharEncInput(xmlParserInputBufferPtr input, int flush);
/external/sonivox/arm-fm-22k/host_src/
H A Deas_report.c45 int flush = 0; variable
165 if (flush)
200 if (flush)
230 if (flush)
262 flush = flushAfterWrite;
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_report.c45 int flush = 0; variable
165 if (flush)
200 if (flush)
230 if (flush)
262 flush = flushAfterWrite;

Completed in 760 milliseconds

1234567891011>>