HomeSort by relevance Sort by last modified time
    Searched full:fatal_error (Results 26 - 50 of 205) sorted by null

12 3 4 5 6 7 8 9

  /external/deqp/external/spirv-tools/
CMakeLists.txt 4 message(FATAL_ERROR "Include Defs.cmake")
  /external/eigen/failtest/
CMakeLists.txt 47 message(FATAL_ERROR
  /external/libpng/scripts/
test.cmake.in 30 message(FATAL_ERROR "Returned failed status ${TEST_STATUS}!")
  /external/llvm/cmake/modules/
GetHostTriple.cmake 24 message(FATAL_ERROR "Failed to execute ${config_guess}")
CheckAtomic.cmake 33 message(FATAL_ERROR "Host compiler must support std::atomic!")
36 message(FATAL_ERROR "Host compiler appears to require libatomic, but cannot find it.")
  /ndk/sources/cxx-stl/gabi++/
sources.mk 14 src/fatal_error.cc \
  /external/eigen/bench/btl/cmake/
FindPackageHandleStandardArgs.cmake 13 # If it is not found and REQUIRED was used, it fails with FATAL_ERROR,
53 MESSAGE(FATAL_ERROR "${_FAIL_MESSAGE}")
  /external/pcre/dist/cmake/
FindPackageHandleStandardArgs.cmake 12 # If it is not found and REQUIRED was used, it fails with FATAL_ERROR,
51 MESSAGE(FATAL_ERROR "${_FAIL_MESSAGE}")
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.cc 65 void FlagParser::fatal_error(const char *err) { function in class:__sanitizer::FlagParser
82 if (buf_[pos_] != '=') fatal_error("expected '='");
90 if (buf_[pos_] == 0) fatal_error("unterminated string");
96 fatal_error("expected separator or eol");
101 if (!res) fatal_error("Flag parsing failed.");
  /external/deqp/framework/delibs/cmake/
CFlags.cmake 24 message(FATAL_ERROR "Defs.cmake is not included")
34 message(FATAL_ERROR "Coverage build requires GCC")
76 message(FATAL_ERROR "DE_COMPILER is not valid")
toolchain-android-r4.cmake 33 message(FATAL_ERROR "Unknown ANDROID_NDK_HOST_OS")
73 message(FATAL_ERROR "Unknown Android ABI \"${ANDROID_ABI}\"")
toolchain-android-clang-r8e.cmake 10 message(FATAL_ERROR "Please provide ANDROID_NDK_PATH")
86 message(FATAL_ERROR "Don't know where libgcc.a is")
105 message(FATAL_ERROR "Unknown ANDROID_NDK_HOST_OS")
139 message(FATAL_ERROR "Unknown Android ABI \"${ANDROID_ABI}\"")
toolchain-android-clang-r9.cmake 10 message(FATAL_ERROR "Please provide ANDROID_NDK_PATH")
86 message(FATAL_ERROR "Don't know where libgcc.a is")
105 message(FATAL_ERROR "Unknown ANDROID_NDK_HOST_OS")
139 message(FATAL_ERROR "Unknown Android ABI \"${ANDROID_ABI}\"")
toolchain-android-clang-r9d.cmake 10 message(FATAL_ERROR "Please provide ANDROID_NDK_PATH")
86 message(FATAL_ERROR "Don't know where libgcc.a is")
106 message(FATAL_ERROR "Unknown ANDROID_NDK_HOST_OS")
140 message(FATAL_ERROR "Unknown Android ABI \"${ANDROID_ABI}\"")
toolchain-android-r10e.cmake 10 message(FATAL_ERROR "Please provide ANDROID_NDK_PATH")
107 message(FATAL_ERROR "Unknown ABI \"${ANDROID_ABI}\"")
137 message(FATAL_ERROR "Unknown ANDROID_NDK_HOST_OS")
169 message(FATAL_ERROR "Unknown ANDROID_NDK_HOST_OS")
  /external/libcxx/cmake/Modules/
HandleOutOfTreeLLVM.cmake 28 message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}")
45 message(FATAL_ERROR "Not found: ${LLVM_MAIN_SRC_DIR}")
49 message(FATAL_ERROR "Not found: ${LLVM_CMAKE_PATH}")
  /hardware/bsp/intel/peripheral/libmraa/cmake/modules/
CPackDeb.cmake 65 MESSAGE(FATAL_ERROR "CPackDeb.cmake may only be used by CPack internally.")
69 MESSAGE(FATAL_ERROR "CPackDeb.cmake may only be used under UNIX.")
87 MESSAGE(FATAL_ERROR "Debian package requires a package version")
119 MESSAGE(FATAL_ERROR "Debian package requires a maintainer for a package, set CPACK_PACKAGE_CONTACT or CPACK_DEBIAN_PACKAGE_MAINTAINER")
127 MESSAGE(FATAL_ERROR "Debian package requires a summary for a package, set CPACK_PACKAGE_DESCRIPTION_SUMMARY or CPACK_DEBIAN_PACKAGE_DESCRIPTION")
176 # message(FATAL_ERROR "opkg package requires a package section")
  /hardware/bsp/intel/peripheral/libupm/cmake/modules/
CPackDeb.cmake 65 MESSAGE(FATAL_ERROR "CPackDeb.cmake may only be used by CPack internally.")
69 MESSAGE(FATAL_ERROR "CPackDeb.cmake may only be used under UNIX.")
87 MESSAGE(FATAL_ERROR "Debian package requires a package version")
119 MESSAGE(FATAL_ERROR "Debian package requires a maintainer for a package, set CPACK_PACKAGE_CONTACT or CPACK_DEBIAN_PACKAGE_MAINTAINER")
127 MESSAGE(FATAL_ERROR "Debian package requires a summary for a package, set CPACK_PACKAGE_DESCRIPTION_SUMMARY or CPACK_DEBIAN_PACKAGE_DESCRIPTION")
176 # message(FATAL_ERROR "opkg package requires a package section")
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-expandargv.c 55 static void fatal_error (int, const char *, int) ATTRIBUTE_NORETURN;
153 fatal_error (int line, const char *errmsg, int err) function
202 fatal_error (__LINE__, "Failed to create test file.", errno);
208 fatal_error (__LINE__, "Failed to malloc parse.", errno);
216 fatal_error (__LINE__, "Failed to write to test file.", errno);
231 fatal_error (__LINE__, "Failed to erase test file.", errno);
  /external/opencv3/cmake/FindCUDA/
run_nvcc.cmake 54 message(FATAL_ERROR "You must specify generated_file on the command line")
80 message(FATAL_ERROR "You must specify generated_cubin_file on the command line")
130 message(FATAL_ERROR "Malformed call to cuda_execute_process. Missing COMMAND as second argument. (command = ${command})")
198 message(FATAL_ERROR "Error generating ${generated_file}")
213 message(FATAL_ERROR "Error generating ${generated_file}")
223 message(FATAL_ERROR "Error generating ${generated_file}")
233 message(FATAL_ERROR "Error generating ${generated_file}")
256 message(FATAL_ERROR "Error generating file ${generated_file}")
  /external/opencv3/cmake/
OpenCVFindLibsGUI.cmake 53 message (FATAL_ERROR "GTK support requires a minimum version of ${MIN_VER_GTK} (${ALIASOF_gtk+-2.0_VERSION} found)")
59 message(FATAL_ERROR "gthread not found. This library is required when building with GTK support")
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 103 volatile bool fatal_error; member in struct:__sanitizer::AdvancedCallbackArgument
108 fatal_error(false) {}
125 callback_argument->fatal_error = true;
184 ASSERT_FALSE(argument.fatal_error); // a pthread_create has failed
  /external/curl/CMake/
OtherTests.cmake 83 message(FATAL_ERROR "Cannot find proper types to use for recv args")
86 message(FATAL_ERROR "Unable to link function recv")
150 message(FATAL_ERROR "Cannot find proper types to use for send args")
154 message(FATAL_ERROR "Unable to link function send")
  /external/dbus/cmake/modules/
FindLibIconv.cmake 17 MESSAGE(FATAL_ERROR "Please set this to the correct values!")
  /external/deqp/external/libpng/
CMakeLists.txt 4 message(FATAL_ERROR "Include Defs.cmake")

Completed in 2206 milliseconds

12 3 4 5 6 7 8 9