Searched refs:Flush (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dbytestream.cpp27 void ByteSink::Flush() {} function in class:ByteSink
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dbytestream.h117 * Flush internal buffers.
119 * and require calling Flush() at the end of the stream.
120 * The ByteSink should be ready for further Append() calls after Flush().
121 * The default implementation of Flush() does nothing.
124 virtual void Flush();
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGNode.cpp86 case Flush:
H A DDFGVirtualRegisterAllocationPhase.cpp64 case Flush:
H A DDFGCPSRethreadingPhase.cpp88 case Flush:
162 case Flush:
243 case Flush:
271 // There is nothing wrong with having redundant Flush's. It just needs to
275 // Flush or a PhantomLocal if just before it the last use was a GetLocal would
329 // Head variable links may refer to Flush, PhantomLocal, Phi, or SetArgument.
333 // It may be a Flush, PhantomLocal, GetLocal, SetLocal, SetArgument, or Phi.
338 // Flush or PhantomLocal if nothing else interesting happened. Likewise, if
349 // Child of Flush: it may be a Phi from the current block or a SetLocal. For
359 // loading that nodes child (if it's a GetLocal, PhanomLocal, or Flush
[all...]
H A DDFGValidate.cpp129 // Unless I'm a Flush, Phantom, GetLocal, or Phi, my children should hasResult().
131 case Flush:
273 || edge->op() == Flush
284 || edge->op() == Flush);
301 case Flush:
365 case Flush:
H A DDFGSafeToExecute.h128 case Flush:
H A DDFGArgumentsSimplificationPhase.cpp149 case Flush:
270 case Flush: {
415 case Flush: {
H A DDFGSSAConversionPhase.cpp132 case Flush:
288 // - Flush loses its children and turns into a Phantom.
294 // variableAtTail[operand], which may be any of Flush, PhantomLocal, GetLocal,
340 case Flush: {
343 // This is only for Upsilons. An Upsilon will only refer to a Flush if
H A DDFGStackLayoutPhase.cpp54 // Flush, PhantomLocal).
69 case Flush:
H A DDFGBackwardsPropagationPhase.cpp197 case Flush: {
H A DDFGCFGSimplificationPhase.cpp274 nodeType = Flush;
H A DDFGNodeType.h71 macro(Flush, NodeMustGenerate | NodeDoesNotExit) \
H A DDFGCSEPhase.cpp937 case Flush:
1011 case Flush:
1245 case Flush: {
H A DDFGClobberize.h142 case Flush:
H A DDFGInPlaceAbstractState.cpp275 case Flush:
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dbytestream.h117 * Flush internal buffers.
119 * and require calling Flush() at the end of the stream.
120 * The ByteSink should be ready for further Append() calls after Flush().
121 * The default implementation of Flush() does nothing.
124 virtual void Flush();
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsInterface.h102 IOReturn (*Flush) member in struct:IOGraphicsAcceleratorInterfaceStruct
/macosx-10.10.1/IOGraphics-485/tools/
H A Dreadfb.c96 (*interface)->Flush(interface, kNilOptions);
/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs265 public override void Flush() method in class:DotZLib.GZipStream
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dstrtest.cpp336 // Verify that ByteSink is subclassable and Flush() overridable.
347 virtual void Flush() { Append("z", 1); } function in class:SimpleByteSink
361 sink.Flush();
363 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLCapabilities.cpp55 case Flush:
/macosx-10.10.1/vim-55/src/
H A Dmemfile.c60 * for Amiga Dos 2.0x we use Flush
681 * Flush() only exists for AmigaDos 2.0.
693 Flush(fp->ufbfh);
709 Flush(fh);
713 Flush(_devtab[mfp->mf_fd].fd);
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm105 Flush an I/O handle's output buffer.
/macosx-10.10.1/screen-22/screen/
H A Dextern.h284 extern void Flush __P((void));

Completed in 174 milliseconds

12