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

  /external/chromium_org/net/disk_cache/flash/
segment.cc 35 return std::binary_search(offsets_.begin(), offsets_.end(), offset);
72 offsets_.swap(tmp);
88 DCHECK(offsets_.size() < kFlashMaxEntryCount);
89 offsets_.push_back(offset);
103 DCHECK(offsets_.size() <= kFlashMaxEntryCount);
107 summary[0] = offsets_.size();
108 std::copy(offsets_.begin(), offsets_.end(), summary + 1);
118 return offsets_.size() < kFlashMaxEntryCount &
    [all...]
segment.h 73 std::vector<int32> GetOffsets() const { return offsets_; }
111 std::vector<int32> offsets_; member in class:disk_cache::Segment
  /art/compiler/
image_writer.h 77 offsets_.Put(object, offset);
82 return offsets_.find(object) != offsets_.end();
88 return offsets_.find(object)->second;
183 SafeMap<const mirror::Object*, size_t> offsets_; member in class:art::ImageWriter
image_writer.cc 177 for (const auto& it : offsets_) {
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 226 offsets_(NULL),
307 free(offsets_);
322 offsets_ = NULL;
453 uint32 offset = offsets_[middle];
563 uint32 offset = offsets_[middle];
716 uint32 offset = offsets_[off];
769 uint32 offset = offsets_[middle];
816 uint32 offset = offsets_[middle];
954 uint32 offset = offsets_[off];
957 offsets_[off] |= kUserDictOffsetFlagRemove
    [all...]
  /art/oatdump/
oatdump.cc 162 It it = offsets_.upper_bound(begin_offset);
163 CHECK(it != offsets_.end());
206 offsets_.insert(reinterpret_cast<uint32_t>(&dex_file->GetHeader()));
230 offsets_.insert(static_cast<uint32_t>(oat_file_.Size()));
238 offsets_.insert(code_offset);
239 offsets_.insert(oat_method.GetMappingTableOffset());
240 offsets_.insert(oat_method.GetVmapTableOffset());
241 offsets_.insert(oat_method.GetNativeGcMapOffset());
659 std::set<uint32_t> offsets_; member in class:art::OatDumper
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 168 offsets_ (offsets),
    [all...]
generated_message_reflection.h 296 const int* offsets_; member in class:google::protobuf::internal::GeneratedMessageReflection
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 183 offsets_ (offsets),
    [all...]
generated_message_reflection.h 278 const int* offsets_; member in class:google::protobuf::internal::GeneratedMessageReflection
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 153 uint32 * offsets_; member in class:ime_pinyin::UserDict
176 // Correspond to offsets_
205 // Also indicate offsets_ size

Completed in 324 milliseconds