/external/libchrome/base/metrics/ |
D | histogram_macros.h | 44 #define UMA_HISTOGRAM_ENUMERATION(name, sample, enum_max) \ argument 52 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ argument 69 #define UMA_HISTOGRAM_EXACT_LINEAR(name, sample, value_max) \ argument 100 #define UMA_HISTOGRAM_COUNTS_100(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 103 #define UMA_HISTOGRAM_COUNTS_1000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 106 #define UMA_HISTOGRAM_COUNTS_10000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 109 #define UMA_HISTOGRAM_COUNTS_100000(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 112 #define UMA_HISTOGRAM_COUNTS_1M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 115 #define UMA_HISTOGRAM_COUNTS_10M(name, sample) UMA_HISTOGRAM_CUSTOM_COUNTS( \ argument 127 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument [all …]
|
D | histogram_macros_local.h | 21 #define LOCAL_HISTOGRAM_ENUMERATION(name, sample, enum_max) \ argument 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) LOCAL_HISTOGRAM_CUSTOM_TIMES( \ argument 66 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 76 #define LOCAL_HISTOGRAM_MEMORY_KB(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument 85 #define LOCAL_HISTOGRAM_COUNTS(name, sample) \ argument
|
D | histogram_macros_internal.h | 97 #define INTERNAL_HISTOGRAM_CUSTOM_COUNTS_WITH_FLAG(name, sample, min, max, \ argument 117 #define INTERNAL_HISTOGRAM_EXACT_LINEAR_WITH_FLAG(name, sample, boundary, \ argument 140 #define INTERNAL_HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary, flag) \ argument 185 #define INTERNAL_HISTOGRAM_SPARSE_SLOWLY(name, sample) \ argument
|
/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/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 | 63 public static void recordBooleanHistogram(String name, boolean sample) { in recordBooleanHistogram() 79 public static void recordEnumeratedHistogram(String name, int sample, int boundary) { in recordEnumeratedHistogram() 92 public static void recordCountHistogram(String name, int sample) { in recordCountHistogram() 102 public static void recordCount100Histogram(String name, int sample) { in recordCount100Histogram() 112 public static void recordCount1000Histogram(String name, int sample) { in recordCount1000Histogram() 126 String name, int sample, int min, int max, int numBuckets) { in recordCustomCountHistogram() 143 String name, int sample, int min, int max, int numBuckets) { in recordLinearCountHistogram() 156 public static void recordPercentageHistogram(String name, int sample) { in recordPercentageHistogram() 169 public static void recordSparseSlowlyHistogram(String name, int sample) { in recordSparseSlowlyHistogram() 268 public static int getHistogramValueCountForTesting(String name, int sample) { in getHistogramValueCountForTesting() [all …]
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader.cc | 44 struct perf_sample* sample) { in ReadReadInfo() 56 struct perf_sample* sample) { in ReadGroupReadInfo() 78 void ReadCallchain(DataReader* reader, struct perf_sample* sample) { in ReadCallchain() 99 void ReadRawData(DataReader* reader, struct perf_sample* sample) { in ReadRawData() 116 void ReadBranchStack(DataReader* reader, struct perf_sample* sample) { in ReadBranchStack() 151 struct perf_sample* sample) { in ReadPerfSampleFromData() 329 size_t WritePerfSampleToData(const struct perf_sample& sample, in WritePerfSampleToData() 537 bool SampleInfoReader::WritePerfSampleInfo(const perf_sample& sample, in WritePerfSampleInfo()
|
D | sample_info_reader_test.cc | 67 perf_sample sample; in TEST() local 127 perf_sample sample; in TEST() local 201 perf_sample sample; in TEST() local 252 perf_sample sample; in TEST() local 294 perf_sample sample; in TEST() local 333 perf_sample sample; in TEST() local 377 perf_sample sample; in TEST() local
|
/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/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
|
/external/strace/tests/ |
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/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/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/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/linux-kselftest/tools/testing/selftests/timers/ |
D | freq-step.c | 40 struct sample { struct 56 static double get_sample(struct sample *sample) in get_sample() 214 struct sample sample; in init_test() local
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
D | sample_support_metadata.json | 2 "sample": "tcpserver", string
|