| /external/cronet/base/metrics/ | 
| D | histogram_functions.cc | 14 void UmaHistogramBoolean(const std::string& name, bool sample) {  in UmaHistogramBoolean() 20 void UmaHistogramBoolean(const char* name, bool sample) {  in UmaHistogramBoolean() 27                              int sample,  in UmaHistogramExactLinear() 35 void UmaHistogramExactLinear(const char* name, int sample, int exclusive_max) {  in UmaHistogramExactLinear() 60                               int sample,  in UmaHistogramCustomCounts() 71                               int sample,  in UmaHistogramCustomCounts() 81 void UmaHistogramCounts100(const std::string& name, int sample) {  in UmaHistogramCounts100() 85 void UmaHistogramCounts100(const char* name, int sample) {  in UmaHistogramCounts100() 89 void UmaHistogramCounts1000(const std::string& name, int sample) {  in UmaHistogramCounts1000() 93 void UmaHistogramCounts1000(const char* name, int sample) {  in UmaHistogramCounts1000() [all …] 
 | 
| D | histogram_macros.h | 96 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \  argument 105 #define UMA_HISTOGRAM_BOOLEAN(name, sample)                                    \  argument 127 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, exclusive_max) \  argument 157 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, sample_max, \  argument 183 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(    \  argument 186 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(   \  argument 189 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(  \  argument 192 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \  argument 195 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(     \  argument 198 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(    \  argument [all …] 
 | 
| D | histogram_macros_local.h | 26 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample)                                  \  argument 43 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample)                               \  argument 46 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample)                             \  argument 49 #define LOCAL_HISTOGRAM_COUNTS_1000000(name, sample)                           \  argument 52 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count)    \  argument 62 #define LOCAL_HISTOGRAM_TIMES(name, sample)                         \  argument 66 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \  argument 72 #define LOCAL_HISTOGRAM_CUSTOM_MICROSECONDS_TIMES(name, sample, min, max, \  argument 83 #define LOCAL_HISTOGRAM_MEMORY_KB(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \  argument 92 #define LOCAL_HISTOGRAM_COUNTS(name, sample)                                   \  argument
  | 
| D | histogram_samples_unittest.cc | 18   AtomicSingleSample sample;  in TEST()  local 36   AtomicSingleSample sample;  in TEST()  local 54   AtomicSingleSample sample;  in TEST()  local 69   AtomicSingleSample sample;  in TEST()  local 85   AtomicSingleSample sample;  in TEST()  local
  | 
| /external/webrtc/system_wrappers/include/ | 
| D | metrics.h | 106 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \  argument 109 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \  argument 112 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \  argument 115 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \  argument 118 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \  argument 121 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \  argument 124 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count)       \  argument 129 #define RTC_HISTOGRAM_COUNTS_LINEAR(name, sample, min, max, bucket_count)      \  argument 136 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \  argument 139 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \  argument [all …] 
 | 
| /external/libchrome/base/metrics/ | 
| D | histogram_functions.cc | 14 void UmaHistogramBoolean(const std::string& name, bool sample) {  in UmaHistogramBoolean() 21                              int sample,  in UmaHistogramExactLinear() 34                               int sample,  in UmaHistogramCustomCounts() 43 void UmaHistogramCounts100(const std::string& name, int sample) {  in UmaHistogramCounts100() 47 void UmaHistogramCounts1000(const std::string& name, int sample) {  in UmaHistogramCounts1000() 51 void UmaHistogramCounts10000(const std::string& name, int sample) {  in UmaHistogramCounts10000() 55 void UmaHistogramCounts100000(const std::string& name, int sample) {  in UmaHistogramCounts100000() 59 void UmaHistogramCounts1M(const std::string& name, int sample) {  in UmaHistogramCounts1M() 63 void UmaHistogramCounts10M(const std::string& name, int sample) {  in UmaHistogramCounts10M() 68                              TimeDelta sample,  in UmaHistogramCustomTimes() [all …] 
 | 
| D | histogram_macros.h | 89 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \  argument 98 #define UMA_HISTOGRAM_BOOLEAN(name, sample)                                    \  argument 115 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \  argument 134 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, value_max, \  argument 160 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(    \  argument 163 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(   \  argument 166 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(  \  argument 169 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \  argument 172 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(     \  argument 175 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS(    \  argument [all …] 
 | 
| D | histogram_macros_local.h | 27 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample)                                  \  argument 44 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample)                               \  argument 47 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample)                             \  argument 50 #define LOCAL_HISTOGRAM_COUNTS_1000000(name, sample)                           \  argument 53 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count)    \  argument 63 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES(      \  argument 67 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \  argument 78 #define LOCAL_HISTOGRAM_MEMORY_KB(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \  argument 87 #define LOCAL_HISTOGRAM_COUNTS(name, sample)                                   \  argument
  | 
| D | histogram_samples_unittest.cc | 18   AtomicSingleSample sample;  in TEST()  local 31   AtomicSingleSample sample;  in TEST()  local 44   AtomicSingleSample sample;  in TEST()  local 58   AtomicSingleSample sample;  in TEST()  local 72   AtomicSingleSample sample;  in TEST()  local
  | 
| /external/angle/src/libANGLE/ | 
| D | histogram_macros.h | 15 #define ANGLE_HISTOGRAM_TIMES(name, sample) ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, 1, 10000, 50)  argument 17 #define ANGLE_HISTOGRAM_MEDIUM_TIMES(name, sample) \  argument 21 #define ANGLE_HISTOGRAM_LONG_TIMES(name, sample) \  argument 26 #define ANGLE_HISTOGRAM_LONG_TIMES_100(name, sample) \  argument 31 #define ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \  argument 34 #define ANGLE_HISTOGRAM_COUNTS(name, sample) \  argument 37 #define ANGLE_HISTOGRAM_COUNTS_100(name, sample) \  argument 40 #define ANGLE_HISTOGRAM_COUNTS_10000(name, sample) \  argument 43 #define ANGLE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count)                       \  argument 50 #define ANGLE_HISTOGRAM_BOOLEAN(name, sample) \  argument [all …] 
 | 
| /external/guava/android/guava-tests/test/com/google/common/base/ | 
| D | ThrowablesTest.java | 67     Sample sample =  in testPropagateIfPossible_NoneDeclared_NoneThrown()  local 86     Sample sample =  in testPropagateIfPossible_NoneDeclared_UncheckedThrown()  local 109     Sample sample =  in testPropagateIfPossible_NoneDeclared_UndeclaredThrown()  local 132     Sample sample =  in testPropagateIfPossible_OneDeclared_NoneThrown()  local 153     Sample sample =  in testPropagateIfPossible_OneDeclared_UncheckedThrown()  local 176     Sample sample =  in testPropagateIfPossible_OneDeclared_CheckedThrown()  local 199     Sample sample =  in testPropagateIfPossible_OneDeclared_UndeclaredThrown()  local 223     Sample sample =  in testPropagateIfPossible_TwoDeclared_NoneThrown()  local 244     Sample sample =  in testPropagateIfPossible_TwoDeclared_UncheckedThrown()  local 268     Sample sample =  in testPropagateIfPossible_TwoDeclared_CheckedThrown()  local [all …] 
 | 
| /external/guava/guava-tests/test/com/google/common/base/ | 
| D | ThrowablesTest.java | 67     Sample sample =  in testPropagateIfPossible_NoneDeclared_NoneThrown()  local 86     Sample sample =  in testPropagateIfPossible_NoneDeclared_UncheckedThrown()  local 109     Sample sample =  in testPropagateIfPossible_NoneDeclared_UndeclaredThrown()  local 132     Sample sample =  in testPropagateIfPossible_OneDeclared_NoneThrown()  local 153     Sample sample =  in testPropagateIfPossible_OneDeclared_UncheckedThrown()  local 176     Sample sample =  in testPropagateIfPossible_OneDeclared_CheckedThrown()  local 199     Sample sample =  in testPropagateIfPossible_OneDeclared_UndeclaredThrown()  local 223     Sample sample =  in testPropagateIfPossible_TwoDeclared_NoneThrown()  local 244     Sample sample =  in testPropagateIfPossible_TwoDeclared_UncheckedThrown()  local 268     Sample sample =  in testPropagateIfPossible_TwoDeclared_CheckedThrown()  local [all …] 
 | 
| /external/webrtc/test/scenario/ | 
| D | stats_collection.cc | 41 void VideoQualityAnalyzer::HandleFramePair(VideoFramePair sample, double psnr) {  in HandleFramePair() 47 void VideoQualityAnalyzer::HandleFramePair(VideoFramePair sample) {  in HandleFramePair() 76 void VideoLayerAnalyzer::HandleFramePair(VideoFramePair sample,  in HandleFramePair() 106 void VideoLayerAnalyzer::HandleCapturedFrame(const VideoFramePair& sample) {  in HandleCapturedFrame() 112 void VideoLayerAnalyzer::HandleRenderedFrame(const VideoFramePair& sample) {  in HandleRenderedFrame() 135 void CallStatsCollector::AddStats(Call::Stats sample) {  in AddStats() 146     AudioReceiveStreamInterface::Stats sample) {  in AddStats() 152 void VideoSendStatsCollector::AddStats(VideoSendStream::Stats sample,  in AddStats() 179     VideoReceiveStreamInterface::Stats sample) {  in AddStats()
  | 
| /external/cronet/net/disk_cache/blockfile/ | 
| D | histogram_macros.h | 21 #define CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \  argument 29 #define CACHE_HISTOGRAM_COUNTS(name, sample) CACHE_HISTOGRAM_CUSTOM_COUNTS( \  argument 32 #define CACHE_HISTOGRAM_COUNTS_10000(name, sample) \  argument 35 #define CACHE_HISTOGRAM_COUNTS_50000(name, sample) \  argument 38 #define CACHE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \  argument 46 #define CACHE_HISTOGRAM_TIMES(name, sample)                         \  argument 50 #define CACHE_HISTOGRAM_ENUMERATION(name, sample, boundary_value) do { \  argument 77 #define CACHE_HISTOGRAM_CACHE_ERROR(name, sample) \  argument 90 #define CACHE_UMA(type, name, experiment, sample)                    \  argument
  | 
| /external/cronet/base/android/java/src/org/chromium/base/metrics/ | 
| D | RecordHistogram.java | 28     public static void recordBooleanHistogram(String name, boolean sample) {  in recordBooleanHistogram() 42     public static void recordEnumeratedHistogram(String name, int sample, int max) {  in recordEnumeratedHistogram() 53     public static void recordCount1MHistogram(String name, int sample) {  in recordCount1MHistogram() 64     public static void recordCount100Histogram(String name, int sample) {  in recordCount100Histogram() 75     public static void recordCount1000Histogram(String name, int sample) {  in recordCount1000Histogram() 86     public static void recordCount100000Histogram(String name, int sample) {  in recordCount100000Histogram() 102             String name, int sample, int min, int max, int numBuckets) {  in recordCustomCountHistogram() 118             String name, int sample, int min, int max, int numBuckets) {  in recordLinearCountHistogram() 129     public static void recordPercentageHistogram(String name, int sample) {  in recordPercentageHistogram() 141     public static void recordSparseHistogram(String name, int sample) {  in recordSparseHistogram() [all …] 
 | 
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ | 
| D | test_ringbuf_multi.c | 9 struct sample {  struct 10 	int pid; 11 	int seq; 12 	long value; 13 	char comm[16]; 58 	struct sample *sample;  in test_ringbuf()  local
  | 
| D | test_ringbuf.c | 9 struct sample {  struct 10 	int pid; 11 	int seq; 12 	long value; 13 	char comm[16]; 42 	struct sample *sample;  in test_ringbuf()  local
  | 
| /external/cronet/components/metrics/serialization/ | 
| D | metric_sample.cc | 20                            int sample,  in MetricSample() 77 int MetricSample::sample() const {  in sample()  function in metrics::MetricSample 109     int sample,  in HistogramSample() 125   int sample, min, max, bucket_count;  in ParseHistogram()  local 139     int sample) {  in SparseHistogramSample() 151   int sample;  in ParseSparseHistogram()  local 161     int sample,  in LinearHistogramSample() 172   int sample, max;  in ParseLinearHistogram()  local
  | 
| /external/libchrome/base/android/java/src/org/chromium/base/metrics/ | 
| D | RecordHistogram.java | 65     public static void recordBooleanHistogram(String name, boolean sample) {  in recordBooleanHistogram() 81     public static void recordEnumeratedHistogram(String name, int sample, int boundary) {  in recordEnumeratedHistogram() 94     public static void recordCountHistogram(String name, int sample) {  in recordCountHistogram() 104     public static void recordCount100Histogram(String name, int sample) {  in recordCount100Histogram() 114     public static void recordCount1000Histogram(String name, int sample) {  in recordCount1000Histogram() 128             String name, int sample, int min, int max, int numBuckets) {  in recordCustomCountHistogram() 145             String name, int sample, int min, int max, int numBuckets) {  in recordLinearCountHistogram() 158     public static void recordPercentageHistogram(String name, int sample) {  in recordPercentageHistogram() 171     public static void recordSparseSlowlyHistogram(String name, int sample) {  in recordSparseSlowlyHistogram() 304     public static int getHistogramValueCountForTesting(String name, int sample) {  in getHistogramValueCountForTesting() [all …] 
 | 
| D | CachedMetrics.java | 100         public void record(int sample) {  in record() 111         private void recordWithNative(int sample) {  in recordWithNative() 134         public void record(int sample) {  in record() 145         private void recordWithNative(int sample) {  in recordWithNative() 169         public void record(long sample) {  in record() 180         private void recordWithNative(long sample) {  in recordWithNative() 201         public void record(boolean sample) {  in record() 212         private void recordWithNative(boolean sample) {  in recordWithNative() 242         public void record(int sample) {  in record() 253         private void recordWithNative(int sample) {  in recordWithNative()
  | 
| /external/cronet/base/profiler/ | 
| D | libunwindstack_unwinder_android_unittest.cc | 42   std::vector<Frame> sample;  in CaptureScenario()  local 84   std::vector<Frame> sample =  in TEST()  local 88                                                std::vector<Frame>* sample) {  in TEST() 114   std::vector<Frame> sample =  in TEST()  local 118                                                std::vector<Frame>* sample) {  in TEST() 146   std::vector<Frame> sample =  in TEST()  local 150                                                std::vector<Frame>* sample) {  in TEST() 182   const std::vector<Frame> sample =  in TEST()  local 186                                                std::vector<Frame>* sample) {  in TEST() 220   auto sample =  in TEST()  local [all …] 
 | 
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ | 
| D | ringbuf_multi.c | 9 struct sample {  struct 19 	struct sample *s = data;  in process_sample()  argument
  | 
| /external/opencensus-java/contrib/spring/src/test/java/io/opencensus/contrib/spring/aop/ | 
| D | CensusSpringAspectTest.java | 83     Sample sample = (Sample) context.getBean("sample");  in tracedUsesMethodAsSpanName()  local 96     Sample sample = (Sample) context.getBean("sample");  in tracedAcceptsCustomSpanName()  local 109     Sample sample = (Sample) context.getBean("sample");  in handlesException()  local 137     Sample sample = (Sample) context.getBean("sample");  in sqlExecute()  local 155     Sample sample = (Sample) context.getBean("sample");  in sqlQuery()  local 174     Sample sample = (Sample) context.getBean("sample");  in sqlUpdate()  local
  | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/platform/api/ | 
| D | quic_client_stats.h | 32 #define QUIC_CLIENT_HISTOGRAM_ENUM(name, sample, enum_size, docstring) \  argument 41 #define QUIC_CLIENT_HISTOGRAM_BOOL(name, sample, docstring) \  argument 56 #define QUIC_CLIENT_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, \  argument 76 #define QUIC_CLIENT_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count, \  argument 81 inline void QuicClientSparseHistogram(const std::string& name, int sample) {  in QuicClientSparseHistogram()
  | 
| /external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ | 
| D | quiche_client_stats.h | 32 #define QUICHE_CLIENT_HISTOGRAM_ENUM(name, sample, enum_size, docstring) \  argument 41 #define QUICHE_CLIENT_HISTOGRAM_BOOL(name, sample, docstring) \  argument 56 #define QUICHE_CLIENT_HISTOGRAM_TIMES(name, sample, min, max, bucket_count, \  argument 77 #define QUICHE_CLIENT_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count, \  argument 82 inline void QuicheClientSparseHistogram(const std::string& name, int sample) {  in QuicheClientSparseHistogram()
  |