Searched refs:flush (Results 1 - 25 of 1399) 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/llvm/utils/lit/tests/Inputs/shtest-timeout/
H A Dinfinite_loop.py8 sys.stdout.flush() # Make sure the print gets flushed so it appears in lit output.
H A Dslow.py8 sys.stdout.flush() # Make sure the print gets flushed so it appears in lit output.
/external/ImageMagick/Magick++/tests/
H A Dexceptions.cpp24 cout.flush();
43 cout.flush();
49 cout.flush();
67 cout.flush();
73 cout.flush();
82 cout.flush();
88 cout.flush();
95 cout.flush();
/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/llvm/lib/Support/
H A Draw_os_ostream.cpp23 flush();
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_os_ostream.cpp23 flush();
/external/webrtc/tools/perf/
H A Dperf_utils.py37 sys.stdout.flush()
/external/webrtc/webrtc/tools/e2e_quality/audio/perf/
H A Dperf_utils.py37 sys.stdout.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/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/caliper/caliper/src/main/java/com/google/caliper/worker/
H A DWorkerEventLog.java45 writer.flush();
50 writer.flush();
55 writer.flush();
61 writer.flush();
72 writer.flush();
78 writer.flush();
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DCountingOutputStream.java43 public void flush() throws IOException { method in class:CountingOutputStream
44 out.flush();
H A DFinishableWrapperOutputStream.java58 * Calls {@link java.io.OutputStream#flush() out.flush()}.
60 public void flush() throws IOException { method in class:FinishableWrapperOutputStream
61 out.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();
/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferedSinkTest.java88 sink.flush();
95 sink.flush();
103 sink.flush();
112 sink.flush();
119 sink.flush();
126 sink.flush();
134 sink.flush();
144 sink.flush();
153 sink.flush();
160 sink.flush();
[all...]

Completed in 1047 milliseconds

1234567891011>>