Home
last modified time | relevance | path

Searched refs:flush (Results 14376 – 14400 of 156554) sorted by relevance

1...<<571572573574575576577578579580>>...6263

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A Draw_ostream_test.cpp210 Str.flush(); in formatted_bytes_str()
221 Str.flush(); in format_bytes_with_ascii_str()
413 TiedStream.flush(); in TEST()
418 TiedStream.flush(); in TEST()
427 TiedStream.flush(); in TEST()
434 TiedStream.flush(); in TEST()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/symbolizer/
H A DSymbolizer.cpp276 SCOPE_EXIT { printer_->flush(); }; in printStackTrace()
311 void FastStackTracePrinter::flush() { in flush() function in folly::symbolizer::FastStackTracePrinter
312 printer_->flush(); in flush()
325 void SafeStackTracePrinter::flush() { in flush() function in folly::symbolizer::SafeStackTracePrinter
326 printer_.flush(); in flush()
375 SCOPE_EXIT { flush(); }; in printStackTrace()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/OpenMP/
H A Dops.mlir35 // CHECK: omp.flush
36 omp.flush
39 // CHECK: omp.flush([[ARG0]] : i32)
40 omp.flush(%arg0 : i32)
43 // CHECK: omp.flush([[ARG0]], [[ARG0]] : i32, i32)
44 omp.flush(%arg0, %arg0: i32, i32)
/dports/devel/libftdi1/libftdi1-1.5/examples/
H A Dpurge_test.c58 static int flush(int queue_selector);
420 flush(TCIOFLUSH); in main()
431 flush(TCIOFLUSH); in main()
433 flush(TCIOFLUSH); in main()
460 flush(flushQueueSelector[test]); in main()
617 static int flush(int queue_selector) in flush() function
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/py/_io/
H A Dterminalwriter.py57 def ansi_print(text, esc, file=None, newline=True, flush=False): argument
107 if flush:
108 file.flush()
294 def flush(self): member in WriteFile
379 fil.flush()
384 fil.flush()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_uvd_enc.c104 static void flush(struct radeon_uvd_encoder *enc) in flush() function
112 flush(enc); in radeon_uvd_enc_flush()
191 flush(enc); in radeon_uvd_enc_begin_frame()
220 flush(enc); in radeon_uvd_enc_end_frame()
233 flush(enc); in radeon_uvd_enc_destroy()
291 enc->base.flush = radeon_uvd_enc_flush; in radeon_uvd_create_encoder()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_loadimage.c176 static efi_status_t EFIAPI flush(struct efi_file_handle *this);
202 .flush = flush,
217 .flush = flush,
361 static efi_status_t EFIAPI flush(struct efi_file_handle *this) in flush() function
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/
H A Dlog.py480 self.flush = f.flush
549 util.untilConcludes(self.flush) # Hoorj!
611 def flush(self): member in StdioOnnaStick
677 def flush(self): member in NullFile
730 self.stderr.flush()
/dports/www/node10/node-v10.24.1/deps/v8/tools/testrunner/testproc/
H A Dprogress.py112 sys.stdout.flush()
147 sys.stdout.flush()
150 sys.stdout.flush()
153 sys.stdout.flush()
156 sys.stdout.flush()
223 sys.stdout.flush()
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/
H A Dtws.hxx45 std::cout << "uint8 version\n" << std::flush; in tws()
51 …<< "\r initializing queues " << (j/float(numVoxels)*100) << "% " << std::flush; in tws()
73 …r watersheds " << (voxelsProcessed/float(numVoxels)*100) << "% " << std::flush; in tws()
129 std::cout << "float version\n" << std::flush; in tws()
135 …<< "\r initializing queues " << (j/float(numVoxels)*100) << "% " << std::flush; in tws()
159 …r watersheds " << (voxelsProcessed/float(numVoxels)*100) << "% " << std::flush; in tws()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_loadimage.c176 static efi_status_t EFIAPI flush(struct efi_file_handle *this);
202 .flush = flush,
217 .flush = flush,
361 static efi_status_t EFIAPI flush(struct efi_file_handle *this) in flush() function
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_loadimage.c176 static efi_status_t EFIAPI flush(struct efi_file_handle *this);
202 .flush = flush,
217 .flush = flush,
361 static efi_status_t EFIAPI flush(struct efi_file_handle *this) in flush() function
/dports/sysutils/u-boot-rpi/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_loadimage.c176 static efi_status_t EFIAPI flush(struct efi_file_handle *this);
202 .flush = flush,
217 .flush = flush,
361 static efi_status_t EFIAPI flush(struct efi_file_handle *this) in flush() function
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/py/_io/
H A Dterminalwriter.py57 def ansi_print(text, esc, file=None, newline=True, flush=False): argument
107 if flush:
108 file.flush()
294 def flush(self): member in WriteFile
379 fil.flush()
384 fil.flush()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/pipes/
H A DBinaryProtocol.java208 public void flush() throws IOException { in flush() method in BinaryProtocol.TeeOutputStream
209 file.flush(); in flush()
210 out.flush(); in flush()
214 flush(); in close()
338 public void flush() throws IOException { in flush() method in BinaryProtocol
339 stream.flush(); in flush()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_loadimage.c176 static efi_status_t EFIAPI flush(struct efi_file_handle *this);
202 .flush = flush,
217 .flush = flush,
361 static efi_status_t EFIAPI flush(struct efi_file_handle *this) in flush() function
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_uvd_enc.c104 static void flush(struct radeon_uvd_encoder *enc) in flush() function
112 flush(enc); in radeon_uvd_enc_flush()
191 flush(enc); in radeon_uvd_enc_begin_frame()
220 flush(enc); in radeon_uvd_enc_end_frame()
233 flush(enc); in radeon_uvd_enc_destroy()
291 enc->base.flush = radeon_uvd_enc_flush; in radeon_uvd_create_encoder()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_loadimage.c176 static efi_status_t EFIAPI flush(struct efi_file_handle *this);
202 .flush = flush,
217 .flush = flush,
361 static efi_status_t EFIAPI flush(struct efi_file_handle *this) in flush() function
/dports/math/vtk8/VTK-8.2.0/IO/Image/
H A DvtkImageWriter.cxx236 file->flush(); in RecursiveWrite()
276 file->flush(); in RecursiveWrite()
308 file->flush(); in RecursiveWrite()
376 file->flush(); in RecursiveWrite()
391 file->flush(); in RecursiveWrite()
405 file->flush(); in RecursiveWrite()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_ostream.h134 _Self& flush() { in flush() function
189 _M_str.flush(); in ~sentry()
224 __str.tie()->flush(); in __init_bostr()
359 __os.flush(); in endl()
372 flush(basic_ostream<_CharT, _Traits>& __os) { in flush() function
373 __os.flush(); in flush()
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_ostream.h134 _Self& flush() { in flush() function
189 _M_str.flush(); in ~sentry()
224 __str.tie()->flush(); in __init_bostr()
359 __os.flush(); in endl()
372 flush(basic_ostream<_CharT, _Traits>& __os) { in flush() function
373 __os.flush(); in flush()
/dports/sysutils/u-boot-chip/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_loadimage.c176 static efi_status_t EFIAPI flush(struct efi_file_handle *this);
202 .flush = flush,
217 .flush = flush,
361 static efi_status_t EFIAPI flush(struct efi_file_handle *this) in flush() function
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_loadimage.c176 static efi_status_t EFIAPI flush(struct efi_file_handle *this);
202 .flush = flush,
217 .flush = flush,
361 static efi_status_t EFIAPI flush(struct efi_file_handle *this) in flush() function
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/py/_io/
H A Dterminalwriter.py57 def ansi_print(text, esc, file=None, newline=True, flush=False): argument
107 if flush:
108 file.flush()
258 def flush(self): member in WriteFile
343 fil.flush()
348 fil.flush()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/calculators/
H A Deanalyze.cc57 << " segments (pattern='" << seg_pattern_ << "')" << std::flush; in Evaluate()
62 << std::flush; in Evaluate()
66 << std::flush; in Evaluate()
77 << "... ... excited state " << state.ToString() << std::flush; in Evaluate()
82 << std::flush; in Evaluate()
90 << "... ... ... No pairs in topology. Skip ... " << std::flush; in Evaluate()

1...<<571572573574575576577578579580>>...6263