/external/libchrome/base/metrics/ |
D | histogram_macros.h | 93 #define LOCAL_HISTOGRAM_TIMES(name, sample) LOCAL_HISTOGRAM_CUSTOM_TIMES( \ argument 99 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 104 #define LOCAL_HISTOGRAM_COUNTS(name, sample) LOCAL_HISTOGRAM_CUSTOM_COUNTS( \ argument 107 #define LOCAL_HISTOGRAM_COUNTS_100(name, sample) \ argument 110 #define LOCAL_HISTOGRAM_COUNTS_10000(name, sample) \ argument 113 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 119 #define HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary, flag) \ argument 127 #define LOCAL_HISTOGRAM_BOOLEAN(name, sample) \ argument 137 #define LOCAL_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument 147 #define LOCAL_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument [all …]
|
D | sparse_histogram.h | 25 #define UMA_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/ceres-solver/internal/ceres/ |
D | polynomial_test.cc | 315 FunctionSample sample; in TEST() local 331 FunctionSample sample; in TEST() local 350 FunctionSample sample; in TEST() local 360 FunctionSample sample; in TEST() local 378 FunctionSample sample; in TEST() local 388 FunctionSample sample; in TEST() local 409 FunctionSample sample; in TEST() local 417 FunctionSample sample; in TEST() local 425 FunctionSample sample; in TEST() local 433 FunctionSample sample; in TEST() local [all …]
|
/external/strace/tests/ |
D | fstatat.c | 32 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 34 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
D | lstatx.c | 28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 30 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
D | fstatx.c | 28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 30 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
D | umount2.c | 44 static const char sample[] = "umount2.sample"; in main() local
|
D | umount.c | 48 static const char sample[] = "umount.sample"; in main() local
|
/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 | 49 static LIBYUV_BOOL ScanEOI(const uint8* sample, size_t sample_size) { in ScanEOI() 71 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) { in ValidateJpeg()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
D | cros_power_monitor.py | 62 def SplitSample(sample): argument 109 def ParsePowerStatus(sample): argument
|
/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
|
D | AbstractIntegerDistribution.java | 230 public int sample() throws MathException { in sample() method in AbstractIntegerDistribution 244 public int[] sample(int sampleSize) throws MathException { in sample() method in AbstractIntegerDistribution
|
/external/deqp/framework/randomshaders/ |
D | rsgSamplers.hpp | 49 inline tcu::Vec4 sample (float s, float t, float lod) const in sample() function in rsg::Sampler2D 74 inline tcu::Vec4 sample (float s, float t, float r, float lod) const in sample() function in rsg::SamplerCube
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
D | sample_support_metadata.json | 2 "sample": "tcpserver", string
|
/external/v8/test/cctest/ |
D | test-log-stack-tracer.cc | 157 TickSample sample; in TEST() local 207 TickSample sample; in TEST() local 279 TickSample sample; in TEST() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | Interner.java | 43 E intern(E sample); in intern()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | metrics_unittest.cc | 21 void AddSparseSample(const std::string& name, int sample) { in AddSparseSample() 25 void AddSample(const std::string& name, int sample) { in AddSample()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | MicrosphereInterpolatingFunction.java | 105 final Map.Entry<RealVector, Double> sample) { in store() 124 Map.Entry<RealVector, Double> sample() { in sample() method in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.cc | 88 for (auto sample : samples_) { in ~SamplingHeapProfiler() local 112 Sample* sample = new Sample(size, node, loc, this); in SampleObject() local 120 Sample* sample = data.GetParameter(); in OnWeakCallback() local
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_utils.cc | 108 complex<float> sample = data[i]; in InfiniteStep() local 136 complex<float> sample = data[i]; in DecayStep() local 171 complex<float> sample = in WindowedStep() local
|
/external/webrtc/webrtc/test/ |
D | statistics.cc | 19 void Statistics::AddSample(double sample) { in AddSample()
|
/external/javassist/sample/ |
D | Test.java | 1 package sample; package
|