Searched defs:ErrorMessage (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/lib/Tooling/
H A DCommonOptionsParser.cpp128 std::string ErrorMessage; local
131 CompilationDatabase::autoDetectFromDirectory(BuildPath, ErrorMessage);
134 ErrorMessage);
138 << ErrorMessage << "Running without flags.\n";
H A DCompilationDatabase.cpp39 std::string &ErrorMessage) {
52 ErrorMessage = ErrorStream.str();
58 std::string &ErrorMessage) {
76 ErrorMessage = ErrorStream.str();
82 std::string &ErrorMessage) {
87 findCompilationDatabaseFromDirectory(Directory, ErrorMessage);
90 ErrorMessage = ("Could not auto-detect compilation database for file \"" +
91 SourceFile + "\"\n" + ErrorMessage).str();
97 std::string &ErrorMessage) {
101 findCompilationDatabaseFromDirectory(AbsolutePath, ErrorMessage);
38 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage) argument
57 findCompilationDatabaseFromDirectory(StringRef Directory, std::string &ErrorMessage) argument
81 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage) argument
96 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage) argument
[all...]
H A DJSONCompilationDatabase.cpp122 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) override {
126 JSONCompilationDatabase::loadFromFile(JSONDatabasePath, ErrorMessage));
146 std::string &ErrorMessage) {
150 ErrorMessage = "Error while opening JSON database: " + Result.message();
155 if (!Database->parse(ErrorMessage))
162 std::string &ErrorMessage) {
167 if (!Database->parse(ErrorMessage))
239 bool JSONCompilationDatabase::parse(std::string &ErrorMessage) { argument
242 ErrorMessage = "Error while parsing YAML.";
247 ErrorMessage
145 loadFromFile(StringRef FilePath, std::string &ErrorMessage) argument
161 loadFromBuffer(StringRef DatabaseString, std::string &ErrorMessage) argument
[all...]
/external/easymock/src/org/easymock/internal/
H A DErrorMessage.java18 public class ErrorMessage { class
26 public ErrorMessage(boolean matching, String message, int actualCount) { method in class:ErrorMessage
/external/swiftshader/third_party/LLVM/tools/llvm-link/
H A Dllvm-link.cpp86 std::string ErrorMessage; local
107 &ErrorMessage)) {
109 << "': " << ErrorMessage << "\n"; local
/external/python/cpython2/Tools/scripts/
H A Dmailerdaemon.py12 class ErrorMessage(rfc822.Message): class in inherits:rfc822.Message
173 m = ErrorMessage(fp)
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp155 std::string ErrorMessage; local
157 getDataFileStreamer(InputFilename, &ErrorMessage);
159 return make_error<StringError>(ErrorMessage, inconvertibleErrorCode());
/external/lzma/CPP/Common/
H A DCommandLineParser.h52 AString ErrorMessage; member in class:NCommandLineParser::CParser
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
H A Dllvm-dis.cpp126 std::string ErrorMessage; local
132 ErrorMessage = ec.message();
134 M.reset(ParseBitcodeFile(BufferPtr.get(), Context, &ErrorMessage));
139 if (ErrorMessage.size())
140 errs() << ErrorMessage << "\n";
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp24 std::string ErrorMessage; local
26 ErrorMessage))
50 std::string &ErrorMessage) {
52 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage));
54 ADD_FAILURE() << ErrorMessage;
61 std::string &ErrorMessage) {
63 JSONCompilationDatabase::loadFromBuffer(JSONDatabase, ErrorMessage));
65 ADD_FAILURE() << ErrorMessage;
72 std::string ErrorMessage; local
74 getAllFiles("[]", ErrorMessage)) << ErrorMessag
49 getAllFiles(StringRef JSONDatabase, std::string &ErrorMessage) argument
60 getAllCompileCommands(StringRef JSONDatabase, std::string &ErrorMessage) argument
93 std::string ErrorMessage; local
142 findCompileArgsInJsonDatabase(StringRef FileName, StringRef JSONDatabase, std::string &ErrorMessage) argument
162 std::string ErrorMessage; local
252 std::string ErrorMessage; local
263 std::string ErrorMessage; local
292 std::string ErrorMessage; local
309 std::string ErrorMessage; local
332 std::string ErrorMessage; local
344 std::string ErrorMessage; local
[all...]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.cpp35 UString ErrorMessage; member in struct:CThreadExtracting
42 ErrorMessage = kCantFindArchive;
58 ErrorMessage = kCantOpenArchive;
67 ErrorMessage = MyFormatNew(IDS_CANNOT_CREATE_FOLDER,
132 errorMessage = t.ErrorMessage;
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DBugDriver.cpp129 std::string ErrorMessage; local
131 &ErrorMessage)) {
133 << ErrorMessage << '\n'; local
/external/chromium-libpac/test/
H A Dproxy_resolver_v8_unittest.cc60 virtual void ErrorMessage(const String16 message) { function in class:net::__anon814::MockJSBindings
/external/llvm/lib/Target/
H A DTargetMachineC.cpp69 char **ErrorMessage) {
75 if (ErrorMessage)
76 *ErrorMessage = strdup(Error.c_str());
180 char **ErrorMessage) {
201 *ErrorMessage = strdup(error.c_str());
212 char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) {
216 *ErrorMessage = strdup(EC.message().c_str());
219 bool Result = LLVMTargetMachineEmit(T, M, dest, codegen, ErrorMessage);
225 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage,
229 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage);
68 LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, char **ErrorMessage) argument
177 LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, raw_pwrite_stream &OS, LLVMCodeGenFileType codegen, char **ErrorMessage) argument
211 LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) argument
224 LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Archive/
H A DArchiveReader.cpp332 std::string* ErrorMessage) {
334 if (result->mapToMemory(ErrorMessage))
336 if (!result->loadArchive(ErrorMessage))
447 std::string* ErrorMessage) {
449 if (result->mapToMemory(ErrorMessage))
451 if (!result->loadSymbolTable(ErrorMessage))
607 std::string ErrorMessage; local
331 OpenAndLoad(const sys::Path& file, LLVMContext& C, std::string* ErrorMessage) argument
445 OpenAndLoadSymbols(const sys::Path& file, LLVMContext& C, std::string* ErrorMessage) argument
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
H A Dllvm-nm.cpp301 std::string ErrorMessage; local
310 ErrorMessage = ec.message();
313 Result = ParseBitcodeFile(Buffer.get(), Context, &ErrorMessage);
319 errs() << ToolName << ": " << Filename << ": " << ErrorMessage << "\n"; local
336 Result = ParseBitcodeFile(buff.get(), Context, &ErrorMessage);
/external/swiftshader/third_party/LLVM/tools/llvm-prof/
H A Dllvm-prof.cpp266 std::string ErrorMessage; local
271 M = ParseBitcodeFile(Buffer.get(), Context, &ErrorMessage);
273 ErrorMessage = ec.message();
276 << ErrorMessage << "\n"; local
/external/doclava/src/com/google/doclava/
H A DErrors.java28 private static TreeSet<ErrorMessage> allErrors = new TreeSet<ErrorMessage>();
30 public static class ErrorMessage implements Comparable<ErrorMessage> { class in class:Errors
36 ErrorMessage(int r, Error e, SourcePositionInfo p, String m) { method in class:Errors.ErrorMessage
44 public int compareTo(ErrorMessage other) {
121 allErrors.add(new ErrorMessage(resolvedLevel, error, where, text));
137 public static void printErrors(Set<ErrorMessage> errors) {
138 for (ErrorMessage m : errors) {
144 public static Set<ErrorMessage> getError
[all...]
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c314 char *ErrorMessage; local
318 &ErrorMessage)) {
319 llvm_raise(*caml_named_value("Llvm_target.Error"), ErrorMessage);
330 char *ErrorMessage; local
334 Int_val(FileType), &ErrorMessage,
336 llvm_raise(*caml_named_value("Llvm_target.Error"), ErrorMessage);
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.h26 CProgressMessageBoxPair ErrorMessage; member in struct:CProgressFinalMessage
29 bool ThereIsMessage() const { return !ErrorMessage.Message.IsEmpty() || !OkMessage.Message.IsEmpty(); }
282 // error if any of HRESULT, ErrorMessage, ErrorPath
307 CProgressMessageBoxPair &GetMessagePair(bool isError) { return isError ? FinalMessage.ErrorMessage : FinalMessage.OkMessage; }
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitcodeParser.h419 void Fatal(const std::string &ErrorMessage) const final {
420 Parser->FatalAt(getCurrentBitNo(), ErrorMessage); variable
/external/swiftshader/third_party/subzero/src/
H A DIceCfg.h83 std::string getError() const { return ErrorMessage; }
323 std::string ErrorMessage = ""; member in class:Ice::Cfg
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h163 UString ErrorMessage; member in struct:CArcErrorInfo
199 || !ErrorMessage.IsEmpty()
/external/llvm/lib/IR/
H A DCore.cpp265 char **ErrorMessage) {
269 *ErrorMessage = strdup(EC.message().c_str());
278 *ErrorMessage = strdup("Error printing to file");
264 LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, char **ErrorMessage) argument
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...

Completed in 808 milliseconds

12