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

  /external/chromium/chrome/browser/sync/
sync_setup_wizard.cc 49 advance_state == FATAL_ERROR ||
77 State result = FATAL_ERROR;
86 DCHECK_NE(FATAL_ERROR, result) <<
sync_setup_wizard.h 42 FATAL_ERROR,
sync_setup_flow.cc 300 return current_state_ == SyncSetupWizard::FATAL_ERROR ||
323 case SyncSetupWizard::FATAL_ERROR:
389 case SyncSetupWizard::FATAL_ERROR: {
sync_setup_wizard_unittest.cc 423 wizard_->Step(SyncSetupWizard::FATAL_ERROR);
424 EXPECT_EQ(SyncSetupWizard::FATAL_ERROR, test_window_->flow()->current_state_);
profile_sync_service.cc 483 wizard_.Step(SyncSetupWizard::FATAL_ERROR);
    [all...]
  /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/net/disk_cache/
stats.h 45 FATAL_ERROR,
backend_impl.cc     [all...]

Completed in 124 milliseconds