Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/webrtc/webrtc/system_wrappers/include/
Dmetrics.h65 #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/
Dhistogram_macros.h122 #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/
DThrowablesTest.java38 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/
DRecordHistogram.java56 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/
Dfstatat.c31 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument
33 # define PRINT_SYSCALL_HEADER(sample) \ argument
Dlstatx.c29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
31 #define PRINT_SYSCALL_HEADER(sample) \ argument
Dfstatx.c30 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
32 #define PRINT_SYSCALL_HEADER(sample) \ argument
Dstatx.c50 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument
53 # define PRINT_SYSCALL_HEADER(sample) \ argument
Dacct.c12 const char sample[] = "acct_sample"; in main() local
Drmdir.c12 static const char sample[] = "rmdir_sample"; in main() local
Dchroot.c12 static const char sample[] = "chroot.sample"; in main() local
Dswap.c13 static const char sample[] = "swap.sample"; in main() local
/external/strace/tests/
Dlstatx.c29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
31 #define PRINT_SYSCALL_HEADER(sample) \ argument
Dfstatat.c31 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument
33 # define PRINT_SYSCALL_HEADER(sample) \ argument
Dfstatx.c30 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
32 #define PRINT_SYSCALL_HEADER(sample) \ argument
Dstatx.c50 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument
53 # define PRINT_SYSCALL_HEADER(sample) \ argument
Dunlink.c12 static const char sample[] = "unlink_sample"; in main() local
/external/strace/tests-m32/
Dfstatat.c31 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument
33 # define PRINT_SYSCALL_HEADER(sample) \ argument
Dlstatx.c29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
31 #define PRINT_SYSCALL_HEADER(sample) \ argument
Dfstatx.c30 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
32 #define PRINT_SYSCALL_HEADER(sample) \ argument
Dstatx.c50 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument
53 # define PRINT_SYSCALL_HEADER(sample) \ argument
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_validate.cc21 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/
Dmjpeg_validate.cc21 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/
Dsample_support_metadata.json2 "sample": "tcpserver", string
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DAbstractContinuousDistribution.java164 public double sample() throws MathException { in sample() method in AbstractContinuousDistribution
178 public double[] sample(int sampleSize) throws MathException { in sample() method in AbstractContinuousDistribution

1234567891011