Searched refs:Phase (Results 1 - 9 of 9) sorted by relevance

/external/llvm/utils/release/
H A Dtest-release.sh224 Phase="$1"
262 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
267 Phase="$1"
280 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
285 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
290 Phase="$1"
300 echo "# Compiling phase $Phase dragoneg
[all...]
/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.h166 enum Phase { enum in class:WebKit::WebWheelEvent
180 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifiers, double timestamp);
189 Phase phase() const { return static_cast<Phase>(m_phase); }
190 Phase momentumPhase() const { return static_cast<Phase>(m_momentumPhase); }
206 uint32_t m_phase; // Phase
207 uint32_t m_momentumPhase; // Phase
H A DWebWheelEvent.cpp52 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, Modifiers modifiers, double timestamp)
/external/webkit/Source/WebKit2/Shared/mac/
H A DWebEventFactory.mm188 static WebWheelEvent::Phase phaseForEvent(NSEvent *event)
202 return static_cast<WebWheelEvent::Phase>(phase);
208 static WebWheelEvent::Phase momentumPhaseForEvent(NSEvent *event)
240 return static_cast<WebWheelEvent::Phase>(phase);
1090 WebWheelEvent::Phase phase = phaseForEvent(event);
1091 WebWheelEvent::Phase momentumPhase = momentumPhaseForEvent(event);
/external/clang/include/clang/Driver/
H A DDriver.h355 /// \arg Phase on the \arg Input, taking in to account arguments
357 Action *ConstructPhaseAction(const ArgList &Args, phases::ID Phase,
/external/neven/
H A DAndroid.mk39 Embedded/common/src/b_BasicEm/Phase.c \
/external/clang/lib/Driver/
H A DDriver.cpp1161 phases::ID Phase = types::getCompilationPhase(InputType, i); local
1164 if (Phase > FinalPhase)
1168 if (Phase == phases::Link) {
1177 if (Phase == phases::Assemble && Current->getType() != types::TY_PP_Asm)
1181 Current.reset(ConstructPhaseAction(Args, Phase, Current.take()));
1201 Action *Driver::ConstructPhaseAction(const ArgList &Args, phases::ID Phase, argument
1205 switch (Phase) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.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 ...

Completed in 225 milliseconds