Searched refs:Step (Results 76 - 100 of 182) sorted by relevance

12345678

/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp155 ExprAST *Start, *End, *Step, *Body; member in class:__anon25453::ForExprAST
159 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
326 ExprAST *Step = 0;
329 Step = ParseExpression();
330 if (Step == 0) return 0;
340 return new ForExprAST(IdName, Start, End, Step, Body);
613 if (Step) {
614 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp170 ExprAST *Start, *End, *Step, *Body; member in class:__anon25454::ForExprAST
174 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
354 ExprAST *Step = 0;
357 Step = ParseExpression();
358 if (Step == 0) return 0;
368 return new ForExprAST(IdName, Start, End, Step, Body);
717 if (Step) {
718 StepVal = Step->Codegen();
/external/chromium_org/components/history/core/browser/
H A Din_memory_database.cc97 if (visit_count.Step()) {
/external/chromium_org/components/signin/core/browser/webdata/
H A Dtoken_service_table.cc99 while (s.Step()) {
/external/chromium_org/sql/
H A Dstatement.h32 // if (s.Step())
41 // Step() and Run() just return true to signal success. If you want to handle
70 // Executes the statement, returning true on success. This is like Step but
75 // You can keep calling Step() until it returns false to iterate through all
78 // When Step returns false, the result is either that there is no more data
83 // while (s.Step()) {
87 bool Step();
181 // Set after Step() or Run() are called, reset by Reset(). Used to
H A Dtransaction_unittest.cc32 count.Step();
H A Drecovery.cc361 while (s.Step()) {
522 if (!recovery_version.Step()) {
/external/chromium_org/ui/gfx/animation/
H A Danimation_container.cc70 // removed as part of invoking Step there aren't any problems.
77 (*i)->Step(current_time);
H A Dlinear_animation.cc74 void LinearAnimation::Step(base::TimeTicks time_now) { function in class:gfx::LinearAnimation
H A Dmulti_animation.cc46 void MultiAnimation::Step(base::TimeTicks time_now) { function in class:gfx::MultiAnimation
/external/chromium_org/chrome/browser/history/
H A Dthumbnail_database.cc183 if (statement.Step()) {
210 while (statement.Step()) {
581 if (!statement_.Step())
620 favicon_count.Step() ? favicon_count.ColumnInt(0) : 0);
654 while (statement.Step()) {
678 while (statement.Step()) {
711 if (!statement.Step())
811 if (!statement.Step())
828 if (!statement.Step())
921 while (statement.Step()) {
[all...]
H A Dshortcuts_database_unittest.cc117 EXPECT_TRUE(s.Step());
255 while (statement.Step()) {
295 while (statement.Step())
H A Dhistory_backend_android.cc79 if (!statement->statement()->Step())
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_database.cc64 while (statement.Step()) {
121 if (statement.Step())
275 while (statement.Step()) {
/external/clang/lib/Sema/
H A DSemaInit.cpp2748 void InitializationSequence::Step::Destroy() {
2843 Step S;
2854 Step S;
2866 Step S;
2873 Step S;
2884 Step S;
2895 Step S;
2915 Step S;
2924 Step S;
2933 Step
5263 PerformConstructorInitialization(Sema &S, const InitializedEntity &Entity, const InitializationKind &Kind, MultiExprArg Args, const InitializationSequence::Step& Step, bool &ConstructorInitRequiresZeroInit, bool IsListInitialization, SourceLocation LBraceLoc, SourceLocation RBraceLoc) argument
[all...]
/external/chromium_org/components/password_manager/core/browser/
H A Dlogin_database.cc291 while (s.Step()) {
314 while (usage_statement.Step()) {
341 while (sync_statement.Step()) {
620 while (s.Step()) {
679 while (s.Step()) {
712 while (s.Step()) {
750 while (s.Step()) {
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend_unittest.cc174 while (statement.Step()) {
190 while (statement.Step()) {
438 ASSERT_TRUE(statement->statement()->Step());
451 ASSERT_TRUE(statement->statement()->Step());
466 EXPECT_FALSE(statement->statement()->Step());
472 ASSERT_TRUE(statement->statement()->Step());
474 EXPECT_FALSE(statement->statement()->Step());
479 ASSERT_TRUE(statement->statement()->Step());
481 EXPECT_FALSE(statement->statement()->Step());
560 ASSERT_TRUE(statement->statement()->Step());
[all...]
H A Dandroid_urls_database.cc74 if (!statement.Step())
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc175 while (s.Step() && !cancelled()) {
243 while (s.Step() && !cancelled())
407 while (s.Step() && !cancelled()) {
469 if (s.Step()) {
494 } while (s.Step() && !cancelled());
645 while (s.Step()) {
669 while (s.Step() && !cancelled())
683 if (s.Step()) {
715 while (s.Step()) {
755 if (s.Step()) {
[all...]
H A Dnss_decryptor.cc257 while (s.Step()) {
273 while (s2.Step()) {
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeEditElement.cpp69 DateTimeNumericFieldElement::Step createStep(double msPerFieldUnit, double msPerFieldSize) const;
161 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerHour * 12);
172 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerHour * 12);
183 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerDay);
194 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerDay);
205 DateTimeNumericFieldElement::Step step = createStep(msPerMinute, msPerHour);
257 DateTimeNumericFieldElement::Step step = createStep(msPerSecond, msPerMinute);
273 DateTimeNumericFieldElement::Step step = createStep(1, msPerSecond);
416 DateTimeNumericFieldElement::Step DateTimeEditBuilder::createStep(double msPerFieldUnit, double msPerFieldSize) const
425 DateTimeNumericFieldElement::Step ste
[all...]
/external/chromium_org/storage/browser/quota/
H A Dquota_database.cc157 if (!statement.Step())
344 while (statement.Step()) {
373 while (statement.Step())
426 if (!statement.Step())
600 while (statement.Step()) {
622 while (statement.Step()) {
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tables.cc43 if (!statement->Step())
294 while (metadata_reader.Step()) {
430 if (statement.Step())
437 if (statement.Step())
H A Dautocomplete_action_predictor_table.cc37 if (!statement->Step())
254 if (!count_statement.is_valid() || !count_statement.Step())
/external/chromium_org/third_party/webrtc/base/
H A Dtaskrunner.cc75 tasks_[i]->Step();

Completed in 8943 milliseconds

12345678