/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/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/build/ |
tools.atree | 46 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 "length(" + Snapshots.VIEWSTATE + ")", 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...] |
/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...] |
/external/v8/src/ |
heap-profiler.cc | 442 return profiler->snapshots_->snapshots()->length(); 449 return profiler->snapshots_->snapshots()->at(index); [all...] |
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/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/blktrace/btt/doc/ |
btt.tex | [all...] |