/external/chromium_org/sync/syncable/ |
on_disk_directory_backing_store.cc | 9 #include "base/metrics/histogram.h"
|
/external/chromium_org/third_party/libwebp/utils/ |
huffman_encode.h | 53 void VP8LCreateHuffmanTree(uint32_t* const histogram, int tree_depth_limit,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_scan.h | 64 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
|
/external/chromium_org/third_party/skia/tools/lua/ |
scrape_dashing.lua | 89 print("histogram of point-counts for all drawPoints calls")
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/ |
defines.h | 49 #define HIST_PAR_EST 1000 // histogram size for estimation of parameters
|
/external/chromium_org/tools/metrics/rappor/ |
rappor.xml | 9 along with a detailed description for each histogram. See the design doc at
|
/external/chromium_org/tools/valgrind/tsan/ |
ignores_win32.txt | 43 fun_r:base::Histogram::Add
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.h | 64 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
|
/external/opencv/cv/src/ |
cvcalccontrasthistogram.cpp | 54 // Purpose: Calculating the histogram of contrast from one-channel images 58 // Notes: if dont_clear parameter is NULL then histogram clearing before 167 // Purpose: Calculating the mask histogram of contrast from one-channel images 171 // Notes: if dont_clear parameter is NULL then histogram clearing before
|
/external/skia/tools/lua/ |
scrape_dashing.lua | 89 print("histogram of point-counts for all drawPoints calls")
|
/external/webp/src/utils/ |
huffman_encode.h | 53 void VP8LCreateHuffmanTree(uint32_t* const histogram, int tree_depth_limit,
|
/external/webrtc/src/modules/audio_processing/ns/ |
defines.h | 49 #define HIST_PAR_EST 1000 // histogram size for estimation of parameters
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
frametovalues.cpp | 17 // Native function to extract histogram from image (handed down as ByteBuffer).
|
/pdk/apps/CameraITS/tests/ |
tutorial.py | 165 # Compute a histogram of the luma image, in 256 buckeits. 167 hist,_ = numpy.histogram(yimg*255, 256, (0,256)) 169 # Plot the histogram using matplotlib, and save as a PNG image. 173 pylab.title("Histogram of luma channel of captured image")
|
/external/chromium_org/sql/ |
connection.cc | 13 #include "base/metrics/histogram.h" 235 base::HistogramBase* histogram = local 236 base::Histogram::FactoryGet( 239 if (histogram) 240 histogram->Add(sample); 889 // Histogram failures specific to initial open for debugging 1043 base::HistogramBase* histogram = local [all...] |
/external/chromium_org/cc/layers/ |
heads_up_display_layer_impl.cc | 377 // Collect graph and histogram data. 381 double histogram[kHistogramSize] = { 1.0 }; local 407 // Use the fps value to find the right bucket in the histogram. 412 histogram[bucket_index] += delta.InSecondsF(); 413 max_bucket_value = std::max(histogram[bucket_index], max_bucket_value); 417 // Draw FPS histogram. 434 if (histogram[i] > 0) { 436 histogram[i] / max_bucket_value * histogram_bounds.width();
|
/external/chromium_org/chrome/browser/ |
chrome_elf_init_win.cc | 7 #include "base/metrics/histogram.h" 28 // This enum is used to define the buckets for an enumerated UMA histogram.
|
/external/chromium_org/chrome/browser/policy/cloud/ |
cloud_policy_invalidator_unittest.cc | 12 #include "base/metrics/histogram.h" 178 // Get histogram samples for the given histogram. 207 // Stores starting histogram counts for kMetricPolicyRefresh. 210 // Stores starting histogram counts for kMetricPolicyInvalidations. 459 base::HistogramBase* histogram = local 461 if (!histogram) 463 return histogram->SnapshotSamples(); [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_histograms.h | 52 // Records, in a histogram, the percentage of the page load time that had 80 // Record a final status of a prerendered page in a histogram.
|
prerender_tab_helper.cc | 8 #include "base/metrics/histogram.h" 124 // Compute the PPLT metric and report it in a histogram, if needed. If the
|
/external/chromium_org/chrome/browser/profiles/ |
profile_metrics.h | 85 // This is used in a histogram; the items should not be removed or re-ordered. 104 // histogram from those that were initiated from the avatar button.
|
/external/chromium_org/chrome/browser/sync/ |
startup_controller.cc | 9 #include "base/metrics/histogram.h" 132 // TODO(tim): Seems wrong to always record this histogram here...
|
/external/chromium_org/chrome/browser/ui/ |
network_profile_bubble.cc | 18 #include "base/metrics/histogram.h" 68 // The name of the UMA histogram collecting our stats.
|
/external/chromium_org/chrome/renderer/plugins/ |
plugin_uma.cc | 10 #include "base/metrics/histogram.h" 46 // UMA_HISTOGRAM_ENUMERATION requires constant histogram name. Use string
|
/external/chromium_org/components/metrics/ |
persisted_logs.h | 22 // Used to produce a histogram that keeps track of the status of recalling 37 END_RECALL_STATUS // Number of bins to use to create the histogram.
|