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

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dflush.pl10 ;# Usage: &flush(FILEHANDLE)
16 sub flush { subroutine
/macosx-10.9.5/swig-10/Lib/python/
H A Dstd_iostream.i5 %callback(1) flush;
/macosx-10.9.5/swig-10/Lib/ruby/
H A Dstd_iostream.i5 %callback("%s") flush;
H A Dstd_ios.i12 AUTODOC(flush, "Flush stream");
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/Sample/
H A Dsample-policy01.cf13 flush;
20 flush;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Draw_os_ostream.cpp23 flush();
/macosx-10.9.5/ruby-104/ruby/sample/pty/
H A Dscript.rb18 w_pty.flush
27 STDOUT.flush
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Ddlogd.rb14 @th = Thread.new { self.flush }
21 def flush method in class:Logger
25 @fp.flush
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/CyrusSasl/
H A DSaslOutputStream.java33 flush();
64 flush();
73 out.flush();
81 public synchronized void flush() throws IOException method in class:SaslOutputStream
95 out.flush();
104 flush();
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDecodedDataDocumentParser.cpp53 void DecodedDataDocumentParser::flush(DocumentWriter* writer) function in class:WebCore::DecodedDataDocumentParser
55 String remainingData = writer->createDecoderIfNeeded()->flush();
H A DDecodedDataDocumentParser.h46 // appendBytes and flush are used by DocumentWriter (the loader).
48 virtual void flush(DocumentWriter*);
/macosx-10.9.5/network_cmds-433/natd.tproj/
H A Dnatd.test9 ipfw flush
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tcltklib/
H A Dlines2.rb10 $stdout.flush
25 $stdout.flush
H A Dlines3.rb10 $stdout.flush
25 $stdout.flush
H A Dlines4.rb10 $stdout.flush
25 $stdout.flush
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dclnt.rb12 STDOUT.flush
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/encoder/
H A Ddummy_inflate.c3 int ZEXPORT inflate(strm, flush)
5 int flush;
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCodecLatin1.h38 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
H A DTextCodecUserDefined.h38 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
H A DTextCodecICU.h48 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
57 const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err);
/macosx-10.9.5/libxml2-26/libxml2/
H A Denc.h24 int xmlCharEncInput(xmlParserInputBufferPtr input, int flush);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dcanvas_sqmap.rb30 def flush method in class:Tk.Widget.Canvas_Sqmap
31 tk_send('flush')
/macosx-10.9.5/zlib-53/zlib/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);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dpipe.test40 flush stdout ;# Not going to exec, must clean up the buffers.
41 flush stderr
70 flush $writeChan
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DGraphicsContextPlatformPrivateCG.h58 void flush() {} function in class:WebCore::GraphicsContextPlatformPrivate
72 void flush();

Completed in 208 milliseconds

1234567891011>>