/external/webrtc/system_wrappers/include/ |
D | metrics.h | 104 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument 107 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument 110 #define RTC_HISTOGRAM_COUNTS_500(name, sample) \ argument 113 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument 116 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument 119 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument 122 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ argument 127 #define RTC_HISTOGRAM_COUNTS_LINEAR(name, sample, min, max, bucket_count) \ argument 134 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument 137 #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() 77 void VideoLayerAnalyzer::HandleFramePair(VideoFramePair sample, in HandleFramePair() 107 void VideoLayerAnalyzer::HandleCapturedFrame(const VideoFramePair& sample) { in HandleCapturedFrame() 113 void VideoLayerAnalyzer::HandleRenderedFrame(const VideoFramePair& sample) { in HandleRenderedFrame() 136 void CallStatsCollector::AddStats(Call::Stats sample) { in AddStats() 146 void AudioReceiveStatsCollector::AddStats(AudioReceiveStream::Stats sample) { in AddStats() 152 void VideoSendStatsCollector::AddStats(VideoSendStream::Stats sample, in AddStats() 178 void VideoReceiveStatsCollector::AddStats(VideoReceiveStream::Stats sample) { in AddStats()
|
/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/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/rust/crates/rand/src/distributions/ |
D | integer.rs | 23 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u8 { in sample() method 30 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u16 { in sample() method 37 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u32 { in sample() method 44 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u64 { in sample() method 51 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u128 { in sample() method 62 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> usize { in sample() method 68 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> usize { in sample() method
|
D | other.rs | 76 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> char { in sample() method 109 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> u8 { in sample() method 139 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> bool { in sample() method 175 fn sample<R: Rng + ?Sized>(&self, _: &mut R) -> () { in sample() method 198 fn sample<R: Rng + ?Sized>(&self, _rng: &mut R) -> [T; N] { in sample() function 237 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> Option<T> { in sample() function 251 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> Wrapping<T> { in sample() function
|
/external/webrtc/video/ |
D | stats_counter.cc | 48 void Add(int sample) { in Add() 88 void Add(int sample, uint32_t stream_id) { in Add() 92 void Set(int64_t sample, uint32_t stream_id) { in Set() 96 void SetLast(int64_t sample, uint32_t stream_id) { in SetLast() 239 void StatsCounter::Add(int sample) { in Add() 245 void StatsCounter::Set(int64_t sample, uint32_t stream_id) { in Set() 255 void StatsCounter::SetLast(int64_t sample, uint32_t stream_id) { in SetLast() 319 void AvgCounter::Add(int sample) { in Add() 344 void MaxCounter::Add(int sample) { in Add() 367 void PercentCounter::Add(bool sample) { in Add() [all …]
|
/external/aac/libPCMutils/src/ |
D | pcm_utils.cpp | 112 for (UINT sample = 0; sample < length; sample++) { in FDK_interleave() local 124 for (UINT sample = 0; sample < length; sample++) { in FDK_interleave() local 136 for (UINT sample = 0; sample < length; sample++) { in FDK_interleave() local 151 for (UINT sample = 0; sample < frameSize; sample++) { in FDK_deinterleave() local 164 for (UINT sample = 0; sample < frameSize; sample++) { in FDK_deinterleave() local 177 for (UINT sample = 0; sample < frameSize; sample++) { in FDK_deinterleave() local 190 for (UINT sample = 0; sample < frameSize; sample++) { in FDK_deinterleave() local
|
/external/abseil-cpp/absl/profiling/internal/ |
D | sample_recorder.h | 144 void SampleRecorder<T>::PushNew(T* sample) { in PushNew() 153 void SampleRecorder<T>::PushDead(T* sample) { in PushDead() 171 T* sample = graveyard_.dead; in PopDead() local 190 T* sample = PopDead(); in Register() local 201 void SampleRecorder<T>::Unregister(T* sample) { in Unregister()
|
/external/webrtc/third_party/abseil-cpp/absl/profiling/internal/ |
D | sample_recorder.h | 144 void SampleRecorder<T>::PushNew(T* sample) { in PushNew() 153 void SampleRecorder<T>::PushDead(T* sample) { in PushDead() 171 T* sample = graveyard_.dead; in PopDead() local 190 T* sample = PopDead(); in Register() local 201 void SampleRecorder<T>::Unregister(T* sample) { in Unregister()
|
/external/angle/third_party/abseil-cpp/absl/profiling/internal/ |
D | sample_recorder.h | 148 void SampleRecorder<T>::PushNew(T* sample) { in PushNew() 157 void SampleRecorder<T>::PushDead(T* sample) { in PushDead() 176 T* sample = graveyard_.dead; in PopDead() local 196 T* sample = PopDead(args...); in Register() local 211 void SampleRecorder<T>::Unregister(T* sample) { in Unregister()
|
/external/rust/crates/criterion/src/stats/univariate/ |
D | resamples.rs | 12 sample: &'a [A], field 78 let sample = Sample::new(&v); localVariable 80 let sample = v.iter().map(|&x| x as i64).collect::<HashSet<_>>(); localVariable 101 let sample = Sample::new(&v); in different_subsets() localVariable
|
/external/libchrome/base/test/metrics/ |
D | histogram_tester.cc | 34 HistogramBase::Sample sample, in ExpectUniqueSample() 49 HistogramBase::Sample sample, in ExpectBucketCount() 74 TimeDelta sample, in ExpectTimeBucketCount() 86 HistogramBase::Sample sample; in GetAllSamples() local 111 HistogramBase::Sample sample, in GetBucketCountForSamples() 196 HistogramBase::Sample sample, in CheckBucketCount()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 101 void HashtablezSampler::PushNew(HashtablezInfo* sample) { in PushNew() 109 void HashtablezSampler::PushDead(HashtablezInfo* sample) { in PushDead() 126 HashtablezInfo* sample = graveyard_.dead; in PopDead() local 143 HashtablezInfo* sample = PopDead(); in Register() local 153 void HashtablezSampler::Unregister(HashtablezInfo* sample) { in Unregister()
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 100 void HashtablezSampler::PushNew(HashtablezInfo* sample) { in PushNew() 108 void HashtablezSampler::PushDead(HashtablezInfo* sample) { in PushDead() 125 HashtablezInfo* sample = graveyard_.dead; in PopDead() local 142 HashtablezInfo* sample = PopDead(); in Register() local 152 void HashtablezSampler::Unregister(HashtablezInfo* sample) { in Unregister()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hashtablez_sampler.cc | 100 void HashtablezSampler::PushNew(HashtablezInfo* sample) { in PushNew() 108 void HashtablezSampler::PushDead(HashtablezInfo* sample) { in PushDead() 125 HashtablezInfo* sample = graveyard_.dead; in PopDead() local 142 HashtablezInfo* sample = PopDead(); in Register() local 152 void HashtablezSampler::Unregister(HashtablezInfo* sample) { in Unregister()
|
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/ |
D | neural_stylus_palm_detection_filter_util_unittest.cc | 205 const PalmFilterSample sample = in TEST_P() local 230 const PalmFilterSample sample = in TEST_P() local 252 PalmFilterSample sample = in TEST_P() local 294 PalmFilterSample sample = in TEST_P() local 322 PalmFilterSample sample = in TEST_P() local 342 PalmFilterSample sample = in TEST_P() local 361 PalmFilterSample sample = in TEST_P() local 390 PalmFilterSample sample = in TEST() local
|