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

1 2

  /external/qemu/block/
qcow2-snapshot.c 55 g_free(s->snapshots[i].name);
56 g_free(s->snapshots[i].id_str);
58 g_free(s->snapshots);
59 s->snapshots = NULL;
73 s->snapshots = NULL;
79 s->snapshots = g_malloc0(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-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/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
1040 static Snapshot* snapshots; \/\/ Array of snapshots. variable
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 188 for timestamp_str in req_vars['snapshots']:
234 # The resulting profile will consist of 1+ snapshots (depending on the number
240 snapshots = collections.OrderedDict((time, classifier.Classify(dump, rules))
246 profile_id = _CacheObject(snapshots)
248 first_snapshot = next(snapshots.itervalues())
250 'times': snapshots.keys(),
264 snapshots = _GetCacheObject(snapshot_id)
265 if not snapshots:
267 if time not in snapshots:
269 snapshot = snapshots[time
    [all...]
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 460 Bundle sharedElementState, final ArrayList<View> snapshots) {
478 mListener.onSharedElementStart(mSharedElementNames, mSharedElements, snapshots);
483 protected void notifySharedElementEnd(ArrayList<View> snapshots) {
485 mListener.onSharedElementEnd(mSharedElementNames, mSharedElements, snapshots);
489 protected void scheduleSetSharedElementEnd(final ArrayList<View> snapshots) {
497 notifySharedElementEnd(snapshots);
542 ArrayList<View> snapshots = new ArrayList<View>(numSharedElements); local
560 snapshots.add(snapshot);
563 return snapshots;
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler_unittest.js 42 equal(models.length, data.snapshots.length);
menu-view.js 81 // Merge trees in all snapshots.
profiler.js 322 return self.jsonData_.snapshots.map(function(snapshot) {
  /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...]
  /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...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 
maven-compat-3.2.1.jar 
maven-settings-3.2.1.jar 
aether-impl-0.9.0.M2.jar 
maven-artifact-3.2.1.jar 
maven-model-3.2.1.jar 
  /external/chromium_org/ui/display/chromeos/
display_configurator.cc 548 std::vector<DisplaySnapshot*> snapshots = local
552 for (size_t i = 0; i < snapshots.size(); ++i) {
554 display_state.display = snapshots[i];
    [all...]
  /external/chromium-trace/
script.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/qemu/qapi-auto-generated/
qapi-types.h 2024 SnapshotInfoList * snapshots; member in struct:ImageInfo
    [all...]
  /external/mksh/src/
Build.sh     [all...]

Completed in 1098 milliseconds

1 2