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

1 2 3

  /art/compiler/optimizing/
graph_checker.cc 65 AddError(StringPrintf(
88 AddError(StringPrintf(
101 AddError(StringPrintf("Block %d does not end with a branch instruction.",
113 AddError(StringPrintf("Unexpected instruction %s:%d jumps into the exit block.",
125 AddError(StringPrintf("Block %d has a non-phi in its phi list.",
129 AddError(StringPrintf("The recorded last phi of block %d does not match "
142 AddError(StringPrintf("Block %d has a phi in its non-phi list.",
146 AddError(StringPrintf("The recorded last instruction of block %d does not match "
158 AddError(StringPrintf("Catch block %d is a normal successor of block %d.",
165 AddError(StringPrintf("Normal block %d is an exceptional successor of block %d."
    [all...]
graph_checker.h 95 void AddError(const std::string& error) {
  /build/make/tools/
event_log_tags.py 33 def AddError(self, msg, linenum=None):
59 self.AddError(str(e))
71 self.AddError("failed to parse \"%s\"" % (line,))
84 self.AddError("\"%s\" isn't an integer tag or '?'" % (parts[0],))
98 self.AddError("tag \"%s\" has unparseable description" % (tagname,))
104 self.AddError(str(e))
merge-event-log-tags.py 111 tagfile.AddError(
121 tagfile.AddError(
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 67 void AddError(const FString &path, DWORD errorCode)
73 void AddError(const FString &path)
75 AddError(path, ::GetLastError());
EnumDirItems.cpp 163 AddError(path, errorCode);
177 AddError(phyPrefix);
216 AddError(phyPath);
299 dirItems.AddError(fullPath + FTEXT(":*"), (DWORD)E_FAIL);
334 AddError(path);
484 dirItems.AddError(fullPath);
490 dirItems.AddError(fullPath, (DWORD)E_FAIL);
572 dirItems.AddError(fullPath);
577 dirItems.AddError(fullPath, (DWORD)E_FAIL);
644 dirItems.AddError(phyPrefix);
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 72 virtual void AddError(int line, ColumnNumber column,
314 void AddError(const string& message) {
315 error_collector_->AddError(line_, column_, message);
tokenizer.cc 341 AddError(error);
357 AddError("Unexpected end of string.");
362 AddError("String literals cannot cross line boundaries.");
380 AddError("Expected hex digits for escape sequence.");
388 AddError("Expected four hex digits for \\u escape sequence.");
401 AddError("Expected eight hex digits up to 10ffff for \\U escape "
405 AddError("Invalid escape sequence in string literal.");
434 AddError("Numbers starting with leading zero must be in octal.");
464 AddError("Need space between number and identifier.");
467 AddError(
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 65 virtual void AddError(int line, int column, const string& message) = 0;
287 void AddError(const string& message) {
288 error_collector_->AddError(line_, column_, message);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 65 virtual void AddError(int line, int column, const string& message) = 0;
287 void AddError(const string& message) {
288 error_collector_->AddError(line_, column_, message);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 65 virtual void AddError(int line, int column, const string& message) = 0;
287 void AddError(const string& message) {
288 error_collector_->AddError(line_, column_, message);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 72 virtual void AddError(int line, ColumnNumber column,
314 void AddError(const string& message) {
315 error_collector_->AddError(line_, column_, message);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 65 virtual void AddError(int line, int column, const string& message) = 0;
287 void AddError(const string& message) {
288 error_collector_->AddError(line_, column_, message);
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 162 AddError(error);
171 AddError("Expected \"" + string(text) + "\".");
182 AddError(error);
192 AddError("Integer out of range.");
199 AddError(error);
223 AddError("Integer out of range.");
230 AddError(error);
245 AddError("Integer out of range.");
260 AddError(error);
276 AddError(error)
    [all...]
importer.cc 102 void AddError(int line, int column, const string& message) {
104 multi_file_error_collector_->AddError(filename_, line, column, message);
131 error_collector_->AddError(filename, -1, 0,
175 void SourceTreeDescriptorDatabase::ValidationErrorCollector::AddError(
185 owner_->error_collector_->AddError(filename, line, column, message);
importer.h 118 void AddError(const string& filename,
194 virtual void AddError(const string& filename, int line, int column,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 118 void AddError(const string& filename,
185 virtual void AddError(const string& filename, int line, int column,
parser.h 197 // Invokes error_collector_->AddError(), if error_collector_ is not NULL.
198 void AddError(int line, int column, const string& error);
200 // Invokes error_collector_->AddError() with the line and column number
202 void AddError(const string& error);
278 // and only reports the error by calling AddError(). In practice, this
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 118 void AddError(const string& filename,
185 virtual void AddError(const string& filename, int line, int column,
parser.h 197 // Invokes error_collector_->AddError(), if error_collector_ is not NULL.
198 void AddError(int line, int column, const string& error);
200 // Invokes error_collector_->AddError() with the line and column number
202 void AddError(const string& error);
278 // and only reports the error by calling AddError(). In practice, this
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
importer.h 118 void AddError(const string& filename,
185 virtual void AddError(const string& filename, int line, int column,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
importer.h 118 void AddError(const string& filename,
185 virtual void AddError(const string& filename, int line, int column,
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
importer.h 118 void AddError(const string& filename,
194 virtual void AddError(const string& filename, int line, int column,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 76 void AddError(const string& filename, int line, int column,

Completed in 486 milliseconds

1 2 3