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

1 2 3 4 5 6 7 8 9

  /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...]
XPathPath.h 38 class Step;
63 void appendStep(Step* step);
64 void insertFirstStep(Step* step);
69 Vector<Step*> m_steps;
XPathStep.h 41 class Step : public ParseNode {
42 WTF_MAKE_NONCOPYABLE(Step);
79 Step(Axis, const NodeTest&, const Vector<Predicate*>& predicates = Vector<Predicate*>());
80 ~Step();
90 friend void optimizeStepPair(Step*, Step*, bool&);
102 void optimizeStepPair(Step*, Step*, bool& dropSecondStep);
XPathStep.cpp 42 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates)
49 Step::~Step()
55 void Step::optimize()
71 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep)
75 if (first->m_axis == Step::DescendantOrSelfAxis
76 && first->m_nodeTest.kind() == Step::NodeTest::AnyNodeTest
84 if (second->m_axis == Step::ChildAxis && second->predicatesAreContextListInsensitive())
    [all...]
XPathParser.cpp 52 typedef HashMap<String, Step::Axis> AxisNamesMap;
75 Step::Axis axis;
78 { "ancestor", Step::AncestorAxis },
79 { "ancestor-or-self", Step::AncestorOrSelfAxis },
80 { "attribute", Step::AttributeAxis },
81 { "child", Step::ChildAxis },
82 { "descendant", Step::DescendantAxis },
83 { "descendant-or-self", Step::DescendantOrSelfAxis },
84 { "following", Step::FollowingAxis },
85 { "following-sibling", Step::FollowingSiblingAxis }
    [all...]
XPathPath.cpp 125 Step* step = m_steps[i]; local
129 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
130 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis)
    [all...]
XPathParser.h 47 Step::Axis axis;
53 Token(int t, Step::Axis v): type(t), axis(v) { }
88 void registerNodeTest(Step::NodeTest*);
89 void deleteNodeTest(Step::NodeTest*);
122 HashSet<Step::NodeTest*> m_nodeTests;
  /external/chromium_org/ui/base/animation/
animation_container_element.h 22 virtual void Step(base::TimeTicks time_now) = 0;
multi_animation_unittest.cc 22 // Step to 50, which is half way through the first part.
23 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(50));
26 // Step to 120, which is 20% through the second part.
27 as_element->Step(base::TimeTicks() +
32 // Step to 320, which is 20% through the second part.
33 as_element->Step(base::TimeTicks() +
51 // Step to 0. Because the start_time is 100, this should be 100ms into the
53 as_element->Step(base::TimeTicks());
56 // Step to 100, which is effectively 200ms into the animation.
57 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(100))
    [all...]
slide_animation_unittest.cc 22 void Step(base::TimeTicks ticks) {
23 animation_->Step(ticks);
72 test_api.Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(50));
  /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...]
sync_setup_wizard.h 23 // (via Step) to the next state.
65 void Step(State advance_state);
  /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());
99 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 :
window_cycle_controller.h 41 // interprets this call as the start of a multi-step cycle sequence and
45 // Cycles between windows without maintaining a multi-step cycle sequence
50 // terminate the existing multi-step cycle.
64 void Step(Direction direction);
  /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/third_party/angle_dx11/src/compiler/
ForLoopUnroll.h 25 void Step();
  /external/chromium_org/chrome/browser/history/android/
android_urls_database_unittest.cc 54 ASSERT_TRUE(statement.Step());
59 ASSERT_TRUE(statement.Step());
64 EXPECT_FALSE(statement.Step());
  /external/chromium/chrome/browser/webdata/
web_database_migration_unittest.cc 192 if (!s.Step())
250 ASSERT_TRUE(s.Step());
260 ASSERT_TRUE(s2.Step());
526 ASSERT_TRUE(s3.Step());
552 ASSERT_TRUE(s.Step());
596 ASSERT_TRUE(s3.Step());
626 ASSERT_TRUE(s.Step());
717 while (s_profiles.Step()) {
728 while (s_credit_cards.Step()) {
777 ASSERT_TRUE(s.Step());
    [all...]
  /external/chromium/app/sql/
connection_unittest.cc 53 ASSERT_TRUE(s.Step());
66 ASSERT_TRUE(s.Step());
103 ASSERT_TRUE(s.Step());

Completed in 1367 milliseconds

1 2 3 4 5 6 7 8 9