OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReportError
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_error_reporter.cc
41
void ExtensionErrorReporter::
ReportError
(const std::string& message,
46
NewRunnableMethod(this, &ExtensionErrorReporter::
ReportError
, message,
/external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp
221
void
ReportError
(QualType T);
242
ReportError
(T);
254
void ASTFieldVisitor::
ReportError
(QualType T) {
/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
...]
/external/chromium/net/disk_cache/
backend_impl.cc
437
ReportError
(ERR_STORAGE_ERROR);
467
ReportError
(ERR_INIT_FAILED);
485
ReportError
(ERR_PREVIOUS_CRASH);
487
ReportError
(0);
574
ReportError
(ERR_CACHE_DOOMED);
[
all
...]
/external/chromium/sdch/open-vcdiff/src/
gflags.cc
206
static void
ReportError
(DieWhenReporting should_die, const char* format, ...) {
688
ReportError
(DIE, "ERROR: flag '%s' was defined more than once "
694
ReportError
(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
[
all
...]
/external/v8/src/
parser.cc
[
all
...]
Completed in 95 milliseconds