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

  /external/qemu/block/
qcow2-snapshot.c 55 qemu_free(s->snapshots[i].name);
56 qemu_free(s->snapshots[i].id_str);
58 qemu_free(s->snapshots);
59 s->snapshots = NULL;
73 s->snapshots = NULL;
79 s->snapshots = qemu_mallocz(s->nb_snapshots * sizeof(QCowSnapshot));
85 sn = s->snapshots + i;
118 /* add at the end of the file a new list of snapshots */
129 /* compute the size of the snapshots */
132 sn = s->snapshots + i
    [all...]
qcow2.h 118 QCowSnapshot *snapshots; member in struct:BDRVQcowState
qcow2-refcount.c 722 /* snapshots and image creation */
744 /* update the refcounts of snapshots and the copied flag */
    [all...]
  /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/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_instance_view.css 15 .tcmalloc-instance-view #snapshots > * {
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
default_object_view.css 10 .default-object-instance-view #snapshots > * {
  /external/chromium_org/v8/src/
heap-profiler.cc 119 return snapshots_->snapshots()->length();
124 return snapshots_->snapshots()->at(index);
heap-snapshot-generator.h 295 List<HeapSnapshot*>* snapshots() { return &snapshots_; } function in class:v8::internal::HeapSnapshotsCollection
338 // real heap objects and their representations in heap snapshots.
  /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)]
200 // "Snapshots" are recordings of the memory usage. There are two basic
207 // Snapshots are taken every so often. There are two storage classes of
208 // snapshots:
210 // is to always have a certain number of temporary snapshots around. S
1068 static Snapshot* snapshots; \/\/ Array of snapshots. variable
    [all...]
  /external/v8/src/
heap-profiler.cc 143 return profiler->snapshots_->snapshots()->length();
150 return profiler->snapshots_->snapshots()->at(index);
profile-generator.h 501 // 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.
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 8 // TODO(eroman): The handling of "max" across snapshots is not correct.
10 // Secondly, we need to take into account the "max" of intermediary snapshots,
104 var TOGGLE_SNAPSHOTS_LINK_ID = 'snapshots-link';
105 var SNAPSHOTS_ROW = 'snapshots-row';
109 var SAVE_SNAPSHOTS_BUTTON_ID = 'save-snapshots-button';
337 * between two snapshots. Diffing numeric quantities generally
    [all...]
  /sdk/build/
tools.atree 68 sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.img
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 50 import com.android.browser.provider.SnapshotProvider.Snapshots;
62 Snapshots._ID,
63 Snapshots.TITLE,
64 Snapshots.VIEWSTATE_SIZE,
65 Snapshots.THUMBNAIL,
66 Snapshots.FAVICON,
67 Snapshots.URL,
68 Snapshots.DATE_CREATED,
94 View view = inflater.inflate(R.layout.snapshots, container, false);
126 Snapshots.CONTENT_URI, PROJECTION
    [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/chrome/test/functional/
perf_endure.py 255 results[policy] = json_data['snapshots']
257 results[policy] = json_data['policies'][policy]['snapshots']
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 270 SNAPSHOTS: 'snapshots',
    [all...]
mockdata.js     [all...]
  /external/valgrind/main/massif/tests/
culling2.stderr.exp 225 Massif: New time interval = 28064 (between snapshots 1 and 2)
378 Massif: New time interval = 59216 (between snapshots 48 and 49)
    [all...]
culling1.stderr.exp 225 Massif: New time interval = 64 (between snapshots 0 and 1)
428 Massif: New time interval = 128 (between snapshots 0 and 1)
443 Massif: skipped snapshots: 51
444 Massif: real snapshots: 150
445 Massif: detailed snapshots: 15
446 Massif: peak snapshots: 0
  /external/mksh/src/
Build.sh     [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /external/blktrace/btt/doc/
btt.tex     [all...]

Completed in 823 milliseconds