Home
last modified time | relevance | path

Searched refs:OFF (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/third_party/cmsis/CMSIS/DSP/Source/
DCMakeLists.txt15 option(NEON "Neon acceleration" OFF)
16 option(NEONEXPERIMENTAL "Neon experimental acceleration" OFF)
17 option(HELIUMEXPERIMENTAL "Helium experimental acceleration" OFF)
19 option(ROUNDING "Rounding" OFF)
20 option(MATRIXCHECK "Matrix Checks" OFF)
21 option(HELIUM "Helium acceleration (MVEF and MVEI supported)" OFF)
22 option(MVEF "MVEF intrinsics supported" OFF)
23 option(MVEI "MVEI intrinsics supported" OFF)
24 option(MVEFLOAT16 "Float16 MVE intrinsics supported" OFF)
25 option(DISABLEFLOAT16 "Disable building float16 kernels" OFF)
[all …]
/third_party/mindspore/cmake/external_libs/
Dopencv.cmake55 … CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -DWITH_PROTOBUF=OFF -DWITH_WEBP=OFF -DWITH_IPP=OFF
56 -DWITH_ADE=OFF
61 -DBUILD_TESTS=OFF
62 -DBUILD_PERF_TESTS=OFF
63 -DBUILD_opencv_apps=OFF
65 -DBUILD_opencv_python3=OFF
66 -DBUILD_opencv_videoio=OFF
67 -DWITH_FFMPEG=OFF
69 -DBUILD_TIFF=OFF
70 -DWITH_JASPER=OFF
[all …]
Dlibtiff.cmake31 …CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -Djbig=OFF -Dlzma=OFF -Djpeg12=OFF -Dzstd=OFF -Dpixarlog=O…
32 -Dold-jpeg=OFF -Dwebp=OFF -DBUILD_SHARED_LIBS=OFF -Dlibdeflate=OFF)
Dsentencepiece.cmake18 … CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -DSPM_USE_BUILTIN_PROTOBUF=ON -DSPM_ENABLE_SHARED=OFF
29 … CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -DSPM_USE_BUILTIN_PROTOBUF=OFF -DSPM_ENABLE_SHARED=OFF
39 … CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -DSPM_USE_BUILTIN_PROTOBUF=OFF -DSPM_ENABLE_SHARED=OFF
/third_party/mindspore/cmake/
Doptions.cmake1 option(ENABLE_D "Enable d" OFF)
2 option(ENABLE_GPU "Enable gpu" OFF)
3 option(ENABLE_CPU "Enable cpu" OFF)
4 option(ENABLE_GE "Enable graph engine as backend to execute" OFF)
5 option(ENABLE_MINDDATA "Enable minddata compile" OFF)
6 option(ENABLE_TRAIN "Enable ge train, default off(only infer)" OFF)
7 option(ENABLE_TESTCASES "Run testcases switch, default off" OFF)
8 option(ENABLE_CPP_ST "Run cpp st testcases switch, default off" OFF)
9 option(DEBUG_MODE "Debug mode, default off" OFF)
11 option(ENABLE_LOAD_ANF_IR "Enable load ANF-IR as input of 'infer' stage of pipeline" OFF)
[all …]
/third_party/boost/libs/compute/
DCMakeLists.txt28 option(BOOST_COMPUTE_USE_CPP11 "Use C++11 features" OFF)
36 option(BOOST_COMPUTE_USE_OFFLINE_CACHE "Use offline cache for OpenCL program binaries" OFF)
42 option(BOOST_COMPUTE_THREAD_SAFE "Compile with BOOST_COMPUTE_THREAD_SAFE defined" OFF)
57 option(BOOST_COMPUTE_HAVE_EIGEN "Have Eigen" OFF)
58 option(BOOST_COMPUTE_HAVE_OPENCV "Have OpenCV" OFF)
59 option(BOOST_COMPUTE_HAVE_QT "Have Qt" OFF)
60 option(BOOST_COMPUTE_HAVE_VTK "Have VTK" OFF)
61 option(BOOST_COMPUTE_HAVE_CUDA "Have CUDA" OFF)
62 option(BOOST_COMPUTE_HAVE_TBB "Have TBB" OFF)
63 option(BOOST_COMPUTE_HAVE_BOLT "Have BOLT" OFF)
[all …]
/third_party/libwebsockets/
DCMakeLists.txt51 set(LWS_WITH_BUNDLED_ZLIB_DEFAULT OFF)
102 option(LWS_WITH_DISTRO_RECOMMENDED "Enable features recommended for distro packaging" OFF)
103 option(LWS_FOR_GITOHASHI "Enable features recommended for use with gitohashi" OFF)
108 option(DISABLE_WERROR "Avoid treating compiler warnings as fatal errors" OFF)
116 option(LWS_ROLE_MQTT "Build with support for MQTT client" OFF)
117 option(LWS_ROLE_DBUS "Compile with support for DBUS" OFF)
118 option(LWS_ROLE_RAW_PROXY "Raw packet proxy" OFF)
121 option(LWS_WITH_LWSWS "Libwebsockets Webserver" OFF)
122 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF)
123 option(LWS_IPV6 "Compile with support for ipv6" OFF)
[all …]
/third_party/ejdb/
DCMakeLists.txt40 option(BUILD_TESTS "Build test cases" OFF)
41 option(ASAN "Turn on address sanitizer" OFF)
43 option(BUILD_BENCHMARKS "Build benchmarks" OFF)
44 option(BUILD_JNI_BINDING "Build Java native binding" OFF)
45 option(BUILD_ANDROID_LIBS "Build Android libs" OFF)
46 option(BUILD_DART_BINDING "Build Dart VM binding" OFF)
47 option(BUILD_NODEJS_BINDING "Build Node.js binding" OFF)
48 option(BUILD_REACT_NATIVE_BINDING "Build React Native binding" OFF)
49 option(BUILD_FLUTTER_BINDING "Build Flutter binding" OFF)
50 option(BUILD_SWIFT_BINDING "Build Swift binding" OFF)
[all …]
/third_party/ejdb/cmake/Modules/
DAddIOWOW.cmake31 -DBUILD_SHARED_LIBS=OFF
32 -DBUILD_EXAMPLES=OFF)
58 BUILD_IN_SOURCE OFF
61 LOG_DOWNLOAD OFF
62 LOG_UPDATE OFF
63 LOG_BUILD OFF
64 LOG_CONFIGURE OFF
65 LOG_INSTALL OFF
DAddFacil.cmake58 LOG_DOWNLOAD OFF
59 LOG_UPDATE OFF
60 LOG_BUILD OFF
61 LOG_CONFIGURE OFF
62 LOG_INSTALL OFF
/third_party/glslang/Test/
DcppIndent.vert15 #ifdef OFF
25 #if defined(OFF)
35 #if !defined(OFF)
40 #if defined (ON) && defined (OFF)
45 #if defined ( ON ) && ! defined(OFF)
50 #if defined(OFF) || defined(ON)
DcppNest.vert14 #ifdef OFF
27 #if defined(OFF)
59 #if !defined(OFF)
63 #if defined(ON) && !defined(OFF)
67 #if defined(OFF) || defined(ON)
71 #if defined(ON) && defined(OFF)
74 #elif !defined(OFF)
/third_party/expat/win32/
Dbuild_expat_iss.bat46 … -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS…
56 … -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_SHARED_LIBS…
66 … -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS…
76 …C_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS=OFF -DEXPAT…
/third_party/skia/third_party/externals/expat/expat/win32/
Dbuild_expat_iss.bat46 … -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS…
56 … -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_SHARED_LIBS…
66 … -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS…
76 …C_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS=OFF -DEXPAT…
/third_party/jerryscript/docs/
D01.CONFIGURATION.md16 | CMake: | `-DENABLE_ALL_IN_ONE=ON/OFF` |
17 | Python: | `--all-in-one=ON/OFF` |
27 | CMake: | `-DJERRY_DEBUGGER=ON/OFF` |
28 | Python: | `--jerry-debugger=ON/OFF` |
38 | CMake: | `-DJERRY_LINE_INFO=ON/OFF` |
39 | Python: | `--line-info=ON/OFF` |
61 | CMake: | `-DJERRY_EXTERNAL_CONTEXT=ON/OFF` |
62 | Python: | `--external-context=ON/OFF` |
72 | CMake: | `-DJERRY_SNAPSHOT_EXEC=ON/OFF` |
73 | Python: | `--snapshot-exec=ON/OFF` |
[all …]
/third_party/skia/third_party/externals/tint/kokoro/linux/
Ddocker.sh153 cmake ${SRC_DIR} ${CMAKE_FLAGS} ${COMMON_CMAKE_FLAGS} -DTINT_BUILD_AS_OTHER_OS=OFF
158 …ER=OFF -DTINT_BUILD_SPV_WRITER=OFF -DTINT_BUILD_WGSL_READER=OFF -DTINT_BUILD_WGSL_WRITER=OFF -DTIN…
/third_party/vk-gl-cts/external/openglcts/
DCMakeLists.txt17 set(DEQP_GTF_AVAILABLE OFF)
23 set(GLCTS_GTF_SUPPORT_GLES32 OFF)
24 set(GLCTS_GTF_SUPPORT_GLES31 OFF)
25 set(GLCTS_GTF_SUPPORT_GLES3 OFF)
26 set(GLCTS_GTF_SUPPORT_GLES2 OFF)
27 set(GLCTS_GTF_SUPPORT_OPENGL OFF)
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
DCMakeLists.txt13 option(GLFW_BUILD_EXAMPLES "Build the GLFW example programs" OFF)
14 option(GLFW_BUILD_TESTS "Build the GLFW test programs" OFF)
15 option(GLFW_BUILD_DOCS "Build the GLFW documentation" OFF)
16 option(GLFW_INSTALL "Generate installation target" OFF)
17 option(GLFW_DOCUMENT_INTERNALS "Include internals in documentation" OFF)
/third_party/expat/cmake/
Dexpat-config.cmake.in55 expat_register_component(context_bytes OFF)
60 expat_register_component(ushort OFF)
61 expat_register_component(wchar_t OFF)
63 expat_register_component(char OFF)
65 expat_register_component(wchar_t OFF)
67 expat_register_component(char OFF)
68 expat_register_component(ushort OFF)
/third_party/skia/third_party/externals/expat/expat/cmake/
Dexpat-config.cmake.in55 expat_register_component(context_bytes OFF)
60 expat_register_component(ushort OFF)
61 expat_register_component(wchar_t OFF)
63 expat_register_component(char OFF)
65 expat_register_component(wchar_t OFF)
67 expat_register_component(char OFF)
68 expat_register_component(ushort OFF)
/third_party/jerryscript/
DCMakeLists.txt46 set(JERRY_CMDLINE_TEST OFF CACHE BOOL "Build jerry test command line tool?")
47 set(JERRY_CMDLINE_SNAPSHOT OFF CACHE BOOL "Build jerry snapshot command line tool?")
48 set(JERRY_LIBFUZZER OFF CACHE BOOL "Build jerry with libfuzzer support?")
52 set(UNITTESTS OFF CACHE BOOL "Build unit tests?")
53 set(DOCTESTS OFF CACHE BOOL "Build doc tests?")
56 set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared libraries?")
62 set(JERRY_LIBFUZZER OFF)
80 set(JERRY_LIBM OFF)
81 set(ENABLE_LTO OFF)
82 set(ENABLE_STRIP OFF)
[all …]
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
DCMakeLists.txt18 option(GLFW_BUILD_EXAMPLES "Build the GLFW example programs" OFF)
19 option(GLFW_BUILD_TESTS "Build the GLFW test programs" OFF)
20 option(GLFW_BUILD_DOCS "Build the GLFW documentation" OFF)
21 option(GLFW_INSTALL "Generate installation target" OFF)
22 option(GLFW_DOCUMENT_INTERNALS "Include internals in documentation" OFF)
/third_party/protobuf/kokoro/release/protoc/windows/
Dbuild.bat13 cmake -G "%generator32%" -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_BUILD_SHARED_LIBS=OFF -Dprotobuf_UNI…
19 cmake -G "%generator64%" -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_BUILD_SHARED_LIBS=OFF -Dprotobuf_UNI…
/third_party/curl/
DCMakeLists.txt72 option(CURL_WERROR "Turn compiler warnings into errors" OFF)
76 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
78 option(CURL_STATIC_CRT "Set to ON to build libcurl with static CRT on Windows (/MT)." OFF)
79 …option(ENABLE_INET_PTON "Set to OFF to prevent usage of inet_pton when building against modern SDK…
80 option(ENABLE_UNICODE "Set to ON to use the Unicode version of the Windows API functions" OFF)
101 option(CURL_LTO "Turn on compiler Link Time Optimizations" OFF)
105 OFF)
107 option(ENABLE_DEBUG "Set to ON to enable curl debug features" OFF)
108 option(ENABLE_CURLDEBUG "Set to ON to build with TrackMemory feature enabled" OFF)
159 …ion(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" OFF)
[all …]
/third_party/iowow/
DCMakeLists.txt36 option(BUILD_TESTS "Build test cases" OFF)
37 option(ASAN "Turn on address sanitizer" OFF)
39 option(BUILD_BENCHMARKS "Build benchmarks" OFF)
40 option(PACKAGE_DEB "Build .deb instalation packages" OFF)
41 option(PACKAGE_RPM "Build .rpm instalation packages" OFF)
44 option(ENABLE_PPA "Enable PPA package build" OFF)
45 option(UPLOAD_PPA "Upload debian packages to the launchpad ppa repository" OFF)
71 …n(BUILD_DOCUMENTATION "Create and install the HTML based API documentation (requires Doxygen)" OFF)

12345678910>>...17