HomeSort by relevance Sort by last modified time
    Searched full:checkpoint (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium/chrome/browser/history/
history_browsertest.cc 22 void Checkpoint(const char* message, const base::TimeTicks& start_time) {
162 Checkpoint("Before waiting for history to load", start_time);
164 Checkpoint("After waiting for history to load", start_time);
166 Checkpoint("After checking history", start_time);
169 Checkpoint("After NavigateToURL", start_time);
171 Checkpoint("After waiting for history backend to run", start_time);
173 Checkpoint("After second check", start_time);
184 Checkpoint("Before waiting for history to load", start_time);
186 Checkpoint("After waiting for history to load", start_time);
189 Checkpoint("After first NavigateToURL", start_time)
    [all...]
  /external/chromium/chrome/browser/ui/views/
find_bar_host_interactive_uitest.cc 28 void Checkpoint(const char* message, const base::TimeTicks& start_time) {
186 Checkpoint("Test starting", start_time);
194 Checkpoint("Navigate", start_time);
200 Checkpoint("Show Find bar", start_time);
205 Checkpoint("Search for 'a'", start_time);
214 Checkpoint("Delete 'a'", start_time);
223 Checkpoint("Close find bar", start_time);
229 Checkpoint("Show Find bar", start_time);
234 Checkpoint("Validate text", start_time);
240 Checkpoint("Close Find bar", start_time)
    [all...]
browser_actions_container_browsertest.cc 173 LOG(INFO) << "Checkpoint : "
  /frameworks/base/core/java/android/app/
IThumbnailReceiver.aidl 22 * System private API for receiving updated thumbnails from a checkpoint.
  /external/yaffs2/yaffs2/
yaffs_checkptrw.c 152 /* Erase all the blocks in the checkpoint area */
163 /* A checkpoint block list of 1 checkpoint block per 16 block is (hopefully)
197 checkpoint */
285 /* printf("read checkpoint page %d\n",dev->checkpointPage); */
339 T(YAFFS_TRACE_CHECKPOINT,(TSTR("checkpoint byte count %d" TENDSTR),
357 T(YAFFS_TRACE_CHECKPOINT,(TSTR("checkpoint invalidate"TENDSTR)));
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/replicaisland/src/com/replica/replicaisland/
AllocationGuard.java 21 * "checkpoint" memory scheme. After the static sGuardActive flag has been set, any further
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 35 "Unable to checkpoint \\Seen state",
imap_err.et 112 "Unable to checkpoint \\Seen state"
  /external/kernel-headers/original/linux/raid/
md_p.h 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */
153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */
157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */
158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */
160 __u32 recovery_cp; /* 11 recovery checkpoint sector count */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_p.h 152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */
153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */
157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */
158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */
160 __u32 recovery_cp; /* 11 recovery checkpoint sector count */
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 218 if (CheckPoint(hwnd, bounds.left, (bounds.top + bounds.bottom) / 2,
220 CheckPoint(hwnd, bounds.right - 1, (bounds.top + bounds.bottom) / 2,
222 CheckPoint(hwnd, (bounds.left + bounds.right) / 2, bounds.bottom - 1,
243 bool CheckPoint(HWND hwnd, int x, int y, DockInfo::Type type) {
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 451 private void checkpoint(boolean yield) throws InterruptedException { method in class:Vpn.LegacyVpnRunner
468 checkpoint(false);
475 checkpoint(true);
512 checkpoint(true);
528 checkpoint(true);
542 checkpoint(false);
558 checkpoint(true);
572 checkpoint(true);
616 checkpoint(false);
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 976 const char* checkpoint = message_start; local
    [all...]
  /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/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.
  /external/llvm/lib/Target/CellSPU/
SPUNopFiller.cpp 11 // checkpoint where nops and lnops are added to the instruction stream to
  /prebuilt/linux-x86/toolchain/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 */
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 190 // want the test passing while I checkpoint my CL. Technically speaking,
  /external/libvpx/examples/includes/geshi/geshi/
cobol.php 73 'CHECKPOINT', 'CLOSE', 'COMPUTE', 'CONTINUE', 'COPY',
tsql.php 58 'BREAK', 'BROWSE', 'BULK', 'BY', 'CALL', 'CASCADE', 'CASCADED', 'CASE', 'CAST', 'CATALOG', 'CHAR', 'CHARACTER', 'CHECK', '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/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...]
  /docs/source.android.com/src/source/
using-repo.md 89 When Gerrit receives the object data over its SSH server, it will turn each commit into a change so that reviewers can comment on each commit individually. To combine several "checkpoint" commits together into a single commit, use git rebase -i before you run repo upload.
  /external/qemu/block/
vvfat.c 56 static void checkpoint(void);
2850 static void checkpoint(void) { function
    [all...]

Completed in 812 milliseconds

1 2 3