Home
last modified time | relevance | path

Searched refs:FATAL_ERROR (Results 1 – 25 of 28) sorted by relevance

12

/external/srec/tools/grxmlcompile/
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); in beginNode()
297 FATAL_ERROR( std::string("Error: unknown tag ") + name, ESR_INVALID_ARGUMENT ); in endNode()
416 FATAL_ERROR("Error: unsupported tag= syntax, use <tag> ... </tag>", 1) in beginParseRuleNode()
435 FATAL_ERROR("ERROR! Subgraph without rule name entry found!", -1); in beginParseRuleNode()
564 FATAL_ERROR("Error: unsupported tag= syntax, use <tag> ... </tag>", 1) in beginItem()
567 FATAL_ERROR(std::string("error: while parsing range ") + s,1); in beginItem()
607 FATAL_ERROR("Error: unsupported tag= syntax, use <tag> ... </tag>", 1) in beginRuleRef()
613 FATAL_ERROR( "ERROR! Ruleref specifies no uri name!", -1 ); in beginRuleRef()
618FATAL_ERROR( "ERROR! bad ruleref name: '" + s + "'" + ". Rule reference must start with a '#'. Ext… in beginRuleRef()
[all …]
/external/chromium/chrome/browser/sync/
Dsync_setup_wizard.cc49 advance_state == FATAL_ERROR || in IsTerminalState()
77 State result = FATAL_ERROR; in GetEndStateForDiscreteRun()
86 DCHECK_NE(FATAL_ERROR, result) << in GetEndStateForDiscreteRun()
Dsync_setup_wizard.h42 FATAL_ERROR, enumerator
Dsync_setup_flow.cc300 return current_state_ == SyncSetupWizard::FATAL_ERROR || in ShouldAdvance()
323 case SyncSetupWizard::FATAL_ERROR: in ShouldAdvance()
389 case SyncSetupWizard::FATAL_ERROR: { in ActivateState()
Dsync_setup_wizard_unittest.cc423 wizard_->Step(SyncSetupWizard::FATAL_ERROR); in TEST_F()
424 EXPECT_EQ(SyncSetupWizard::FATAL_ERROR, test_window_->flow()->current_state_); in TEST_F()
/external/webkit/Source/
DCMakeLists.txt32 MESSAGE(FATAL_ERROR "Please choose which WebKit port to build (one of ${ALL_PORTS})")
55 MESSAGE(FATAL_ERROR "Unknown CPU '${CMAKE_SYSTEM_PROCESSOR}'")
70 MESSAGE(FATAL_ERROR "Unknown OS '${CMAKE_SYSTEM_NAME}'")
/external/clang/
DCMakeLists.txt14 …message(FATAL_ERROR "Please set CLANG_PATH_TO_LLVM_SOURCE to the root directory of LLVM source cod…
26 … message(FATAL_ERROR "Please set CLANG_PATH_TO_LLVM_BUILD to a directory containing a LLVM build.")
84 message(FATAL_ERROR "In-source builds are not allowed. CMake would overwrite "
96 message(FATAL_ERROR "Apparently there is a previous in-source build, "
156 message(FATAL_ERROR "SOURCE source-file required by clang_tablegen")
/external/webkit/Source/cmake/
DWebKitEfl.cmake5 MESSAGE(FATAL_ERROR "Missing edje_cc")
DFindLibXlst.cmake63 MESSAGE(FATAL_ERROR "Could NOT find LibXslt")
DFindICU.cmake72 MESSAGE(FATAL_ERROR "Could not find ICU")
DOptionsWinCE.cmake16 MESSAGE(FATAL_ERROR "You must provide a third party directory for WinCE port.")
DLibFindMacros.cmake74 …message (FATAL_ERROR "Required library ${PREFIX} NOT FOUND.\nInstall the library (dev version) and…
DFindLibSoup2.cmake123 MESSAGE( FATAL_ERROR "package libsoup2 not found" )
/external/llvm/
DCMakeLists.txt39 message(FATAL_ERROR "In-source builds are not allowed.
54 message(FATAL_ERROR "Apparently there is a previous in-source build,
129 message(FATAL_ERROR "The target `${c}' does not exist.
181 message(FATAL_ERROR
192 message(FATAL_ERROR "OProfile support is available on Linux only.")
255 message(FATAL_ERROR
299 message(FATAL_ERROR
/external/llvm/cmake/modules/
DGetHostTriple.cmake24 message(FATAL_ERROR "Failed to execute ${config_guess}")
DChooseMSVCCRT.cmake56 message(FATAL_ERROR
86 message(FATAL_ERROR
DLLVM-Config.cmake104 message(FATAL_ERROR "Target ${c} is not in the set of libraries.")
141 message(FATAL_ERROR "Library `${c}' not found in list of llvm libraries.")
/external/chromium/net/disk_cache/
Dstats.h45 FATAL_ERROR, enumerator
Dbackend_impl.cc1111 stats_.OnEvent(Stats::FATAL_ERROR); in CriticalError()
1452 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR); in RestartCache()
1471 stats_.SetCounter(Stats::FATAL_ERROR, errors); in RestartCache()
1906 static_cast<int>(stats_.GetCounter(Stats::FATAL_ERROR))); in ReportStats()
1911 stats_.SetCounter(Stats::FATAL_ERROR, 0); in ReportStats()
/external/dbus/cmake/modules/
DFindGLIB.cmake38 message(FATAL_ERROR "Could NOT find GLIB library")
DFindLibIconv.cmake17 MESSAGE(FATAL_ERROR "Please set this to the correct values!")
/external/compiler-rt/
DCMakeLists.txt23 message(FATAL_ERROR "Please use a sane architecture with 4 or 8 byte pointers.")
/external/llvm/cmake/
Dconfig-ix.cmake258 message(FATAL_ERROR "libffi includes are not found.")
263 message(FATAL_ERROR "libffi is not found.")
325 message(FATAL_ERROR "Unknown architecture ${LLVM_NATIVE_ARCH}")
/external/zlib/
DCMakeLists.txt65 message(FATAL_ERROR
/external/webkit/Source/JavaScriptCore/
DCMakeLists.txt227 MESSAGE(FATAL_ERROR "Unknown CPU")

12