/external/chromium_org/content/test/gpu/page_sets/data/ |
D | maps_002_expectations.json | 6 "tolerance": 3 number 12 "tolerance": 3 number 18 "tolerance": 3 number 24 "tolerance": 3 number
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | bitmap.py | 97 def IsEqual(self, expected_color, tolerance=0): argument 107 def AssertIsRGB(self, r, g, b, tolerance=0): argument 110 def AssertIsRGBA(self, r, g, b, a, tolerance=0): argument 157 def Histogram(self, ignore_color, tolerance): argument 167 def BoundingBox(self, color, tolerance): argument 262 def IsEqual(self, other, tolerance=0): argument 322 def GetBoundingBox(self, color, tolerance=0): argument 341 def ColorHistogram(self, ignore_color=None, tolerance=0): argument
|
D | bitmaptools.cc | 153 int tolerance) { in PixelsEqual() 162 bool PixelsEqual(const unsigned char* pixel, int color, int tolerance) { in PixelsEqual() 171 int tolerance; in Histogram() local 200 int tolerance; in BoundingBox() local
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
D | audio_decoder_unittest.cc | 101 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse, in EncodeDecodeTest() 137 virtual void CompareInputOutput(size_t num_samples, int tolerance, in CompareInputOutput() 693 int tolerance = 251; in TEST_F() local 702 int tolerance = 308; in TEST_F() local 711 int tolerance = 0; in TEST_F() local 723 int tolerance = 6808; in TEST_F() local 734 int tolerance = 3399; in TEST_F() local 745 int tolerance = 19757; in TEST_F() local 756 int tolerance = 19757; in TEST_F() local 767 int tolerance = 11034; in TEST_F() local [all …]
|
/external/skia/include/effects/ |
D | SkAvoidXfermode.h | 40 static SkAvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) { in Create()
|
/external/chromium_org/third_party/skia/include/effects/ |
D | SkAvoidXfermode.h | 40 static SkAvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) { in Create()
|
/external/ceres-solver/internal/ceres/ |
D | numeric_diff_test_utils.cc | 78 const double tolerance = (method == CENTRAL)? 3e-9 : 2e-5; in ExpectCostFunctionEvaluationIsNearlyCorrect() local 148 const double tolerance = (method == CENTRAL)? 3e-9 : 2e-5; in ExpectCostFunctionEvaluationIsNearlyCorrect() local
|
D | incomplete_lq_factorization_test.cc | 44 const double tolerance) { in ExpectMatricesAreEqual()
|
/external/eigen/test/eigen2/ |
D | eigen2_regression.cpp | 54 typename VectorType::Scalar tolerance) in check_linearRegression() 69 typename VectorType::Scalar tolerance) in check_fitHyperplane()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseSparseProductWithPruning.h | 20 …pl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType::RealScalar& toleran… in sparse_sparse_product_with_pruning_impl()
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IterativeSolverBase.h | 120 RealScalar tolerance() const { return m_tolerance; } in tolerance() function 123 Derived& setTolerance(const RealScalar& tolerance) in setTolerance()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | LayoutUnitTest.cpp | 69 const float tolerance = 1.0f / kFixedPointDenominator; in TEST() local
|
/external/droiddriver/src/com/google/android/droiddriver/helpers/ |
D | BaseDroidDriverTest.java | 216 int tolerance = 1; in runTest() local
|
/external/skia/tests/ |
D | Matrix44Test.cpp | 12 const double tolerance = 1e-7; in nearly_equal_double() local 20 const SkMScalar tolerance = SK_MScalar1 / 200000; in nearly_equal_mscalar() local 26 const SkScalar tolerance = SK_Scalar1 / 200000; in nearly_equal_scalar() local
|
D | MatrixTest.cpp | 15 const SkScalar tolerance = SK_Scalar1 / 200000; in nearly_equal_scalar() local 374 SkScalar tolerance = SK_ScalarNearlyZero) { in scalar_nearly_equal_relative()
|
/external/chromium_org/third_party/skia/tests/ |
D | Matrix44Test.cpp | 12 const double tolerance = 1e-7; in nearly_equal_double() local 20 const SkMScalar tolerance = SK_MScalar1 / 200000; in nearly_equal_mscalar() local 26 const SkScalar tolerance = SK_Scalar1 / 200000; in nearly_equal_scalar() local
|
D | MatrixTest.cpp | 15 const SkScalar tolerance = SK_Scalar1 / 200000; in nearly_equal_scalar() local 368 SkScalar tolerance = SK_ScalarNearlyZero) { in scalar_nearly_equal_relative()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/ |
D | dual_stream_unittest.cc | 176 int tolerance = 0; in Perform() local 275 void DualStreamTest::Validate(bool start_in_sync, int tolerance) { in Validate()
|
/external/chromium_org/ui/gfx/ |
D | transform.cc | 35 inline bool ApproximatelyZero(SkMScalar x, SkMScalar tolerance) { in ApproximatelyZero() 39 inline bool ApproximatelyOne(SkMScalar x, SkMScalar tolerance) { in ApproximatelyOne()
|
/external/skia/src/effects/ |
D | SkAvoidXfermode.cpp | 14 SkAvoidXfermode::SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode) { in SkAvoidXfermode()
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkAvoidXfermode.cpp | 14 SkAvoidXfermode::SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode) { in SkAvoidXfermode()
|
/external/chromium_org/tools/perf/metrics/ |
D | speedindex_unittest.py | 54 def ColorHistogram(self, ignore_color=None, tolerance=None): argument
|
/external/kernel-headers/original/uapi/linux/ |
D | timex.h | 73 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member
|
/external/chromium_org/third_party/WebKit/Source/platform/animation/ |
D | TimingFunctionTest.cpp | 227 double tolerance = 0.01; in TEST_F() local
|
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_test_utils.cc | 130 GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance, in CheckPixels()
|