HomeSort by relevance Sort by last modified time
    Searched refs:flush (Results 1 - 25 of 4861) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
flush.s 1 # Test FLUSH instruction
3 flush [%g1 + %g2]
4 flush %g1 + %g2
5 flush [%g3]
6 flush %g3
7 flush [%g4 + 0x80]
8 flush %g4 + 0x80
9 flush [0x90 + %g5]
10 flush 0x90 + %g5
flush.d 3 #name: sparc FLUSH
10 0: 81 d8 40 02 flush \[ %g1 \+ %g2 \]
11 4: 81 d8 40 02 flush \[ %g1 \+ %g2 \]
12 8: 81 d8 c0 00 flush \[ %g3 \]
13 c: 81 d8 c0 00 flush \[ %g3 \]
14 10: 81 d9 20 80 flush \[ %g4 \+ 0x80 \]
15 14: 81 d9 20 80 flush \[ %g4 \+ 0x80 \]
16 18: 81 d9 60 90 flush \[ %g5 \+ 0x90 \]
17 1c: 81 d9 60 90 flush \[ %g5 \+ 0x90 \]
  /external/clang/test/OpenMP/
flush_messages.cpp 9 #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' cannot be an immediate substatement}
    [all...]
flush_ast_print.cpp 14 #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(a
    [all...]
flush_codegen.cpp 12 #pragma omp flush
13 #pragma omp flush(a)
20 #pragma omp flush
21 #pragma omp flush(a)
  /external/iproute2/ip/
routef 4 exec ip -4 ro flush scope global type unicast
8 echo "This script will flush the IPv4 routing table"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
system.s 2 # ld.c, st.c, flush, lock, unlock, intovr, trap
41 # Flush, no auto-increment.
42 flush 0(%r0)
43 flush 128(%r1)
44 flush 256(%r2)
45 flush 512(%r3)
46 flush 1024(%r4)
47 flush 4096(%r5)
48 flush 8192(%r6)
49 flush 16384(%r7
    [all...]
system.d 41 7c: 04 00 00 34 flush 0\(%r0\)
42 80: 84 00 20 34 flush 128\(%r1\)
43 84: 04 01 40 34 flush 256\(%sp\)
44 88: 04 02 60 34 flush 512\(%fp\)
45 8c: 04 04 80 34 flush 1024\(%r4\)
46 90: 04 10 a0 34 flush 4096\(%r5\)
47 94: 04 20 c0 34 flush 8192\(%r6\)
48 98: 04 40 e0 34 flush 16384\(%r7\)
49 9c: 04 c0 00 35 flush -16384\(%r8\)
50 a0: 04 e0 20 35 flush -8192\(%r9\
    [all...]
  /libcore/ojluni/src/main/java/java/io/
Flushable.java 32 * flush method is invoked to write any buffered output to the underlying
45 void flush() throws IOException; method in interface:Flushable
  /external/ImageMagick/Magick++/tests/
exceptions.cpp 24 cout.flush();
43 cout.flush();
49 cout.flush();
67 cout.flush();
73 cout.flush();
82 cout.flush();
88 cout.flush();
95 cout.flush();
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_iostream.i 5 %callback(1) flush;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
cache.s 9 .global flush
10 flush: label
11 flush[ p2 ];
12 FLUsH [SP++];
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 15 // basic_ostream& flush();
47 os.flush();
50 os.flush();
  /external/llvm/utils/lit/tests/Inputs/shtest-timeout/
infinite_loop.py 8 sys.stdout.flush() # Make sure the print gets flushed so it appears in lit output.
slow.py 8 sys.stdout.flush() # Make sure the print gets flushed so it appears in lit output.
  /frameworks/base/media/java/android/media/
IPlaybackConfigDispatcher.aidl 28 void dispatchPlaybackConfigChange(in List<AudioPlaybackConfiguration> configs, in boolean flush);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_iostream.i 5 %callback("%s") flush;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 15 // basic_ostream& flush();
47 os.flush();
50 os.flush();
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_alt.c 83 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/
utilities.h 21 # 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 ;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LogcatLogTest.java 53 logMessage.flush();
61 logMessage.flush();
69 logMessage.c(1).flush(); method
80 logMessage.c('%').flush(); method
88 logMessage.c(1).flush(); method
96 logMessage.c(1).flush(); method
104 logMessage.c(1).flush(); method
112 logMessage.c("hello").c("world").flush(); method
120 logMessage.c("hello").c("world").flush(); method
128 logMessage.c("hello").c("world").flush(); method
136 logMessage.c("hello world").c("more stuff").flush(); method
147 logMessage.c("hello world").c("more stuff").flush(); method
158 logMessage.c("hello world").c("more stuff").flush(); method
241 logMessage.c('\\t').c('\\\\').flush(); method
249 logMessage.c("hello\\t").c("big\\\\").flush(); method
258 logMessage.c("says hello").flush(); method
271 logMessage.c("says hello").flush(); method
285 logMessage.c("says hello").flush(); method
297 logMessage.c("says hello").flush(); method
309 logMessage.c("says hello").flush(); method
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidBufferedWriterTest.java 36 a.flush();
40 a.flush();
44 a.flush();
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
Pipe.java 51 public abstract void flush(); method in class:Pipe
  /external/llvm/lib/Support/
raw_os_ostream.cpp 23 flush();
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_os_ostream.cpp 23 flush();

Completed in 1262 milliseconds

1 2 3 4 5 6 7 8 91011>>