HomeSort by relevance Sort by last modified time
    Searched refs:Phase (Results 1 - 9 of 9) sorted by null

  /external/llvm/utils/release/
test-release.sh 58 echo " -no-compare-files Don't test that phase 2 and 3 files are identical."
224 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
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 166 enum Phase {
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); } function in class:WebKit::WebWheelEvent
190 Phase momentumPhase() const { return static_cast<Phase>(m_momentumPhase); }
206 uint32_t m_phase; // Phase
    [all...]
WebWheelEvent.cpp 52 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)
59 , m_phase(phase)
  /external/webkit/Source/WebKit2/Shared/mac/
WebEventFactory.mm 188 static WebWheelEvent::Phase phaseForEvent(NSEvent *event)
191 uint32_t phase = WebWheelEvent::PhaseNone;
192 if ([event phase] & NSEventPhaseBegan)
193 phase |= WebWheelEvent::PhaseBegan;
194 if ([event phase] & NSEventPhaseStationary)
195 phase |= WebWheelEvent::PhaseStationary;
196 if ([event phase] & NSEventPhaseChanged)
197 phase |= WebWheelEvent::PhaseChanged;
198 if ([event phase] & NSEventPhaseEnded)
199 phase |= WebWheelEvent::PhaseEnded
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 187 // which option we used to determine the final phase.
349 /// \arg Phase on the \arg Input, taking in to account arguments
351 Action *ConstructPhaseAction(const ArgList &Args, phases::ID Phase,
  /external/clang/lib/Driver/
Driver.cpp 128 // affect the phase, starting with the earliest phases, and record which
129 // option we used to determine the final phase.
    [all...]
  /external/neven/
Android.mk 39 Embedded/common/src/b_BasicEm/Phase.c \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 132 milliseconds