HomeSort by relevance Sort by last modified time
    Searched defs:ReportError (Results 26 - 35 of 35) sorted by null

12

  /external/chromium_org/base/json/
json_parser.cc 243 ReportError(JSONReader::JSON_UNEXPECTED_DATA_AFTER_ROOT, 1);
475 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
482 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
488 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 1);
498 ReportError(JSONReader::JSON_UNQUOTED_DICTIONARY_KEY, 1);
512 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
520 // ReportError from deeper level.
532 ReportError(JSONReader::JSON_TRAILING_COMMA, 1);
536 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0);
546 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1)
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 165 void ReportError(int line, int col, const string& message) {
205 void ReportError(const string& message) {
206 ReportError(tokenizer_.current().line, tokenizer_.current().column,
255 ReportError("Extension \"" + field_name + "\" is not defined or "
283 ReportError("Message type \"" + descriptor->full_name() +
292 ReportError("Non-repeated field \"" + field_name +
408 ReportError("Invalid value for boolean field \"" + field->name()
425 ReportError("Unknown enumeration value of \"" + value + "\" for "
459 ReportError("Expected identifier.");
473 ReportError("Expected string.")
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 263 clang::DiagnosticBuilder ReportError(const char (&Message)[N]) {
268 clang::DiagnosticBuilder ReportError(const clang::SourceLocation Loc,
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 753 procedure ReportError(const E: ERecognitionException);
    [all...]
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 164 void ReportError(sql::Connection* db, int error) {
261 ReportError(db, extended_error);
273 ReportError(db, extended_error);
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.cc 586 ReportError(ERR_CACHE_DOOMED);
1016 ReportError(ERR_STORAGE_ERROR);
1048 ReportError(ERR_INIT_FAILED);
1053 ReportError(ERR_CACHE_CREATED);
1100 ReportError(ERR_PREVIOUS_CRASH);
1102 ReportError(ERR_NO_ERROR);
    [all...]
backend_impl.cc 205 ReportError(ERR_STORAGE_ERROR);
234 ReportError(ERR_INIT_FAILED);
239 ReportError(ERR_CACHE_CREATED);
286 ReportError(ERR_PREVIOUS_CRASH);
288 ReportError(ERR_NO_ERROR);
358 ReportError(ERR_CACHE_DOOMED);
1022 ReportError(error);
1034 void BackendImpl::ReportError(int error) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 241 void ReportError(int line, int col, const string& message) {
281 void ReportError(const string& message) {
282 ReportError(tokenizer_.current().line, tokenizer_.current().column,
336 ReportError("Extension \"" + field_name + "\" is not defined or "
370 ReportError("Message type \"" + descriptor->full_name() +
399 ReportError("Non-repeated field \"" + field_name +
603 ReportError("Invalid value for boolean field \"" + field->name()
628 ReportError("Expected integer or identifier.");
633 ReportError("Unknown enumeration value of \"" + value + "\" for "
699 ReportError("Invalid float number: " + text)
    [all...]
  /external/lldb/source/Core/
Module.cpp 926 Module::ReportError (const char *format, ...)
    [all...]
  /external/chromium_org/v8/src/
parser.cc     [all...]

Completed in 296 milliseconds

12