/external/chromium_org/tools/perf/measurements/ |
memory_pressure.py | 24 # Allow histogram collection
|
/external/chromium_org/ui/app_list/ |
search_box_model.cc | 7 #include "base/metrics/histogram.h"
|
/external/mesa3d/src/mesa/main/ |
descrip.mms | 58 histogram.c \ 133 histogram.obj,\ 217 histogram.obj : histogram.c
|
/external/skia/tests/ |
RecorderTest.cpp | 20 // Tallies the types of commands it sees into a histogram.
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Histogram.java | 24 public class Histogram extends TestBase {
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main.h | 110 // Record time from process startup to present time in an UMA histogram. 113 // Records a time value to an UMA histogram in the context of the 115 // sub-histogram (_PreRead(Enabled|Disabled)).
|
/external/chromium_org/chrome/browser/prefs/ |
pref_hash_filter.cc | 10 #include "base/metrics/histogram.h" 148 // TODO(gab): Remove this histogram by Feb 21 2014; after sufficient timing 195 // TODO(gab): Remove this histogram by Feb 21 2014; after sufficient timing
|
/external/chromium_org/content/browser/download/ |
download_stats.h | 27 // histogram "Download.Counts". 53 // This is equal to the number of samples in Download.WriteSize histogram. 58 // histogram.
|
/external/chromium_org/device/bluetooth/ |
bluetooth_pairing_chromeos.cc | 8 #include "base/metrics/histogram.h" 16 // Histogram enumerations for pairing methods. 25 // update the enum list in tools/histogram/histograms.xml accordingly.
|
/external/chromium_org/sql/ |
meta_table.cc | 8 #include "base/metrics/histogram.h" 80 // don't histogram that case. 112 // deprecated is expected, so don't histogram that case.
|
/external/chromium_org/tools/valgrind/tsan/ |
ignores.txt | 94 # Histogram has tiny functions that can be called frequently 95 fun_hist:*Histogram* 97 fun_r:*4base*9Histogram*3Add*
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
histogram.cpp | 17 // Native function to extract histogram from image (handed down as ByteBuffer). 19 #include "histogram.h" 113 // (less than saturationThreshold), if will be put in a 1-D value histogram instead.
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BaseCluster.java | 38 // Histogram illustrates the pattern of visit during time of day, 160 public void setHistogram(Map<String, Long> histogram) { 162 mHistogram.putAll(histogram);
|
Predictor.java | 34 * This is interface to implement Prediction based on histogram that 85 * pushed to the histogram 115 * return probabilty of an exmple using the histogram
|
/pdk/apps/CameraITS/tests/inprog/ |
test_black_level.py | 75 yhist,_ = numpy.histogram(yimg*255, 256, (0,256)) 77 uhist,_ = numpy.histogram(uimg*255, 256, (0,256)) 79 vhist,_ = numpy.histogram(vimg*255, 256, (0,256))
|
/external/chromium_org/net/cookies/ |
cookie_monster.cc | 59 #include "base/metrics/histogram.h" [all...] |
/external/chromium_org/chrome/browser/thumbnails/ |
simple_thumbnail_crop.cc | 7 #include "base/metrics/histogram.h" 65 int histogram[256] = {0}; local 66 color_utils::BuildLumaHistogram(bitmap, histogram); 68 int color_count = *std::max_element(histogram, histogram + 256);
|
/external/chromium_org/components/precache/content/ |
precache_manager_unittest.cc | 18 #include "base/metrics/histogram.h" 36 // A map of histogram names to the total sample counts. 43 base::HistogramBase* histogram = local 45 return histogram ? histogram->SnapshotSamples()->TotalCount() : 0;
|
/external/chromium_org/components/precache/core/ |
precache_database_unittest.cc | 12 #include "base/metrics/histogram.h" 35 base::HistogramBase* histogram = local 38 EXPECT_NE(static_cast<base::HistogramBase*>(NULL), histogram); local 40 return histogram->SnapshotSamples().Pass(); 69 // Log a sample for each histogram, to ensure that they are all created.
|
/external/chromium_org/net/base/ |
network_change_notifier.h | 223 // This is used for producing histogram data about the accuracy of 228 // Register the Observer callbacks for producing histogram data. This 234 // Unregister the Observer callbacks for producing histogram data. This 238 // Log the |NCN.NetworkOperatorMCCMNC| histogram. 324 // A little-piggy-back observer that simply logs UMA histogram data.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
malloc_extension.cc | 129 int histogram[kMallocHistogramSize]) { 132 memset(histogram, 0, sizeof(*histogram) * kMallocHistogramSize); 350 (int* blocks, size_t* total, int histogram[kMallocHistogramSize]), 351 (blocks, total, histogram));
|
/art/runtime/ |
leb128_test.cc | 20 #include "base/histogram-inl.h" 256 std::unique_ptr<Histogram<uint64_t>> enc_hist(new Histogram<uint64_t>("Leb128EncodeSpeedTest", 5)); 257 std::unique_ptr<Histogram<uint64_t>> dec_hist(new Histogram<uint64_t>("Leb128DecodeSpeedTest", 5)); 281 Histogram<uint64_t>::CumulativeData enc_data; 285 Histogram<uint64_t>::CumulativeData dec_data;
|
/external/opencv/cv/include/ |
cv.h | 575 from the object histogram back project (extension of meanshift) */ 581 from the object histogram back project */ [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
gcov-io.h | 141 int64:max int64:sum_max histogram 142 histogram: {int32:bitvector}8 histogram-buckets* 143 histogram-buckets: int32:num int64:min int64:sum 326 /* Structure used for each bucket of the log2 histogram of counter values. */ 337 /* For a log2 scale histogram with each range split into 4 345 histogram entries when the histogram is written to the gcov file. 357 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary [all...] |
/external/chromium_org/tools/telemetry/support/html_output/ |
results-template.html | 36 .large-line-plots > div, .histogram-plots > div { 43 .large-line-plot-labels > div, .histogram-plot-labels > div { 210 if (current.params.type === 'HISTOGRAM') { 212 // Histogram results have no values (per se). Instead we calculate 213 // the values from the histogram bins. 415 var section = $('<section><div class="histogram-plots"></div>' 416 + '<div class="histogram-plot-labels"></div>' 419 attachHistogramPlots(test, section.children('.histogram-plots')); 509 var histogram = results[i].histogramValues 510 if (!histogram) [all...] |