Home
last modified time | relevance | path

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

123456789

/external/libchrome/base/metrics/
Dhistogram_macros.h93 #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/
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/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/ceres-solver/internal/ceres/
Dpolynomial_test.cc315 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/
Dfstatat.c32 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
34 #define PRINT_SYSCALL_HEADER(sample) \ argument
Dfstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
30 #define PRINT_SYSCALL_HEADER(sample) \ argument
Dlstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
30 #define PRINT_SYSCALL_HEADER(sample) \ argument
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_validate.cc49 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/
Dtest-log-stack-tracer.cc152 TickSample sample; in TEST() local
201 TickSample sample; in TEST() local
272 TickSample sample; in TEST() local
Dtrace-extension.cc95 TickSample* sample; member
99 void TraceExtension::InitTraceEnv(TickSample* sample) { in InitTraceEnv()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dcros_power_monitor.py62 def SplitSample(sample): argument
109 def ParsePowerStatus(sample): argument
/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
DAbstractIntegerDistribution.java230 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/
DrsgSamplers.hpp49 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/
Dmetrics_unittest.cc21 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/
Dintelligibility_utils.cc108 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/
Drandom_unittest.cc48 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/
DMicrosphereInterpolatingFunction.java105 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/
DCMakeLists.txt1 set(sample example-15-puzzle) variable
/external/opencv3/samples/android/camera-calibration/
DCMakeLists.txt1 set(sample example-camera-calibration) variable
/external/opencv3/samples/android/color-blob-detection/
DCMakeLists.txt1 set(sample example-color-blob-detection) variable
/external/opencv3/samples/android/tutorial-1-camerapreview/
DCMakeLists.txt1 set(sample example-tutorial-1-camerapreview) variable
/external/opencv3/samples/android/image-manipulations/
DCMakeLists.txt1 set(sample example-image-manipulations) variable
/external/opencv3/samples/android/tutorial-3-cameracontrol/
DCMakeLists.txt1 set(sample example-tutorial-3-cameracontrol) variable
/external/pdfium/third_party/libtiff/
Dtif_write.c49 TIFFWriteScanline(TIFF* tif, void* buf, uint32 row, uint16 sample) in TIFFWriteScanline()
192 uint16 sample; in TIFFWriteEncodedStrip() local
368 uint16 sample; in TIFFWriteEncodedTile() local

123456789