Searched refs:FATAL_ERROR (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/extensions/test/data/
H A Ddata_receiver_unittest.js11 var FATAL_ERROR = 2; variable
26 FATAL_ERROR);
157 receiver.then(receiveAndCheckError(FATAL_ERROR)),
180 .then(receiveAndCheckError(FATAL_ERROR))
H A Ddata_sender_unittest.js11 var FATAL_ERROR = 2; variable
37 FATAL_ERROR);
222 sender.then(sendAndExpectError(generateData(1, 'b'), FATAL_ERROR, 0)),
264 sender.then(sendAndExpectError(generateData(1, 'b'), FATAL_ERROR, 0)),
265 sender.then(sendAndExpectError(generateData(1, 'b'), FATAL_ERROR, 0)),
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp37 #define FATAL_ERROR(x,y) { std::cout << (x) << std::endl; exit ((y)); } macro
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( "ERRO
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dstats.h45 FATAL_ERROR, enumerator in enum:disk_cache::Stats::Counters
H A Dbackend_impl_v3.cc824 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR);
843 stats_.SetCounter(Stats::FATAL_ERROR, errors);
1255 static_cast<int>(stats_.GetCounter(Stats::FATAL_ERROR)));
1260 stats_.SetCounter(Stats::FATAL_ERROR, 0);
H A Dbackend_impl.cc1020 stats_.OnEvent(Stats::FATAL_ERROR);
1463 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR);
1482 stats_.SetCounter(Stats::FATAL_ERROR, errors);
1857 static_cast<int>(stats_.GetCounter(Stats::FATAL_ERROR)));
1862 stats_.SetCounter(Stats::FATAL_ERROR, 0);

Completed in 1419 milliseconds