Home
last modified time | relevance | path

Searched +full:set +full:- +full:version (Results 1 – 25 of 1369) sorted by relevance

12345678910>>...55

/external/google-benchmark/
DCMakeLists.txt2 cmake_minimum_required (VERSION 3.10...3.22)
4 project (benchmark VERSION 1.8.4 LANGUAGES CXX)
10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON)
11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.…
15 set(BENCHMARK_ENABLE_WERROR OFF)
18 set(BENCHMARK_ENABLE_WERROR OFF)
21 set(BENCHMARK_ENABLE_WERROR ON)
25 option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF)
27set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
[all …]
/external/cronet/third_party/google_benchmark/src/
DCMakeLists.txt2 cmake_minimum_required (VERSION 3.10...3.22)
4 project (benchmark VERSION 1.7.1 LANGUAGES CXX)
10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON)
11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.…
15 set(BENCHMARK_ENABLE_WERROR OFF)
18 set(BENCHMARK_ENABLE_WERROR OFF)
21 set(BENCHMARK_ENABLE_WERROR ON)
25 option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF)
27set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
[all …]
/external/protobuf/
DCMakeLists.txt2 cmake_minimum_required(VERSION 3.5)
9 cmake_policy(SET CMP0022 NEW)
12 cmake_policy(SET CMP0042 NEW)
14 # Clear VERSION variables when no VERSION is given to project()
16 cmake_policy(SET CMP0048 NEW)
20 cmake_policy(SET CMP0091 NEW)
37 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
39 set(CMAKE_CXX_STANDARD 11)
40 set(CMAKE_CXX_STANDARD_REQUIRED ON)
41 set(CMAKE_CXX_EXTENSIONS OFF)
[all …]
/external/cronet/third_party/protobuf/cmake/
DCMakeLists.txt2 cmake_minimum_required(VERSION 3.5)
9 cmake_policy(SET CMP0022 NEW)
12 cmake_policy(SET CMP0042 NEW)
14 # Clear VERSION variables when no VERSION is given to project()
16 cmake_policy(SET CMP0048 NEW)
20 cmake_policy(SET CMP0091 NEW)
28 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
30 set(CMAKE_CXX_STANDARD 11)
31 set(CMAKE_CXX_STANDARD_REQUIRED ON)
32 set(CMAKE_CXX_EXTENSIONS OFF)
[all …]
/external/eigen/cmake/
DFindMPREAL.cmake4 # This module supports requiring a minimum version, e.g. you can do
6 # to require version 1.8.6 or newer of MPREAL C++.
10 # MPREAL_FOUND - system has MPREAL lib with correct version
11 # MPREAL_INCLUDES - MPREAL required include directories
12 # MPREAL_LIBRARIES - MPREAL required libraries
13 # MPREAL_VERSION - MPREAL version
22 # Set MPREAL_INCLUDES
31 # Set MPREAL_FIND_VERSION to 1.0.0 if no minimum version is specified
35 set(MPREAL_FIND_VERSION_MAJOR 1)
38 set(MPREAL_FIND_VERSION_MINOR 0)
[all …]
DFindMPFR.cmake4 # This module supports requiring a minimum version, e.g. you can do
6 # to require version 2.3.0 to newer of MPFR.
10 # MPFR_FOUND - system has MPFR lib with correct version
11 # MPFR_INCLUDES - the MPFR include directory
12 # MPFR_LIBRARIES - the MPFR library
13 # MPFR_VERSION - MPFR version
20 # Set MPFR_INCLUDES
30 # Set MPFR_FIND_VERSION to 1.0.0 if no minimum version is specified
34 set(MPFR_FIND_VERSION_MAJOR 1)
37 set(MPFR_FIND_VERSION_MINOR 0)
[all …]
/external/libxml2/
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.18)
5 … if(line MATCHES [[^m4_define\(\[(MAJOR_VERSION|MINOR_VERSION|MICRO_VERSION)\],[ \t]*([0-9]+)\)$]])
6 set(LIBXML_${CMAKE_MATCH_1} ${CMAKE_MATCH_2})
7 … elseif(line MATCHES "^(LIBXML_MAJOR_VERSION|LIBXML_MINOR_VERSION|LIBXML_MICRO_VERSION)=([0-9]+)$")
8 set(${CMAKE_MATCH_1} ${CMAKE_MATCH_2})
11 set(VERSION "${LIBXML_MAJOR_VERSION}.${LIBXML_MINOR_VERSION}.${LIBXML_MICRO_VERSION}") variable
13 project(libxml2 VERSION ${VERSION} LANGUAGES C)
27 set(LIBXML2_WITH_AUTOMATA ON)
31 set(LIBXML2_WITH_EXPR ON)
48 option(LIBXML2_WITH_SCHEMAS "Add Relax-NG and Schemas support" ON)
[all …]
/external/deqp/external/jsoncpp/
DCMakeLists.txt5 # Set the JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION string to the newest cmake version
9 # are set to their NEW behaivor, thereby suppressing policy warnings related to policies
13 # continue to generate policy warnings "CMake Warning (dev)...Policy CMP0XXX is not set:"
15 set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
16 set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
17 cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
19 #Set and use the newest available cmake policies that are validated to work
20 set(JSONCPP_CMAKE_POLICY_VERSION "${CMAKE_VERSION}")
22 set(JSONCPP_CMAKE_POLICY_VERSION "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")
24 cmake_policy(VERSION ${JSONCPP_CMAKE_POLICY_VERSION})
[all …]
/external/jsoncpp/
DCMakeLists.txt5 # Set the JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION string to the newest cmake version
9 # are set to their NEW behaivor, thereby suppressing policy warnings related to policies
13 # continue to generate policy warnings "CMake Warning (dev)...Policy CMP0XXX is not set:"
15 set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
16 set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
17 cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
19 #Set and use the newest available cmake policies that are validated to work
20 set(JSONCPP_CMAKE_POLICY_VERSION "${CMAKE_VERSION}")
22 set(JSONCPP_CMAKE_POLICY_VERSION "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")
24 cmake_policy(VERSION ${JSONCPP_CMAKE_POLICY_VERSION})
[all …]
/external/kotlinc/bin/
Dkotlinc.bat4 rem Copyright 2002-2011, LAMP/EPFL
5 rem Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors.
9 rem - System/user environment variables start with a letter
10 rem - Local batch variables start with an underscore ('_')
15 if "%_KOTLIN_COMPILER%"=="" set _KOTLIN_COMPILER=org.jetbrains.kotlin.cli.jvm.K2JVMCompiler
19 set "PATH=%JAVA_HOME%\bin;%PATH%"
23 if "%JAVA_OPTS%"=="" set JAVA_OPTS=-Xmx256M -Xms128M
27 set _arg=%~1
30 if "%_arg:~0,2%"=="-J" (
32 echo error: empty -J argument
[all …]
/external/python/cpython3/Lib/test/
Dtest_http_cookies.py17 'output': 'Set-Cookie: chips=ahoy\nSet-Cookie: vienna=finger'},
22 'output': 'Set-Cookie: keebler="E=mc2; L=\\"Loves\\"; fudge=\\012;"'},
28 'output': 'Set-Cookie: keebler=E=mc2'},
36 'output': 'Set-Cookie: key:term=value:term'},
38 # issue22931 - Adding '[' and ']' as valid characters in cookie
45 'Set-Cookie: a=b',
46 'Set-Cookie: c=[',
47 'Set-Cookie: d=r',
48 'Set-Cookie: f=h'
63 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
[all …]
/external/rust/crates/criterion-plot/src/
Dlib.rs10 //! - Simple "curves" (based on [`simple.dem`](http://gnuplot.sourceforge.net/demo/simple.html))
20 //! # if let Err(_) = criterion_plot::version() {
23 //! let ref xs = linspace::<f64>(-10., 10., 51).collect::<Vec<_>>();
28 //! # .set(Font("Helvetica"))
29 //! # .set(FontSize(12.))
30 //! # .set(Output(Path::new("target/doc/criterion_plot/curve.svg")))
31 //! # .set(Size(1280, 720))
33 //! k.set(Boxed::Yes)
34 //! .set(Position::Inside(Vertical::Top, Horizontal::Left))
41 //! lp.set(Color::DarkViolet)
[all …]
/external/expat/expat/cmake/autotools/
Dexpat-config-version.cmake.in1 # This is a basic version file for the Config-mode of find_package().
3 # to create a version-file which can be installed along a config.cmake file.
5 # The created file sets PACKAGE_VERSION_EXACT if the current version string and
6 # the requested version string are exactly the same and it sets
7 # PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
8 # but only if the requested major version is the same as the current one.
9 # The variable CVF_VERSION must be set before calling configure_file().
12 set(PACKAGE_VERSION "@PACKAGE_VERSION@")
15 set(PACKAGE_VERSION_COMPATIBLE FALSE)
18 if("@PACKAGE_VERSION@" MATCHES "^([0-9]+)\\.")
[all …]
/external/parameter-framework/upstream/
DSetVersion.cmake30 set(PF_VERSION_MAJOR 0)
31 set(PF_VERSION_MINOR 0)
32 set(PF_VERSION_PATCH 0)
33 set(PF_VERSION_TWEAK 0)
34 set(PF_VERSION_SHA1 "g0000000000")
35 set(PF_VERSION_DIRTY "")
37 # Find and set the Parameter Framework's version
38 # First, let's see if the user forced a version (i.e. "vX.Y.Z-N")
41 # Else, try to get it from .version (this will happen when
43 file(READ "${PROJECT_SOURCE_DIR}/.version" PF_VERSION_FILE_CONTENT)
[all …]
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/
Dtest.sh5 $1 -Iprotos/src -I../../../src/ --csharp_out=src/Google.Protobuf.Test \
6 --csharp_opt=base_namespace=Google.Protobuf \
11 $1 -Iprotos/csharp --csharp_out=src/Google.Protobuf.Test \
12 --csharp_opt=base_namespace=UnitTest.Issues \
15 $2 -Iprotos/src --csharp_out=src/Google.Protobuf.Test \
16 --csharp_opt=base_namespace=Google.Protobuf \
23 dotnet build -c Release src/Google.Protobuf/Google.Protobuf.csproj
24 dotnet build -c Release src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
25 dotnet run -c Release -f netcoreapp3.1 -p src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
28 set -ex
[all …]
/external/protobuf/csharp/compatibility_tests/v3.0.0/
Dtest.sh5 $1 -Iprotos/src -I../../../src/ --csharp_out=src/Google.Protobuf.Test \
6 --csharp_opt=base_namespace=Google.Protobuf \
11 $1 -Iprotos/csharp --csharp_out=src/Google.Protobuf.Test \
12 --csharp_opt=base_namespace=UnitTest.Issues \
15 $2 -Iprotos/src --csharp_out=src/Google.Protobuf.Test \
16 --csharp_opt=base_namespace=Google.Protobuf \
23 dotnet build -c Release src/Google.Protobuf/Google.Protobuf.csproj
24 dotnet build -c Release src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
25 dotnet run -c Release -f netcoreapp3.1 -p src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
28 set -ex
[all …]
/external/libcxx/utils/google-benchmark/
DCMakeLists.txt1 cmake_minimum_required (VERSION 2.8.12)
11 cmake_policy(SET ${p} NEW)
20 option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF)
22set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
28 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
31 # in cases where it is not possible to build or find a valid version of gtest.
34 set(ENABLE_ASSEMBLY_TESTS_DEFAULT OFF)
39 # FIXME: The --coverage flag needs to be removed when building assembly
57 set(LLVM_FILECHECK_EXE "${LLVM_FILECHECK_EXE}" CACHE PATH "llvm filecheck" FORCE)
63 set(ENABLE_ASSEMBLY_TESTS_DEFAULT ON PARENT_SCOPE)
[all …]
/external/compiler-rt/cmake/
Dbase-config-ix.cmake1 # The CompilerRT build system requires CMake version 2.8.8 or higher in order
9 # Top level target used to build all compiler-rt libraries.
10 add_custom_target(compiler-rt ALL)
11 set_target_properties(compiler-rt PROPERTIES FOLDER "Compiler-RT Misc")
13 # Setting these variables from an LLVM build is sufficient that compiler-rt can
14 # construct the output paths, so it can behave as if it were in-tree here.
16 set(LLVM_TREE_AVAILABLE On)
20 # Compute the Clang version from the LLVM version.
23 string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION
25 # Setup the paths where compiler-rt runtimes and headers should be stored.
[all …]
Dbuiltin-config-ix.cmake4 set(TEST_COMPILE_ONLY On)
6 builtin_check_c_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG)
7 builtin_check_c_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG)
8 builtin_check_c_compiler_flag(-fno-builtin COMPILER_RT_HAS_FNO_BUILTIN_FLAG)
9 builtin_check_c_compiler_flag(-std=c99 COMPILER_RT_HAS_STD_C99_FLAG)
10 builtin_check_c_compiler_flag(-fvisibility=hidden COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG)
11 builtin_check_c_compiler_flag(-fomit-frame-pointer COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG)
12 builtin_check_c_compiler_flag(-ffreestanding COMPILER_RT_HAS_FREESTANDING_FLAG)
13 builtin_check_c_compiler_flag(-mfloat-abi=soft COMPILER_RT_HAS_FLOAT_ABI_SOFT_FLAG)
14 builtin_check_c_compiler_flag(-mfloat-abi=hard COMPILER_RT_HAS_FLOAT_ABI_HARD_FLAG)
[all …]
/external/aws-crt-java/android/crt/
Dbuild.gradle14 def gitTag = "git describe --tags".execute().text.trim()
15 def version = new Properties()
16 def versionPattern = Pattern.compile('v(\\d+).(\\d+).(\\d+)(-(.+))?')
19 version['major'] = matcher.group(1)
20 version['minor'] = matcher.group(2)
21 version['patch'] = matcher.group(3)
23 version['tag'] = matcher.group(5)
26 return version
31 def version = getGitTag()
32 def name = "${version['major']}.${version['minor']}.${version['patch']}"
[all …]
/external/python/google-api-python-client/docs/dyn/
Dml_v1.projects.jobs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/iptables/extensions/
Dlibxt_set.h11 get_version(unsigned *version) in get_version() argument
27 *version = req_version.version; in get_version()
39 sockfd = get_version(&req.version); in get_set_byid()
41 req.set.index = idx; in get_set_byid()
54 if (req.set.name[0] == '\0') in get_set_byid()
56 "Set with index %i in kernel doesn't exist.\n", idx); in get_set_byid()
58 strncpy(setname, req.set.name, IPSET_MAXNAMELEN); in get_set_byid()
63 int sockfd, unsigned int version) in get_set_byname_only() argument
65 struct ip_set_req_get_set req = { .version = version }; in get_set_byname_only()
70 strncpy(req.set.name, setname, IPSET_MAXNAMELEN); in get_set_byname_only()
[all …]
/external/cn-cbor/
DCMakeLists.txt3 # top level build file for cn-cbor
6 cmake_minimum_required ( VERSION 3.0.0 )
8 set ( VERSION_MAJOR 0 CACHE STRING "Project major version number")
9 set ( VERSION_MINOR "1" CACHE STRING "Project minor version number" )
10 set ( VERSION_PATCH "0" CACHE STRING "Project patch version number" )
11 set ( CN_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
14 project ( "cn-cbor" VERSION "${CN_VERSION}")
29 set ( dist_dir ${CMAKE_BINARY_DIR}/dist )
30 set ( prefix ${CMAKE_INSTALL_PREFIX} )
31 set ( exec_prefix ${CMAKE_INSTALL_PREFIX}/bin )
[all …]
/external/virglrenderer/
Dmeson.build26 version: '0.10.4',
29 default_options : ['buildtype=release', 'b_ndebug=if-release',
39 # and set revision and interface_age to zero
46 if cc.get_id() == 'gcc' and cc.version().version_compare('< 4.1')
47 error('When using GCC, version 4.1 or later is required.')
51 '-Werror=implicit-function-declaration',
52 '-Werror=missing-prototypes',
53 '-Wmissing-prototypes',
54 '-Werror=incompatible-pointer-types',
55 '-Werror=int-to-pointer-cast',
[all …]
/external/brotli/
DCMakeLists.txt5 cmake_minimum_required(VERSION 2.8.6)
11 set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
24 message("-- Compiler is EMSCRIPTEN")
26 message("-- Compiler is not EMSCRIPTEN")
32 # set it to OFF in your project before you add_subdirectory(brotli).
35 # Bundled mode hasn't been set one way or the other, set the default
36 # depending on whether or not we are the top-level project.
38 set(BROTLI_BUNDLED_MODE ON)
40 set(BROTLI_BUNDLED_MODE OFF)
47 # Parse version information from common/version.h. Normally we would
[all …]

12345678910>>...55