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

  /external/chromium_org/content/public/browser/
browser_child_process_host_iterator.cc 14 : all_(true), process_type_(PROCESS_TYPE_UNKNOWN) {
21 : all_(false), process_type_(type) {
42 if (!all_ && (*iterator_)->GetData().process_type != process_type_)
browser_child_process_host_iterator.h 40 bool all_; member in class:content::BrowserChildProcessHostIterator
  /system/extras/memtrack/
memtrack.cpp 171 for (processes_t::iterator it = all_.begin(); it != all_.end(); ++it) {
202 if (all_.count(it->first) == 0) {
204 all_[it->first].num_samples = 0;
205 all_[it->first].name = it->first;
206 all_[it->first].avg_pss_kb = 0;
207 all_[it->first].min_pss_kb = 0;
208 all_[it->first].max_pss_kb = 0;
211 if (it->second.pids.size() > all_[it->first].max_num_pids) {
212 all_[it->first].max_num_pids = it->second.pids.size()
    [all...]
memtrack.h 111 processes_t all_; member in class:ProcessInfo
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 829 all_[i].Initialize();
873 // TODO(dmikurube): This |all_| count should be removed in future soon.
875 uint64 vma_total = all_[type].Record(
    [all...]
deep-heap-profile.h 367 RegionStats all_[NUMBER_OF_MAPS_REGION_TYPES]; member in class:DeepHeapProfile::GlobalStats

Completed in 229 milliseconds