Searched refs:SetError (Results 151 - 175 of 184) sorted by path

12345678

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp388 err.SetError(errno, DNBError::POSIX);
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...]
H A DMachTask.cpp647 err.SetError(::pthread_cancel(m_exception_thread), DNBError::POSIX);
651 err.SetError(::pthread_join(m_exception_thread, NULL), DNBError::POSIX);
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp207 m_state.SetError(set, Read, kret);
240 m_state.SetError(set, Read, kret);
255 m_state.SetError(set, Read, kret);
282 m_state.SetError(set, Read, kret);
291 m_state.SetError(set, Write, kret); // Set the current write error for this register set
301 m_state.SetError(set, Write, kret); // Set the current write error for this register set
311 m_state.SetError(set, Write, kret); // Set the current write error for this register set
328 m_state.SetError(set, Write, kret); // Set the current write error for this register set
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.cpp334 m_state.SetError(e_regSetGPR, Read, 0);
337 m_state.SetError(e_regSetGPR, Read, ::thread_get_state(m_thread->MachPortNumber(), __i386_THREAD_STATE, (thread_state_t)&m_state.context.gpr, &count));
479 m_state.SetError(e_regSetFPU, Read, 0);
486 m_state.SetError (e_regSetFPU, Read, ::thread_get_state(m_thread->MachPortNumber(), __i386_AVX_STATE, (thread_state_t)&m_state.context.fpu.avx, &count));
494 m_state.SetError(e_regSetFPU, Read, ::thread_get_state(m_thread->MachPortNumber(), __i386_FLOAT_STATE, (thread_state_t)&m_state.context.fpu.no_avx, &count));
510 m_state.SetError(e_regSetEXC, Read, ::thread_get_state(m_thread->MachPortNumber(), __i386_EXCEPTION_STATE, (thread_state_t)&m_state.context.exc, &count));
518 m_state.SetError(e_regSetGPR, Write, ::thread_set_state(m_thread->MachPortNumber(), __i386_THREAD_STATE, (thread_state_t)&m_state.context.gpr, e_regSetWordSizeGPR));
527 m_state.SetError(e_regSetFPU, Write, 0);
533 m_state.SetError(e_regSetFPU, Write, ::thread_set_state(m_thread->MachPortNumber(), __i386_AVX_STATE, (thread_state_t)&m_state.context.fpu.avx, e_regSetWordSizeAVX));
535 m_state.SetError(e_regSetFP
[all...]
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
/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/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp180 m_state.SetError(e_regSetGPR, Read, 0);
183 m_state.SetError(e_regSetGPR, Read, ::thread_get_state(m_thread->MachPortNumber(), __x86_64_THREAD_STATE, (thread_state_t)&m_state.context.gpr, &count));
344 m_state.SetError(e_regSetFPU, Read, 0);
409 m_state.SetError(e_regSetFPU, Read, 0);
417 m_state.SetError(e_regSetFPU, Read, ::thread_get_state(m_thread->MachPortNumber(), __x86_64_AVX_STATE, (thread_state_t)&m_state.context.fpu.avx, &count));
425 m_state.SetError(e_regSetFPU, Read, ::thread_get_state(m_thread->MachPortNumber(), __x86_64_FLOAT_STATE, (thread_state_t)&m_state.context.fpu.no_avx, &count));
441 m_state.SetError(e_regSetEXC, Read, ::thread_get_state(m_thread->MachPortNumber(), __x86_64_EXCEPTION_STATE, (thread_state_t)&m_state.context.exc, &count));
452 m_state.SetError(e_regSetGPR, Write, ::thread_set_state(m_thread->MachPortNumber(), __x86_64_THREAD_STATE, (thread_state_t)&m_state.context.gpr, e_regSetWordSizeGPR));
477 m_state.SetError(e_regSetFPU, Write, 0);
484 m_state.SetError(e_regSetFP
[all...]
H A DDNBArchImplX86_64.h143 SetError (e_regSetALL, Read, -1);
169 SetError (int flavor, uint32_t err_idx, kern_return_t err) function in struct:DNBArchImplX86_64::State
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3199 m_ctx.LaunchStatus().SetError(-1, DNBError::Generic);
H A DRNBSocket.cpp93 err.SetError(errno, DNBError::POSIX);
112 err.SetError(errno, DNBError::POSIX);
139 err.SetError(errno, DNBError::POSIX);
163 err.SetError(errno, DNBError::POSIX);
291 err.SetError(errno, DNBError::POSIX);
347 err.SetError(errno, DNBError::POSIX);
383 err.SetError(errno, DNBError::POSIX);
H A Ddebugserver.cpp237 ctx.LaunchStatus().SetError(-1, DNBError::Generic);
243 ctx.LaunchStatus().SetError(-1, DNBError::Generic);
353 ctx.LaunchStatus().SetError(-1, DNBError::Generic);
1352 ctx.LaunchStatus().SetError(-1, DNBError::Generic);
1391 ctx.LaunchStatus().SetError(-1, DNBError::Generic);
/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/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp47 SetError(SMLoc::getFromPointer(Loc), Msg);
451 SetError(SavedErrLoc, SavedErr);
/external/openfst/src/include/fst/
H A Dqueue.h90 void SetError(bool error) { error_ = error; } function in class:fst::QueueBase
329 QueueBase<S>::SetError(true);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp195 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
219 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
238 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
271 GetDocument()->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
308 document->SetError( TIXML_ERROR_DOCUMENT_TOP_ONLY, 0, 0, TIXML_ENCODING_UNKNOWN );
981 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
990 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
1007 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
1037 SetError( TIXML_ERROR_OPENING_FILE, 0, 0, TIXML_ENCODING_UNKNOWN );
H A Dtinyxml.h1530 void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding );
H A Dtinyxmlparser.cpp652 SetError( TIXML_ERROR_PARSING_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
664 SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN );
693 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN );
699 SetError( TIXML_ERROR, 0, 0, TIXML_ENCODING_UNKNOWN );
713 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
750 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, TIXML_ENCODING_UNKNOWN );
790 SetError( TIXML_ERROR_DOCUMENT_EMPTY, 0, 0, encoding );
798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlDocument
914 document->SetError( TIXML_ERROR_EMBEDDED_NULL, 0, 0, TIXML_ENCODING_UNKNOWN );
976 document->SetError( TIXML_ERROR_EMBEDDED_NUL
[all...]
/external/skia/src/core/
H A DSkBitmapProcShader.cpp440 SkErrorInternals::SetError( kInvalidPaint_SkError,
452 SkErrorInternals::SetError( kInternalError_SkError,
H A DSkBitmapScaler.cpp262 SkErrorInternals::SetError( kInvalidArgument_SkError,
H A DSkError.cpp88 SkErrorInternals::SetError( kNoError_SkError, "All is well" );
99 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) { function in class:SkErrorInternals
H A DSkErrorInternals.h18 static void SetError(SkError code, const char *fmt, ...);
H A DSkPath.cpp1147 SkErrorInternals::SetError( kInvalidArgument_SkError,

Completed in 754 milliseconds

12345678