HomeSort by relevance Sort by last modified time
    Searched full:checkpoint (Results 51 - 75 of 132) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/sqlite/src/src/
test2.c 190 ** Start a new checkpoint.
217 ** Rollback changes to a checkpoint
245 ** Commit changes to a checkpoint
wal.h 56 ** write to or checkpoint the WAL. sqlite3WalCloseSnapshot() closes the
main.c     [all...]
test_superlock.c 131 ** transactions may now be opened. Nor can a checkpoint be run, for the
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 402 base::TimeTicks checkpoint = base::TimeTicks::Now(); local
406 checkpoint2 - checkpoint);
408 checkpoint = checkpoint2;
412 checkpoint2 - checkpoint);
414 checkpoint = checkpoint2;
418 checkpoint2 - checkpoint);
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 463 base::TimeTicks checkpoint = base::TimeTicks::Now(); local
467 checkpoint2 - checkpoint);
469 checkpoint = checkpoint2;
473 checkpoint2 - checkpoint);
475 checkpoint = checkpoint2;
479 checkpoint2 - checkpoint);
    [all...]
  /external/apache-http/src/org/apache/http/conn/
ManagedClientConnection.java 192 * The connection will automatically clear the checkpoint when
194 * the next checkpoint has been reached.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
compiler_log_formatter.ipp 137 output << "last checkpoint";
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 342 // checkpoint in the stack during dependency building.
351 // checkpoint.
354 // Mark the last checkpoint as having cleared successfully, removing it from
358 // checkpoint won't be rolled back: if a checkpoint gets rolled back,
363 // Roll back the Tables to the state of the checkpoint at the top of the
449 struct CheckPoint {
450 explicit CheckPoint(const Tables* tables)
470 vector<CheckPoint> checkpoints_;
576 checkpoints_.push_back(CheckPoint(this))
593 const CheckPoint& checkpoint = checkpoints_.back(); local
    [all...]
  /external/chromium_org/components/breakpad/tools/
crash_service.cc 177 // The checkpoint file allows CrashReportSender to enforce the the maximum
256 VLOG(1) << "checkpoint is " << checkpoint_path.value()
  /external/chromium_org/third_party/sqlite/src/test/
wal.test 904 # The problem was that after performing a checkpoint using a connection
976 # Test that an error is returned if an attempt is made to checkpoint
1012 # After [db2] drops its lock, [db] may checkpoint the db.
1031 # API, an attempt is made to checkpoint all attached databases.
    [all...]
superlock.test 27 # write or checkpoint the db.
wal3.test 153 # Try to checkpoint the database using [db]. It should be possible to
154 # checkpoint everything except the table added by [db3] (checkpointing
157 # After [db2] has committed, a checkpoint can copy the entire log to the
408 # This can happen if a checkpoint is ongoing. In this case also simply
walthread.test 287 # Turn off auto-checkpoint. Otherwise, an auto-checkpoint run by a
288 # writer may cause the dedicated checkpoint thread to return an
wal2.test 370 # can perform a checkpoint, it does not transition into RECOVER state.
372 # UPDATE: This has now changed. When running a checkpoint, if recovery is
377 lappend expected_locks {1 1 lock exclusive} ;# Lock checkpoint
384 lappend expected_locks {1 1 unlock exclusive} ;# Unlock checkpoint
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.x 213 nis_error cp_status; /* Status of the checkpoint */
328 /* Checkpoint directory or table named */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 213 nis_error cp_status; /* Status of the checkpoint */
328 /* Checkpoint directory or table named */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 213 nis_error cp_status; /* Status of the checkpoint */
328 /* Checkpoint directory or table named */
  /external/chromium/chrome/browser/ui/views/
browser_actions_container_browsertest.cc 173 LOG(INFO) << "Checkpoint : "
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 190 // want the test passing while I checkpoint my CL. Technically speaking,
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cobol.php 73 'CHECKPOINT', 'CLOSE', 'COMPUTE', 'CONTINUE', 'COPY',
  /external/antlr/antlr-3.4/runtime/C/doxygen/
interop.dox 304 /// checkpoint. It will return a value type of #ANTLR3_MARKER which you can use as the
313 /// Rewinds the appropriate input stream back to the marked checkpoint returned from a prior
319 /// Rewinds the current input stream (character, tokens, tree nodes) back to the last checkpoint
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 403 buffers which we can un-checkpoint once this transaction
437 * transactions awaiting checkpoint.
622 /* Checkpoint list management */
  /external/yaffs2/yaffs2/
yaffs_guts.h 261 /* This block is assigned to holding checkpoint data.
545 int nCheckpointReservedBlocks; /* Blocks to reserve for checkpoint data */
646 int checkpointPageSequence; /* running sequence number of checkpoint pages */
  /external/kernel-headers/original/linux/
jbd.h 495 * buffers which we can un-checkpoint once this transaction commits)
550 * awaiting checkpoint. [j_list_lock]
859 /* Checkpoint list management */
    [all...]

Completed in 975 milliseconds

1 23 4 5 6