HomeSort by relevance Sort by last modified time
    Searched refs:ErrorMessage (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 24 std::string ErrorMessage;
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;
74 getAllFiles("[]", ErrorMessage)) << ErrorMessage
    [all...]
  /external/easymock/src/org/easymock/internal/
ErrorMessage.java 18 public class ErrorMessage {
26 public ErrorMessage(boolean matching, String message, int actualCount) {
UnorderedBehavior.java 78 public List<ErrorMessage> getMessages(Invocation invocation) {
79 List<ErrorMessage> messages = new ArrayList<ErrorMessage>(results
91 ErrorMessage message = new ErrorMessage(match, entry.toString(),
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 122 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) {
242 ErrorMessage = "Error while parsing YAML.";
247 ErrorMessage = "Error while parsing YAML."
    [all...]
CompilationDatabase.cpp 39 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);
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
cmd_load_symbols.py 97 except IOError, (ErrorNumber, ErrorMessage):
98 print "Error: %s" % ErrorMessage
99 except Exception, (ErrorClass, ErrorMessage):
100 print "Error(%s): %s" % (ErrorClass, ErrorMessage)
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 87 /// Returns NULL and sets ErrorMessage if we were not able to build up a
94 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
101 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
108 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
152 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
JSONCompilationDatabase.h 62 /// Returns NULL and sets ErrorMessage if the database could not be
65 loadFromFile(StringRef FilePath, std::string &ErrorMessage);
69 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
71 loadFromBuffer(StringRef DatabaseString, std::string &ErrorMessage);
98 /// Returns whether parsing succeeded. Sets ErrorMessage if parsing
100 bool parse(std::string &ErrorMessage);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 91 /// Returns NULL and sets ErrorMessage if we were not able to build up a
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
112 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
156 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
JSONCompilationDatabase.h 63 /// Returns NULL and sets ErrorMessage if the database could not be
66 loadFromFile(StringRef FilePath, std::string &ErrorMessage,
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
73 loadFromBuffer(StringRef DatabaseString, std::string &ErrorMessage,
102 /// Returns whether parsing succeeded. Sets ErrorMessage if parsing
104 bool parse(std::string &ErrorMessage);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 91 /// Returns NULL and sets ErrorMessage if we were not able to build up a
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
112 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
156 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
JSONCompilationDatabase.h 63 /// Returns NULL and sets ErrorMessage if the database could not be
66 loadFromFile(StringRef FilePath, std::string &ErrorMessage,
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
73 loadFromBuffer(StringRef DatabaseString, std::string &ErrorMessage,
102 /// Returns whether parsing succeeded. Sets ErrorMessage if parsing
104 bool parse(std::string &ErrorMessage);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 91 /// Returns NULL and sets ErrorMessage if we were not able to build up a
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
112 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
156 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
JSONCompilationDatabase.h 63 /// Returns NULL and sets ErrorMessage if the database could not be
66 loadFromFile(StringRef FilePath, std::string &ErrorMessage,
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
73 loadFromBuffer(StringRef DatabaseString, std::string &ErrorMessage,
102 /// Returns whether parsing succeeded. Sets ErrorMessage if parsing
104 bool parse(std::string &ErrorMessage);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 91 /// Returns NULL and sets ErrorMessage if we were not able to build up a
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
112 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
156 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
JSONCompilationDatabase.h 63 /// Returns NULL and sets ErrorMessage if the database could not be
66 loadFromFile(StringRef FilePath, std::string &ErrorMessage,
71 /// Returns NULL and sets ErrorMessage if the database could not be loaded.
73 loadFromBuffer(StringRef DatabaseString, std::string &ErrorMessage,
102 /// Returns whether parsing succeeded. Sets ErrorMessage if parsing
104 bool parse(std::string &ErrorMessage);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 91 /// Returns NULL and sets ErrorMessage if we were not able to build up a
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
112 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
156 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 91 /// Returns NULL and sets ErrorMessage if we were not able to build up a
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
112 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
156 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 91 /// Returns NULL and sets ErrorMessage if we were not able to build up a
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
112 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
156 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
CompilationDatabase.h 91 /// Returns NULL and sets ErrorMessage if we were not able to build up a
98 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
105 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
112 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
156 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /external/llvm/include/llvm-c/
TargetMachine.h 70 Returns 0 on success. Optionally returns any error in ErrorMessage.
73 char **ErrorMessage);
127 error in ErrorMessage. Use LLVMDisposeMessage to dispose the message. */
129 char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage);
133 LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 70 Returns 0 on success. Optionally returns any error in ErrorMessage.
73 char **ErrorMessage);
127 error in ErrorMessage. Use LLVMDisposeMessage to dispose the message. */
129 char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage);
133 LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 70 Returns 0 on success. Optionally returns any error in ErrorMessage.
73 char **ErrorMessage);
127 error in ErrorMessage. Use LLVMDisposeMessage to dispose the message. */
129 char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage);
133 LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 70 Returns 0 on success. Optionally returns any error in ErrorMessage.
73 char **ErrorMessage);
127 error in ErrorMessage. Use LLVMDisposeMessage to dispose the message. */
129 char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage);
133 LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
TargetMachine.h 70 Returns 0 on success. Optionally returns any error in ErrorMessage.
73 char **ErrorMessage);
127 error in ErrorMessage. Use LLVMDisposeMessage to dispose the message. */
129 char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage);
133 LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);

Completed in 647 milliseconds

1 2 3 4 5