Searched refs:phase (Results 151 - 175 of 186) sorted by relevance

12345678

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp139 && paintInfo.phase == PaintPhaseForeground)
162 if (!paintInfo.shouldPaintWithinRoot(renderer()) || renderer()->style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseForeground)
H A DRenderTextControl.cpp668 if (m_placeholderVisible && paintInfo.phase == PaintPhaseForeground)
H A DRenderListMarker.cpp1107 if (paintInfo.phase != PaintPhaseForeground)
1116 overflowRect.inflate(maximalOutlineSize(paintInfo.phase));
H A DRenderFrameSet.cpp126 if (paintInfo.phase != PaintPhaseForeground)
H A DRenderTextControlSingleLine.cpp226 if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) {
H A DRenderLayer.cpp2721 paintInfo.phase = PaintPhaseFloat;
2723 paintInfo.phase = PaintPhaseForeground;
2726 paintInfo.phase = PaintPhaseChildOutlines;
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl402 We must perform the first phase of the pipeline explicitly since
/external/oprofile/events/x86-64/family10/
H A Dunit_masks239 0x02 Cycles in speculative phase
240 0x04 Cycles in non-speculative phase (including cache miss penalty)
/external/ppp/pppd/
H A Dpppd.h139 #define OPT_INITONLY 0x4000000 /* option can only be set in init phase */
220 extern int phase; /* Current state of link - see values below */
257 extern struct notifier *phasechange; /* for notifications of phase changes */
371 * Values for phase.
489 void new_phase __P((int)); /* signal start of new phase */
H A Dlcp.c401 if (phase != PHASE_DEAD && phase != PHASE_MASTER)
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h463 void drawBitmapPattern(SharedBitmap*, const FloatRect& tileRectIn, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize);
/external/v8/src/
H A Dhydrogen.cc733 HPhase phase("H_Canonicalize", this);
746 HPhase phase("H_Block ordering");
808 HPhase phase("H_Assign dominators", this);
827 HPhase phase("H_Propagate deoptimizing mark", this);
840 HPhase phase("H_Redundant phi elimination", this);
874 HPhase phase("H_Unreachable phi elimination", this);
1013 HPhase phase("H_Range analysis", graph_);
1474 // The Analyze phase of GVN can be called multiple times. Clear loop side
1851 HPhase phase("H_Infer representations", graph_);
1930 HPhase phase("H_Inferrin
[all...]
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex84 to be used in the next phase of the workload processing.
88 attempts to generate the same IOs seen during the sample workload phase.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/src/truetype/
H A Dttobjs.c743 exec->phase = 0;
/external/kernel-headers/original/linux/
H A Dinput.h1043 * @phase: 'horizontal' shift
1060 __u16 phase; member in struct:ff_periodic_effect
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... eclipse.equinox.internal.p2.engine.Phase[]) org.eclipse.equinox.internal.p2. ...
/external/libvorbis/doc/
H A D08-residue.tex11 represent spectral lines, spectral magnitude, spectral phase or
/external/v8/src/arm/
H A Dlithium-arm.cc443 HPhase phase("L_Mark empty blocks", this);
555 HPhase phase("L_Building chunk", chunk_);
1647 // representation change phase of Hydrogen.
/external/v8/src/mips/
H A Dlithium-mips.cc443 HPhase phase("L_Mark empty blocks", this);
555 HPhase phase("L_Building chunk", chunk_);
1648 // representation change phase of Hydrogen.
/external/v8/src/x64/
H A Dlithium-x64.cc385 HPhase phase("L_Mark empty blocks", this);
548 HPhase phase("L_Building chunk", chunk_);
1646 // representation change phase of Hydrogen.
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1840 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRectIn, const IntSize& origSourceSize)
1861 bmp->drawPattern(dc, transform, tileRectIn, patternTransform, phase, styleColorSpace, op, destRectIn, origSourceSize);
1839 drawBitmapPattern(SharedBitmap* bmp, const FloatRect& tileRectIn, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRectIn, const IntSize& origSourceSize) argument
/external/dropbear/libtommath/
H A Dbn.tex156 Each phase changes how the library is built and they are applied one after another respectively.
181 They can be enabled at any pass of the configuration phase.
1499 As in the case of Montgomery reduction there is a pre--computation phase required for a given modulus.

Completed in 601 milliseconds

12345678