HomeSort by relevance Sort by last modified time
    Searched refs:Step (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-cordic.js 58 var Step;
65 for (Step = 0; Step < 12; Step++) {
68 NewX = X - (Y >> Step);
69 Y = (X >> Step) + Y;
71 CurrAngle += Angles[Step];
73 NewX = X + (Y >> Step);
74 Y = -(X >> Step) + Y;
76 CurrAngle -= Angles[Step];
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-cordic.js 58 var Step;
65 for (Step = 0; Step < 12; Step++) {
68 NewX = X - (Y >> Step);
69 Y = (X >> Step) + Y;
71 CurrAngle += Angles[Step];
73 NewX = X + (Y >> Step);
74 Y = -(X >> Step) + Y;
76 CurrAngle -= Angles[Step];
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-cordic.js 59 var Step;
66 for (Step = 0; Step < 12; Step++) {
69 NewX = X - (Y >> Step);
70 Y = (X >> Step) + Y;
72 CurrAngle += Angles[Step];
74 NewX = X + (Y >> Step);
75 Y = -(X >> Step) + Y;
77 CurrAngle -= Angles[Step];
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DeBlockPixel.c 35 * [in] Step Step between pixels q0 and q1
47 int Step, /* step between pixels q0 and q1 */
63 p3 = pQ0[-4*Step];
64 p2 = pQ0[-3*Step];
65 p1 = pQ0[-2*Step];
66 p0 = pQ0[-1*Step];
67 q0 = pQ0[ 0*Step];
68 q1 = pQ0[ 1*Step];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y 59 Step::Axis axis;
60 Step::NodeTest* nodeTest;
67 Step* step;
92 %type <step> Step
94 %type <step> DescendantOrSelf
99 %type <step> AbbreviatedStep
158 Step
166 RelativeLocationPath '/' Step
    [all...]
XPathStep.h 41 class Step : public ParseNode {
42 WTF_MAKE_NONCOPYABLE(Step);
95 Step(Axis, const NodeTest&);
96 Step(Axis, const NodeTest&, Vector<OwnPtr<Predicate> >&);
97 ~Step();
107 friend void optimizeStepPair(Step*, Step*, bool&);
119 void optimizeStepPair(Step*, Step*, bool& dropSecondStep);
XPathStep.cpp 42 Step::Step(Axis axis, const NodeTest& nodeTest)
48 Step::Step(Axis axis, const NodeTest& nodeTest, Vector<OwnPtr<Predicate> >& predicates)
55 Step::~Step()
59 void Step::optimize()
76 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep)
80 if (first->m_axis == Step::DescendantOrSelfAxi
    [all...]
XPathParser.cpp 51 typedef HashMap<String, Step::Axis> AxisNamesMap;
74 Step::Axis axis;
77 { "ancestor", Step::AncestorAxis },
78 { "ancestor-or-self", Step::AncestorOrSelfAxis },
79 { "attribute", Step::AttributeAxis },
80 { "child", Step::ChildAxis },
81 { "descendant", Step::DescendantAxis },
82 { "descendant-or-self", Step::DescendantOrSelfAxis },
83 { "following", Step::FollowingAxis },
84 { "following-sibling", Step::FollowingSiblingAxis }
    [all...]
XPathPath.h 38 class Step;
63 void appendStep(Step* step);
64 void insertFirstStep(Step* step);
69 Vector<Step*> m_steps;
XPathPath.cpp 124 Step* step = m_steps[i]; local
128 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
129 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/first_run/
step.h 27 class Step {
29 Step(const std::string& name,
32 virtual ~Step();
34 // Step shows its content.
37 // Called before hiding step.
40 // Called after step has been hidden.
53 // Called from OnBeforeHide. Step implementation could override this method to
57 // Called from OnAfterHide. Step implementation could override this method to
62 // Records time spent on step to UMA.
70 DISALLOW_COPY_AND_ASSIGN(Step);
    [all...]
step.cc 5 #include "chrome/browser/chromeos/first_run/step.h"
40 Step::Step(const std::string& name,
48 Step::~Step() { RecordCompletion(); }
50 void Step::Show() {
55 void Step::OnBeforeHide() {
60 void Step::OnAfterHide() {
65 gfx::Size Step::GetOverlaySize() const {
69 void Step::RecordCompletion()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/first_run/steps/
app_list_step.h 9 #include "chrome/browser/chromeos/first_run/step.h"
14 class AppListStep : public Step {
19 // Overriden from Step.
help_step.h 9 #include "chrome/browser/chromeos/first_run/step.h"
14 class HelpStep : public Step {
19 // Overriden from Step.
tray_step.h 9 #include "chrome/browser/chromeos/first_run/step.h"
14 class TrayStep : public Step {
19 // Overriden from Step.
app_list_step.cc 23 : Step(kAppListStep, shell_helper, actor) {
  /external/chromium_org/ui/gfx/animation/
animation_container_element.h 22 virtual void Step(base::TimeTicks time_now) = 0;
multi_animation_unittest.cc 23 // Step to 50, which is half way through the first part.
24 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(50));
27 // Step to 120, which is 20% through the second part.
28 as_element->Step(base::TimeTicks() +
33 // Step to 320, which is 20% through the second part.
34 as_element->Step(base::TimeTicks() +
52 // Step to 0. Because the start_time is 100, this should be 100ms into the
54 as_element->Step(base::TimeTicks());
57 // Step to 100, which is effectively 200ms into the animation.
58 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(100))
    [all...]
  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 223 wizard_->Step(SyncSetupWizard::GAIA_LOGIN);
246 wizard_->Step(SyncSetupWizard::GAIA_LOGIN);
268 wizard_->Step(SyncSetupWizard::GAIA_LOGIN);
282 wizard_->Step(SyncSetupWizard::GAIA_SUCCESS);
292 wizard_->Step(SyncSetupWizard::SETTING_UP); // No merge and sync.
293 wizard_->Step(SyncSetupWizard::DONE); // No merge and sync.
301 wizard_->Step(SyncSetupWizard::GAIA_LOGIN);
302 wizard_->Step(SyncSetupWizard::GAIA_SUCCESS);
303 wizard_->Step(SyncSetupWizard::CONFIGURE);
336 wizard_->Step(SyncSetupWizard::GAIA_LOGIN)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.h 48 struct Step {
49 Step(int step = 1, int stepBase = 0) : step(step), stepBase(stepBase) { }
50 int step; member in struct:WebCore::DateTimeNumericFieldElement::Step
65 DateTimeNumericFieldElement(Document&, FieldOwner&, const Range&, const Range& hardLimits, const String& placeholder, const Step& = Step());
98 const Step m_step;
DateTimeFieldElements.h 69 DateTimeHourFieldElementBase(Document&, FieldOwner&, const Range&, const Range& hardLimits, const Step&);
82 static PassRefPtr<DateTimeHour11FieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
85 DateTimeHour11FieldElement(Document&, FieldOwner&, const Range& hour23Range, const Step&);
96 static PassRefPtr<DateTimeHour12FieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
99 DateTimeHour12FieldElement(Document&, FieldOwner&, const Range& hour23Range, const Step&);
110 static PassRefPtr<DateTimeHour23FieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
113 DateTimeHour23FieldElement(Document&, FieldOwner&, const Range& hour23Range, const Step&);
124 static PassRefPtr<DateTimeHour24FieldElement> create(Document&, FieldOwner&, const Range&, const Step&);
127 DateTimeHour24FieldElement(Document&, FieldOwner&, const Range& hour23Range, const Step&);
138 static PassRefPtr<DateTimeMillisecondFieldElement> create(Document&, FieldOwner&, const Range&, const Step&)
    [all...]
  /external/chromium_org/ash/wm/
window_cycle_controller.cc 83 Step(direction);
86 // We're in the middle of an alt-tab cycle, just step forward.
87 Step(direction);
90 // This is a simple, single-step window cycle.
92 Step(direction);
104 cycle_list.Step(WindowCycleList::FORWARD);
119 void WindowCycleController::Step(Direction direction) {
121 windows_->Step(direction == FORWARD ? WindowCycleList::FORWARD :
  /external/chromium_org/sql/
statement_unittest.cc 55 EXPECT_FALSE(s.Step());
57 // Run should fail since this produces output, and we should use Step(). This
71 EXPECT_TRUE(s.Step());
74 EXPECT_FALSE(s.Step());
118 ASSERT_TRUE(s.Step());
120 ASSERT_FALSE(s.Step());
124 ASSERT_TRUE(s.Step());
126 EXPECT_FALSE(s.Step());
129 ASSERT_FALSE(s.Step());
  /external/chromium_org/chrome/browser/ui/autofill/
loading_animation.h 20 virtual void Step(base::TimeTicks time_now) OVERRIDE;
  /external/chromium_org/third_party/angle/src/compiler/
ForLoopUnroll.h 28 void Step();

Completed in 6192 milliseconds

1 2 3 4 5 6 7 8 910