HomeSort by relevance Sort by last modified time
    Searched refs:old_size (Results 151 - 175 of 200) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/net/disk_cache/
backend_impl.cc 875 void BackendImpl::ModifyStorageSize(int32 old_size, int32 new_size) {
876 if (disabled_ || old_size == new_size)
878 if (old_size > new_size)
879 SubstractStorageSize(old_size - new_size);
881 AddStorageSize(new_size - old_size);
886 stats_.ModifyStorageStats(old_size, new_size);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 262 void BackendImpl::ModifyStorageSize(int32 old_size, int32 new_size) {
263 if (disabled_ || old_size == new_size)
265 if (old_size > new_size)
266 SubstractStorageSize(old_size - new_size);
268 AddStorageSize(new_size - old_size);
273 stats_.ModifyStorageStats(old_size, new_size);
    [all...]
entry_impl_v3.cc     [all...]
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager_unittest.cc 111 #define EXPECT_MEMORY_ALLOCATION_CHANGE(old_size, new_size, pool) \
113 TrackMemoryAllocatedChange(old_size, new_size, pool)) \
texture_manager_unittest.cc 424 #define EXPECT_MEMORY_ALLOCATION_CHANGE(old_size, new_size, pool) \
426 TrackMemoryAllocatedChange(old_size, new_size, pool)) \
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook.cc 576 size_t old_size,
580 INVOKE_HOOKS(MremapHook, mremap_hooks_, (result, old_addr, old_size, new_size,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook.cc 576 size_t old_size,
580 INVOKE_HOOKS(MremapHook, mremap_hooks_, (result, old_addr, old_size, new_size,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
iter_iter_string.pass.cpp 27 typename S::size_type old_size = s.size(); local
35 assert(s.size() == old_size - xlen + rlen);
size_size_pointer_size.pass.cpp 30 typename S::size_type old_size = s.size(); local
36 assert(pos <= old_size);
38 typename S::size_type xlen = std::min(n1, old_size - pos);
40 assert(s.size() == old_size - xlen + rlen);
44 assert(pos > old_size);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 428 int old_size = alloc_node(p, CFG_GROW_SIZE); local
429 if(old_size >= 0)
431 i = GET_NODE_COUNT(old_size);
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 551 gfx::Size old_size = balloon->content_size(); local
552 if (real_size.width() > old_size.width() ||
553 real_size.height() > old_size.height() ||
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 603 int64 old_size = database_connections_.GetOpenDatabaseSize(origin_id, name); local
607 if (old_size != new_size) {
616 new_size - old_size);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_pointer_size.pass.cpp 26 typename S::size_type old_size = s.size(); local
32 assert(pos <= old_size);
37 assert(pos > old_size);
    [all...]
  /external/dnsmasq/src/
cache.c 106 int i, new_size, old_size; local
121 old_size = hash_size;
127 for (i = 0; i < old_size; i++)
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.cpp 576 void * mpreal::mpreal_reallocate(void *ptr, size_t old_size, size_t new_size)
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 2112 size_t old_size; local
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 57 size_t old_size,
61 old_size, new_size, pool);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp     [all...]
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_tests.py     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 727 Int old_size; local
786 old_size = 0;
795 old_size = prev->size;
819 old_size,
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 1335 UWord i, j, ix, old_size, new_size; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 1208 uptr old_size = GetActuallyAllocatedSize(p); local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 961 milliseconds

1 2 3 4 5 67 8