Searched defs:snapshots (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc43 std::vector<linked_ptr<SyncSessionSnapshot> > snapshots; member in struct:browser_sync::SyncShareRecords
106 records.snapshots[i]->source.updates_source);
182 record->snapshots.push_back(make_linked_ptr(new SyncSessionSnapshot(
217 EXPECT_EQ(1U, records.snapshots.size());
219 records.snapshots[0]->source.types));
221 records.snapshots[0]->source.updates_source);
234 EXPECT_EQ(1U, records2.snapshots.size());
236 records2.snapshots[0]->source.types));
238 records2.snapshots[0]->source.updates_source);
258 EXPECT_EQ(1U, records.snapshots
[all...]
/external/qemu/block/
H A Dqcow2.h118 QCowSnapshot *snapshots; member in struct:BDRVQcowState
/external/v8/src/
H A Dprofile-generator.h501 // virtual node, e.g. root). To make heap snapshots more compact,
759 List<HeapSnapshot*>* snapshots() { return &snapshots_; } function in class:v8::internal::HeapSnapshotsCollection
777 // Mapping from snapshots' uids to HeapSnapshot* pointers.
803 // real heap objects and their representations in heap snapshots.
/external/valgrind/main/massif/
H A Dms_main.c40 // - do snapshots on client requests
55 // - With --stack=yes, want to add a stack trace for detailed snapshots so
86 // - (Andy Lin) Give a stack trace on detailed snapshots?
135 - can completely separate connection between snapshots and trees.
152 Number of snapshots: 50
153 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
208 // snapshots:
210 // is to always have a certain number of temporary snapshots around. So
214 // normal snapshots, a small fraction are detailed snapshots
1068 static Snapshot* snapshots; // Array of snapshots. variable
[all...]

Completed in 474 milliseconds