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

12345

/vbox/src/VBox/ValidationKit/tests/selftests/
H A DtdSelfTest1.py42 sys.stdout.flush();
/vbox/src/libs/zlib-1.2.6/examples/
H A Dfitblk.c75 int ret, flush; local
78 flush = Z_NO_FLUSH;
85 flush = Z_FINISH;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
98 int ret, flush; local
101 flush = Z_NO_FLUSH;
116 flush = Z_FINISH;
117 ret = deflate(def, flush);
H A Dzpipe.c38 int ret, flush; local
59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
67 ret = deflate(&strm, flush); /* no bad return value */
78 } while (flush != Z_FINISH);
/vbox/src/VBox/ValidationKit/testmanager/cgi/
H A Ddebuginfo.py53 oSrvGlue.flush();
H A Dadmin.py55 oSrvGlue.flush();
H A Dindex.py56 oSrvGlue.flush();
H A Dlogout.py63 oSrvGlue.flush()
H A Dlogout2.py66 oSrvGlue.flush();
H A Dtestboxdisp.py56 oSrvGlue.flush();
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIOutputStream.idl86 * Close the stream. Forces the output stream to flush any buffered data.
88 * @throws NS_BASE_STREAM_WOULD_BLOCK if unable to flush without blocking
96 * @throws NS_BASE_STREAM_WOULD_BLOCK if unable to flush without blocking
99 void flush();
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */
323 # define _tr_tally_lit(s, c, flush) \
328 flush = (s->last_lit == s->lit_bufsize-1); \
330 # define _tr_tally_dist(s, distance, length, flush) \
338 flush = (s->last_lit == s->lit_bufsize-1); \
341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
342 # define _tr_tally_dist(s, distance, length, flush) \
343 flush = _tr_tally(s, distance, length)
H A Ddeflate.c68 block_done, /* block flush performed */
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
663 int ZEXPORT deflate (strm, flush)
665 int flush;
667 int old_flush; /* value of flush para
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/public/
H A DipcITransactionService.idl169 * Sends a flush message to the Transaction Manager to remove all
180 * The domain, in the current namespace, to flush.
187 * @returns NS_OK if the flush message is sent to the Transaction Manager
194 void flush(in ACString aDomainName, in PRBool aLockingCall);
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxcommons.py58 Print out a message and flush stdout
62 sys.stdout.flush();
72 sys.stdout.flush()
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Drootless.h199 * flush Flush drawing updates for this frame to the screen.
202 (RootlessFrameID wid, Bool flush);
343 * flush If true, damaged areas are flushed to the screen.
345 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Drootless.h199 * flush Flush drawing updates for this frame to the screen.
202 (RootlessFrameID wid, Bool flush);
343 * flush If true, damaged areas are flushed to the screen.
345 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Drootless.h201 * flush Flush drawing updates for this frame to the screen.
204 (RootlessFrameID wid, Bool flush);
348 * flush If true, damaged areas are flushed to the screen.
350 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Drootless.h201 * flush Flush drawing updates for this frame to the screen.
204 (RootlessFrameID wid, Bool flush);
348 * flush If true, damaged areas are flushed to the screen.
350 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Drootless.h201 * flush Flush drawing updates for this frame to the screen.
204 (RootlessFrameID wid, Bool flush);
348 * flush If true, damaged areas are flushed to the screen.
350 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Drootless.h199 * flush Flush drawing updates for this frame to the screen.
202 (RootlessFrameID wid, Bool flush);
343 * flush If true, damaged areas are flushed to the screen.
345 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Drootless.h199 * flush Flush drawing updates for this frame to the screen.
202 (RootlessFrameID wid, Bool flush);
343 * flush If true, damaged areas are flushed to the screen.
345 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Drootless.h199 * flush Flush drawing updates for this frame to the screen.
202 (RootlessFrameID wid, Bool flush);
343 * flush If true, damaged areas are flushed to the screen.
345 void RootlessStopDrawing(WindowPtr pWindow, Bool flush);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
H A DInitializeFpu.S22 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
31 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
H A DInitializeFpu.S20 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
49 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestEnable.java40 System.out.flush();
41 System.err.flush();

Completed in 171 milliseconds

12345