Searched defs:DecodeError (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Dmessage.py41 class DecodeError(Error): pass class in inherits:Error
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.h71 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError();
77 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError();
80 const char* DecodeError() { function in class:libvpx_test::Decoder
108 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError();
135 EXPECT_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/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();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h82 DecodeError enumerator in enum:blink::Resource::Status
220 bool errorOccurred() const { return m_status == LoadError || m_status == DecodeError; }

Completed in 1441 milliseconds