Home
last modified time | relevance | path

Searched refs:ExpectNear (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/video/
Dencoder_bitrate_adjuster_unittest.cc194 void ExpectNear(const VideoBitrateAllocation& expected_allocation, in ExpectNear() function in webrtc::test::EncoderBitrateAdjusterTest
260 ExpectNear(current_input_allocation_, current_adjusted_allocation_, 0.01); in TEST_F()
273 ExpectNear(MultiplyAllocation(current_input_allocation_, 1 / 1.2), in TEST_F()
287 ExpectNear(current_input_allocation_, current_adjusted_allocation_, 0.00); in TEST_F()
301 ExpectNear(current_input_allocation_, current_adjusted_allocation_, 0.01); in TEST_F()
317 ExpectNear(MultiplyAllocation(current_input_allocation_, 1 / 1.1), in TEST_F()
333 ExpectNear(current_input_allocation_, current_adjusted_allocation_, 0.0); in TEST_F()
350 ExpectNear(MultiplyAllocation(current_input_allocation_, 1 / 1.14), in TEST_F()
369 ExpectNear(MultiplyAllocation(current_input_allocation_, 1 / 1.16), in TEST_F()
391 ExpectNear(expected_allocation, current_adjusted_allocation_, 0.01); in TEST_F()
[all …]
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_color_aligner_unittest.cc29 void ExpectNear(const ColorTransformationMatrix& expected, in ExpectNear() function
160 ExpectNear({{{1, 0, 0, 10}, {0, 1, 0, 10}, {0, 0, 1, 10}}}, color_matrix); in TEST_F()
172 ExpectNear(org_color_matrix, result_color_matrix); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_op_test_utils.h205 ExpectNear(input_literals, result_literal, evaluate_op, error_spec_gen);
230 void ExpectNear(const InputLiterals& input_literals,
Dexhaustive_op_test_utils.cc324 void ExhaustiveOpTestBase<T, N>::ExpectNear(const InputLiterals& input_literals, in ExpectNear() function in xla::exhaustive_op_test::ExhaustiveOpTestBase
/external/angle/src/tests/gl_tests/
DTextureUploadFormatTest.cpp285 auto result = actual.ExpectNear(expected, err); in TEST_P()
/external/angle/src/tests/test_utils/
DANGLETest.h140 testing::AssertionResult ExpectNear(const GLColor &expected, const GLColor &err) const;
DANGLETest.cpp241 testing::AssertionResult GLColor::ExpectNear(const GLColor &expected, const GLColor &err) const in ExpectNear() function in angle::GLColor