/external/libnl/include/linux/ |
netlink.h | 51 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */ 89 #define NLMSG_ERROR 0x2 /* Error */ 97 int error; member in struct:nlmsgerr
|
/external/libpcap/msdos/ |
pktdrvr.h | 58 const char *error; /* address of error string */
member in struct:__anon13375
|
/external/libpng/contrib/gregbook/ |
rpng-win.c | 26 - 2.01: fixed improper display of usage screen on PNG error(s) 172 int error = 0; local 273 while (*++argv && !error) { 276 ++error; 280 ++error; 284 ++error; 288 ++error; 296 ++error; 298 ++error; /* not expecting any other options */ 303 ++error; [all...] |
/external/libvpx/libvpx/test/ |
dct16x16_test.cc | 320 const uint32_t error = diff * diff; local 321 if (max_error < error) 322 max_error = error; 323 total_error += error; 328 << "Error: 16x16 FHT/IHT has an individual round trip error > 1"; 331 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block"; 385 << "Error: 16x16 FDCT has coefficient larger than 4*DCT_MAX_VALUE"; 457 const uint32_t error = diff * diff local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
encodemb.c | 205 int error; member in struct:vp8_token_state 284 tokens[eob][0].error = 0; 302 error0 = tokens[next][0].error; 303 error1 = tokens[next][1].error; 331 tokens[i][0].error = d2 + (best ? error1 : error0); 401 tokens[i][1].error = d2 + (best ? error1 : error0); 437 error0 = tokens[next][0].error; 438 error1 = tokens[next][1].error;
|
/external/libxml2/win32/ |
configure.js | 81 var error = 0; variable 91 error = 1; 103 error = 1; 446 for (i = 0; (i < WScript.Arguments.length) && (error == 0); i++) { 552 error = 1; 565 error = 1; 571 if (error != 0) { 573 WScript.Quit(error); 595 if (error != 0) { 597 WScript.Quit(error); [all...] |
/external/lldb/source/API/ |
SBModule.cpp | 47 Error error = ModuleList::GetSharedModule (*module_spec.m_opaque_ap, local
|
/external/lldb/source/Commands/ |
CommandObjectPlatform.cpp | 97 Error error; local 99 PlatformSP platform_sp (m_platform_options.CreatePlatformWithOptions (m_interpreter, ArchSpec(), select, error, platform_arch)); 107 result.AppendError(error.AsCString()); 263 Error error (platform_sp->ConnectRemote (args)); 264 if (error.Success()) 271 result.AppendErrorWithFormat ("%s\n", error.AsCString()); 313 Error error; local 406 Error error; local 524 Error error; local 630 Error error; local 816 Error error; local [all...] |
CommandObjectSource.cpp | 57 Error 60 Error error; local 67 error.SetErrorStringWithFormat("invalid line number: '%s'", option_arg); 75 error.SetErrorStringWithFormat("unrecognized short option '%c'", short_option); 79 return error; 165 Error 168 Error error; local 175 error.SetErrorStringWithFormat("invalid line number: '%s'", option_arg) [all...] |
/external/lldb/source/Core/ |
ModuleList.cpp | 853 Error 868 Error error; local 911 return error; 918 return error; 939 return error; 973 error.SetErrorStringWithFormat("'%s' does not contain the %s architecture and UUID %s", path, arch.GetArchitectureName(), uuid_str.c_str()); 975 error.SetErrorStringWithFormat("'%s' does not contain the %s architecture.", path, arch.GetArchitectureName()); 980 error.SetErrorStringWithFormat("'%s' does not exist", path); 982 if (error.Fail() 1082 Error error; local [all...] |
Scalar.cpp | 16 #include "lldb/Core/Error.h" 1783 Error error; local 1896 Error error; local [all...] |
/external/lldb/source/Expression/ |
ClangUserExpression.cpp | 112 ClangUserExpression::ScanContext(ExecutionContext &exe_ctx, Error &err) 384 // int without causing a clang error. 428 Error err; 461 error_stream.PutCString ("error: couldn't construct expression body"); 476 error_stream.PutCString ("error: invalid target\n"); 510 error_stream.PutCString ("error: current process state is unsuitable for expression parsing\n"); 526 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); 537 Error jit_error = parser.PrepareForExecution (m_jit_start_addr, 554 error_stream.Printf ("error: %s\n", error_cstr); 556 error_stream.Printf ("error: expression can't be interpreted or run\n") 961 Error error; local [all...] |
DWARFExpression.cpp | 631 // case DW_OP_APPLE_error: // 0xFF - Stops expression evaluation and returns an error (no args) 721 Error *error_ptr, 755 // If we get this error, then we need to implement a value 1436 Error error; local 1527 Error error; local [all...] |
/external/lldb/source/Host/linux/ |
Host.cpp | 22 #include "lldb/Core/Error.h" 65 // GetBytes() directly off our returned DataBufferSP if we hit an error. 219 Error 222 Error error; local 224 return error;
|
/external/lldb/source/Interpreter/ |
OptionValueProperties.cpp | 132 Error &error) const 156 return value_sp->GetSubValue (exe_ctx, sub_name + 1, will_modify, error); 179 return value_sp->GetSubValue (exe_ctx, predicate_end + 1, will_modify, error); 197 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error); 208 Error 214 Error error; local 216 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error)); 218 error = value_sp->SetValueFromCString(value, op) 582 Error error; local 633 Error error; local [all...] |
Options.cpp | 54 Error 1029 Error error; local 1063 Error error; local [all...] |
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformDarwin.cpp | 20 #include "lldb/Core/Error.h" 125 Error 131 Error error; local 154 error.Clear(); 158 error.SetErrorStringWithFormat ("unable to find executable for '%s'", exe_path); 165 error = m_remote_platform_sp->ResolveExecutable (exe_file, 178 error.Clear(); 180 error.SetErrorStringWithFormat("the platform is not currently connected, and '%s' doesn't exist in the system root.", resolved_exe_file.GetFilename().AsCString("")); 185 if (error.Success() 249 Error error; local 280 Error error; local 501 Error error; local 538 Error error; local 595 Error error; local 976 Error error = Host::RunShellCommand ("\/usr\/bin\/xcode-select --print-path", local [all...] |
PlatformDarwinKernel.cpp | 21 #include "lldb/Core/Error.h" 584 Error 591 Error error; local 606 error = ExamineKextForMatchingUUID (it->second, module_spec.GetUUID(), module_spec.GetArchitecture(), module_sp); 609 return error; 620 Error 623 Error error; local 638 error = ModuleList::GetSharedModule (exe_spec, exe_module_sp, NULL, NULL, NULL) [all...] |
/external/lldb/source/Plugins/Process/POSIX/ |
ProcessPOSIX.cpp | 116 Error 119 Error error; local 126 m_monitor = new ProcessMonitor(this, pid, error); 128 if (!error.Success()) 129 return error; 134 return error; // FIXME: Detatch? 143 error = platform_sp->ResolveExecutable(process_info.GetExecutableFile(), 147 if (!error.Success()) 148 return error; 174 Error error; local 205 Error error; local 303 Error error; local 324 Error error; local 352 Error error; local 363 Error error; local 601 Error error; local 667 Error error; local 734 Error error; local 786 Error error; local 800 Error error = GetWatchpointSupportInfo(num); local [all...] |
/external/lldb/source/Symbol/ |
Type.cpp | 459 Error error; local 460 return exe_ctx->GetProcessPtr()->ReadMemory(addr, dst, byte_size, error) == byte_size;
|
/external/lldb/source/Target/ |
Platform.cpp | 17 #include "lldb/Core/Error.h" 82 Error 89 return Error(); 129 Error 153 Platform::Create (const char *platform_name, Error &error) 164 error.SetErrorStringWithFormat ("unable to find a plug-in for the platform named \"%s\"", platform_name); 167 error.SetErrorString ("invalid platform name"); 173 Platform::Create (const ArchSpec &arch, ArchSpec *platform_arch_ptr, Error &error) 482 Error error; local 525 Error error; local 594 Error error; local 605 Error error; local 639 Error error; local 716 Error error; local [all...] |
/external/llvm/include/llvm/ProfileData/ |
InstrProfReader.h | 79 std::error_code error(std::error_code EC) { function in class:llvm::InstrProfReader 84 /// Clear the current error code and return a successful one. 85 std::error_code success() { return error(instrprof_error::success); } 90 /// Return true if the reader encountered an error reading profiling data. 92 /// Get the current error code.
|
/external/llvm/lib/Support/ |
YAMLTraits.cpp | 61 std::error_code Input::error() { return EC; } function in class:Input 125 // CurrentNode is null for empty documents, which is an error in case required 181 // Any other type of HNode is an error.
|
/external/llvm/tools/llvm-symbolizer/ |
LLVMSymbolize.cpp | 32 static bool error(std::error_code ec) { function in namespace:llvm::symbolize 35 errs() << "LLVMSymbolizer: error reading file: " << ec.message() << ".\n"; 55 if (!error(Section->getName(Name)) && Name == ".opd") { 57 if (!error(Section->getContents(Data))) { 83 if (error(Symbol.getType(SymbolType))) 88 if (error(Symbol.getAddress(SymbolAddress)) || 108 else if (error(Symbol.getSize(SymbolSize)) || 112 if (error(Symbol.getName(SymbolName))) 357 if (EC != errc::no_such_file_or_directory && !error(EC)) { 382 if (!error(BinaryOrErr.getError())) [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser_extras.cpp | 54 this->error = false; 137 bool error = (type == GL_DEBUG_TYPE_ERROR_ARB); local 148 error ? "error" : "warning"); 153 /* Report the error via GL_ARB_debug_output. */ 154 if (error) 167 state->error = true;
|