/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 …]
|
/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 | fstatx.c | 28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 30 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
D | lstatx.c | 28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 30 #define PRINT_SYSCALL_HEADER(sample) \ argument
|
/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/v8/test/cctest/ |
D | test-log-stack-tracer.cc | 152 TickSample sample; in TEST() local 201 TickSample sample; in TEST() local 272 TickSample sample; in TEST() local
|
D | trace-extension.cc | 95 TickSample* sample; member 99 void TraceExtension::InitTraceEnv(TickSample* sample) { in InitTraceEnv()
|
/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/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/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/base/ |
D | random_unittest.cc | 48 T sample; in UniformBucketTest() local 134 int32_t sample = prng->Rand(low, high); in BucketTestSignedInterval() local 174 uint32_t sample = prng->Rand(low, high); in BucketTestUnsignedInterval() local 226 uint32_t sample = bucket_count * prng->Rand<float>(); in BucketTestFloat() local
|
/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/opencv3/samples/android/15-puzzle/ |
D | CMakeLists.txt | 1 set(sample example-15-puzzle) variable
|
/external/opencv3/samples/android/camera-calibration/ |
D | CMakeLists.txt | 1 set(sample example-camera-calibration) variable
|
/external/opencv3/samples/android/color-blob-detection/ |
D | CMakeLists.txt | 1 set(sample example-color-blob-detection) variable
|
/external/opencv3/samples/android/tutorial-1-camerapreview/ |
D | CMakeLists.txt | 1 set(sample example-tutorial-1-camerapreview) variable
|
/external/opencv3/samples/android/image-manipulations/ |
D | CMakeLists.txt | 1 set(sample example-image-manipulations) variable
|
/external/opencv3/samples/android/tutorial-3-cameracontrol/ |
D | CMakeLists.txt | 1 set(sample example-tutorial-3-cameracontrol) variable
|
/external/pdfium/third_party/libtiff/ |
D | tif_write.c | 49 TIFFWriteScanline(TIFF* tif, void* buf, uint32 row, uint16 sample) in TIFFWriteScanline() 192 uint16 sample; in TIFFWriteEncodedStrip() local 368 uint16 sample; in TIFFWriteEncodedTile() local
|