/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
D | decode_test_driver.h | 71 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()
|
D | vp8_decrypt_test.cc | 57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST() 68 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
|
D | vp9_decrypt_test.cc | 57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST() 68 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
|
D | frame_size_tests.cc | 32 EXPECT_EQ(expected_res_, res_dec) << decoder->DecodeError(); in HandleDecodeResult()
|
D | user_priv_test.cc | 62 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
|
D | decode_test_driver.cc | 94 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
|
D | invalid_file_test.cc | 68 << ". (" << decoder->DecodeError() << ")"; in HandleDecodeResult()
|
D | encode_test_driver.h | 229 EXPECT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in HandleDecodeResult()
|
D | vp9_thread_test.cc | 175 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
|
/external/libvpx/libvpx/test/ |
D | decode_test_driver.h | 65 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()
|
D | vp8_decrypt_test.cc | 57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST() 70 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
|
D | svc_test.cc | 275 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()
|
D | decode_test_driver.cc | 38 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
|
D | vp9_thread_test.cc | 114 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
|
D | encode_test_driver.cc | 180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | FontResource.cpp | 147 setStatus(DecodeError); in ensureCustomFontData() 183 setStatus(DecodeError); in ensureSVGFontData()
|
D | Resource.h | 82 DecodeError enumerator 220 bool errorOccurred() const { return m_status == LoadError || m_status == DecodeError; } in errorOccurred()
|
D | ImageResource.cpp | 376 error(errorOccurred() ? status() : DecodeError); in updateImage()
|
/external/protobuf/python/google/protobuf/ |
D | message.py | 41 class DecodeError(Error): pass class
|
D | reflection.py | 824 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/ |
D | message.py | 41 class DecodeError(Error): pass class
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 798 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/ |
D | wps-ap-nfc.py | 126 except nfc.ndef.DecodeError as e:
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wps-nfc.py | 155 except nfc.ndef.DecodeError as e:
|
D | p2p-nfc.py | 276 except nfc.ndef.DecodeError as e:
|