/external/libpcap/ |
nametoaddr.c | 127 int error; local 133 error = getaddrinfo(name, NULL, &hints, &res); 134 if (error)
|
/external/libpng/contrib/gregbook/ |
wpng.c | 168 int error = 0; local 251 while (*++argv && !error) { 261 ++error; 265 ++error; 272 ++error; 276 ++error; 291 ++error; 293 ++error; /* not expecting any other options */ 298 /* open the input and output files, or register an error and abort */ 304 ++error; [all...] |
/external/libvncserver/webclients/novnc/include/ |
util.js | 82 'error': window.opera.postError }; 87 'error': function(m) {}}; 91 Util.Debug = Util.Info = Util.Warn = Util.Error = function (msg) {}; 96 case 'error': Util.Error = function (msg) { console.error(msg); };
|
/external/libvorbis/lib/ |
lsp.c | 368 double error=1.f; local 373 while(error>1e-20){ 374 error=0; 388 error+= delta*delta;
|
/external/libvorbis/vq/ |
metrics.c | 27 mean and mean squared error 28 mean and mean squared error (per sample) by entry 143 fprintf(stderr,"\tmean code error: %g\n", 145 fprintf(stderr,"\tmean squared code error: %g\n\n", 237 fprintf(stderr,"Internal error: _best returned -1.\n"); 245 float error=a[j*step]; local 248 meanerror_acc+=fabs(error); 249 meanerrorsq_acc+=error*error; 251 histogram_errorsq[book][entry*dim+j]+=error*error [all...] |
/external/libvpx/libvpx/test/ |
fdct4x4_test.cc | 88 const uint32_t error = diff * diff; local 89 if (max_error < error) 90 max_error = error; 91 total_error += error; 96 << "Error: 4x4 FHT/IHT has an individual round trip error > " 100 << "Error: 4x4 FHT/IHT has average round trip error > " << limit 155 << "Error: 16x16 FDCT has coefficient larger than 4*DCT_MAX_VALUE"; 182 const uint32_t error = diff * diff local [all...] |
/external/libxml2/ |
buf.c | 51 int error; /* an error code if a failure occured */ member in struct:_xmlBuf 94 if ((buf) && (buf->error == 0)) 95 buf->error = XML_ERR_NO_MEMORY; 102 * Handle a buffer overflow error 109 if ((buf) && (buf->error == 0)) 110 buf->error = XML_BUF_OVERFLOW; 131 ret->error = 0; 165 ret->error = 0; 204 if (buf->error) [all...] |
testOOM.c | 40 int error = FALSE; variable 49 * strings for the element types to help in debugging any error 166 printf("\t --show: display the error messages encountered\n"); 235 error = TRUE; 237 printf("%3d line %d: %s\n", error, err->line, err->message); 257 error = FALSE; 285 if (error) { 286 fprintf (stdout, "error handler was called but parse completed successfully (last error #%d)\n", errcount);
|
/external/lldb/examples/functions/ |
main.cpp | 104 fprintf (stderr, "error: failed to create a debugger object\n"); 148 fprintf (stderr, "error: the --arch option can only be specified once\n"); 181 SBError error; local 192 error); 194 if (error.Success()) 210 fprintf (stderr, "error: couldn't locate debug symbols for '%s'\n", exe_file_path); 357 fprintf (stderr, "error: %s\n", error.GetCString());
|
/external/lldb/source/Commands/ |
CommandObjectBreakpointCommand.cpp | 221 Error err (reader_sp->Initialize (CommandObjectBreakpointCommandAdd::GenerateBreakpointCommandCallback, 420 virtual Error 423 Error error; local 437 error); 454 error.SetErrorStringWithFormat("invalid value for stop-on-error: \"%s\"", option_arg); 469 return error; 646 { LLDB_OPT_SET_ALL, false, "stop-on-error", 'e', required_argument, NULL, 0, eArgTypeBoolean, 647 "Specify whether breakpoint command execution should terminate on error." } [all...] |
CommandObjectFrame.cpp | 112 virtual Error 115 Error error; local 123 error.SetErrorStringWithFormat ("invalid frame offset argument '%s'", option_arg); 127 error.SetErrorStringWithFormat ("invalid short option character '%c'", short_option); 131 return error; 224 // an error, but rather to just go to the top. So I have to count the stack here... 459 result.GetErrorStream().Printf ("error: no variables matched the regular expression '%s'.\n", name_cstr); 466 result.GetErrorStream().Printf ("error: %s\n", regex_error); 468 result.GetErrorStream().Printf ("error: unkown regex error when compiling '%s'\n", name_cstr) 473 Error error; local [all...] |
CommandObjectRegister.cpp | 197 result.AppendError ("unknown error while reading registers.\n"); 250 strm.Printf("%-12s = error: unavailable\n", reg_info->name); 296 virtual Error 301 Error error; local 307 OptionValueSP value_sp (OptionValueUInt64::Create (option_value, error)); 330 error.SetErrorStringWithFormat("unrecognized short option '%c'", short_option); 333 return error; 442 Error error (reg_value.SetValueFromCString (reg_info, value_str)) [all...] |
CommandObjectSettings.cpp | 112 virtual Error 115 Error error; local 124 error.SetErrorStringWithFormat ("unrecognized options '%c'", short_option); 128 return error; 199 Error error; local 200 lldb::OptionValueSP value_sp (m_interpreter.GetDebugger().GetPropertyValue(&m_exe_ctx, setting_var_name, false, error)); 247 Error error; local [all...] |
CommandObjectWatchpointCommand.cpp | 199 Error err (reader_sp->Initialize (CommandObjectWatchpointCommandAdd::GenerateWatchpointCommandCallback, 397 virtual Error 400 Error error; local 414 error); 431 error.SetErrorStringWithFormat("invalid value for stop-on-error: \"%s\"", option_arg); 446 return error; 607 { LLDB_OPT_SET_ALL, false, "stop-on-error", 'e', required_argument, NULL, 0, eArgTypeBoolean, 608 "Specify whether watchpoint command execution should terminate on error." } [all...] |
/external/lldb/source/Core/ |
ConnectionFileDescriptor.cpp | 55 Error *error_ptr) 176 ConnectionFileDescriptor::Connect (const char *s, Error *error_ptr) 318 ConnectionFileDescriptor::Disconnect (Error *error_ptr) 393 Error *error_ptr) 430 Error error; 433 error.Clear(); // End-of-file. Do not automatically close; pass along for the end-of-file handlers. 438 error.SetErrorToErrno(); 442 error.Clear(); 446 log->Printf ("%p ConnectionFileDescriptor::Read () ::read (fd = %i, dst = %p, dst_len = %" PRIu64 ") => %" PRIi64 ", error = %s" 520 Error error; local 687 Error error; local [all...] |
EmulateInstruction.cpp | 14 #include "lldb/Core/Error.h" 300 Error error; local 301 return process_sp->ReadMemory (addr, dst, dst_len, error); 322 Error error; local 323 return process_sp->WriteMemory (addr, src, src_len, error);
|
RegisterValue.cpp | 17 #include "lldb/Core/Error.h" 113 Error &error) const 117 error.SetErrorString ("invalid register info argument."); 126 error.SetErrorStringWithFormat("invalid register value type for register %s", reg_info->name); 132 error.SetErrorString ("destination is too big"); 142 error.SetErrorString ("invalid register value to copy into"); 153 error.SetErrorStringWithFormat("failed to copy data for register write of %s", reg_info->name); 163 Error &error) 316 Error error; local 447 Error error; local [all...] |
Value.cpp | 183 Value::GetValueByteSize (Error *error_ptr) 318 Error 326 Error error; local 348 return error; // Success; 349 error.SetErrorStringWithFormat("extracting data from value failed"); 355 error.SetErrorString ("can't read load address (no execution context)"); 406 error.SetErrorString ("can't read load address (invalid process)"); 422 error.SetErrorString ("can't read file address (no execution context)"); 426 error.SetErrorString ("can't read file address (invalid target)") [all...] |
/external/lldb/source/DataFormatters/ |
NSDictionary.cpp | 15 #include "lldb/Core/Error.h" 117 Error error; local 118 value = process_sp->ReadUnsignedIntegerFromMemory(valobj_addr + ptr_size, ptr_size, 0, error); 119 if (error.Fail()) 125 Error error; local 126 value = process_sp->ReadUnsignedIntegerFromMemory(valobj_addr + ptr_size, ptr_size, 0, error); 127 if (error.Fail()) 133 Error error 166 Error error; local 299 Error error; local 461 Error error; local [all...] |
/external/lldb/source/Host/common/ |
File.cpp | 20 #include "lldb/Core/Error.h" 161 Error 164 Error error; local 172 error.SetErrorToErrno(); 181 error.SetErrorString ("invalid file to duplicate"); 183 return error; 186 Error 189 Error error; local 253 Error error; local 282 Error error; local 429 Error error; local 452 Error error; local 474 Error error; local 517 Error error; local 562 Error error; local 594 Error error; local 647 Error error; local [all...] |
/external/lldb/source/Host/freebsd/ |
Host.cpp | 27 #include "lldb/Core/Error.h" 147 Error 150 Error error; local 152 return error;
|
/external/lldb/source/Interpreter/ |
OptionValue.cpp | 46 Error 52 Error error; local 53 error.SetErrorStringWithFormat("SetSubValue is not supported"); 54 return error; 541 OptionValue::CreateValueFromCStringForTypeMask (const char *value_cstr, uint32_t type_mask, Error &error) 559 error = value_sp->SetValueFromCString (value_cstr, eVarSetOperationAssign); 561 error.SetErrorString("unsupported type mask"); 600 Error 603 Error error; local [all...] |
/external/lldb/source/Plugins/ABI/MacOSX-arm/ |
ABIMacOSX_arm.cpp | 13 #include "lldb/Core/Error.h" 408 Error error; local 509 Error error; local [all...] |
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
ItaniumABILanguageRuntime.cpp | 14 #include "lldb/Core/Error.h" 80 Error error; local 84 error); 85 if (!error.Success() || (bytes_read != address_byte_size)) 236 Error error; local 242 error); 244 if (!error.Success() || (bytes_read != address_byte_size))
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleObjCRuntime.cpp | 18 #include "lldb/Core/Error.h" 156 strm.Printf("Error evaluating Print Object function: %d.\n", results); 168 Error error; local 169 curr_len = process->ReadCStringFromMemory(result_ptr + cstr_len, buf, sizeof(buf), error);
|