Searched defs:set_error (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/speech/
H A Dtts_platform.cc22 void TtsPlatformImpl::set_error(const std::string& error) { function in class:TtsPlatformImpl
/external/javasqlite/src/main/java/SQLite/
H A DFunctionContext.java47 public native void set_error(String r); method in class:FunctionContext
/external/chromium_org/third_party/webrtc/base/
H A Dnethelpers.h45 void set_error(int error) { error_ = error; } function in class:rtc::AsyncResolver
H A Dasynchttprequest.h77 void set_error(HttpErrorType error) { error_ = error; } function in class:rtc::AsyncHttpRequest
H A Dhttprequest.h71 void set_error(HttpErrorType error) { error_ = error; } function in class:rtc::HttpRequest
H A Dhttpcommon.cc617 HttpResponseData::set_error(uint32 scode) { function in class:rtc::HttpResponseData
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler_unittest.cc28 void set_error(FileError error) { error_ = error; } function in class:drive::__anon3060::DownloadHandlerTestFileSystem
100 test_file_system_.set_error(FILE_ERROR_OK);
122 test_file_system_.set_error(FILE_ERROR_FAILED);
141 test_file_system_.set_error(FILE_ERROR_OK);
175 test_file_system_.set_error(FILE_ERROR_OK);
188 test_file_system_.set_error(FILE_ERROR_NOT_FOUND);
/external/chromium_org/net/url_request/
H A Durl_request_status.h39 void set_error(int e) { error_ = e; } function in class:net::URLRequestStatus
/external/chromium_org/remoting/protocol/
H A Dfake_session.h30 void set_error(ErrorCode error) { error_ = error; } function in class:remoting::protocol::FakeSession
/external/chromium_org/sync/api/
H A Dsync_merge_result.cc23 void SyncMergeResult::set_error(SyncError error) { function in class:syncer::SyncMergeResult
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.h165 void set_error() { function in class:cricket::BasicPortAllocatorSession::PortData
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer_browsertest.cc77 void set_error(const base::string16& error) { error_ = error; } function in class:extensions::__anon3897::MockPromptProxy
118 proxy_->set_error(error.message());
/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc74 void set_error(bool error) { function in class:media::TestSourceBasic
/external/chromium_org/net/quic/
H A Dquic_framer.h490 void set_error(QuicErrorCode error) { function in class:net::QuicFramer
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpresencestatus.h79 void set_error(int e_code, const std::string e_str) function in class:buzz::PresenceStatus
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h340 inline void set_error(const ::std::string& value);
341 inline void set_error(const char* value);
342 inline void set_error(const char* value, size_t size);
762 inline void CodeGeneratorResponse::set_error(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse
769 inline void CodeGeneratorResponse::set_error(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse
776 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/lldb/source/Expression/
H A DMaterializer.cpp586 Error set_error; local
588 valobj_sp->SetData(data, set_error);
590 if (!set_error.Success())
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h345 inline void set_error(const ::std::string& value);
346 inline void set_error(const char* value);
347 inline void set_error(const char* value, size_t size);
655 inline void CodeGeneratorResponse::set_error(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse
662 inline void CodeGeneratorResponse::set_error(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse
669 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc1157 print_preview_context_.set_error(PREVIEW_ERROR_METAFILE_COPY_FAILED);
1457 print_preview_context_.set_error(PREVIEW_ERROR_BAD_SETTING);
1488 print_preview_context_.set_error(PREVIEW_ERROR_INVALID_PRINTER_SETTINGS);
1509 print_preview_context_.set_error(PREVIEW_ERROR_UPDATING_PRINT_SETTINGS);
1515 print_preview_context_.set_error(PREVIEW_ERROR_BAD_SETTING);
1526 print_preview_context_.set_error(PREVIEW_ERROR_BAD_SETTING);
1758 print_preview_context_.set_error(
1770 print_preview_context_.set_error(PREVIEW_ERROR_METAFILE_COPY_FAILED);
1831 set_error(PREVIEW_ERROR_ZERO_PAGES);
1837 set_error(PREVIEW_ERROR_METAFILE_INIT_FAILE
1966 void PrintWebViewHelper::PrintPreviewContext::set_error( function in class:printing::__anon1835::PrintWebViewHelper::PrintPreviewContext
[all...]
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc1184 print_preview_context_.set_error(PREVIEW_ERROR_METAFILE_COPY_FAILED);
1470 print_preview_context_.set_error(PREVIEW_ERROR_BAD_SETTING);
1505 print_preview_context_.set_error(PREVIEW_ERROR_BAD_SETTING);
1516 print_preview_context_.set_error(PREVIEW_ERROR_BAD_SETTING);
1530 print_preview_context_.set_error(PREVIEW_ERROR_INVALID_PRINTER_SETTINGS);
1717 print_preview_context_.set_error(
1729 print_preview_context_.set_error(PREVIEW_ERROR_METAFILE_COPY_FAILED);
1790 set_error(PREVIEW_ERROR_ZERO_PAGES);
1796 set_error(PREVIEW_ERROR_METAFILE_INIT_FAILED);
1925 void PrintWebViewHelper::PrintPreviewContext::set_error( function in class:printing::__anon5835::PrintWebViewHelper::PrintPreviewContext
[all...]
/external/lldb/source/API/
H A DSBValue.cpp1591 Error set_error; local
1593 value_sp->SetData(*data_extractor, set_error);
1595 if (!set_error.Success())
1597 error.SetErrorStringWithFormat("Couldn't set data: %s", set_error.AsCString());
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc406 void SpdyFramer::set_error(SpdyError error) { function in class:net::SpdyFramer
701 set_error(SPDY_UNSUPPORTED_VERSION);
768 set_error(SPDY_UNEXPECTED_FRAME);
810 set_error(SPDY_INVALID_DATA_FRAME_FLAGS);
855 set_error(SPDY_INVALID_CONTROL_FRAME);
873 set_error(SPDY_INVALID_CONTROL_FRAME);
886 set_error(SPDY_INVALID_CONTROL_FRAME);
889 set_error(SPDY_INVALID_CONTROL_FRAME_FLAGS);
894 set_error(SPDY_INVALID_CONTROL_FRAME);
896 set_error(SPDY_INVALID_CONTROL_FRAME_FLAG
[all...]
/external/lldb/source/Core/
H A DValueObject.cpp1019 Error set_error = m_value.GetScalar().SetValueFromData(data, encoding, byte_size); local
1021 if (!set_error.Success())
1023 error.SetErrorStringWithFormat("unable to set scalar value: %s", set_error.AsCString());

Completed in 550 milliseconds