Searched refs:SetError (Results 51 - 75 of 184) sorted by relevance

12345678

/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_deallocate_test.cc137 g_signalling_instance_->SetError("SetWindow was not invoked.");
143 g_signalling_instance_->SetError(
H A Dplugin_npobject_identity_test.cc80 SetError("Identity was lost in passing from NPAPI into JavaScript.");
/external/chromium_org/extensions/browser/api/system_storage/
H A Dsystem_storage_api.cc32 SetError("Error occurred when querying storage information.");
141 SetError("Error occurred when querying available capacity.");
/external/chromium_org/third_party/skia/src/core/
H A DSkError.cpp88 SkErrorInternals::SetError( kNoError_SkError, "All is well" );
99 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) { function in class:SkErrorInternals
/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.h89 virtual void SetError(int error) { function in class:rtc::AsyncSocketAdapter
90 return socket_->SetError(error);
H A Dasyncudpsocket.cc92 void AsyncUDPSocket::SetError(int error) { function in class:rtc::AsyncUDPSocket
93 return socket_->SetError(error);
H A Dasyncudpsocket.h48 virtual void SetError(int error);
/external/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h145 SetError (const Error &error,
149 SetError (const char *error_cstr);
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.cpp81 m_state.SetError(e_regSetGPR, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetGPR, (thread_state_t)&m_state.gpr, &count));
92 m_state.SetError(e_regSetFPR, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetFPR, (thread_state_t)&m_state.fpr, &count));
103 m_state.SetError(e_regSetEXC, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetEXC, (thread_state_t)&m_state.exc, &count));
114 m_state.SetError(e_regSetVEC, Read, ::thread_get_state(m_thread->MachPortNumber(), e_regSetVEC, (thread_state_t)&m_state.vec, &count));
122 m_state.SetError(e_regSetGPR, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetGPR, (thread_state_t)&m_state.gpr, e_regSetWordSizeGPR));
129 m_state.SetError(e_regSetFPR, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetFPR, (thread_state_t)&m_state.fpr, e_regSetWordSizeFPR));
136 m_state.SetError(e_regSetEXC, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetEXC, (thread_state_t)&m_state.exc, e_regSetWordSizeEXC));
143 m_state.SetError(e_regSetVEC, Write, ::thread_set_state(m_thread->MachPortNumber(), e_regSetVEC, (thread_state_t)&m_state.vec, e_regSetWordSizeVEC));
H A DDNBArchImpl.h106 SetError (e_regSetALL, Read, -1);
126 bool SetError (int set, uint32_t err_idx, kern_return_t err) function in struct:DNBArchMachPPC::State
/external/skia/src/core/
H A DSkError.cpp88 SkErrorInternals::SetError( kNoError_SkError, "All is well" );
99 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) { function in class:SkErrorInternals
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc193 SetError(kMissingRequiredPropertiesForCreateNotification);
214 SetError(kUnableToDecodeIconError);
226 SetError(kUnableToDecodeIconError);
266 SetError(kExtraImageProvided);
273 SetError(kExtraListItemsProvided);
280 SetError(kUnexpectedProgressValueForNonProgressType);
286 SetError(kInvalidProgressValue);
398 SetError(kExtraImageProvided);
407 SetError(kUnexpectedProgressValueForNonProgressType);
413 SetError(kInvalidProgressValu
[all...]
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_channel_api.cc323 SetError("Invalid connect_info (invalid Cast URL " + cast_url + ")");
329 SetError("connect_info.auth is required");
333 SetError("Invalid connect_info (unknown type)");
340 SetError("Invalid connect_info (invalid port)");
342 SetError("Invalid connect_info (invalid auth)");
344 SetError("Invalid connect_info (invalid IP address)");
397 SetError("message_info.namespace_ is required");
401 SetError("message_info.source_id is required");
405 SetError("message_info.destination_id is required");
413 SetError("Invali
[all...]
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.h72 void SetError(const std::string& error);
/external/chromium_org/content/public/test/
H A Djavascript_test_observer.cc21 void TestMessageHandler::SetError(const std::string& message) { function in class:content::TestMessageHandler
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_extension_function.cc53 SetError(kPlatformNotSupported);
/external/chromium_org/sync/api/
H A Dsync_merge_result_unittest.cc26 TEST_F(SyncMergeResultTest, SetError) {
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_thread.cpp70 void SetLinkerErrorString(const char* str) { GetThreadData()->SetError(str); }
/external/lldb/examples/python/
H A Dcmdtemplate.py41 result.SetError ("option parsing failed")
/external/lldb/include/lldb/Core/
H A DError.h226 SetError (ValueType err, lldb::ErrorType type);
/external/lldb/source/Core/
H A DConnectionMachPort.cpp148 error_ptr->SetError (kret, eErrorTypeMachKernel);
190 error_ptr->SetError (kret, eErrorTypeMachKernel);
208 error_ptr->SetError (kret, eErrorTypeMachKernel);
233 error_ptr->SetError (kret, eErrorTypeMachKernel);
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp496 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr));
507 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu));
518 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc));
529 SetError(set, Read, DoReadDBG(GetThreadID(), set, dbg));
540 SetError (set, Write, -1);
543 SetError (set, Write, DoWriteGPR(GetThreadID(), set, gpr));
544 SetError (set, Read, -1);
554 SetError (set, Write, -1);
557 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu));
558 SetError (se
[all...]
H A DRegisterContextDarwin_arm.h202 SetError (GPRRegSet, Read, -1);
203 SetError (FPURegSet, Read, -1);
204 SetError (EXCRegSet, Read, -1);
227 SetError (int flavor, uint32_t err_idx, int err) function in class:RegisterContextDarwin_arm
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
H A Dwebrtc_logging_private_api.cc101 SetError(error_message);
135 SetError(error_message);
194 SetError(error_message);
233 SetError(error_message);
268 SetError(error_message);
325 SetError(error_message);
374 SetError(error_message);
/external/tinyxml2/
H A Dtinyxml2.cpp762 document->SetError( XML_ERROR_PARSING, 0, 0 );
781 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
785 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
790 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 );
813 document->SetError( XML_ERROR_PARSING_CDATA, start, 0 );
820 document->SetError( XML_ERROR_PARSING_TEXT, start, 0 );
872 document->SetError( XML_ERROR_PARSING_COMMENT, start, 0 );
919 document->SetError( XML_ERROR_PARSING_DECLARATION, start, 0 );
966 document->SetError( XML_ERROR_PARSING_UNKNOWN, start, 0 );
1288 document->SetError( XML_ERROR_PARSING_ELEMEN
1631 void XMLDocument::SetError( int error, const char* str1, const char* str2 ) function in class:XMLDocument
[all...]

Completed in 528 milliseconds

12345678