/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleObjCRuntimeV1.cpp | 19 #include "lldb/Core/Error.h" 200 // Error error; 204 // error); 231 Error error; local 233 m_isa = process_sp->ReadPointerFromMemory(isa, error); 235 if (error.Fail()) 249 m_parent_isa = process_sp->ReadPointerFromMemory(m_isa + ptr_size,error); 251 if (error.Fail() 340 Error error; local 390 Error error; local [all...] |
/external/lldb/source/Plugins/Platform/FreeBSD/ |
PlatformFreeBSD.cpp | 21 #include "lldb/Core/Error.h" 157 Error 163 Error error; local 183 error.Clear(); 187 error.SetErrorStringWithFormat("unable to find executable for '%s'", exe_path); 194 error = m_remote_platform_sp->ResolveExecutable (exe_file, 207 error.Clear(); 212 error.SetErrorStringWithFormat("the platform is not currently connected, and '%s' doesn't exist in the system root.", exe_path); 218 if (error.Success() 374 Error error; local 411 Error error; local 466 Error error; local 579 Error error; local [all...] |
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformRemoteiOS.cpp | 18 #include "lldb/Core/Error.h" 197 strm.PutCString (" SDK Path: error: unable to locate SDK\n"); 210 Error 216 Error error; local 236 error = ModuleList::GetSharedModule (module_spec, 243 return error; 254 error = ModuleList::GetSharedModule (module_spec, 260 if (error.Success()) 265 error.SetErrorToGenericError() 614 Error error; local [all...] |
/external/lldb/source/Plugins/Platform/gdb-server/ |
PlatformRemoteGDBServer.cpp | 23 #include "lldb/Core/Error.h" 103 Error 109 Error error; local 110 error.SetErrorString ("PlatformRemoteGDBServer::ResolveExecutable() is unimplemented"); 111 return error; 114 Error 121 return Error(); 196 Error 199 Error error local 240 Error error; local 300 Error error; local [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
GDBRemoteCommunication.cpp | 249 log->Printf ("error: failed to send packet: %.*s", (int)packet.GetSize(), packet.GetData()); 286 Error error; local 298 size_t bytes_read = Read (buffer, sizeof(buffer), timeout_usec, status, &error); 301 log->Printf ("%s: Read (buffer, (sizeof(buffer), timeout_usec = 0x%x, status = %s, error = %s) => bytes_read = %" PRIu64, 305 error.AsCString(), 321 //printf ("status = success but error = %s\n", error.AsCString("<invalid>")); 484 log->Printf ("error: checksum mismatch: %.*s expected 0x%2.2x, got 0x%2.2x", 501 log->Printf ("error: invalid checksum in packet: '%s'\n", m_bytes.c_str()) [all...] |
/external/lldb/source/Plugins/Process/mach-core/ |
ProcessMachCore.cpp | 81 Error error (ModuleList::GetSharedModule (core_module_spec, 146 Error error; local 147 if (DoReadMemory (addr, &header, sizeof(header), error) != sizeof(header)) 200 Error 203 Error error; local 206 error.SetErrorString ("invalid core module"); 207 return error; [all...] |
/external/lldb/source/Symbol/ |
ObjectFile.cpp | 439 Error error; local 443 error); 478 Error error; local 481 return process_sp->ReadMemory (base_load_addr + section_offset, dst, dst_len, error);
|
Variable.cpp | 316 Error 324 Error error; local 331 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, 337 if (error.Success()) 341 Error tmp_error; 357 error.SetErrorString ("unknown error"); 359 return error; 365 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1 [all...] |
/external/lldb/source/Target/ |
ObjCLanguageRuntime.cpp | 545 Error error; local 546 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error);
|
RegisterContext.cpp | 289 Error 295 Error error; local 298 error.SetErrorString ("invalid register info argument."); 299 return error; 312 // Error! (The register should always be big enough to hold the data) 321 error.SetErrorString ("register too small to receive memory data"); 322 return error; 329 error.SetErrorStringWithFormat("%u bytes is too big to store in register %s (%u bytes)", src_len, reg_info->name, dst_len); 330 return error; 378 Error error; local [all...] |
TargetList.cpp | 62 Error 70 Error error; local 81 error.SetErrorStringWithFormat("invalid triple '%s'", triple_cstr); 82 return error; 109 error.SetErrorStringWithFormat("the specified architecture '%s' is not compatible with '%s' in '%s'", 113 return error; 156 error, 159 return error; 178 error = TargetList::CreateTarget (debugger 199 Error error; local [all...] |
ThreadPlanCallFunction.cpp | 67 Error error; local 68 process_sp->ReadUnsignedIntegerFromMemory(m_function_sp, 4, 0, error); 69 if (!error.Success()) 337 ThreadPlanCallFunction::ValidatePlan (Stream *error) 341 if (error) 344 error->PutCString (m_constructor_errors.GetData()); 346 error->PutCString ("Unknown error");
|
/external/lldb/tools/driver/ |
IOChannel.cpp | 244 int error; local 246 error = ::pthread_mutexattr_init (&attr); 247 assert (error == 0); 248 error = ::pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE); 249 assert (error == 0); 250 error = ::pthread_mutex_init (&m_output_mutex, &attr); 251 assert (error == 0); 252 error = ::pthread_mutexattr_destroy (&attr); 253 assert (error == 0); 442 // some random error occurred, exit and don't ask because the state might be corrup [all...] |
/external/lldb/tools/lldb-perf/common/clang/ |
lldb_perf_clang.cpp | 287 bool error; member in struct:Options 292 error (false), 388 fprintf(stderr, "error: file specified in --clang (-c) option doesn't exist: '%s'\n", optarg); 401 option_data.error = true; 403 fprintf (stderr, "error: unrecognized option %c\n", short_option); 413 option_data.error = true; 414 fprintf (stderr, "error: the '--clang=PATH' option is mandatory\n"); 431 if (option_data.error)
|
/external/lldb/tools/lldb-perf/common/stepping/ |
lldb-perf-stepping.cpp | 51 printf ("Got an error running settings set: %s.\n", return_object.GetError()); 53 printf ("Failed running settings set, no error.\n"); 176 bool error; member in struct:Options 182 error (false), 283 fprintf(stderr, "error: file specified in --test-file (-t) option doesn't exist: '%s'\n", optarg); 292 option_data.error = true; 294 fprintf (stderr, "error: unrecognized option %c\n", short_option); 315 if (option_data.error) 324 option_data.error = true; 325 fprintf (stderr, "error: the '--test-file=PATH' option is mandatory\n") [all...] |
/external/llvm/include/llvm/Object/ |
RelocVisitor.h | 60 bool error() { return HasError; } function in class:llvm::object::RelocVisitor
|
/external/llvm/lib/Target/ |
TargetMachineC.cpp | 74 std::string Error; 76 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); 80 *ErrorMessage = strdup(Error.c_str()); 194 std::string error; local 199 error = "No DataLayout in TargetMachine"; 200 *ErrorMessage = strdup(error.c_str()); 215 error = "TargetMachine can't emit a file of this type"; 216 *ErrorMessage = strdup(error.c_str());
|
/external/llvm/tools/llvm-cov/ |
CodeCoverage.cpp | 51 /// \brief Print the error message to the error output stream. 52 void error(const Twine &Message, StringRef Whence = ""); 70 /// \brief Load the coverage mapping data. Return true if an error occured. 96 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { function in class:CodeCoverageTool 97 errs() << "error: "; 116 error(EC.message(), SourceFile); 203 << "error: Failed to load coverage: " << EC.message(); 345 errs() << "error: Unknown architecture: " << Arch << "\n"; 354 errs() << "error: " << File << ": " << EC.message() [all...] |
/external/llvm/tools/llvm-size/ |
llvm-size.cpp | 81 /// @brief If ec is not success, print the error and return true. 82 static bool error(std::error_code ec) { function 86 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; 304 if (error(Section.getName(name))) 336 if (error(Section.getName(name))) 395 /// architectures was specificed. If not then an error is generated and
|
/external/mesa3d/src/egl/main/ |
egldriver.c | 146 const char *error = "unknown error"; local 167 error = dlerror(); 170 error = dlerror(); 176 driverPath, error); 182 driverPath, error);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_winsys_dri.c | 148 /* ignore any error here, since the drawable can be destroyed long ago */ 308 xcb_generic_error_t *error = NULL; local 331 dri2_query = xcb_dri2_query_version_reply (scrn->conn, dri2_query_cookie, &error); 332 if (dri2_query == NULL || error != NULL || dri2_query->minor_version < 2) 380 free(error);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_arit.c | 330 double error, precision; local 333 error = fabs(out[i] - ref); 334 precision = error ? -log2(error/fabs(ref)) : FLT_MANT_DIG;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 51 #define error(fmt, args...) do { \ macro 103 error("translate_rgb_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name); 128 error("translate_alpha_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name); 241 error("emit_alu: Too many instructions"); 261 error("Cannot write output and ALU result at the same time"); 377 error("emit_tex: Too many instructions"); 412 error("emit_tex can't handle opcode %s\n", rc_get_opcode_info(inst->Opcode)->Name); 638 inst != &compiler->Base.Program.Instructions && !compiler->Base.Error; 658 if (compiler->Base.Error)
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
dri_util.c | 166 unsigned *error, 180 *error = __DRI_CTX_ERROR_BAD_API; 198 *error = __DRI_CTX_ERROR_BAD_API; 218 *error = __DRI_CTX_ERROR_UNKNOWN_ATTRIBUTE; 233 *error = __DRI_CTX_ERROR_BAD_API; 241 * including OpenGL ES contexts, will generate an error." 250 *error = __DRI_CTX_ERROR_BAD_FLAG; 271 *error = __DRI_CTX_ERROR_UNKNOWN_FLAG; 277 *error = __DRI_CTX_ERROR_NO_MEMORY; 289 flags, error, shareCtx) ) 303 unsigned error; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_linetemp.h | 305 GLint error = errorInc-dx; local 306 GLint errorDec = error-dx; 326 if (error < 0) { 327 error += errorInc; 330 error += errorDec; 345 GLint error = errorInc-dy; local 346 GLint errorDec = error-dy; 366 if (error<0) { 367 error += errorInc; 370 error += errorDec [all...] |