Home
last modified time | relevance | path

Searched refs:DecodeError (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/test/
Ddecode_test_driver.h71 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control()
77 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control()
80 const char* DecodeError() { in DecodeError() function
108 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in InitOnce()
135 EXPECT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in HandleDecodeResult()
Dvp8_decrypt_test.cc57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
68 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
Dvp9_decrypt_test.cc57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
68 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
Dframe_size_tests.cc32 EXPECT_EQ(expected_res_, res_dec) << decoder->DecodeError(); in HandleDecodeResult()
Duser_priv_test.cc62 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
Ddecode_test_driver.cc94 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
Dinvalid_file_test.cc68 << ". (" << decoder->DecodeError() << ")"; in HandleDecodeResult()
Dencode_test_driver.h229 EXPECT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in HandleDecodeResult()
Dvp9_thread_test.cc175 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
/external/libvpx/libvpx/test/
Ddecode_test_driver.h65 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control()
71 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control()
74 const char* DecodeError() { in DecodeError() function
96 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in InitOnce()
Dvp8_decrypt_test.cc57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
70 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
Dsvc_test.cc275 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
302 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
315 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
328 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
441 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
454 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
467 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
Ddecode_test_driver.cc38 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
Dvp9_thread_test.cc114 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
Dencode_test_driver.cc180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFontResource.cpp147 setStatus(DecodeError); in ensureCustomFontData()
183 setStatus(DecodeError); in ensureSVGFontData()
DResource.h82 DecodeError enumerator
220 bool errorOccurred() const { return m_status == LoadError || m_status == DecodeError; } in errorOccurred()
DImageResource.cpp376 error(errorOccurred() ? status() : DecodeError); in updateImage()
/external/protobuf/python/google/protobuf/
Dmessage.py41 class DecodeError(Error): pass class
Dreflection.py824 raise message_mod.DecodeError('Unexpected end-group tag.')
826 raise message_mod.DecodeError('Truncated message.')
828 raise message_mod.DecodeError(e)
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Dmessage.py41 class DecodeError(Error): pass class
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py798 raise message_mod.DecodeError('Unexpected end-group tag.')
800 raise message_mod.DecodeError('Truncated message.')
802 raise message_mod.DecodeError(e)
/external/wpa_supplicant_8/hostapd/
Dwps-ap-nfc.py126 except nfc.ndef.DecodeError as e:
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwps-nfc.py155 except nfc.ndef.DecodeError as e:
Dp2p-nfc.py276 except nfc.ndef.DecodeError as e:

12