Home
last modified time | relevance | path

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

12345678910>>...50

/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/curl/projects/Windows/VC6/lib/
Dlibcurl.dsp1 # Microsoft Developer Studio Project File - Name="libcurl" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
8 CFG=libcurl - Win32 LIB Debug
9 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
17 !MESSAGE NMAKE /f "libcurl.mak" CFG="libcurl - Win32 LIB Debug"
21 !MESSAGE "libcurl - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "libcurl - Win32 DLL Debug DLL OpenSSL" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "libcurl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Dynamic-Link Li…
24 !MESSAGE "libcurl - Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Dynamic-Link Library")
[all …]
/external/oss-fuzz/infra/base-images/
Dall.sh1 #!/bin/bash -eux
8 # http://www.apache.org/licenses/LICENSE-2.0
18 docker build --pull -t gcr.io/oss-fuzz-base/base-image "$@" infra/base-images/base-image
19 docker build -t gcr.io/oss-fuzz-base/base-clang "$@" infra/base-images/base-clang
20 docker build -t gcr.io/oss-fuzz-base/base-builder "$@" infra/base-images/base-builder
21 docker build -t gcr.io/oss-fuzz-base/base-builder-go "$@" infra/base-images/base-builder-go
22 docker build -t gcr.io/oss-fuzz-base/base-builder-jvm "$@" infra/base-images/base-builder-jvm
23 docker build -t gcr.io/oss-fuzz-base/base-builder-python "$@" infra/base-images/base-builder-python
24 docker build -t gcr.io/oss-fuzz-base/base-builder-rust "$@" infra/base-images/base-builder-rust
25 docker build -t gcr.io/oss-fuzz-base/base-builder-swift "$@" infra/base-images/base-builder-swift
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/
DConfigTest.java19 Config defaults = Config.Builder.defaults().build(); in testDefaults()
27 Config.Implementation base = new Config.Builder().setSdk(16, 17, 18).build(); in withOverlay_withBaseSdk() local
29 assertThat(sdksIn(overlay(base, new Config.Builder().build()))) in withOverlay_withBaseSdk()
30 .isEqualTo("sdk=[16, 17, 18], minSdk=-1, maxSdk=-1"); in withOverlay_withBaseSdk()
32 assertThat(sdksIn(overlay(base, new Config.Builder().setSdk(16).build()))) in withOverlay_withBaseSdk()
33 .isEqualTo("sdk=[16], minSdk=-1, maxSdk=-1"); in withOverlay_withBaseSdk()
35 assertThat(sdksIn(overlay(base, new Config.Builder().setMinSdk(16).build()))) in withOverlay_withBaseSdk()
36 .isEqualTo("sdk=[], minSdk=16, maxSdk=-1"); in withOverlay_withBaseSdk()
38 assertThat(sdksIn(overlay(base, new Config.Builder().setMaxSdk(20).build()))) in withOverlay_withBaseSdk()
39 .isEqualTo("sdk=[], minSdk=-1, maxSdk=20"); in withOverlay_withBaseSdk()
[all …]
/external/eigen/ci/
Dbuild.gitlab-ci.yml1 .build:linux:base:
2 stage: build
5 - apt-get update -y
6 - apt-get install -y --no-install-recommends software-properties-common
7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test
8 - apt-get update
9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build
12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR}
13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G
[all …]
/external/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/external/oss-fuzz/infra/cifuzz/
Dcloudbuild.yaml2 - name: 'gcr.io/cloud-builders/docker'
4 - build
5 - '-t'
6 - gcr.io/oss-fuzz-base/cifuzz-base
7 - '-t'
8 - gcr.io/oss-fuzz-base/cifuzz-base:v1
9 - '-f'
10 - infra/cifuzz/cifuzz-base/Dockerfile
11 - .
12 - name: 'gcr.io/cloud-builders/docker'
[all …]
/external/cronet/base/test/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/compiled_action.gni")
6 import("//build/config/chromeos/ui_mode.gni")
7 import("//build/config/features.gni")
8 import("//build/config/nacl/config.gni")
9 import("//build/config/ui.gni")
10 import("//build_overrides/build.gni")
14 import("//build/config/android/rules.gni")
19 import("//build/config/ios/rules.gni")
35 "//base",
[all …]
/external/cronet/base/allocator/partition_allocator/
Dbuild_config.md1 # Build Config
4 different settings. Broadly, these are controlled at the top-level by
5 [GN args][gn-declare-args], which propagate via
6 [buildflags][buildflag-header] and `#defined` clauses.
11 * [`//base/allocator/partition_allocator/BUILD.gn`][pa-build-gn],
13 `//base/allocator/partition_allocator/src/partition_alloc/`,
14 * [`allocator.gni`][allocator-gni],
15 * [`//base/allocator/BUILD.gn`][base-allocator-build-gn], and
16 * [`//base/BUILD.gn`][base-build-gn].
22 in [`partition_alloc_config.h`][partition-alloc-config].
[all …]
/external/oss-fuzz/infra/build/functions/
Dbase_images.py7 # http://www.apache.org/licenses/LICENSE-2.0
16 """Cloud function to build base images on Google Cloud Builder."""
21 from googleapiclient.discovery import build
24 'base-image',
25 'base-clang',
26 'base-builder',
27 'base-builder-go',
28 'base-builder-jvm',
29 'base-builder-python',
30 'base-builder-rust',
[all …]
/external/cronet/third_party/apache-portable-runtime/src/
Dlibapr.dsp1 # Microsoft Developer Studio Project File - Name="libapr" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=libapr - Win32 Release
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
16 !MESSAGE NMAKE /f "libapr.mak" CFG="libapr - Win32 Release"
20 !MESSAGE "libapr - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "libapr - Win32 Release9x" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "libapr - Win32 Debug9x" (based on "Win32 (x86) Dynamic-Link Library")
[all …]
Dapr.dsp1 # Microsoft Developer Studio Project File - Name="apr" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
7 CFG=apr - Win32 Release
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
16 !MESSAGE NMAKE /f "apr.mak" CFG="apr - Win32 Release"
20 !MESSAGE "apr - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "apr - Win32 Debug" (based on "Win32 (x86) Static Library")
22 !MESSAGE "apr - Win32 Release9x" (based on "Win32 (x86) Static Library")
23 !MESSAGE "apr - Win32 Debug9x" (based on "Win32 (x86) Static Library")
24 !MESSAGE "apr - x64 Release" (based on "Win32 (x86) Static Library")
[all …]
/external/antlr/runtime/CSharp2/
Dall.antlr3.runtime.net.build1 <?xml version="1.0" encoding='iso-8859-1' ?>
4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" />
5 <property name="sharedlibrary.dir" value="${base.dir}/Libraries" />
6 <property name="tools.dir" value="${base.dir}/Tools" />
13 <!-- =================================================================== -->
14 <!-- Help on usage -->
15 <!-- =================================================================== -->
18 <echo message="ANTLR v3 C# Runtime - Nant Build file"/>
19 <echo message="-------------------------------------------------------------"/>
23 …<echo message=" build - build debug or release version in '${base.dir}/build/${framework::ge…
[all …]
/external/wayland/
D.gitlab-ci.yml1 # This file uses the freedesktop ci-templates to build Wayland and run our
4 # ci-templates uses a multi-stage build process. First, the base container
6 # all our build dependencies. This container is aggressively cached; if a
9 # reused for the build. This gives us predictability of build and far
10 # quicker runtimes, however it means that any changes to the base container
12 # the current date as well as a unique build identifier.
15 # previously used), the build stage executes within this container.
21 # Apart from the 'variables', 'include', and 'stages' top-level anchors,
28 # by the ci-templates.
36 # For more information on ci-templates, see:
[all …]
/external/pdfium/third_party/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/arm.gni")
6 import("//build/config/linux/pkg_config.gni")
7 import("//build/config/mips.gni")
8 import("//build_overrides/build.gni")
20 configs -= [ "//build/config/compiler:chromium_code" ]
22 "//build/config/compiler:no_chromium_code",
53 "FT_CONFIG_MODULES_H=\"freetype-custom-config/ftmodule.h\"",
54 "FT_CONFIG_OPTIONS_H=\"freetype-custom-config/ftoption.h\"",
61 cflags = [ "-Wno-unused-function" ]
[all …]
/external/libdrm/
D.gitlab-ci.yml1 # This is the tag of the docker image used for the build jobs. If the
8 # versions of gcc/clang or other packages, which might break the build
18 - project: 'freedesktop/ci-templates'
21 - '/templates/debian.yml'
22 - '/templates/freebsd.yml'
23 - '/templates/ci-fairy.yml'
30 - "Base container"
31 - "Build"
33 .ci-rules:
35 - when: on_success
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/
Ddefault.build2 <project name="ANTLR C# Runtime Library" default="build">
4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" />
17 <property name="src.dir" value="${base.dir}/" />
18 <property name="test.src.dir" value="${base.dir}/../Antlr3.Runtime.Tests" />
24 <target name="build" depends="init, compile, test" description="compiles the source code">
28 <mkdir dir="${build.working.dir}/tests" />
32 <!-- Copy Antlr3.Runtime.Tests dependencies -->
33 <copy todir="${build.working.dir}" overwrite="true">
40 <copy todir="${build.working.dir}" overwrite="true">
51 <target name="clean.vsnet" description="cleans up VS.NET build artifacts and output">
[all …]
/external/cronet/components/cronet/android/
Ddependencies.txt1 //base
2 //base/allocator
3 //base/allocator/partition_allocator
4 //base/allocator/partition_allocator/src/partition_alloc
5 //base/android/jni_generator
6 //base/numerics
7 //base/third_party/double_conversion
8 //base/third_party/dynamic_annotations
9 //base/tracing/protos
10 //build
[all …]
/external/turbine/java/com/google/turbine/binder/
DDisambiguateTypeAnnotations.java8 * http://www.apache.org/licenses/LICENSE-2.0
66 * constant binding is done, read the {@code @Target} meta-annotation for each ambiguous annotation,
71 SourceTypeBoundClass base, Env<ClassSymbol, TypeBoundClass> env) { in bind() argument
73 base.interfaceTypes(), in bind()
74 base.permits(), in bind()
75 base.superClassType(), in bind()
76 base.typeParameterTypes(), in bind()
77 base.access(), in bind()
78 bindComponents(env, base.components(), TurbineElementType.RECORD_COMPONENT), in bind()
79 bindMethods(env, base.methods()), in bind()
[all …]
/external/cronet/base/win/
Dwindows_version.h2 // Use of this source code is governed by a BSD-style license that can be
12 #include "base/base_export.h"
13 #include "base/gtest_prod_util.h"
14 #include "base/version.h"
21 namespace base {
25 } // namespace base
27 namespace base {
33 // "if (base::win::GetVersion() >= base::win::Version::VISTA) ...".
42 WIN10 = 7, // Threshold 1: Version 1507, Build 10240.
43 WIN10_TH2 = 8, // Threshold 2: Version 1511, Build 10586.
[all …]
/external/grpc-grpc-java/gcp-observability/src/test/java/io/grpc/gcp/observability/interceptors/
DLogHelperTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
19 import static com.google.common.base.Preconditions.checkNotNull;
86 TraceOptions.builder().setIsSampled(true).build(),
87 Tracestate.builder().build());
91 TraceOptions.builder().setIsSampled(true).build(),
92 Tracestate.builder().build());
117 .build()); in socketToProto_ipv4()
132 .build()); in socketToProto_ipv6()
140 return "some-socket-address"; in socketToProto_unknown()
146 .setAddress("some-socket-address") in socketToProto_unknown()
[all …]
/external/libchrome/libchrome_tools/patch/
Dbuildflag_header.patch4 --- /dev/null
5 +++ b/base/allocator/buildflags.h
6 @@ -0,0 +1,5 @@
9 +#include "build/buildflag.h"
12 --- /dev/null
13 +++ b/base/android/java/src/org/chromium/base/BuildConfig.java
14 @@ -0,0 +1,21 @@
16 +// Use of this source code is governed by a BSD-style license that can be
19 +package org.chromium.base;
22 + * Build configuration. Generated on a per-target basis.
[all …]
/external/oss-fuzz/infra/ci/
Dbuild.py8 # http://www.apache.org/licenses/LICENSE-2.0
17 """Build modified projects."""
28 # pylint: disable=wrong-import-position,import-error
43 ['git', 'merge-base', 'HEAD', 'origin/HEAD']).strip().decode()
46 ['git', 'diff', '--name-only', branch_commit_hash + '..']).decode()
51 build.sh file."""
62 print('Project {0} does not have Dockerfile. skipping build.'.format(
70 """Get the absolute path of the root of the oss-fuzz checkout."""
86 """Execute helper.py's build_fuzzers command on |project|. Build the fuzzers
89 'build_fuzzers', project, '--engine', engine, '--sanitizer', sanitizer,
[all …]
/external/python/cpython3/Lib/distutils/command/
Dclean.py5 # contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18
14 description = "clean up temporary files from 'build' command"
16 ('build-base=', 'b',
17 "base build directory (default: 'build.build-base')"),
18 ('build-lib=', None,
19 "build directory for all modules (default: 'build.build-lib')"),
20 ('build-temp=', 't',
21 "temporary build directory (default: 'build.build-temp')"),
22 ('build-scripts=', None,
23 "build directory for scripts (default: 'build.build-scripts')"),
[all …]
/external/python/cpython2/Lib/distutils/command/
Dclean.py5 # contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18
16 description = "clean up temporary files from 'build' command"
18 ('build-base=', 'b',
19 "base build directory (default: 'build.build-base')"),
20 ('build-lib=', None,
21 "build directory for all modules (default: 'build.build-lib')"),
22 ('build-temp=', 't',
23 "temporary build directory (default: 'build.build-temp')"),
24 ('build-scripts=', None,
25 "build directory for scripts (default: 'build.build-scripts')"),
[all …]

12345678910>>...50