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

1 2 3 4

  /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
  /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,
  /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/ui/compositor/
layer_unittest.cc 323 bool committed() const { return committed_; } function in class:ui::__anon20576::TestCompositorObserver
942 EXPECT_TRUE(observer.committed());
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view_manager_client_impl.cc 120 bool committed() const { return committed_; } function in class:mojo::view_manager::ViewManagerTransaction
798 if (!(*it)->committed())
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolver.h 1045 bool committed = commitExplicitEmbedding(); local
    [all...]
  /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/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. */
  /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
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
nfs_xdr.h 215 enum nfs3_stable_how committed; member in struct:nfs_writeverf

Completed in 1421 milliseconds

1 2 3 4