Home
last modified time | relevance | path

Searched refs:FATAL_ERROR (Results 1 – 25 of 36) 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/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.")
/external/eigen/bench/btl/cmake/
DFindPackageHandleStandardArgs.cmake13 # If it is not found and REQUIRED was used, it fails with FATAL_ERROR,
53 MESSAGE(FATAL_ERROR "${_FAIL_MESSAGE}")
/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.")
92 message(FATAL_ERROR "In-source builds are not allowed. CMake would overwrite "
104 message(FATAL_ERROR "Apparently there is a previous in-source build, "
168 message(FATAL_ERROR "SOURCE source-file required by clang_tablegen")
/external/llvm/
DCMakeLists.txt42 message(FATAL_ERROR "In-source builds are not allowed.
57 message(FATAL_ERROR "Apparently there is a previous in-source build,
140 message(FATAL_ERROR "The target `${c}' does not exist.
192 message(FATAL_ERROR
203 message(FATAL_ERROR "OProfile support is available on Linux only.")
265 message(FATAL_ERROR
319 message(FATAL_ERROR
/external/eigen/failtest/
DCMakeLists.txt30 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
/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/eigen/test/eigen2/
Dtestsuite.cmake84 cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
191 …message(FATAL_ERROR "Invalid value for EIGEN_EXPLICIT_VECTORIZATION (${EIGEN_EXPLICIT_VECTORIZATIO…
/external/eigen/cmake/
DFindGLEW.cmake96 MESSAGE(FATAL_ERROR "Could not find Glew")
/external/llvm/cmake/
Dconfig-ix.cmake269 message(FATAL_ERROR "libffi includes are not found.")
274 message(FATAL_ERROR "libffi is not found.")
337 message(FATAL_ERROR "Unknown architecture ${LLVM_NATIVE_ARCH}")
/external/eigen/test/
Dtestsuite.cmake91 cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
223 …message(FATAL_ERROR "Invalid value for EIGEN_EXPLICIT_VECTORIZATION (${EIGEN_EXPLICIT_VECTORIZATIO…
/external/eigen/
DCMakeLists.txt8 …message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (called a build dir…
21 …message(FATAL_ERROR "Unknown build type \"${CMAKE_BUILD_TYPE}\". Allowed values are Debug, Release…
75 message(FATAL_ERROR

12