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

  /external/chromium/net/disk_cache/
bitmap.cc 117 uint32 to_add = 0xffffffff << len; local
118 to_add = (~to_add) << offset;
120 map_[word] |= to_add;
122 map_[word] &= ~to_add;
block_files.cc 60 uint32 to_add = ((1 << size) - 1) << index_offset; local
61 header->allocation_map[current] |= to_add;
232 int to_add = index - static_cast<int>(block_files_.size()) + 1; local
233 block_files_.resize(block_files_.size() + to_add);
  /external/v8/src/
builtins.cc 250 int to_add = args.length() - 1; local
251 if (to_add == 0) {
256 ASSERT(to_add <= (Smi::kMaxValue - len));
258 int new_length = len + to_add;
280 for (int index = 0; index < to_add; index++) {
370 int to_add = args.length() - 1; local
371 // Note that we cannot quit early if to_add == 0 as
375 int new_length = len + to_add;
378 ASSERT(to_add <= (Smi::kMaxValue - len));
398 new_elms->set(to_add + i
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 1354 int to_add = 7 - (mPlayListLen - (mPlayPos < 0 ? -1 : mPlayPos)); local
    [all...]

Completed in 183 milliseconds