Searched refs:SetError (Results 76 - 100 of 184) sorted by relevance

12345678

/external/chromium_org/third_party/webrtc/base/
H A Dopenssladapter.cc395 SetError(err);
434 SetError(EWOULDBLOCK);
459 SetError(EWOULDBLOCK);
463 SetError(EWOULDBLOCK);
467 SetError(EWOULDBLOCK);
489 SetError(EWOULDBLOCK);
513 SetError(EWOULDBLOCK);
518 SetError(EWOULDBLOCK);
522 SetError(EWOULDBLOCK);
H A Dasyncpacketsocket.h104 // TODO: Remove SetError().
106 virtual void SetError(int error) = 0;
H A Dasynctcpsocket.h45 virtual void SetError(int error);
H A Dmacasyncsocket.h49 virtual void SetError(int error);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_misc.cc262 SetError("Only whitelisted items can do silent installation.");
295 SetError(error);
413 SetError("The user is not logged-in now.");
420 SetError("Target window is not found.");
431 SetError("The window cannot visit the desktop.");
468 SetError(
H A Dprivate_api_tasks.cc70 SetError(kInvalidTask + params->task_id);
91 SetError(kInvalidFileUrl);
/external/chromium_org/content/test/plugin/
H A Dplugin_npobject_lifetime_test.cc101 SetError("Failed to get NPObject for plugin instance2");
155 g_npn_evaluate_test_instance_->SetError(
H A Dplugin_schedule_timer_test.cc64 SetError("Received unexpected timer event");
H A Dplugin_test.h52 void SetError(const std::string &msg);
H A Dplugin_thread_async_call_test.cc31 g_long_lived_instance->SetError("Async callback invoked after NPP_Destroy");
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_speech_recognizer.h43 void SetError(const blink::WebString& error, const blink::WebString& message);
/external/chromium_org/chrome/browser/extensions/api/gcm/
H A Dgcm_api.cc130 SetError(GcmResultToError(result));
150 SetError(GcmResultToError(result));
184 SetError(GcmResultToError(result));
/external/chromium_org/chrome/browser/extensions/api/webcam_private/
H A Dwebcam_private_api_chromeos.cc85 SetError(kUnknownWebcam);
161 SetError(kUnknownWebcam);
199 SetError(kUnknownWebcam);
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api.cc155 SetError(kInvalidDevice);
167 SetError(kStartDiscoveryFailed);
187 SetError(kStopDiscoveryFailed);
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp460 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr));
471 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu));
482 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc));
493 SetError (set, Write, -1);
496 SetError (set, Write, DoWriteGPR(GetThreadID(), set, gpr));
497 SetError (set, Read, -1);
507 SetError (set, Write, -1);
510 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu));
511 SetError (set, Read, -1);
521 SetError (se
[all...]
H A DRegisterContextDarwin_x86_64.cpp505 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr));
516 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu));
527 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc));
538 SetError (set, Write, -1);
541 SetError (set, Write, DoWriteGPR(GetThreadID(), set, gpr));
542 SetError (set, Read, -1);
552 SetError (set, Write, -1);
555 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu));
556 SetError (set, Read, -1);
566 SetError (se
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1308 err.SetError (select_errno, DNBError::POSIX);
1492 err.SetError(errno);
1573 err_str.SetError(sbs_error, DNBError::SpringBoard);
1636 err_str.SetError(sbs_error, DNBError::SpringBoard);
1726 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic);
1735 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic);
1775 launch_err.SetError(NUB_GENERIC_ERROR, DNBError::Generic);
1816 err.SetError( ::posix_spawnattr_init (&attr), DNBError::POSIX);
1833 err.SetError( ::posix_spawnattr_setflags (&attr, flags), DNBError::POSIX);
1852 err.SetError(
[all...]
/external/lldb/source/API/
H A DSBProcess.cpp181 error.SetError (process_sp->Launch (launch_info));
213 error.SetError (process_sp->Attach (attach_info));
688 sb_error.SetError(error);
712 sb_error.SetError(process_sp->Destroy());
740 sb_error.SetError (process_sp->Halt());
767 sb_error.SetError (process_sp->Destroy());
802 sb_error.SetError (process_sp->Detach(keep_stopped));
818 sb_error.SetError (process_sp->Signal (signo));
1197 sb_error.SetError(process_sp->GetWatchpointSupportInfo (num));
1243 sb_error.SetError (process_s
[all...]
/external/chromium_org/chrome/browser/extensions/api/audio/
H A Daudio_api.cc64 SetError("Error occurred when querying audio device information.");
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dasyncstuntcpsocket.cc71 SetError(EMSGSIZE);
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h137 void SetError(const SMLoc &errLoc, const std::string &err) { function in class:llvm::MCAsmLexer
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_api.cc527 SetError(error);
541 SetError(ConvertTransferStatusToApi(status));
552 SetError(kErrorConvertDirection);
561 SetError(kErrorConvertRequestType);
570 SetError(kErrorConvertRecipient);
755 SetError(kErrorOpen);
870 SetError(kErrorCannotClaimInterface);
894 SetError(kErrorCannotReleaseInterface);
921 SetError(kErrorCannotSetInterfaceAlternateSetting);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_api.cc116 SetError("URL is invalid.");
215 SetError(response);
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h158 SetError (set, Read, -1);
181 bool SetError (int set, uint32_t err_idx, kern_return_t err) function in struct:DNBArchMachARM::State
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h142 SetError (e_regSetALL, Read, -1);
164 bool SetError (int flavor, uint32_t err_idx, kern_return_t err) function in struct:DNBArchImplI386::State

Completed in 7856 milliseconds

12345678