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

1 2 3

  /external/chromium/chrome/browser/
memory_details.h 27 // The committed bytes.
28 base::CommittedKBytes committed; member in struct:ProcessMemoryInformation
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.cc 222 bool committed = unused || transaction_.Commit(); local
237 if (committed) {
283 // If there are no pending tasks, we haven't already committed/aborted,
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.h 78 size_t mapped; /* Bytes mapped (not necessarily committed). */
79 size_t committed; /* Bytes committed (readable/writable). */ member in struct:__anon13636
81 size_t dirty; /* Bytes dirty (committed unused pages). */
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.h 78 size_t mapped; /* Bytes mapped (not necessarily committed). */
79 size_t committed; /* Bytes committed (readable/writable). */ member in struct:__anon13642
81 size_t dirty; /* Bytes dirty (committed unused pages). */
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LoginModuleUtilsTest.java 120 status.committed();
  /external/chromium_org/chrome/browser/
memory_details.h 48 // The committed bytes.
49 base::CommittedKBytes committed; member in struct:ProcessMemoryInformation
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 48 def __init__(self, unit_id, committed, reserved, mmap, region,
50 super(VMUnit, self).__init__(unit_id, committed)
58 def committed(self): member in class:VMUnit
84 def __init__(self, unit_id, committed, reserved, region, bucket_set,
86 super(MMapUnit, self).__init__(unit_id, committed, reserved, True,
100 def __init__(self, unit_id, committed, reserved, region,
102 super(UnhookedUnit, self).__init__(unit_id, committed, reserved, False,
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
BidiResolver.h 884 bool committed = commitExplicitEmbedding(); local
    [all...]
  /external/chromium_org/ui/compositor/
layer_unittest.cc 267 bool committed() const { return committed_; } function in class:ui::__anon16679::TestCompositorObserver
868 EXPECT_TRUE(observer.committed());
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 55 static const char kCommittedLabel[] = "committed";
237 // Check if the page is committed.
342 // Reset committed sizes of buckets.
345 // Record committed sizes.
742 uint64 committed; local
744 committed = memory_residence_info_getter->CommittedSize(first_address,
747 committed_bytes_ += committed;
748 return committed;
959 // The total committed memory usage in all_ (from /proc/<pid>/maps) is
960 // sometimes smaller than the sum of the committed mmap'ed addresses an
1049 size_t committed = deep_profile->memory_residence_info_getter_->CommittedSize( local
1068 size_t committed = deep_profile->memory_residence_info_getter_-> local
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 156 * 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.
812 committed = true;
824 if (!committed) {
883 /** The sequence number of the most recently committed edit to this entry. */
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 275 enum nfs3_stable_how committed; member in struct:nfs_writeverf
  /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

Completed in 879 milliseconds

1 2 3