HomeSort by relevance Sort by last modified time
    Searched defs:snapshots (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 43 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.size())
    [all...]
  /external/qemu/block/
qcow2.h 118 QCowSnapshot *snapshots; member in struct:BDRVQcowState
  /external/v8/src/
profile-generator.h 496 // virtual node, e.g. root). To make heap snapshots more compact,
760 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.
    [all...]
  /external/valgrind/main/massif/
ms_main.c 40 // - 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)]
199 // "Snapshots" are recordings of the memory usage. There are two basic
206 // Snapshots are taken every so often. There are two storage classes of
207 // snapshots:
209 // is to always have a certain number of temporary snapshots around. S
1072 static Snapshot* snapshots; \/\/ Array of snapshots. variable
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 788 String snapshots = props.get(AvdManager.AVD_INI_SNAPSHOT_PRESENT); local
789 if (snapshots != null && snapshots.length() > 0) {
790 mSnapshotCheck.setSelection(snapshots.equals("true"));
    [all...]

Completed in 432 milliseconds