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

1 2 34 5 6 7 8 9

  /external/chromium_org/v8/test/mjsunit/regress/
regress-fast-literal-transition.js 52 // Step 1: Optimize g() to contain a FAST_DOUBLE_ELEMENTS boilerplate.
57 // Step 2: Deoptimize g() and transition to FAST_ELEMENTS boilerplate.
60 // Step 3: Cause a GC while broken clone of boilerplate is on the heap,
  /external/llvm/lib/TableGen/
SetTheory.cpp 170 int Step = 1;
176 Step = II->getValue();
206 Step *= From <= To ? 1 : -1;
208 if (Step > 0 && From > To)
210 else if (Step < 0 && From < To)
225 From += Step;
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 155 ExprAST *Start, *End, *Step, *Body;
158 ExprAST *step, ExprAST *body)
159 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
325 // The step value is optional.
326 ExprAST *Step = 0;
329 Step = ParseExpression();
330 if (Step == 0) return 0;
340 return new ForExprAST(IdName, Start, End, Step, Body);
574 // step = stepexp
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 170 ExprAST *Start, *End, *Step, *Body;
173 ExprAST *step, ExprAST *body)
174 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
353 // The step value is optional.
354 ExprAST *Step = 0;
357 Step = ParseExpression();
358 if (Step == 0) return 0;
368 return new ForExprAST(IdName, Start, End, Step, Body);
678 // step = stepexp
    [all...]
  /external/chromium_org/chrome/browser/history/
in_memory_database.cc 97 if (visit_count.Step()) {
thumbnail_database.cc 183 if (statement.Step()) {
210 while (statement.Step()) {
507 // This step is possibly not worth the effort necessary to develop
585 if (!statement_.Step())
623 favicon_count.Step() ? favicon_count.ColumnInt(0) : 0);
657 while (statement.Step()) {
681 while (statement.Step()) {
714 if (!statement.Step())
814 if (!statement.Step())
831 if (!statement.Step())
    [all...]
shortcuts_database_unittest.cc 118 EXPECT_TRUE(s.Step());
256 while (statement.Step()) {
296 while (statement.Step())
  /external/chromium_org/components/signin/core/browser/webdata/
token_service_table.cc 99 while (s.Step()) {
  /external/chromium_org/sql/
statement.h 32 // 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
transaction_unittest.cc 32 count.Step();
recovery.cc 361 while (s.Step()) {
522 if (!recovery_version.Step()) {
  /external/chromium_org/ui/gfx/animation/
animation_container.cc 70 // removed as part of invoking Step there aren't any problems.
77 (*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_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.
275 while (statement.Step()) {
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 167 while (statement.Step()) {
183 while (statement.Step()) {
455 ASSERT_TRUE(statement->statement()->Step());
468 ASSERT_TRUE(statement->statement()->Step());
483 EXPECT_FALSE(statement->statement()->Step());
489 ASSERT_TRUE(statement->statement()->Step());
491 EXPECT_FALSE(statement->statement()->Step());
496 ASSERT_TRUE(statement->statement()->Step());
498 EXPECT_FALSE(statement->statement()->Step());
577 ASSERT_TRUE(statement->statement()->Step());
    [all...]
android_urls_database.cc 74 if (!statement.Step())
  /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 RefPtrWillBeRawPtr<DateTimeFieldElement> field = DateTimeHour11FieldElement::create(document, m_editElement, m_hour23Range, step);
172 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerHour * 12); local
173 RefPtrWillBeRawPtr<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/components/password_manager/core/browser/
login_database.cc 268 while (s.Step()) {
291 while (usage_statement.Step()) {
550 while (s.Step()) {
608 while (s.Step()) {
640 while (s.Step()) {
677 while (s.Step()) {
  /external/chromium_org/webkit/browser/quota/
quota_database.cc 157 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/
autocomplete_action_predictor_table.cc 37 if (!statement->Step())
254 if (!count_statement.is_valid() || !count_statement.Step())
  /external/chromium_org/chrome/utility/importer/
nss_decryptor.cc 252 while (s.Step()) {
268 while (s2.Step()) {
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAMBullet.js 36 // Step the scene
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_dispatcher.js 177 [ // Step one, find the parser matching the url.
192 // Step two, turn the url into an entry.
200 // Step three, turn the entry into a file.
205 // Step four, parse the file content.

Completed in 592 milliseconds

1 2 34 5 6 7 8 9