Searched refs:committed (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dstacktrace.py31 for bucket_id, virtual, committed, allocs, frees in dump.iter_stacktrace:
35 out.write('%d %d %d %d ' % (virtual, committed, allocs, frees))
H A Dpprof.py69 """Accumulates size of committed chunks and the number of allocated chunks.
78 Two integers which are the accumulated size of committed regions and the
90 region[1]['committed'] == 0):
93 com_committed += region[1]['committed']
96 for bucket_id, _, committed, allocs, frees in dump.iter_stacktrace:
108 com_committed += committed
130 region[1]['committed'] == 0):
134 region[1]['committed'], region[1]['committed']))
139 for bucket_id, _, committed, alloc
[all...]
H A Dexpand.py76 def _add_size(precedence, bucket, depth, committed, sizes):
86 sizes[stacktrace_sequence] += committed
94 for bucket_id, _, committed, allocs, frees in dump.iter_stacktrace:
109 ExpandCommand._add_size(precedence, bucket, depth, committed, sizes)
117 region[1]['committed'], sizes)
138 sizes[precedence] += region[1]['committed'
H A Dpolicies.py186 for bucket_id, _, committed, _, _ in dump.iter_stacktrace:
194 sizes[component_match] += committed
198 sizes['tc-total-log'] += committed
200 sizes['other-total-log'] += committed
225 committed = 0
226 if 'committed' in value[1]:
227 committed = value[1]['committed']
228 global_stats['total'] += committed
240 global_stats[key] += committed
[all...]
H A Dcat.py112 root['units'][unit.unit_id] = [unit.committed, unit.reserved]
158 int(region[1]['committed']),
170 int(region[1]['committed']),
179 for bucket_id, _, committed, allocs, frees in dump.iter_stacktrace:
182 yield MallocUnit(bucket_id, committed, allocs, frees, bucket)
185 yield MallocUnit(bucket_id, committed, allocs, frees, None)
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dsegregated_pref_store_unittest.cc119 ASSERT_FALSE(selected_store_->committed());
120 ASSERT_FALSE(default_store_->committed());
124 ASSERT_TRUE(selected_store_->committed());
125 ASSERT_TRUE(default_store_->committed());
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc293 bool committed; local
295 committed = true;
298 committed = s.ok();
313 if (committed) {
369 // If there are no pending tasks, we haven't already committed/aborted,
H A Dindexed_db_dispatcher_host.h68 void FinishTransaction(int64 host_transaction_id, bool committed);
H A Dindexed_db_database.h114 void TransactionFinished(IndexedDBTransaction* transaction, bool committed);
H A Dindexed_db_dispatcher_host.cc358 bool committed) {
368 if (committed)
357 FinishTransaction(int64 host_transaction_id, bool committed) argument
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsorter.py56 def __init__(self, unit_id, committed, reserved, mmap, region,
58 super(VMUnit, self).__init__(unit_id, committed)
66 def committed(self): member in class:VMUnit
92 def __init__(self, unit_id, committed, reserved, region, bucket_set,
94 super(MMapUnit, self).__init__(unit_id, committed, reserved, True,
108 def __init__(self, unit_id, committed, reserved, region,
110 super(UnhookedUnit, self).__init__(unit_id, committed, reserved, False,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc58 static const char kCommittedLabel[] = "committed";
262 // Check if the page is committed.
370 // Reset committed sizes of buckets.
373 // Record committed sizes.
770 uint64 committed = 0; local
773 committed = memory_residence_info_getter->CommittedSize(first_address,
776 committed_bytes_ += committed;
777 return committed;
991 // The total committed memory usage in all_ (from /proc/<pid>/maps) is
992 // sometimes smaller than the sum of the committed mma
1081 size_t committed = deep_profile->memory_residence_info_getter_->CommittedSize( local
1100 size_t committed = deep_profile->memory_residence_info_getter_-> local
[all...]
/external/chromium_org/base/prefs/
H A Dtesting_pref_store.h72 bool committed() { return committed_; } function in class:TestingPrefStore
99 // Whether the store contents have been committed to disk since the last
/external/chromium_org/chrome/browser/
H A Dmemory_details.h50 // The committed bytes.
51 base::CommittedKBytes committed; member in struct:ProcessMemoryInformation
H A Dmemory_details_mac.cc179 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed);
237 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed);
H A Dmemory_details_win.cc120 metrics->GetCommittedKBytes(&info.committed);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsourcesView.css82 .source-frame-unsaved-committed-changes {
86 .editor-container-unsaved-committed-changes-icon {
/external/chromium_org/chrome/browser/ui/webui/
H A Dabout_ui.cc865 data->SetInteger("comm_priv", static_cast<int>(info->committed.priv));
866 data->SetInteger("comm_map", static_cast<int>(info->committed.mapped));
867 data->SetInteger("comm_image", static_cast<int>(info->committed.image));
922 aggregate.committed.priv += iterator->committed.priv;
923 aggregate.committed.mapped += iterator->committed.mapped;
924 aggregate.committed.image += iterator->committed.image;
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_frame_usage.spec113 between two buffer-swap operations being committed. In unextended GLX the
122 the swap is committed before target_msc, and is greater than or equal to
155 number of swaps that have been committed. This value may not match the
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec113 between two buffer-swap operations being committed. In unextended GLX the
122 the swap is committed before target_msc, and is greater than or equal to
155 number of swaps that have been committed. This value may not match the
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java154 * a sequence number each time an edit is committed. A snapshot is stale if
721 private boolean committed; field in class:DiskLruCache.Editor
729 * Returns an unbuffered input stream to read the last committed value,
730 * or null if no value has been committed.
749 * Returns the last committed value as a string, or null if no value
750 * has been committed.
808 committed = true;
820 if (!committed) {
879 /** The sequence number of the most recently committed edit to this entry. */
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DNavigatorView.js447 * @param {boolean} committed
449 function callback(committed)
451 if (!committed) {
1288 * @param {boolean} committed
1291 function afterEditing(committed)
1297 callback(committed);
H A DJavaScriptSourceFrame.js648 function finishEditing(committed, element, newText)
653 if (!committed)
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... entry private final boolean[] written private boolean hasErrors private boolean committed final synthetic com.jakewharton.disklrucache.DiskLruCache this ...
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolver.h1045 bool committed = commitExplicitEmbedding(m_runs); local
1046 if (committed && lastLineEnded) {

Completed in 7547 milliseconds

12