Home
last modified time | relevance | path

Searched defs:tolerance (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/content/test/gpu/page_sets/data/
Dmaps_002_expectations.json6 "tolerance": 3 number
12 "tolerance": 3 number
18 "tolerance": 3 number
24 "tolerance": 3 number
/external/chromium_org/tools/telemetry/telemetry/core/
Dbitmap.py97 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
Dbitmaptools.cc153 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/
Daudio_decoder_unittest.cc101 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/
DSkAvoidXfermode.h40 static SkAvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) { in Create()
/external/chromium_org/third_party/skia/include/effects/
DSkAvoidXfermode.h40 static SkAvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) { in Create()
/external/ceres-solver/internal/ceres/
Dnumeric_diff_test_utils.cc78 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
Dincomplete_lq_factorization_test.cc44 const double tolerance) { in ExpectMatricesAreEqual()
/external/eigen/test/eigen2/
Deigen2_regression.cpp54 typename VectorType::Scalar tolerance) in check_linearRegression()
69 typename VectorType::Scalar tolerance) in check_fitHyperplane()
/external/eigen/Eigen/src/SparseCore/
DSparseSparseProductWithPruning.h20 …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/
DIterativeSolverBase.h120 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/
DLayoutUnitTest.cpp69 const float tolerance = 1.0f / kFixedPointDenominator; in TEST() local
/external/droiddriver/src/com/google/android/droiddriver/helpers/
DBaseDroidDriverTest.java216 int tolerance = 1; in runTest() local
/external/skia/tests/
DMatrix44Test.cpp12 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
DMatrixTest.cpp15 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/
DMatrix44Test.cpp12 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
DMatrixTest.cpp15 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/
Ddual_stream_unittest.cc176 int tolerance = 0; in Perform() local
275 void DualStreamTest::Validate(bool start_in_sync, int tolerance) { in Validate()
/external/chromium_org/ui/gfx/
Dtransform.cc35 inline bool ApproximatelyZero(SkMScalar x, SkMScalar tolerance) { in ApproximatelyZero()
39 inline bool ApproximatelyOne(SkMScalar x, SkMScalar tolerance) { in ApproximatelyOne()
/external/skia/src/effects/
DSkAvoidXfermode.cpp14 SkAvoidXfermode::SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode) { in SkAvoidXfermode()
/external/chromium_org/third_party/skia/src/effects/
DSkAvoidXfermode.cpp14 SkAvoidXfermode::SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode) { in SkAvoidXfermode()
/external/chromium_org/tools/perf/metrics/
Dspeedindex_unittest.py54 def ColorHistogram(self, ignore_color=None, tolerance=None): argument
/external/kernel-headers/original/uapi/linux/
Dtimex.h73 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member
/external/chromium_org/third_party/WebKit/Source/platform/animation/
DTimingFunctionTest.cpp227 double tolerance = 0.01; in TEST_F() local
/external/chromium_org/gpu/command_buffer/tests/
Dgl_test_utils.cc130 GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance, in CheckPixels()

12