/external/tensorflow/tensorflow/core/util/ |
D | equal_graph_def_test.cc | 59 bool match = EqualGraphDef(actual, expected, &diff_); in Match() 75 string diff_; member in tensorflow::__anon1161b58f0111::EqualGraphDefTest 81 EXPECT_TRUE(Match()) << diff_; in TEST_F() 88 EXPECT_EQ("Did not find expected node '{{node A}} = Input[]()'", diff_); in TEST_F() 96 EXPECT_EQ("Did not find expected node '{{node B}} = Input[]()'", diff_); in TEST_F() 104 EXPECT_EQ("Found unexpected node '{{node B}} = Input[]()'", diff_); in TEST_F() 115 EXPECT_TRUE(Match()) << diff_; in TEST_F() 123 EXPECT_FALSE(EqualNodeDef(a->def(), b->def(), &diff_)); in TEST_F() 124 EXPECT_EQ("Actual node name 'A' is not expected 'B'", diff_); in TEST_F() 132 diff_); in TEST_F() [all …]
|
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 38 GetParam()(block_height_, block_width_, diff_, block_width_, src_, in Run() 45 diff_ = reinterpret_cast<int16_t *>( in SetupBlocks() 46 vpx_memalign(16, sizeof(*diff_) * block_width_ * block_height_ * 2)); in SetupBlocks() 55 int16_t *diff_; member in vp9::VP9SubtractBlockTest 77 vpx_free(diff_); in TEST_P() 98 GetParam()(block_height_, block_width_, diff_, block_width_, src_, in TEST_P() 103 EXPECT_EQ(diff_[r * block_width_ + c], in TEST_P() 110 GetParam()(block_height_, block_width_, diff_, block_width_ * 2, src_, in TEST_P() 115 EXPECT_EQ(diff_[r * block_width_ * 2 + c], in TEST_P() 123 vpx_free(diff_); in TEST_P()
|
/external/libaom/libaom/test/ |
D | subtract_test.cc | 138 diff_ = reinterpret_cast<int16_t *>( in SetUp() 145 aom_free(diff_); in TearDown() 160 int16_t *diff_; member in __anon0a1ba14c0111::AV1HBDSubtractBlockTest 176 func_(block_height_, block_width_, diff_, block_width_, src_, block_width_, in CheckResult() 181 EXPECT_EQ(diff_[r * block_width_ + c], in CheckResult() 205 func_(block_height_, block_width_, diff_, block_width_, src_, block_width_, in RunForSpeed()
|
/external/autotest/server/site_tests/cheets_CTS_P/ |
D | control.arm.CtsThemeHostTestCases | 30 extra_artifacts_host=['/tmp/diff_*.png'],
|
D | control.x86.CtsThemeHostTestCases | 30 extra_artifacts_host=['/tmp/diff_*.png'],
|
D | control.9.0_r11.x86.CtsTheme | 30 extra_artifacts_host=['/tmp/diff_*.png'],
|
D | control.9.0_r11.arm.CtsTheme | 31 extra_artifacts_host=['/tmp/diff_*.png'],
|
D | control.9.0_r11.x86.all.CtsShortcutHostTestCases_-_CtsVideoTestCases | 31 extra_artifacts_host=['/tmp/diff_*.png'],
|
D | control.9.0_r11.arm.all.CtsShortcutHostTestCases_-_CtsVideoTestCases | 31 extra_artifacts_host=['/tmp/diff_*.png'],
|