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

1 2 3 4 5 6

  /frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
NavLogger.kt 20 private var messages: MutableList<ErrorMessage> = mutableListOf()
23 messages.add(ErrorMessage(position.name, position.line, position.column, message))
26 fun allMessages(): List<ErrorMessage> = messages
GeneratorOutput.kt 19 data class GeneratorOutput(val files: List<String>, val errors: List<ErrorMessage>)
21 data class ErrorMessage(val path: String, val line: Int, val column: Int, val message: String) {
  /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...]
  /frameworks/support/navigation/safe-args-generator/src/tests/kotlin/androidx/navigation/safe/args/generator/
InvalidXmlTest.kt 30 class InvalidXmlTest(private val testCase: ErrorMessage) {
35 ErrorMessage("unnamed_destination_with_action.xml", 25, 5, UNNAMED_DESTINATION),
36 ErrorMessage("invalid_default_value_reference.xml", 23, 9,
38 ErrorMessage("invalid_default_value_int.xml", 24, 9,
40 ErrorMessage("invalid_id_action.xml", 22, 44, invalidId("@+fppid/finish")),
41 ErrorMessage("invalid_id_destination.xml", 17, 1, invalidId("@1234234+id/foo")),
42 ErrorMessage("action_no_id.xml", 22, 5, mandatoryAttrMissingError("action", "id"))
  /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-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;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 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;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
CompilationDatabase.h 81 /// Returns NULL and sets ErrorMessage if we were not able to build up a
88 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
102 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);
146 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;

Completed in 919 milliseconds

1 2 3 4 5 6