/external/chromium_org/ui/file_manager/image_loader/ |
image_loader_client.js | 57 * Records binary metrics. Counts for true and false are stored as a histogram. 58 * @param {string} name Histogram's name. 64 type: 'histogram-linear', 65 min: 1, // According to histogram.h, this should be 1 for enums. 72 * Records percent metrics, stored as a histogram. 73 * @param {string} name Histogram's name.
|
/external/chromium_org/third_party/leveldatabase/ |
env_chromium.cc | 8 #include "base/metrics/histogram.h" 421 uma_name, base::Histogram::kUmaTargetedHistogramFlag)->AddBoolean(result); 449 base::Histogram::FactoryGet(uma_name, 453 base::Histogram::kUmaTargetedHistogramFlag) 691 uma_name, base::Histogram::kUmaTargetedHistogramFlag)->AddBoolean(result); 700 base::Histogram::kUmaTargetedHistogramFlag); 707 kNumEntries + 1, base::Histogram::kUmaTargetedHistogramFlag); 718 return base::Histogram::FactoryGet( 720 base::Histogram::kUmaTargetedHistogramFlag); 731 base::Histogram::kUmaTargetedHistogramFlag) [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
histogram.c | 19 #include "./histogram.h" 288 // Various histogram combine/cost-eval functions 343 // Same as HistogramAddEval(), except that the resulting histogram 462 // red and blue) symbol costs and compute the histogram aggregate bit_cost. 490 // Add histogram i'th index at num_histos (last) position in the bin_map. 495 // Compact the histogram set by moving the valid one left in the set to the 575 VP8LHistogram* cur_combo = histos->histograms[0]; // trial histogram 576 VP8LHistogram* best_combo = histos->histograms[1]; // best histogram so far 633 // Histogram refinement 635 // Find the best 'out' histogram for each of the 'in' histograms [all...] |
/external/webp/src/enc/ |
histogram.c | 19 #include "./histogram.h" 288 // Various histogram combine/cost-eval functions 343 // Same as HistogramAddEval(), except that the resulting histogram 462 // red and blue) symbol costs and compute the histogram aggregate bit_cost. 490 // Add histogram i'th index at num_histos (last) position in the bin_map. 495 // Compact the histogram set by moving the valid one left in the set to the 575 VP8LHistogram* cur_combo = histos->histograms[0]; // trial histogram 576 VP8LHistogram* best_combo = histos->histograms[1]; // best histogram so far 633 // Histogram refinement 635 // Find the best 'out' histogram for each of the 'in' histograms [all...] |
/external/opencv/cv/src/ |
cvhistogram.cpp | 43 /* Creates new histogram */ 75 CV_ERROR( CV_StsBadArg, "Invalid histogram type" ); 90 /* Creates histogram wrapping header for given array */ 102 CV_ERROR( CV_StsNullPtr, "Null histogram header pointer" ); 149 CV_ERROR( CV_StsBadArg, "Invalid histogram header" ); 178 CV_ERROR( CV_StsBadArg, "Invalid histogram header" ); 186 // Clears histogram bins that are below than threshold 195 CV_ERROR( CV_StsBadArg, "Invalid histogram header" ); 222 // Normalizes histogram (make sum of the histogram bins == factor [all...] |
cvpgh.cpp | 138 // Calculates PGH(pairwise geometric histogram) for contour given. 142 // pgh - output histogram 143 // ang_dim - number of angle bins (vertical size of histogram) 144 // dist_dim - number of distance bins (horizontal size of histogram) 205 Second calculates histogram itself. 344 CV_ERROR( CV_StsBadArg, "The histogram header is invalid " ); 347 CV_ERROR( CV_StsUnsupportedFormat, "Sparse histogram are not supported" ); 352 CV_ERROR( CV_StsBadSize, "The histogram must be two-dimensional" );
|
/external/bison/lib/ |
bitset_stats.c | 105 /* Print a percentage histogram with message MSG to FILE. */ 129 /* Print a log histogram with message MSG to FILE. */ 192 bitset_log_histogram_print (file, name, _("count log histogram\n"), 195 bitset_log_histogram_print (file, name, _("size log histogram\n"), 198 bitset_percent_histogram_print (file, name, _("density histogram\n"), 584 /* Log histogram of number of set bits. */ 591 /* Log histogram of number of bits in set. */ 599 /* Histogram of fraction of bits set. */
|
/external/blktrace/ |
blkiomon.h | 112 histlog2_print(fp, "sizes histogram (bytes)", p->size_hist, &size_hist); 113 histlog2_print(fp, "d2c histogram (usec)", p->d2c_hist, &d2c_hist);
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_test.cc | 9 #include "base/metrics/histogram.h" 67 // Record test failure in summary histogram.
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
uma_policy.h | 19 // a given pageload. UmaPolicy records to a histogram when a given tab is 62 // Gets the histogram name associated with each PageStatus.
|
/external/chromium_org/chrome/browser/history/ |
most_visited_tiles_experiment.cc | 8 #include "base/metrics/histogram.h" 23 // Name of histogram tracking types of actions carried out by the field trial.
|
/external/chromium_org/chrome/browser/net/ |
preconnect.cc | 9 #include "base/metrics/histogram.h" 83 // TODO(jar): histogram to see how often we accidentally use a previously-
|
/external/chromium_org/chrome/browser/password_manager/ |
save_password_infobar_delegate.h | 32 // "group_X" suffixes used in the histogram names for infobar usage reporting; 34 // the right histogram.
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_host_metrics.cc | 8 #include "base/metrics/histogram.h" 51 // the population. So we ensure to instantiate the histogram
|
/external/chromium_org/chrome/browser/ui/views/passwords/ |
manage_passwords_view_test.cc | 90 const char* histogram) { 94 histogram).release();
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_user_data_logger.h | 29 // Returns the name of the histogram that should be logged for an impression 34 // Returns the name of the histogram that should be logged for a navigation
|
/external/chromium_org/components/metrics/ |
metrics_log.cc | 15 #include "base/metrics/histogram.h" 145 // The following log is VERY helpful when folks add some named histogram into 147 // that happens, all we get to see (server side) is a hash of the histogram 148 // name. We can then use this logging to find out what histogram name was 195 base::Histogram::Sample min; 196 base::Histogram::Sample max; 197 base::Histogram::Count count; 237 // uma log upload, just as we send histogram data.
|
/external/chromium_org/google_apis/gcm/engine/ |
unregistration_request.h | 34 // histogram, so ordering should not be modified. 51 // histogram enum accordingly.
|
/external/chromium_org/sync/util/ |
data_type_histogram.h | 8 #include "base/metrics/histogram.h" 33 // in macros, pass in the histogram method directly as a parameter.
|
/external/chromium_org/tools/metrics/histograms/ |
update_editor_commands.py | 82 document: A minidom.Document object representing parsed histogram 120 Log('Reading histogram enum definition from "%s".'
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
metrics.js | 118 // (Source: UMA_HISTOGRAM_ENUMERATION definition in base/metrics/histogram.h) 121 'type': 'histogram-linear',
|
/external/chromium_org/ui/gfx/ |
color_utils.h | 62 // Builds a histogram based on the Y' of the Y'UV representation of 64 GFX_EXPORT void BuildLumaHistogram(const SkBitmap& bitmap, int histogram[256]);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
annotate.h | 95 * @histogram: Array of addr hit histograms per event being monitored 101 * one of the entries in the histogram array, i.e. for the event/counter being
|
/external/llvm/test/Transforms/LoopVectorize/ |
increment.ll | 42 ;CHECK-LABEL: @histogram( 45 define i32 @histogram(i32* nocapture noalias %A, i32* nocapture noalias %B, i32 %n) nounwind uwtable ssp {
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
ISACHist.cc | 36 // reset the histogram 53 printf("Could not open the histogram file.\n");
|