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

1 2 34 5 6 7 8 9

  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 154 ExprAST *Start, *End, *Step, *Body;
157 ExprAST *step, ExprAST *body)
158 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
323 // The step value is optional.
324 ExprAST *Step = 0;
327 Step = ParseExpression();
328 if (Step == 0) return 0;
338 return new ForExprAST(IdName, Start, End, Step, Body);
572 // step = stepexp
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 169 ExprAST *Start, *End, *Step, *Body;
172 ExprAST *step, ExprAST *body)
173 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
351 // The step value is optional.
352 ExprAST *Step = 0;
355 Step = ParseExpression();
356 if (Step == 0) return 0;
366 return new ForExprAST(IdName, Start, End, Step, Body);
676 // step = stepexp
    [all...]
  /external/v8/src/
incremental-marking.h 110 Step(allocated * kFastMarking / kInitialAllocationMarkingFactor,
114 void Step(intptr_t allocated, CompletionAction action);
  /external/chromium/chrome/browser/history/
top_sites_database.cc 102 while (statement.Step()) {
287 if (!statement.Step())
311 if (select_statement.Step())
329 if (select_statement.Step())
history_database.cc 49 if (!url_count || !url_count.Step())
55 if (!visit_count || !visit_count.Step())
212 if (s.Step()) {
326 // the next step.
thumbnail_database.cc 311 if (!statement.Step())
348 if (select_statement.Step()) {
413 if (!statement.Step())
435 if (!statement.Step())
507 while (statement.Step()) {
554 return statement.Step();
  /external/chromium/chrome/browser/password_manager/
login_database.cc 147 while (s.Step()) {
323 while (s.Step()) {
354 while (s.Step()) {
392 while (s.Step()) {
  /external/chromium_org/ash/wm/
window_cycle_list.cc 40 void WindowCycleList::Step(Direction direction) {
55 // We're in a valid cycle, so step forward or backward.
  /external/chromium_org/chrome/browser/history/
in_memory_database.cc 97 if (visit_count.Step()) {
top_sites_database.cc 130 while (statement.Step()) {
305 if (!statement.Step())
323 if (select_statement.Step())
335 if (select_statement.Step())
  /external/chromium_org/chrome/browser/webdata/
token_service_table.cc 100 while (s.Step()) {
  /external/chromium_org/ui/base/animation/
animation_container.cc 69 // removed as part of invoking Step there aren't any problems.
76 (*i)->Step(current_time);
linear_animation.cc 74 void LinearAnimation::Step(base::TimeTicks time_now) {
multi_animation.cc 46 void MultiAnimation::Step(base::TimeTicks time_now) {
  /external/chromium/app/sql/
connection.cc 134 if (!dummy || !dummy.Step())
268 return statement.Step(); // Table exists if any row was returned.
283 while (statement.Step()) {
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 31 self.vlog('Error processing: ' + fileURL + ': step: ' +
39 [ // Step one, turn the url into an entry.
46 // Step two, turn the entry into a file.
51 // Step three, read the file header into a byte array.
59 // Step four, find the exif marker and read all exif data.
94 // Step five, parse the exif data.
144 // Step six, we're done.
  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 483 wizard_.Step(SyncSetupWizard::FATAL_ERROR);
537 wizard_.Step(AuthError::NONE == last_auth_error_.state() ?
560 wizard_.Step(SyncSetupWizard::SETUP_ABORTED_BY_PENDING_CLEAR);
639 wizard_.Step(SyncSetupWizard::ENTER_PASSPHRASE);
658 wizard_.Step(SyncSetupWizard::DONE);
682 // Force the wizard to step to the login screen (which will only actually
684 wizard_.Step(SyncSetupWizard::GAIA_LOGIN);
694 wizard_.Step(SyncSetupWizard::GAIA_LOGIN);
726 wizard_.Step(SyncSetupWizard::SYNC_EVERYTHING);
728 wizard_.Step(SyncSetupWizard::CONFIGURE)
    [all...]
  /external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc 191 ASSERT_TRUE(version_query.Step());
223 ASSERT_TRUE(version_query.Step());
233 ASSERT_FALSE(table_query.Step());
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 232 // Step 1: forward declarations.
262 // Step 2: method stubs.
323 // Step 3: RegisterNatives.
469 // Step 1: forward declarations.
479 // Step 2: method stubs.
481 // Step 3: RegisterNatives.
556 // Step 1: forward declarations.
570 // Step 2: method stubs.
572 // Step 3: RegisterNatives.
662 // Step 1: forward declarations
    [all...]
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database.cc 64 while (statement.Step()) {
121 if (statement.Step())
218 // We must use a unique statement here as we aren't going to step it.
277 while (statement.Step()) {
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 160 while (statement.Step()) {
176 while (statement.Step()) {
442 ASSERT_TRUE(statement->statement()->Step());
455 ASSERT_TRUE(statement->statement()->Step());
470 EXPECT_FALSE(statement->statement()->Step());
476 ASSERT_TRUE(statement->statement()->Step());
478 EXPECT_FALSE(statement->statement()->Step());
483 ASSERT_TRUE(statement->statement()->Step());
485 EXPECT_FALSE(statement->statement()->Step());
562 ASSERT_TRUE(statement->statement()->Step());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.cpp 69 DateTimeNumericFieldElement::Step createStep(double msPerFieldUnit, double msPerFieldSize) const;
139 || !stepRange().step().remainder(static_cast<int>(msPerSecond)).isZero();
161 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerHour * 12); local
162 RefPtr<DateTimeFieldElement> field = DateTimeHour11FieldElement::create(document, m_editElement, m_hour23Range, step);
172 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerHour * 12); local
173 RefPtr<DateTimeFieldElement> field = DateTimeHour12FieldElement::create(document, m_editElement, m_hour23Range, step);
183 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerDay) local
194 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerDay); local
205 DateTimeNumericFieldElement::Step step = createStep(msPerMinute, msPerHour); local
257 DateTimeNumericFieldElement::Step step = createStep(msPerSecond, msPerMinute); local
273 DateTimeNumericFieldElement::Step step = createStep(1, msPerSecond); local
    [all...]
  /external/chromium_org/webkit/browser/quota/
quota_database.cc 156 if (!statement.Step())
343 while (statement.Step()) {
372 while (statement.Step())
425 if (!statement.Step())
599 while (statement.Step()) {
622 while (statement.Step()) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 710 // to do is multiply by the inverse. Therefore, this step can be done at
714 // is done is by doing the multiplication step at a width of at least W + T
723 // a division step, whereas this formula only requires multiplies and shifts.
725 // It doesn't matter whether the subtraction step is done in the calculation
760 // We need at least W + T bits for the multiplication step
    [all...]

Completed in 3034 milliseconds

1 2 34 5 6 7 8 9