OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FATAL_ERROR
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/grxmlcompile/
grxmldoc.cpp
37
#define
FATAL_ERROR
(x,y) { std::cout << (x) << std::endl; exit ((y)); }
215
FATAL_ERROR
( std::string("Error: unknown tag ") + name, ESR_INVALID_ARGUMENT);
297
FATAL_ERROR
( std::string("Error: unknown tag ") + name, ESR_INVALID_ARGUMENT );
416
FATAL_ERROR
("Error: unsupported tag= syntax, use <tag> ... </tag>", 1)
435
FATAL_ERROR
("ERROR! Subgraph without rule name entry found!", -1);
564
FATAL_ERROR
("Error: unsupported tag= syntax, use <tag> ... </tag>", 1)
567
FATAL_ERROR
(std::string("error: while parsing range ") + s,1);
607
FATAL_ERROR
("Error: unsupported tag= syntax, use <tag> ... </tag>", 1)
613
FATAL_ERROR
( "ERROR! Ruleref specifies no uri name!", -1 );
618
FATAL_ERROR
( "ERROR! bad ruleref name: '" + s + "'" + ". Rule reference must start with a '#'. External refere (…)
[
all
...]
/external/chromium_org/net/disk_cache/blockfile/
stats.h
45
FATAL_ERROR
,
backend_impl.cc
969
stats_.OnEvent(Stats::
FATAL_ERROR
);
[
all
...]
backend_impl_v3.cc
821
int64 errors = stats_.GetCounter(Stats::
FATAL_ERROR
);
840
stats_.SetCounter(Stats::
FATAL_ERROR
, errors);
[
all
...]
Completed in 209 milliseconds