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

1 2 3 4

  /external/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/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...]
  /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/webkit/Source/WebCore/xml/
XPathGrammar.y 61 Step::Axis axis;
62 Step::NodeTest* nodeTest;
69 Step* step;
94 %type <step> Step
96 %type <step> DescendantOrSelf
101 %type <step> AbbreviatedStep
160 Step
168 RelativeLocationPath '/' Step
    [all...]
XPathPath.h 40 class Step;
65 void appendStep(Step* step);
66 void insertFirstStep(Step* step);
71 Vector<Step*> m_steps;
XPathStep.h 42 class Step : public ParseNode {
43 WTF_MAKE_NONCOPYABLE(Step); WTF_MAKE_FAST_ALLOCATED;
79 Step(Axis, const NodeTest& 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 44 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates)
51 Step::~Step()
57 void Step::optimize()
73 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep)
77 if (first->m_axis == Step::DescendantOrSelfAxis
78 && first->m_nodeTest.kind() == Step::NodeTest::AnyNodeTest
86 if (second->m_axis == Step::ChildAxis && second->predicatesAreContextListInsensitive())
    [all...]
XPathParser.cpp 54 typedef HashMap<String, Step::Axis> AxisNamesMap;
77 Step::Axis axis;
80 { "ancestor", Step::AncestorAxis },
81 { "ancestor-or-self", Step::AncestorOrSelfAxis },
82 { "attribute", Step::AttributeAxis },
83 { "child", Step::ChildAxis },
84 { "descendant", Step::DescendantAxis },
85 { "descendant-or-self", Step::DescendantOrSelfAxis },
86 { "following", Step::FollowingAxis },
87 { "following-sibling", Step::FollowingSiblingAxis }
    [all...]
XPathPath.cpp 117 Step* step = m_steps[i]; local
121 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
122 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis)
    [all...]
XPathParser.h 50 Step::Axis axis;
56 Token(int t, Step::Axis v): type(t), axis(v) {}
91 void registerNodeTest(Step::NodeTest*);
92 void deleteNodeTest(Step::NodeTest*);
125 HashSet<Step::NodeTest*> m_nodeTests;
  /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);
sync_setup_wizard.cc 22 void SyncSetupWizard::Step(State advance_state) {
  /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...]
autofill_table_unittest.cc 686 ASSERT_TRUE(s_home.Step());
689 EXPECT_FALSE(s_home.Step());
711 ASSERT_TRUE(s_billing.Step());
714 EXPECT_FALSE(s_billing.Step());
730 ASSERT_TRUE(s_billing_updated.Step());
735 EXPECT_FALSE(s_billing_updated.Step());
763 ASSERT_TRUE(s_billing_updated_2.Step());
768 EXPECT_FALSE(s_billing_updated_2.Step());
    [all...]
web_apps_table.cc 80 while (s.Step()) {
118 return (s.Step() && s.ColumnInt(0) == 1);
autofill_table.cc 161 while (s.Step()) {
186 while (s.Step()) {
208 while (s.Step()) {
230 while (s.Step()) {
455 while (s.Step())
482 while (s.Step()) {
574 if (s.Step()) {
592 if (s.Step()) {
692 while (s.Step())
721 while (s.Step()) {
    [all...]
logins_table_win.cc 63 if (s.Step()) {
  /external/chromium/app/sql/
connection_unittest.cc 53 ASSERT_TRUE(s.Step());
66 ASSERT_TRUE(s.Step());
103 ASSERT_TRUE(s.Step());
statement_unittest.cc 91 EXPECT_FALSE(s.Step());
93 // Run should fail since this produces output, and we should use Step(). This
107 EXPECT_TRUE(s.Step());
110 EXPECT_FALSE(s.Step());
statement.h 35 // if (s.Step())
38 // Step() and Run() just return true to signal success. If you want to handle
68 // Executes the statement, returning true on success. This is like Step but
73 // You can keep calling Step() until it returns false to iterate through all
76 // When Step returns false, the result is either that there is no more data
81 // while (s.Step()) {
85 bool Step();
  /external/chromium/chrome/browser/history/
visitsegment_database.cc 148 if (statement.Step())
172 if (statement.Step())
204 if (select.Step()) {
257 while (statement.Step()) {
311 if (statement2.Step()) {
365 while (select.Step()) {
url_database.cc 37 if (statement_.Step()) {
45 if (!statement_.Step())
96 if (statement.Step()) {
109 while (statement.Step()) {
125 if (!statement.Step())
333 while (statement.Step()) {
370 if (!statement.Step())
418 if (exist_statement.Step())
443 if (!statement.Step())
499 while (statement.Step()) {
    [all...]
visit_database.cc 102 while (statement.Step()) {
194 if (!statement.Step())
328 while (statement.Step()) {
355 if (!statement.Step())
401 if (!statement.Step())
427 if (!statement.Step())
467 if (!statement.Step()) {
481 if (!statement || !statement.Step() || statement.ColumnInt64(0) == 0) {
519 while (statement.Step()) {
multipart_uitest.cc 55 EXPECT_TRUE(statement.Step());

Completed in 550 milliseconds

1 2 3 4