Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:build (Results 1 – 25 of 1445) sorted by relevance

12345678910>>...58

/external/skia/
D.bazelrc1 # https://bazel.build/concepts/platforms-intro#cxx
3 # --crosstool_top, --compiler, etc.
4 build --incompatible_enable_cc_toolchain_resolution
8 build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
10 # We would like developers to not upload to the remote build cache, only the RBE workers themselves.
11 build --remote_upload_local_results=false
13 # Enforce stricter environment rules, which eliminates some non-hermetic behavior and therefore
14 # improves both the remote cache hit rate and the correctness and repeatability of the build.
15 build --incompatible_strict_action_env=true
19 build --host_platform=//bazel/platform:host_with_hermetic_toolchain
[all …]
/external/rust/crates/byteorder/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
21 build:
22 - pinned
23 - stable
24 - stable-32
25 - stable-mips
[all …]
/external/sdv/vsomeip/third_party/boost/tti/test/
DJamfile.v215 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros
16 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros
17 <toolset>gcc-4.4.7:<cxxflags>-Wno-variadic-macros
18 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros
19 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import"
20 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros
21 <toolset>gcc-4.6.0:<cxxflags>-Wno-variadic-macros
22 <toolset>gcc-4.6.1:<cxxflags>-Wno-variadic-macros
23 <toolset>gcc-4.6.2:<cxxflags>-Wno-variadic-macros
24 <toolset>gcc-4.6.3:<cxxflags>-Wno-variadic-macros
[all …]
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
Dbuild-dev-container.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # Build a whl and container with Intel(R) MKL support
17 # Usage: build-dev-container.sh
26 test -e "$1" && echo "$PWD" && return || \
44 WORKSPACE="${WORKSPACE:-$(upsearch WORKSPACE)}"
46 ROOT_CONTAINER=${ROOT_CONTAINER:-tensorflow/tensorflow}
47 TF_ROOT_CONTAINER_TAG=${ROOT_CONTAINER_TAG:-devel}
51 TF_BUILD_VERSION=${TF_DOCKER_BUILD_DEVEL_BRANCH:-master}
52 TF_BUILD_VERSION_IS_PR=${TF_DOCKER_BUILD_DEVEL_BRANCH_IS_PR:-no}
53 TF_REPO=${TF_REPO:-https://github.com/tensorflow/tensorflow}
[all …]
/external/elfutils/tests/
Drun-get-lines.sh19 . $srcdir/test-subr.sh
23 testrun_compare ${abs_builddir}/get-lines testfile testfile2 <<\EOF
26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, …
33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
35 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
[all …]
Drun-next-lines.sh2 # Variant of run-get-lines that uses dwarf_next_lines.
19 . $srcdir/test-subr.sh
23 testrun_compare ${abs_builddir}/next-lines testfile testfile2 <<\EOF
26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, …
33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
[all …]
/external/rust/crates/grpcio/.github/workflows/
Dci.yml7 - master
8 - v0.*
10 - cron: '0 22 * * *'
14 …# Some of the bindgen tests generate "deref-nullptr" warnings, see https://github.com/rust-lang/ru…
15 RUSTFLAGS: "--deny=warnings --allow deref-nullptr"
20 Linux-Format:
21 name: Linux-Format
22 runs-on: ubuntu-latest
24 - uses: actions/checkout@v2
25- run: which cargo && cargo version && clang --version && openssl version && which cmake && cmake
[all …]
/external/curl/projects/Windows/VC6/src/
Dcurl.dsp1 # Microsoft Developer Studio Project File - Name="curl" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
7 CFG=curl - Win32 LIB Debug
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
16 !MESSAGE NMAKE /f "curl.mak" CFG="curl - Win32 LIB Debug"
20 !MESSAGE "curl - Win32 DLL Debug" (based on "Win32 (x86) Console Application")
21 !MESSAGE "curl - Win32 DLL Debug DLL OpenSSL" (based on "Win32 (x86) Console Application")
22 !MESSAGE "curl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Applicatio…
23 !MESSAGE "curl - Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Console Application")
24 !MESSAGE "curl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Applic…
[all …]
/external/clang/test/Modules/
Dexplicit-build.cpp1 // RUN: rm -rf %t
3 // -------------------------------
4 // Build chained modules A, B, and C
5 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod…
6 // RUN: -fmodule-name=a -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/a.p…
7 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty
9 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod…
10 // RUN: -fmodule-file=%t/a.pcm \
11 // RUN: -fmodule-name=b -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/b.p…
12 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty
[all …]
/external/vulkan-validation-layers/
D.travis.yml1 # Build Configuration for Travis CI
2 # https://travis-ci.org
12 - env: CHECK_COMMIT_FORMAT=ON
13 - env: VULKAN_BUILD_TARGET=GN
15 # Android build.
16 - os: linux
18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a
19 # Android 64-bit build.
20 - os: linux
22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a
[all …]
/external/rust/crates/log/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
10 build: [stable, beta, nightly, macos, win32, win64, mingw]
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
22 os: macos-latest
[all …]
/external/oss-fuzz/infra/cifuzz/
Dclusterfuzz_deployment.py7 # http://www.apache.org/licenses/LICENSE-2.0
29 # pylint: disable=wrong-import-position,import-error
43 """Downloads the latest build from ClusterFuzz.
46 A path to where the OSS-Fuzz build was stored, or None if it wasn't.
51 """Uploads the build with the given commit sha to the filestore."""
58 A path to where the OSS-Fuzz build was stored, or None if it wasn't.
66 …orpus(self, target_name, corpus_dir, replace=False): # pylint: disable=no-self-use,unused-argument
116 logging.info('Trying to downloading previous build %s.', old_commit)
121 logging.info('Done downloading previus build.')
124 logging.info('Build for %s does not exist.', old_commit)
[all …]
/external/rust/crates/flate2/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
10 # I don't really understand the build matrix here...
11 build: [stable, beta, nightly, macos, windows, mingw]
13 - build: stable
14 os: ubuntu-latest
16 - build: beta
17 os: ubuntu-latest
19 - build: nightly
20 os: ubuntu-latest
22 - build: macos
[all …]
/external/rust/crates/base64/.circleci/
Dconfig.yml5 build:
7 - build:
11 …# Yes, a single-parameter axis, but means it can be referred to as a cache parameter easily without
13 … # The default rust images (not -slim or -alpine) are based on buildpack-deps. Hopefully this will
23 '1.70.0', # minimum needed to build dev-dependencies
30 build:
37 - image: << parameters.rust_img >>
39 - checkout
40 - restore_cache:
41 …key: project-cache-v5-<< parameters.rust_img >>-<< parameters.toolchain_override >>-{{ checksum "C…
[all …]
/external/curl/winbuild/
DREADME.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
9 This document describes how to compile, build and install curl and libcurl
10 from sources using the Visual C++ build tool. To build with VC++, you will of
16 full Visual Studio or Visual C++ if all you want is to build curl.
20 archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
24 If you wish to support zlib, OpenSSL, c-ares, ssh2, you will have to download
28 |_curl-src
41 When you check out code git and build it, as opposed from a released source
[all …]
/external/python/cpython3/Doc/using/
Dconfigure.rst5 .. _configure-options:
12 ./configure --help
17 ---------------
19 .. cmdoption:: --enable-loadable-sqlite-extensions
22 is no).
29 .. cmdoption:: --disable-ipv6
34 .. cmdoption:: --enable-big-digits=[15|30]
44 .. cmdoption:: --with-cxx-main
45 .. cmdoption:: --with-cxx-main=COMPILER
50 .. cmdoption:: --with-suffix=SUFFIX
[all …]
/external/llvm/utils/release/
Dtest-release.sh2 #===-- test-release.sh - Test the LLVM release candidates ------------------===#
9 #===------------------------------------------------------------------------===#
11 # Download, build, and test the release candidate for an LLVM release.
13 #===------------------------------------------------------------------------===#
15 System=`uname -s`
23 Base_url="http://llvm.org/svn/llvm-project"
29 use_gzip="no"
31 do_debug="no"
32 do_asserts="no"
39 do_lldb="no"
[all …]
/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/
DAnalyticsAdminServiceClientHttpJsonTest.java8 * https://www.apache.org/licenses/LICENSE-2.0
58 @Generated("by gapic-generator-java")
74 .build()) in startStaticServer()
76 .build(); in startStaticServer()
98 .setCreateTime(Timestamp.newBuilder().build()) in getAccountTest()
99 .setUpdateTime(Timestamp.newBuilder().build()) in getAccountTest()
101 .setRegionCode("regionCode-1991004415") in getAccountTest()
103 .build(); in getAccountTest()
136 Assert.fail("No exception raised"); in getAccountExceptionTest()
147 .setCreateTime(Timestamp.newBuilder().build()) in getAccountTest2()
[all …]
/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/
DAnalyticsAdminServiceClientHttpJsonTest.java8 * https://www.apache.org/licenses/LICENSE-2.0
68 @Generated("by gapic-generator-java")
84 .build()) in startStaticServer()
86 .build(); in startStaticServer()
108 .setCreateTime(Timestamp.newBuilder().build()) in getAccountTest()
109 .setUpdateTime(Timestamp.newBuilder().build()) in getAccountTest()
111 .setRegionCode("regionCode-1991004415") in getAccountTest()
113 .build(); in getAccountTest()
146 Assert.fail("No exception raised"); in getAccountExceptionTest()
157 .setCreateTime(Timestamp.newBuilder().build()) in getAccountTest2()
[all …]
/external/google-cloud-java/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/
DDlpServiceClientHttpJsonTest.java8 * https://www.apache.org/licenses/LICENSE-2.0
97 @Generated("by gapic-generator-java")
112 .build()) in startStaticServer()
114 .build(); in startStaticServer()
134 InspectContentResponse.newBuilder().setResult(InspectResult.newBuilder().build()).build(); in inspectContentTest()
140 .setInspectConfig(InspectConfig.newBuilder().build()) in inspectContentTest()
141 .setItem(ContentItem.newBuilder().build()) in inspectContentTest()
144 .build(); in inspectContentTest()
175 .setInspectConfig(InspectConfig.newBuilder().build()) in inspectContentExceptionTest()
176 .setItem(ContentItem.newBuilder().build()) in inspectContentExceptionTest()
[all …]
/external/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta2/
DCloudTasksClientHttpJsonTest.java8 * https://www.apache.org/licenses/LICENSE-2.0
55 @Generated("by gapic-generator-java")
70 .build()) in startStaticServer()
72 .build(); in startStaticServer()
91 Queue responsesElement = Queue.newBuilder().build(); in listQueuesTest()
96 .build(); in listQueuesTest()
133 Assert.fail("No exception raised"); in listQueuesExceptionTest()
141 Queue responsesElement = Queue.newBuilder().build(); in listQueuesTest2()
146 .build(); in listQueuesTest2()
149 String parent = "projects/project-5833/locations/location-5833"; in listQueuesTest2()
[all …]
/external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/test/java/com/google/cloud/contactcenterinsights/v1/
DContactCenterInsightsClientHttpJsonTest.java8 * https://www.apache.org/licenses/LICENSE-2.0
55 @Generated("by gapic-generator-java")
71 .build()) in startStaticServer()
73 .build(); in startStaticServer()
95 .setDataSource(ConversationDataSource.newBuilder().build()) in createConversationTest()
96 .setCreateTime(Timestamp.newBuilder().build()) in createConversationTest()
97 .setUpdateTime(Timestamp.newBuilder().build()) in createConversationTest()
98 .setStartTime(Timestamp.newBuilder().build()) in createConversationTest()
99 .setLanguageCode("languageCode-2092349083") in createConversationTest()
100 .setAgentId("agentId-1060987136") in createConversationTest()
[all …]
/external/google-cloud-java/java-vmmigration/google-cloud-vmmigration/src/test/java/com/google/cloud/vmmigration/v1/
DVmMigrationClientHttpJsonTest.java8 * https://www.apache.org/licenses/LICENSE-2.0
66 @Generated("by gapic-generator-java")
82 .build()) in startStaticServer()
84 .build(); in startStaticServer()
103 Source responsesElement = Source.newBuilder().build(); in listSourcesTest()
108 .build(); in listSourcesTest()
145 Assert.fail("No exception raised"); in listSourcesExceptionTest()
153 Source responsesElement = Source.newBuilder().build(); in listSourcesTest2()
158 .build(); in listSourcesTest2()
161 String parent = "projects/project-5833/locations/location-5833"; in listSourcesTest2()
[all …]
/external/libultrahdr/
DREADME.md13 For additional information about libultrahdr, see android hdr-image-format
14 [guide](https://developer.android.com/guide/topics/media/platform/hdr-image-format).
21 - [CMake](http://www.cmake.org) v3.13 or later
22 - C++ compiler, supporting at least C++17.
23 - libultrahdr uses jpeg compression format to store sdr image and gainmap quotient.
27 at the time of configure. That is, `cmake -DUHDR_BUILD_DEPS=1` will clone jpeg codec
28 from [link](https://github.com/libjpeg-turbo/libjpeg-turbo.git) and include it in
29 the build process. This is however not recommended.
31 If jpeg is included in the build process then to build jpeg with simd extensions,
32 - C compiler
[all …]
/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/test/java/com/google/cloud/datacatalog/v1/
DDataCatalogClientHttpJsonTest.java8 * https://www.apache.org/licenses/LICENSE-2.0
60 @Generated("by gapic-generator-java")
76 .build()) in startStaticServer()
78 .build(); in startStaticServer()
97 SearchCatalogResult responsesElement = SearchCatalogResult.newBuilder().build(); in searchCatalogTest()
102 .build(); in searchCatalogTest()
105 SearchCatalogRequest.Scope scope = SearchCatalogRequest.Scope.newBuilder().build(); in searchCatalogTest()
138 SearchCatalogRequest.Scope scope = SearchCatalogRequest.Scope.newBuilder().build(); in searchCatalogExceptionTest()
141 Assert.fail("No exception raised"); in searchCatalogExceptionTest()
153 .setDescription("description-1724546052") in createEntryGroupTest()
[all …]

12345678910>>...58