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

12

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.h65 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError();
71 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError();
74 const char* DecodeError() { function in class:libvpx_test::Decoder
96 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError();
H A Dvp8_decrypt_test.cc57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
68 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
H A Dvp9_decrypt_test.cc57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
68 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
H A Ddecode_test_driver.cc38 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError();
H A Dsvc_test.cc275 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
302 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
315 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
328 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
441 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
454 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
467 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
H A Dvp9_thread_test.cc118 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
H A Dencode_test_driver.cc180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError();
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h65 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError();
71 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError();
74 const char* DecodeError() { function in class:libvpx_test::Decoder
96 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError();
H A Dvp8_decrypt_test.cc57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
70 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
H A Ddecode_test_driver.cc38 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError();
H A Dsvc_test.cc275 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
302 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
315 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
328 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
441 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
454 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
467 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError();
H A Dvp9_thread_test.cc114 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError();
H A Dencode_test_driver.cc180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError();
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py41 class DecodeError(Error): pass class in inherits:Error
/external/protobuf/python/google/protobuf/
H A Dmessage.py41 class DecodeError(Error): pass class in inherits:Error
H A 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/WebKit/Source/core/fetch/
H A DFontResource.cpp126 setStatus(DecodeError);
162 setStatus(DecodeError);
H A DResource.h82 DecodeError enumerator in enum:WebCore::Resource::Status
200 bool errorOccurred() const { return m_status == LoadError || m_status == DecodeError; }
H A DImageResource.cpp372 error(errorOccurred() ? status() : DecodeError);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
H A DMediaPlayer.h135 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError }; enumerator in enum:WebCore::MediaPlayer::NetworkState
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py126 except nfc.ndef.DecodeError as e:
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py798 raise message_mod.DecodeError('Unexpected end-group tag.')
800 raise message_mod.DecodeError('Truncated message.')
802 raise message_mod.DecodeError(e)
H A Dcpp_message.py575 raise message.DecodeError('Unable to merge from string.')
H A Ddecoder.py51 message.DecodeError: Other errors.
59 and convert them to message.DecodeError.
98 _DecodeError = message.DecodeError
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py155 except nfc.ndef.DecodeError as e:

Completed in 508 milliseconds

12