HomeSort by relevance Sort by last modified time
    Searched refs:snapshot (Results 276 - 300 of 404) sorted by null

<<11121314151617

  /external/chromium_org/v8/tools/gyp/
v8_base.mipsel.host.linux-mips.mk 80 v8/src/heap-snapshot-generator.cc \
153 v8/src/snapshot-common.cc \
v8_base.arm.target.darwin-arm.mk 81 v8/src/heap-snapshot-generator.cc \
154 v8/src/snapshot-common.cc \
v8_base.arm.target.linux-arm.mk 81 v8/src/heap-snapshot-generator.cc \
154 v8/src/snapshot-common.cc \
v8_base.ia32.target.darwin-x86.mk 81 v8/src/heap-snapshot-generator.cc \
154 v8/src/snapshot-common.cc \
v8_base.ia32.target.linux-x86.mk 81 v8/src/heap-snapshot-generator.cc \
154 v8/src/snapshot-common.cc \
v8_base.mipsel.target.darwin-mips.mk 81 v8/src/heap-snapshot-generator.cc \
154 v8/src/snapshot-common.cc \
v8_base.mipsel.target.linux-mips.mk 81 v8/src/heap-snapshot-generator.cc \
154 v8/src/snapshot-common.cc \
  /external/v8/
Makefile 60 # snapshot=off
61 ifeq ($(snapshot), off)
  /external/v8/test/mjsunit/
elements-kind.js 32 // time sticks if built with snapshot. If --smi-only-arrays is deactivated
33 // by default, only a no-snapshot build actually has smi-only arrays enabled
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 621 for (BitmapHolder h : mBitmapHolderCache.snapshot().values()) {
645 for (Bitmap b : mBitmapCache.snapshot().values()) {
738 for (BitmapHolder holder : mBitmapHolderCache.snapshot().values()) {
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 138 sessions::SyncSessionSnapshot snapshot(dummy->TakeSnapshot());
139 event.snapshot = &snapshot;
    [all...]
syncapi.h 7 // local snapshot of a hierarchical object set; (2) a means to transactionally
773 const browser_sync::sessions::SyncSessionSnapshot* snapshot) = 0;
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 731 // constructed and forms a consistent snapshot of what needs to be sent to
857 // SaveChanges works by taking a consistent snapshot of the current Directory
859 // snapshot to the backing store under no transaction, and finally cleaning
917 // Constructs a consistent snapshot of the current Directory state and
918 // indices (by deep copy) under a ReadTransaction for use in |snapshot|.
920 void TakeSnapshotForSaveChanges(SaveChangesSnapshot* snapshot);
924 // |snapshot|. See SaveChanges() for more information.
925 void VacuumAfterSaveChanges(const SaveChangesSnapshot& snapshot);
928 // processed |snapshot| failed, for example, due to no disk space.
929 void HandleSaveChangesFailure(const SaveChangesSnapshot& snapshot);
    [all...]
  /external/libpcap/
pcap-dag.c 393 if (caplen > p->snapshot)
394 caplen = p->snapshot;
668 handle->snapshot = snaplen;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotView.js 41 this.element.classList.add("heap-snapshot-view");
175 if (this.constructorsDataGrid.snapshot)
395 if (dataGrid.snapshot)
480 this.retainmentDataGrid.setDataSource(nodeItem.isDeletedNode ? nodeItem.dataGrid.baseSnapshot : nodeItem.dataGrid.snapshot, nodeItem.snapshotNodeIndex);
530 if (dataGrid.snapshot)
542 if (dataGrid.snapshot !== snapshotProxy)
812 WebInspector.ProfileType.call(this, WebInspector.HeapSnapshotProfileType.TypeId, WebInspector.UIString("Take Heap Snapshot"));
831 return WebInspector.UIString("Take heap snapshot.");
878 return WebInspector.UIString("Heap snapshot profiles show memory distribution among your page's JavaScript objects and related DOM nodes.");
    [all...]
  /external/v8/src/
platform-win32.cc 1250 HANDLE snapshot = _CreateToolhelp32Snapshot( local
    [all...]
  /external/chromium_org/base/debug/
trace_event_unittest.cc 451 trackable.snapshot("world");
743 std::string snapshot; local
756 EXPECT_TRUE(item && item->GetString("args.snapshot", &snapshot));
757 EXPECT_EQ("hello", snapshot);
771 std::string snapshot; local
784 EXPECT_TRUE(item && item->GetString("args.snapshot", &snapshot));
785 EXPECT_EQ("world", snapshot);
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 84 CDBG("%s:dump snapshot frame to '%s'\n", __func__, bufp);
129 CDBG("Snapshot Dimension = %dX%d",fmt->width,fmt->height);
162 CDBG("%s:set raw snapshot format err=%d\n", __func__, rc);
212 CDBG("%s:no mem for snapshot buf\n", __func__);
241 CDBG("%s:reg snapshot buf err=%d\n", __func__, rc);
355 postviewframe = recvd_frame->snapshot.thumbnail.frame;
356 mainframe = recvd_frame->snapshot.main.frame;
435 mm_app_dump_snapshot_frame(bufs->snapshot.main.frame, pme->snapshot_buf.frame_len, TRUE, 0);
436 mm_app_dump_snapshot_frame(bufs->snapshot.thumbnail.frame, pme->thumbnail_buf.frame_len, FALSE, 0);
455 /* return buffer back for taking next snapshot */
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 1139 FieldValueMap snapshot; local
2647 const FieldValueMap snapshot = TakeUserInputSnapshot(); local
    [all...]
autofill_dialog_controller_impl.h 353 // Takes a snapshot of the newly inputted user data in |view_| (if it exists).
356 // Fills the detail inputs from a previously taken user input snapshot. Does
358 void RestoreUserInputFromSnapshot(const FieldValueMap& snapshot);
    [all...]
  /external/chromium_org/v8/
Makefile 73 # snapshot=off
74 ifeq ($(snapshot), off)
  /external/chromium_org/v8/test/mjsunit/
allocation-site-info.js 33 // time sticks if built with snapshot. If --smi-only-arrays is deactivated
34 // by default, only a no-snapshot build actually has smi-only arrays enabled
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 160 public CacheStats snapshot() {
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
remote_inspector_client.py 517 # We always want detailed v8 heap snapshot information.
520 # To actually request the snapshot data from a previously-taken snapshot,
521 # we need to specify the unique uid of the snapshot we want.
611 """Parses v8 heap snapshot data."""
619 """Parses raw v8 heap snapshot data and returns the summarized results.
621 The raw heap snapshot data is represented as a JSON object with the
622 following keys: 'snapshot', 'nodes', and 'strings'.
624 The 'snapshot' value provides the 'title' and 'uid' attributes for the
625 snapshot. For example
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 608 HeapProfileTable::Snapshot* HeapProfileTable::TakeSnapshot() {
609 Snapshot* s = new (alloc_(sizeof(Snapshot))) Snapshot(alloc_, dealloc_);
614 void HeapProfileTable::ReleaseSnapshot(Snapshot* s) {
615 s->~Snapshot();
619 // Callback from TakeSnapshot; adds a single entry to snapshot
621 Snapshot* snapshot) {
622 snapshot->Add(ptr, *v)
    [all...]

Completed in 1906 milliseconds

<<11121314151617