HomeSort by relevance Sort by last modified time
    Searched refs:histograms (Results 26 - 50 of 69) sorted by null

12 3

  /external/chromium_org/tools/perf/metrics/
speedindex.py 159 histograms = [(time, bitmap.ColorHistogram())
162 start_histogram = histograms[0][1]
163 final_histogram = histograms[-1][1]
178 for time, hist in histograms]
histogram_util.py 7 The histogram data is the same data as is visible from "chrome://histograms".
38 'Trying to compare histograms from different processes (%d and %d)'
77 """Get the count of events for the given histograms."""
86 """Get the sum of events for the given histograms."""
  /external/webp/src/enc/
histogram.h 12 // Models the histograms of literal and distance codes.
31 // A simple container for histograms of data.
45 // Collection of histograms with fixed capacity, allocated as one
50 VP8LHistogram** histograms; member in struct:__anon28567
69 // Allocate an array of pointer to histograms, allocated and initialized
  /external/chromium/net/http/
http_proxy_client_socket_pool.h 178 ClientSocketPoolHistograms* histograms,
223 virtual ClientSocketPoolHistograms* histograms() const;
http_proxy_client_socket_pool.cc 424 ClientSocketPoolHistograms* histograms,
431 base_(max_sockets, max_sockets_per_group, histograms,
525 ClientSocketPoolHistograms* HttpProxyClientSocketPool::histograms() const { function in class:net::HttpProxyClientSocketPool
526 return base_.histograms();
  /external/chromium/net/socket/
socks_client_socket_pool.h 117 ClientSocketPoolHistograms* histograms,
161 virtual ClientSocketPoolHistograms* histograms() const;
tcp_client_socket_pool.h 126 ClientSocketPoolHistograms* histograms,
171 virtual ClientSocketPoolHistograms* histograms() const;
transport_client_socket_pool.h 147 ClientSocketPoolHistograms* histograms,
192 virtual ClientSocketPoolHistograms* histograms() const;
client_socket_pool.h 134 // The set of histograms specific to this pool. We can't use the standard
136 virtual ClientSocketPoolHistograms* histograms() const = 0;
tcp_client_socket_pool.cc 247 ClientSocketPoolHistograms* histograms,
251 : base_(max_sockets, max_sockets_per_group, histograms,
351 ClientSocketPoolHistograms* TCPClientSocketPool::histograms() const { function in class:net::TCPClientSocketPool
352 return base_.histograms();
transport_client_socket_pool.cc 425 ClientSocketPoolHistograms* histograms,
429 : base_(max_sockets, max_sockets_per_group, histograms,
529 ClientSocketPoolHistograms* TransportClientSocketPool::histograms() const { function in class:net::TransportClientSocketPool
530 return base_.histograms();
ssl_client_socket_pool.h 186 ClientSocketPoolHistograms* histograms,
238 virtual ClientSocketPoolHistograms* histograms() const;
  /external/chromium_org/chrome/browser/feedback/
feedback_data.h 39 // Sets the histograms for this instance and kicks off its
41 void SetAndCompressHistograms(scoped_ptr<std::string> histograms);
49 // Called once we have compressed our histograms.
78 std::string* histograms() const { return histograms_.get(); } function in class:FeedbackData
  /external/chromium_org/components/policy/resources/
PRESUBMIT.py 77 histograms = input_api.os_path.join(
78 root, 'tools', 'metrics', 'histograms', 'histograms.xml')
79 with open(histograms) as f:
90 'to src/tools/metrics/histograms/histograms.xml. '
  /external/chromium_org/net/socket/
socks_client_socket_pool.h 115 ClientSocketPoolHistograms* histograms,
162 virtual ClientSocketPoolHistograms* histograms() const OVERRIDE;
transport_client_socket_pool.h 147 ClientSocketPoolHistograms* histograms,
183 virtual ClientSocketPoolHistograms* histograms() const OVERRIDE;
client_socket_pool.h 173 // The set of histograms specific to this pool. We can't use the standard
175 virtual ClientSocketPoolHistograms* histograms() const = 0;
transport_client_socket_pool.cc 418 ClientSocketPoolHistograms* histograms,
422 : base_(NULL, max_sockets, max_sockets_per_group, histograms,
519 ClientSocketPoolHistograms* TransportClientSocketPool::histograms() const { function in class:net::TransportClientSocketPool
520 return base_.histograms();
ssl_client_socket_pool.h 188 ClientSocketPoolHistograms* histograms,
244 virtual ClientSocketPoolHistograms* histograms() const OVERRIDE;
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.cc 113 const std::vector<std::string>& histograms) {
115 for (std::vector<std::string>::const_iterator it = histograms.begin();
116 it < histograms.end();
  /external/chromium_org/tools/imagediff/
image_diff.cc 36 // Causes the app to additionally calculate a diff of the color histograms
183 // "Comparing Images Using Joint Histograms" by Pass & Zabih
236 " RGBA value histograms (which is resistant to shifts in layout)\n"
410 bool histograms = parsed_command_line.HasSwitch(kOptionCompareHistograms); local
422 if (CompareImages(filename1, filename2, histograms) == kStatusError)
444 base::FilePath(args[0]), base::FilePath(args[1]), histograms);
  /external/chromium/chrome/common/
metrics_helpers.cc 194 // the code, but forgot to update the descriptive list of histograms. When
515 StatisticsRecorder::Histograms histograms; local
516 StatisticsRecorder::GetHistograms(&histograms);
517 for (StatisticsRecorder::Histograms::const_iterator it = histograms.begin();
518 histograms.end() != it;
536 // Crash if we detect that our histograms have been overwritten. This may be
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 413 ClientSocketPoolHistograms* histograms,
420 base_(this, max_sockets, max_sockets_per_group, histograms,
519 ClientSocketPoolHistograms* HttpProxyClientSocketPool::histograms() const { function in class:net::HttpProxyClientSocketPool
520 return base_.histograms();
http_proxy_client_socket_pool.h 185 ClientSocketPoolHistograms* histograms,
233 virtual ClientSocketPoolHistograms* histograms() const OVERRIDE;
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 100 const std::vector<std::string>& histograms) {
101 HistogramSynchronizer::DeserializeHistogramList(sequence_number, histograms);

Completed in 3200 milliseconds

12 3