HomeSort by relevance Sort by last modified time
    Searched defs:FATAL_ERROR (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/
sync_setup_wizard.h 42 FATAL_ERROR,
  /external/chromium/net/disk_cache/
stats.h 45 FATAL_ERROR,
  /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...]

Completed in 314 milliseconds