Searched refs:histogram_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dpolicy_load_status.cc20 : histogram_(base::LinearHistogram::FactoryGet(
30 histogram_->Add(i);
H A Dpolicy_load_status.h60 base::HistogramBase* histogram_; member in class:policy::PolicyLoadStatusSample
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_test_utils.cc20 : 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 << ", "
H A Dnetwork_portal_detector_test_utils.h35 std::string histogram_; member in class:chromeos::EnumHistogramChecker
/external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
H A Dvar_array_buffer.cc42 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/chrome/browser/resources/print_preview/
H A Dmetrics.js104 this.histogram_ = histogram;
118 [this.histogram_,
/external/chromium_org/v8/src/
H A Dcounters.cc27 isolate()->stats_table()->AddHistogramSample(histogram_, sample);
H A Dcounters.h181 histogram_(NULL),
203 histogram_ = CreateHistogram();
205 return histogram_;
218 void* histogram_; member in class:v8::internal::Histogram

Completed in 175 milliseconds