/external/cronet/stable/base/metrics/ |
D | histogram_functions.cc | 17 void UmaHistogramBoolean(std::string_view name, bool sample) { in UmaHistogramBoolean() 23 void UmaHistogramBoolean(const std::string& name, bool sample) { in UmaHistogramBoolean() 29 void UmaHistogramBoolean(const char* name, bool sample) { in UmaHistogramBoolean() 36 int sample, in UmaHistogramExactLinear() 45 int sample, in UmaHistogramExactLinear() 53 void UmaHistogramExactLinear(const char* name, int sample, int exclusive_max) { in UmaHistogramExactLinear() 87 int sample, in UmaHistogramCustomCounts() 98 int sample, in UmaHistogramCustomCounts() 109 int sample, in UmaHistogramCustomCounts() 119 void UmaHistogramCounts100(std::string_view name, int sample) { in UmaHistogramCounts100() [all …]
|
D | histogram_macros.h | 97 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument 106 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument 128 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, exclusive_max) \ argument 158 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, sample_max, \ argument 184 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 187 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 190 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 193 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 196 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 199 #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
|
/external/cronet/tot/base/metrics/ |
D | histogram_functions.cc | 17 void UmaHistogramBoolean(std::string_view name, bool sample) { in UmaHistogramBoolean() 23 void UmaHistogramBoolean(const std::string& name, bool sample) { in UmaHistogramBoolean() 29 void UmaHistogramBoolean(const char* name, bool sample) { in UmaHistogramBoolean() 36 int sample, in UmaHistogramExactLinear() 45 int sample, in UmaHistogramExactLinear() 53 void UmaHistogramExactLinear(const char* name, int sample, int exclusive_max) { in UmaHistogramExactLinear() 87 int sample, in UmaHistogramCustomCounts() 98 int sample, in UmaHistogramCustomCounts() 109 int sample, in UmaHistogramCustomCounts() 119 void UmaHistogramCounts100(std::string_view name, int sample) { in UmaHistogramCounts100() [all …]
|
D | histogram_macros.h | 97 #define UMA_HISTOGRAM_SCALED_ENUMERATION(name, sample, count, scale) \ argument 106 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument 128 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, exclusive_max) \ argument 158 #define UMA_HISTOGRAM_SCALED_EXACT_LINEAR(name, sample, count, sample_max, \ argument 184 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 187 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 190 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 193 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 196 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 199 #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
|
/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
|
/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/sdv/vsomeip/third_party/boost/range/test/ |
D | atl.cpp | 54 bool test_init_auto_ptr_array(ArrayT& arr, SampleRange& sample) in test_init_auto_ptr_array() 67 bool test_init_auto_ptr_list(ListT& lst, SampleRange& sample) in test_init_auto_ptr_list() 98 bool test_atl_map(AtlMapT& map, const MapT& sample) in test_atl_map() 126 bool test_init_atl_multimap(MapT& map, const SampleMap& sample) in test_init_atl_multimap() 142 void test_CAtlArray(const Range& sample) in test_CAtlArray() 158 void test_CAutoPtrArray(Range& sample) in test_CAutoPtrArray() 174 void test_CInterfaceArray(const Range& sample) in test_CInterfaceArray() 193 void test_CAtlList(const Range& sample) in test_CAtlList() 209 void test_CAutoPtrList(Range& sample) in test_CAutoPtrList() 225 void test_CHeapPtrList(const Range& sample) in test_CHeapPtrList() [all …]
|
D | mfc.cpp | 52 bool test_mfc_map(MfcMapT& map, const MapT& sample) in test_mfc_map() 80 bool test_mfc_cpair_map(MfcMapT& map, const MapT& sample) in test_mfc_cpair_map() 110 void test_CByteArray(const Range& sample) in test_CByteArray() 126 void test_CDWordArray(const Range& sample) in test_CDWordArray() 142 void test_CObArray(const Range& sample) in test_CObArray() 158 void test_CPtrArray(const Range& sample) in test_CPtrArray() 174 void test_CStringArray(const Range& sample) in test_CStringArray() 190 void test_CUIntArray(const Range& sample) in test_CUIntArray() 206 void test_CWordArray(const Range& sample) in test_CWordArray() 225 void test_CObList(const Range& sample) in test_CObList() [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/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]; 60 struct sample *sample; in test_ringbuf() local
|
D | test_ringbuf.c | 10 struct sample { struct 11 int pid; 12 int seq; 13 long value; 14 char comm[16]; 43 struct sample *sample; in test_ringbuf() local
|
D | dynptr_success.c | 14 struct sample { struct 15 int pid; 16 int seq; 17 long value; 18 char comm[16]; 120 struct sample *sample; in ringbuf_callback() local 137 struct sample *sample; in test_ringbuf() local
|
/external/cronet/stable/base/android/java/src/org/chromium/base/metrics/ |
D | RecordHistogram.java | 23 public static void recordBooleanHistogram(String name, boolean sample) { in recordBooleanHistogram() 37 public static void recordEnumeratedHistogram(String name, int sample, int max) { in recordEnumeratedHistogram() 48 public static void recordCount1MHistogram(String name, int sample) { in recordCount1MHistogram() 59 public static void recordCount100Histogram(String name, int sample) { in recordCount100Histogram() 70 public static void recordCount1000Histogram(String name, int sample) { in recordCount1000Histogram() 81 public static void recordCount100000Histogram(String name, int sample) { in recordCount100000Histogram() 97 String name, int sample, int min, int max, int numBuckets) { in recordCustomCountHistogram() 113 String name, int sample, int min, int max, int numBuckets) { in recordLinearCountHistogram() 124 public static void recordPercentageHistogram(String name, int sample) { in recordPercentageHistogram() 136 public static void recordSparseHistogram(String name, int sample) { in recordSparseHistogram() [all …]
|
/external/cronet/tot/base/android/java/src/org/chromium/base/metrics/ |
D | RecordHistogram.java | 23 public static void recordBooleanHistogram(String name, boolean sample) { in recordBooleanHistogram() 37 public static void recordEnumeratedHistogram(String name, int sample, int max) { in recordEnumeratedHistogram() 48 public static void recordCount1MHistogram(String name, int sample) { in recordCount1MHistogram() 59 public static void recordCount100Histogram(String name, int sample) { in recordCount100Histogram() 70 public static void recordCount1000Histogram(String name, int sample) { in recordCount1000Histogram() 81 public static void recordCount100000Histogram(String name, int sample) { in recordCount100000Histogram() 97 String name, int sample, int min, int max, int numBuckets) { in recordCustomCountHistogram() 113 String name, int sample, int min, int max, int numBuckets) { in recordLinearCountHistogram() 124 public static void recordPercentageHistogram(String name, int sample) { in recordPercentageHistogram() 136 public static void recordSparseHistogram(String name, int sample) { in recordSparseHistogram() [all …]
|
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/model/ |
D | SampleTest.java | 44 Sample sample = Sample.builder().setRegionTag(regionTag).build(); in sampleValidMissingFields() local 54 Sample sample = Sample.builder().setRegionTag(regionTag).setBody(sampleBody).build(); in sampleWithHeader() local 63 Sample sample = Sample.builder().setRegionTag(regionTag).build(); in sampleNameWithRegionTag() local 78 Sample sample = in sampleNameWithRegionTagCanonical() local 91 Sample sample = in sampleCanonicalOverload() 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/stable/base/profiler/ |
D | libunwindstack_unwinder_android_unittest.cc | 44 std::vector<Frame> sample; in CaptureScenario() local 87 std::vector<Frame> sample = CaptureScenario( in TEST() local 92 std::vector<Frame>* sample) { in TEST() 118 std::vector<Frame> sample = CaptureScenario( in TEST() local 123 std::vector<Frame>* sample) { in TEST() 151 std::vector<Frame> sample = CaptureScenario( in TEST() local 156 std::vector<Frame>* sample) { in TEST() 188 const std::vector<Frame> sample = CaptureScenario( in TEST() local 193 std::vector<Frame>* sample) { in TEST() 227 auto sample = CaptureScenario( in TEST() local [all …]
|
/external/cronet/tot/base/profiler/ |
D | libunwindstack_unwinder_android_unittest.cc | 44 std::vector<Frame> sample; in CaptureScenario() local 87 std::vector<Frame> sample = CaptureScenario( in TEST() local 92 std::vector<Frame>* sample) { in TEST() 118 std::vector<Frame> sample = CaptureScenario( in TEST() local 123 std::vector<Frame>* sample) { in TEST() 151 std::vector<Frame> sample = CaptureScenario( in TEST() local 156 std::vector<Frame>* sample) { in TEST() 188 const std::vector<Frame> sample = CaptureScenario( in TEST() local 193 std::vector<Frame>* sample) { in TEST() 227 auto sample = CaptureScenario( 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
|