| /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_macros.h | 122 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES( \ argument 128 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 133 #define LOCAL_HISTOGRAM_COUNTS(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument 136 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample) \ argument 139 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample) \ argument 142 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 148 #define HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary, flag) \ argument 156 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample) \ argument 166 #define LOCAL_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument 176 #define LOCAL_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument [all …]
|
| /external/guava/guava-tests/test/com/google/common/base/ |
| D | ThrowablesTest.java | 38 Sample sample = new Sample() { in testPropagateIfPossible_NoneDeclared_NoneThrown() local 54 Sample sample = new Sample() { in testPropagateIfPossible_NoneDeclared_UncheckedThrown() local 74 Sample sample = new Sample() { in testPropagateIfPossible_NoneDeclared_UndeclaredThrown() local 95 Sample sample = new Sample() { in testPropagateIfPossible_OneDeclared_NoneThrown() local 114 Sample sample = new Sample() { in testPropagateIfPossible_OneDeclared_UncheckedThrown() local 134 Sample sample = new Sample() { in testPropagateIfPossible_OneDeclared_CheckedThrown() local 155 Sample sample = new Sample() { in testPropagateIfPossible_OneDeclared_UndeclaredThrown() local 176 Sample sample = new Sample() { in testPropagateIfPossible_TwoDeclared_NoneThrown() local 195 Sample sample = new Sample() { in testPropagateIfPossible_TwoDeclared_UncheckedThrown() local 218 Sample sample = new Sample() { in testPropagateIfPossible_TwoDeclared_CheckedThrown() local [all …]
|
| /external/libmojo/base/android/java/src/org/chromium/base/metrics/ |
| D | RecordHistogram.java | 56 public static void recordBooleanHistogram(String name, boolean sample) { in recordBooleanHistogram() 72 public static void recordEnumeratedHistogram(String name, int sample, int boundary) { in recordEnumeratedHistogram() 85 public static void recordCountHistogram(String name, int sample) { in recordCountHistogram() 95 public static void recordCount100Histogram(String name, int sample) { in recordCount100Histogram() 105 public static void recordCount1000Histogram(String name, int sample) { in recordCount1000Histogram() 119 String name, int sample, int min, int max, int numBuckets) { in recordCustomCountHistogram() 136 String name, int sample, int min, int max, int numBuckets) { in recordLinearCountHistogram() 149 public static void recordPercentageHistogram(String name, int sample) { in recordPercentageHistogram() 162 public static void recordSparseSlowlyHistogram(String name, int sample) { in recordSparseSlowlyHistogram() 248 public static int getHistogramValueCountForTesting(String name, int sample) { in getHistogramValueCountForTesting() [all …]
|
| /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
|
| D | statx.c | 50 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument 53 # define PRINT_SYSCALL_HEADER(sample) \ argument
|
| D | acct.c | 12 const char sample[] = "acct_sample"; in main() local
|
| D | rmdir.c | 12 static const char sample[] = "rmdir_sample"; in main() local
|
| D | chroot.c | 12 static const char sample[] = "chroot.sample"; in main() local
|
| D | swap.c | 13 static const char sample[] = "swap.sample"; in main() local
|
| /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
|
| D | statx.c | 50 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument 53 # define PRINT_SYSCALL_HEADER(sample) \ argument
|
| D | unlink.c | 12 static const char sample[] = "unlink_sample"; in main() local
|
| /external/strace/tests-m32/ |
| 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
|
| D | statx.c | 50 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument 53 # define PRINT_SYSCALL_HEADER(sample) \ argument
|
| /external/libvpx/libvpx/third_party/libyuv/source/ |
| D | mjpeg_validate.cc | 21 static LIBYUV_BOOL ScanEOI(const uint8* sample, size_t sample_size) { in ScanEOI() 42 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) { in ValidateJpeg()
|
| /external/libyuv/files/source/ |
| D | mjpeg_validate.cc | 21 static LIBYUV_BOOL ScanEOI(const uint8* sample, size_t sample_size) { in ScanEOI() 42 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) { in ValidateJpeg()
|
| /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
| D | sample_support_metadata.json | 2 "sample": "tcpserver", string
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
| D | AbstractContinuousDistribution.java | 164 public double sample() throws MathException { in sample() method in AbstractContinuousDistribution 178 public double[] sample(int sampleSize) throws MathException { in sample() method in AbstractContinuousDistribution
|