/external/webrtc/webrtc/system_wrappers/include/ |
D | metrics.h | 65 #define RTC_HISTOGRAM_COUNTS_100(name, sample) \ argument 68 #define RTC_HISTOGRAM_COUNTS_200(name, sample) \ argument 71 #define RTC_HISTOGRAM_COUNTS_1000(name, sample) \ argument 74 #define RTC_HISTOGRAM_COUNTS_10000(name, sample) \ argument 77 #define RTC_HISTOGRAM_COUNTS_100000(name, sample) \ argument 80 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ argument 86 #define RTC_HISTOGRAM_COUNTS_SPARSE_100(name, sample) \ argument 89 #define RTC_HISTOGRAM_COUNTS_SPARSE_200(name, sample) \ argument 92 #define RTC_HISTOGRAM_COUNTS_SPARSE_1000(name, sample) \ argument 95 #define RTC_HISTOGRAM_COUNTS_SPARSE_10000(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
|
D | histogram_functions.h | 53 void UmaHistogramEnumeration(const std::string& name, T sample, T enum_size) { in UmaHistogramEnumeration() 65 void UmaHistogramEnumeration(const std::string& name, T sample) { in UmaHistogramEnumeration()
|
/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/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/adhd/cras/src/common/ |
D | cras_metrics.c | 23 void cras_metrics_log_histogram(const char *name, int sample, int min, int max, in cras_metrics_log_histogram() 34 void cras_metrics_log_sparse_histogram(const char *name, int sample) in cras_metrics_log_sparse_histogram() 48 void cras_metrics_log_histogram(const char *name, int sample, int min, int max, in cras_metrics_log_histogram() 52 void cras_metrics_log_enum_histogram(const char *name, int sample, int max) in cras_metrics_log_enum_histogram() 55 void cras_metrics_log_sparse_histogram(const char *name, int sample) in cras_metrics_log_sparse_histogram()
|
/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/dokka/core/testdata/format/java-layout-html/ |
D | codeBlocks.kt | 23 fun sample() { in sample() method
|
/external/dokka/core/testdata/format/ |
D | sampleByFQName.kt | 3 fun sample() { in sample() method
|
D | sampleByShortName.kt | 3 fun sample() { in sample() method
|
/external/dokka/core/testdata/format/website-samples/ |
D | sampleWithAsserts.kt | 12 fun sample() { in sample() method
|
/external/strace/tests-mx32/ |
D | fstatat.c | 31 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument 33 # define PRINT_SYSCALL_HEADER(sample) \ argument
|
D | lstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 31 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
D | fstatx.c | 30 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 32 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
/external/strace/tests-m32/ |
D | lstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 31 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
D | fstatat.c | 31 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument 33 # define PRINT_SYSCALL_HEADER(sample) \ argument
|
/external/strace/tests/ |
D | lstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 31 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
D | fstatat.c | 31 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument 33 # define PRINT_SYSCALL_HEADER(sample) \ argument
|
D | fstatx.c | 30 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 32 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | percentile_sampler.cc | 29 void PercentileSamplerCell::Add(double sample) { in Add() 57 for (auto& sample : samples) { in value() local 62 for (auto& sample : samples) { in value() local
|