HomeSort by relevance Sort by last modified time
    Searched refs:to_add (Results 26 - 32 of 32) sorted by null

12

  /external/chromium/net/disk_cache/
entry_impl.cc 278 int to_add = std::max(required - current_size, kMaxBlockSize * 4); local
279 to_add = std::max(current_size, to_add);
280 required = std::min(current_size + to_add, limit);
    [all...]
backend_impl.cc 1006 int to_add = new_size - current_size; local
1007 if (buffer_bytes_ + to_add > MaxBuffersSize())
1010 buffer_bytes_ += to_add;
    [all...]
  /external/chromium_org/net/disk_cache/
entry_impl.cc 279 int to_add = std::max(required - current_size, kMaxBlockSize * 4); local
280 to_add = std::max(current_size, to_add);
281 required = std::min(current_size + to_add, limit);
    [all...]
backend_impl.cc 898 int to_add = new_size - current_size; local
899 if (buffer_bytes_ + to_add > MaxBuffersSize())
902 buffer_bytes_ += to_add;
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 2533 BOOLEAN to_add = TRUE; local
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 285 int to_add = new_size - current_size; local
286 if (buffer_bytes_ + to_add > MaxBuffersSize())
289 buffer_bytes_ += to_add;
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 1478 int to_add = 7 - (mPlayListLen - (mPlayPos < 0 ? -1 : mPlayPos)); local
    [all...]

Completed in 637 milliseconds

12