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

1234567891011>>

/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dwrite-to-stdout-and-stderr.py7 sys.stdout.flush()
10 sys.stderr.flush()
H A Dwrite-to-stderr.py7 sys.stderr.flush()
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dwrite-bad-encoding.py6 sys.stdout.flush()
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Draw_os_ostream.cpp22 flush();
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A Dargs-write.pl14 IO::Handle::flush(\*STDOUT);
H A Dargs-write-sleep-server.pl15 IO::Handle::flush(\*STDOUT);
/openbsd-current/gnu/llvm/lldb/examples/summaries/cocoa/
H A DLogger.py14 def flush(self): member in class:NopLogger
29 def flush(self): member in class:StdoutLogger
55 def flush(self): member in class:FileLogger
57 self.file.flush()
123 self.flush()
128 def flush(self): member in class:Logger
129 self.impl.flush()
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
H A DOneTest.py98 print('[ RUN ] FirstTest.subTestB', flush=True)
99 print('I am subTest B output', file=sys.stderr, flush=True)
100 print('[ FAILED ] FirstTest.subTestB (8 ms)', flush=True)
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format-respect-gtest-sharding-env-vars/DummySubDir/
H A DOneTest.py98 print('[ RUN ] FirstTest.subTestB', flush=True)
99 print('I am subTest B output', file=sys.stderr, flush=True)
100 print('[ FAILED ] FirstTest.subTestB (8 ms)', flush=True)
/openbsd-current/regress/sys/kern/sosplice/udp/
H A Dargs-write.pl17 IO::Handle::flush(\*STDOUT);
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.18.1.c37 /* Announce that I am done with my work. The first flush
39 * The second flush ensures that synch is made visible.
41 #pragma omp flush(work,synch)
43 #pragma omp flush(synch)
44 /* Wait for neighbor. The first flush ensures that synch is read
46 * The second flush ensures that work is read from memory, and
52 #pragma omp flush(synch)
54 #pragma omp flush(work,synch)
H A Da.19.1.c9 #pragma omp flush
21 /* a barrier implies a flush */
/openbsd-current/sys/dev/
H A Dmidi_if.h50 void (*flush)(void *); /* flush the output */ member in struct:midi_hw_if
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dostream-inst.cc44 template ostream& flush(ostream&);
63 template wostream& flush(wostream&);
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D33_defer_vs.t46 $o->flush;
62 $o->flush;
69 $o->flush;
80 $o->flush;
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-crash/DummySubDir/
H A DOneTest.py42 [ RUN ] FirstTest.subTestB""", flush=True)
43 print('I am about to crash', file=sys.stderr, flush=True)
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-sanitizer-error/DummySubDir/
H A DOneTest.py50 print('[ RUN ] FirstTest.subTestA', flush=True)
51 print('[ OK ] FirstTest.subTestA (8 ms)', flush=True)
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-selector-syslog.pl39 IO::Handle::flush(\*STDOUT);
43 IO::Handle::flush(\*STDOUT);
/openbsd-current/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DInstructionView.cpp28 InstrStream.flush();
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A Draw_sha1_ostream.h34 flush();
/openbsd-current/sys/lib/libz/
H A Ddeflate.h113 int last_flush; /* value of flush param for previous deflate call */
331 # define _tr_tally_lit(s, c, flush) \
336 flush = (s->sym_next == s->sym_end); \
338 # define _tr_tally_dist(s, distance, length, flush) \
346 flush = (s->sym_next == s->sym_end); \
349 # define _tr_tally_lit(s, c, flush) \
355 flush = (s->sym_next == s->sym_end); \
357 # define _tr_tally_dist(s, distance, length, flush) \
366 flush = (s->sym_next == s->sym_end); \
370 # define _tr_tally_lit(s, c, flush) flus
[all...]
/openbsd-current/lib/libz/
H A Ddeflate.h113 int last_flush; /* value of flush param for previous deflate call */
331 # define _tr_tally_lit(s, c, flush) \
336 flush = (s->sym_next == s->sym_end); \
338 # define _tr_tally_dist(s, distance, length, flush) \
346 flush = (s->sym_next == s->sym_end); \
349 # define _tr_tally_lit(s, c, flush) \
355 flush = (s->sym_next == s->sym_end); \
357 # define _tr_tally_dist(s, distance, length, flush) \
366 flush = (s->sym_next == s->sym_end); \
370 # define _tr_tally_lit(s, c, flush) flus
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dios_init.cc131 // Catch any exceptions thrown by basic_ostream::flush()
135 cout.flush();
136 cerr.flush();
137 clog.flush();
140 wcout.flush();
141 wcerr.flush();
142 wclog.flush();
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Diostream.h54 using std::flush;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Diostream.h54 using std::flush;

Completed in 326 milliseconds

1234567891011>>