Searched defs:ErrorInfo (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin_error.h21 class ErrorInfo { class in namespace:plugin
23 ErrorInfo() { function in class:plugin::ErrorInfo
43 NACL_DISALLOW_COPY_AND_ASSIGN(ErrorInfo);
/external/llvm/lib/Support/
H A DToolOutputFile.cpp37 tool_output_file::tool_output_file(const char *filename, std::string &ErrorInfo, argument
39 : Installer(filename), OS(filename, ErrorInfo, Flags) {
41 if (!ErrorInfo.empty())
H A Draw_ostream.cpp430 /// occurs, information about the error is put into ErrorInfo, and the
433 raw_fd_ostream::raw_fd_ostream(const char *Filename, std::string &ErrorInfo, argument
437 ErrorInfo.clear();
456 ErrorInfo = "Error opening output file '" + std::string(Filename) + "': " +
/external/chromium_org/components/nacl/renderer/
H A Djson_manifest.h32 struct ErrorInfo { struct in class:nacl::JsonManifest
44 bool Init(const std::string& json_manifest, ErrorInfo* error_info);
51 ErrorInfo* error_info) const;
62 bool MatchesSchema(ErrorInfo* error_info);
72 ErrorInfo* error_info) const;
/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h69 std::string ErrorInfo; variable
73 raw_fd_ostream File(Filename.c_str(), ErrorInfo, sys::fs::F_Text);
77 if (ErrorInfo.empty())
132 std::string ErrorInfo; variable
136 raw_fd_ostream File(Filename.c_str(), ErrorInfo, sys::fs::F_Text);
139 if (ErrorInfo.empty())
/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp83 std::string ErrorInfo; variable
84 raw_fd_ostream File(Filename.c_str(), ErrorInfo, sys::fs::F_Text);
86 if (ErrorInfo.empty())
117 std::string ErrorInfo; variable
118 raw_fd_ostream File(Filename.c_str(), ErrorInfo, sys::fs::F_Text);
120 if (ErrorInfo.empty())
/external/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp21 std::string ErrorInfo; local
22 raw_fd_ostream OS(Path, ErrorInfo, sys::fs::F_None);
24 if (!ErrorInfo.empty())
/external/llvm/tools/llvm-as/
H A Dllvm-as.cpp72 std::string ErrorInfo; local
74 new tool_output_file(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None));
75 if (!ErrorInfo.empty()) {
76 errs() << ErrorInfo << '\n';
/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp113 std::string ErrorInfo; local
114 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None);
115 if (!ErrorInfo.empty()) {
116 errs() << ErrorInfo << '\n';
/external/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp86 std::string ErrorInfo; local
88 new tool_output_file(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None));
89 if (!ErrorInfo.empty()) {
90 errs() << ErrorInfo << '\n';
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DErrorInfo.java37 * ErrorInfo SIP Header.
46 public final class ErrorInfo class in inherits:ParametersHeader,ErrorInfoHeader
60 public ErrorInfo() { method in class:ErrorInfo
68 public ErrorInfo(GenericURI errorInfo) { method in class:ErrorInfo
88 * Sets the ErrorInfo of the ErrorInfoHeader to the <var>errorInfo</var>
91 * @param errorInfo the new ErrorInfo of this ErrorInfoHeader.
99 * Returns the ErrorInfo value of this ErrorInfoHeader. This message
100 * may return null if a String message identifies the ErrorInfo.
102 * @return the URI representing the ErrorInfo.
127 * @return the stringified version of the ErrorInfo heade
[all...]
/external/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp51 std::string ErrorInfo; local
52 llvm::raw_fd_ostream OS(Dest.c_str(), ErrorInfo, llvm::sys::fs::F_Text);
53 if (!ErrorInfo.empty()) {
H A DFrontendActions.cpp530 std::string ErrorInfo; local
532 ErrorInfo, llvm::sys::fs::F_Text));
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp174 std::string ErrorInfo; local
176 new tool_output_file(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None));
177 if (!ErrorInfo.empty()) {
178 errs() << ErrorInfo << '\n';
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp51 std::string ErrorInfo; local
52 raw_fd_ostream Output(OutputFilename.data(), ErrorInfo, sys::fs::F_None);
53 if (!ErrorInfo.empty())
54 exitWithError(ErrorInfo, OutputFilename);
100 std::string ErrorInfo; local
101 raw_fd_ostream OS(OutputFilename.data(), ErrorInfo, sys::fs::F_Text);
102 if (!ErrorInfo.empty())
103 exitWithError(ErrorInfo, OutputFilename);
/external/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp264 std::string ErrorInfo; local
265 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None);
266 if (!ErrorInfo.empty()) {
267 errs() << ErrorInfo << '\n';
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp159 std::string ErrorInfo; local
161 DisableGVNLoadPRE, ErrorInfo);
164 << ": error compiling the code: " << ErrorInfo << "\n"; local
168 raw_fd_ostream FileStream(OutputFilename.c_str(), ErrorInfo,
170 if (!ErrorInfo.empty()) {
172 << "': " << ErrorInfo << "\n"; local
178 std::string ErrorInfo; local
181 DisableGVNLoadPRE, ErrorInfo)) {
183 << ": error compiling the code: " << ErrorInfo local
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_observer.h15 struct ErrorInfo { struct in class:content::ServiceWorkerContextObserver
16 ErrorInfo(const base::string16& message, function in struct:content::ServiceWorkerContextObserver::ErrorInfo
56 const ErrorInfo& info) {}
/external/jsoncpp/include/json/
H A Dreader.h117 class ErrorInfo class in class:Json::Reader
125 typedef std::deque<ErrorInfo> Errors;
/external/llvm/lib/AsmParser/
H A DLLLexer.h32 SMDiagnostic &ErrorInfo; member in class:llvm::LLLexer
/external/llvm/tools/opt/
H A Dopt.cpp398 std::string ErrorInfo; local
399 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
401 if (!ErrorInfo.empty()) {
402 errs() << ErrorInfo << '\n';
483 std::string ErrorInfo; local
484 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
486 if (!ErrorInfo.empty()) {
487 errs() << ErrorInfo << '\n';
/external/kernel-headers/original/uapi/linux/
H A Dcciss_defs.h110 DWORD ErrorInfo; member in struct:_MoreErrInfo_struct::__anon22915
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp707 std::string ErrorInfo; local
708 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
710 if (!ErrorInfo.empty()) {
711 errs() << ErrorInfo << '\n';
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp51 unsigned &ErrorInfo,
389 unsigned &ErrorInfo,
393 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
411 if (ErrorInfo != ~0U) {
412 if (ErrorInfo >= Operands.size())
415 ErrorLoc = ((SparcOperand &)*Operands[ErrorInfo]).getStartLoc();
386 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, unsigned &ErrorInfo, bool MatchingInlineAsm) argument
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp483 std::string ErrorInfo; local
484 raw_fd_ostream out(mangleName(CU, "gcno").c_str(), ErrorInfo,

Completed in 7604 milliseconds

12