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

1 2 3 4

  /external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store_unittest.cc 119 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/tools/deep_memory_profiler/subcommands/
policies.py 10 from lib.bucket import BUCKET_ID, COMMITTED
196 sizes[component_match] += int(words[COMMITTED])
200 sizes['tc-total-log'] += int(words[COMMITTED])
202 sizes['other-total-log'] += int(words[COMMITTED])
227 committed = 0
228 if 'committed' in value[1]:
229 committed = value[1]['committed']
230 global_stats['total'] += committed
242 global_stats[key] += committed
    [all...]
expand.py 8 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT
77 def _add_size(precedence, bucket, depth, committed, sizes):
87 sizes[stacktrace_sequence] += committed
112 int(words[COMMITTED]), sizes)
120 region[1]['committed'], sizes)
cat.py 9 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT
113 root['units'][unit.unit_id] = [unit.committed, unit.reserved]
159 int(region[1]['committed']),
171 int(region[1]['committed']),
185 int(words[COMMITTED]),
192 int(words[COMMITTED]),
  /external/chromium_org/content/test/data/indexeddb/
transaction_get_test.js 8 debug("Accessing a committed transaction should throw");
version_change_crash.js 63 // Validate that Part 2 never committed
  /external/chromium_org/base/prefs/
testing_pref_store.h 72 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/
memory_details.h 47 // The committed bytes.
48 base::CommittedKBytes committed; member in struct:ProcessMemoryInformation
memory_details_mac.cc 178 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed);
236 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed);
memory_details_win.cc 118 metrics->GetCommittedKBytes(&info.committed);
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 56 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/
deep-heap-profile.cc 58 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;
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/chrome/browser/ui/webui/
about_ui.cc 865 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));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
sourcesView.css 82 .source-frame-unsaved-committed-changes {
86 .editor-container-unsaved-committed-changes-icon {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 288 bool committed = !used_ || transaction_->CommitPhaseTwo().ok(); local
302 if (committed) {
357 // If there are no pending tasks, we haven't already committed/aborted,
indexed_db_dispatcher_host.h 68 void FinishTransaction(int64 host_transaction_id, bool committed);
indexed_db_database.h 119 void TransactionFinished(IndexedDBTransaction* transaction, bool committed);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 113 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/
MESA_swap_frame_usage.spec 113 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/
DiskLruCache.java 154 * 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/
NavigatorView.js 428 * @param {boolean} committed
430 function callback(committed)
432 if (!committed) {
    [all...]
  /external/glide/third_party/disklrucache/
disklrucache-2.0.2.jar 
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf

Completed in 746 milliseconds

1 2 3 4