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

  /external/chromium_org/components/policy/core/common/
policy_load_status.cc 20 : histogram_(base::LinearHistogram::FactoryGet(
30 histogram_->Add(i);
policy_load_status.h 60 base::HistogramBase* histogram_; member in class:policy::PolicyLoadStatusSample
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_test_utils.cc 20 : histogram_(histogram), expect_(count), base_(base) {}
36 base::StatisticsRecorder::FindHistogram(histogram_);
39 LOG(ERROR) << "Non-empty expectations for " << histogram_ << " "
48 LOG(ERROR) << "Non-empty expectations for " << histogram_ << " "
60 LOG(ERROR) << "Histogram: " << histogram_ << ", value #" << i << ", "
network_portal_detector_test_utils.h 35 std::string histogram_; member in class:chromeos::EnumHistogramChecker
  /external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
var_array_buffer.cc 42 histogram_() {}
128 std::fill_n(histogram_, kHistogramSize, 0.0);
134 histogram_[buffer_data[i]] += 1.0;
136 double max = *std::max_element(histogram_, histogram_ + kHistogramSize);
138 histogram_[i] /= max;
141 /// Draw the current histogram_ in to an pp::ImageData, then paint and flush
149 DrawBar(i, histogram_[i], &image_data);
174 double histogram_[kHistogramSize];
  /external/chromium_org/v8/src/
counters.cc 27 isolate()->stats_table()->AddHistogramSample(histogram_, sample);
counters.h 181 histogram_(NULL),
203 histogram_ = CreateHistogram();
205 return histogram_;
218 void* histogram_; member in class:v8::internal::Histogram

Completed in 545 milliseconds