Searched defs:committed (Results 1 - 13 of 13) sorted by relevance

/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
/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_database.cc1353 bool committed) {
1360 if (committed) {
1352 TransactionFinished(IndexedDBTransaction* transaction, bool committed) argument
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/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/platform/text/
H A DBidiResolver.h1045 bool committed = commitExplicitEmbedding(m_runs); local
1046 if (committed && lastLineEnded) {
/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/ui/compositor/
H A Dlayer_unittest.cc325 bool committed() const { return committed_; } function in class:ui::__anon16705::TestCompositorObserver
1025 EXPECT_TRUE(observer.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/libxml/src/
H A Dtrio.c703 * Processed and committed will only differ for the *nprintf
706 int committed; member in struct:_trio_class_t
3268 * this call", which is data->committed
3272 *(size_t *)pointer = (size_t)data->committed;
3277 *(ptrdiff_t *)pointer = (ptrdiff_t)data->committed;
3282 *(trio_intmax_t *)pointer = (trio_intmax_t)data->committed;
3287 *(trio_ulonglong_t *)pointer = (trio_ulonglong_t)data->committed;
3291 *(long int *)pointer = (long int)data->committed;
3295 *(short int *)pointer = (short int)data->committed;
3299 *(int *)pointer = (int)data->committed;
[all...]
/external/libxml2/
H A Dtrio.c707 * Processed and committed will only differ for the *nprintf
710 int committed; member in struct:_trio_class_t
3272 * this call", which is data->committed
3276 *(size_t *)pointer = (size_t)data->committed;
3281 *(ptrdiff_t *)pointer = (ptrdiff_t)data->committed;
3286 *(trio_intmax_t *)pointer = (trio_intmax_t)data->committed;
3291 *(trio_ulonglong_t *)pointer = (trio_ulonglong_t)data->committed;
3295 *(long int *)pointer = (long int)data->committed;
3299 *(short int *)pointer = (short int)data->committed;
3303 *(int *)pointer = (int)data->committed;
[all...]

Completed in 4366 milliseconds