| /external/libphonenumber/ |
| D | build.xml | 12 <property name="build.dir" value="build"/> 13 <property name="classes.dir" value="${build.dir}/classes"/> 15 <property name="script.name" value="download-junit-jars.sh"/> 16 <property name="jar.dir" value="${build.dir}/jar"/> 18 <property name="report.dir" value="${build.dir}/junitreport"/> 21 <property name="build.tools.jar" 22 value="../tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar"/> 29 <pathelement location="${lib.dir}/junit/junit-4.13.1.jar"/> 30 <pathelement location="${jar.dir}/${ant.project.name}-test.jar"/> 36 <target name="download-jars"> [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/linux/mkl/ |
| D | build-dev-container.sh | 8 # 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 …]
|
| D | Dockerfile.devel-mkl | 1 ARG ROOT_CONTAINER_TAG=devel 2 ARG ROOT_CONTAINER=tensorflow/tensorflow 9 ARG PYTHON="python" 10 ARG WHL_DIR="/tmp/pip" 11 ARG PIP="pip" 12 ARG TARGET_PLATFORM="haswell" 13 ARG CONFIG_V2_DISABLE="" 14 ARG CONFIG_BFLOAT16_BUILD="" 15 ARG ENABLE_SECURE_BUILD 16 ARG BAZEL_VERSION="" [all …]
|
| /external/angle/build/config/siso/ |
| D | android.star | 1 # -*- bazel-starlark -*- 3 # Use of this source code is governed by a BSD-style license that can be 25 …# See also https://chromium.googlesource.com/chromium/src/build/+/HEAD/android/docs/java_toolchain… 28 "command_prefix": "python3 ../../build/android/gyp/write_build_config.py", 36 "command_prefix": "python3 ../../build/android/gyp/ijar.py", 43 "command_prefix": "python3 ../../build/android/gyp/turbine.py", 52 "command_prefix": "python3 ../../build/android/gyp/compile_resources.py", 69 "command_prefix": "python3 ../../build/android/gyp/compile_java.py", 71 # Don't include files under --generated-dir. 73 # However, this is harmful for remote build cache hits. [all …]
|
| D | reproxy.star | 1 # -*- bazel-starlark -*- 3 # Use of this source code is governed by a BSD-style license that can be 26 # -cfg=../../buildtools/reclient_cfgs/chromium-browser-clang/rewrapper_linux.cfg 27 # -inputs=build/config/unsafe_buffers_paths.txt 28 # -exec_root=/path/to/your/chromium/src/ 29 # ../../third_party/llvm-build/Release+Asserts/bin/clang++ 32 # -exec_root: Siso already knows this. 33 wrapped_command_pos = -1 37 for i, arg in enumerate(cmd.args): 40 if arg.startswith("-cfg="): [all …]
|
| /external/ot-br-posix/.github/workflows/ |
| D | docker.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 45 docker-check: 46 runs-on: ubuntu-latest 51 - uses: actions/checkout@v4 54 - name: Bootstrap 56 BUILD_TARGET: "docker-check" [all …]
|
| D | border_router.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 45 border-router: 46 runs-on: ubuntu-20.04 49 fail-fast: false 52 - name: "Border Router (mDNSResponder)" 53 …_options: "-DOT_DUA=ON -DOT_ECDSA=ON -DOT_MLR=ON -DOT_SERVICE=ON -DOT_SRP_SERVER=ON -DOTBR_COVERAG… [all …]
|
| /external/ltp/ |
| D | Containerfile | 1 # SPDX-License-Identifier: GPL-2.0-or-later 4 ARG PREFIX=docker.io/ 5 ARG DISTRO_NAME=alpine 6 ARG DISTRO_RELEASE=3.18 8 FROM $PREFIX$DISTRO_NAME:$DISTRO_RELEASE AS build 9 ARG LTPROOT=/opt/ltp 10 ARG DISTRO_NAME=alpine 11 ARG DISTRO_RELEASE=3.18 13 RUN mkdir /build 14 WORKDIR /build [all …]
|
| /external/cronet/build/config/siso/ |
| D | android.star | 1 # -*- bazel-starlark -*- 3 # Use of this source code is governed by a BSD-style license that can be 27 …# See also https://chromium.googlesource.com/chromium/src/build/+/HEAD/android/docs/java_toolchain… 30 "command_prefix": "python3 ../../build/android/gyp/write_build_config.py", 38 "command_prefix": "python3 ../../build/android/gyp/ijar.py", 45 "command_prefix": "python3 ../../build/android/gyp/turbine.py", 50 "third_party/android_sdk/public/platforms/android-34/android.jar", 51 … "third_party/android_sdk/public/platforms/android-34/optional/android.test.base.jar", 52 … "third_party/android_sdk/public/platforms/android-34/optional/org.apache.http.legacy.jar", 61 "command_prefix": "python3 ../../build/android/gyp/compile_resources.py", [all …]
|
| D | reproxy.star | 1 # -*- bazel-starlark -*- 3 # Use of this source code is governed by a BSD-style license that can be 25 # -cfg=../../buildtools/reclient_cfgs/chromium-browser-clang/rewrapper_linux.cfg 26 # -exec_root=/path/to/your/chromium/src/ 27 # ../../third_party/llvm-build/Release+Asserts/bin/clang++ 30 # -exec_root: Siso already knows this. 31 wrapped_command_pos = -1 33 for i, arg in enumerate(cmd.args): 36 if arg.startswith("-cfg="): 37 cfg_file = ctx.fs.canonpath(arg.removeprefix("-cfg=")) [all …]
|
| /external/jarjar/ |
| D | build.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 3 <property file="${user.home}/build.properties" /> 4 <property file="build.properties" /> 18 <property name="build" location="build" /> 21 <!-- define Maven coordinates --> 26 <!-- define artifacts' name, which follows the convention of Maven --> 27 <property name="maven-jar" value="${dist}/${artifactId}-${version}.jar" /> 28 <property name="maven-javadoc-jar" value="${dist}/${artifactId}-${version}-javadoc.jar" /> 29 <property name="maven-sources-jar" value="${dist}/${artifactId}-${version}-sources.jar" /> 31 <!-- defined maven snapshots and staging repository id and url --> [all …]
|
| /external/ot-br-posix/etc/docker/ |
| D | Dockerfile | 28 ARG BASE_IMAGE=ubuntu:bionic 31 ARG INFRA_IF_NAME 32 ARG BORDER_ROUTING 33 ARG BACKBONE_ROUTER 34 ARG OT_BACKBONE_CI 35 ARG OTBR_OPTIONS 36 ARG DNS64 37 ARG NAT64 38 ARG NAT64_SERVICE 39 ARG NAT64_DYNAMIC_POOL [all …]
|
| /external/armnn/build-tool/docker/ |
| D | Dockerfile | 3 # SPDX-License-Identifier: MIT 6 # Default build type is 'production'. Use 'dev' if supplying custom Arm NN / ACL repos from host 7 ARG BUILD_TYPE=production 9 ARG UBUNTU_VERSION=18.04 10 FROM ubuntu:${UBUNTU_VERSION} AS build-production 15 RUN apt-get update && \ 16 apt-get install -y --no-install-recommends \ 17 ca-certificates \ 21 apt-get clean && \ 22 rm -rf /var/lib/apt/lists/* [all …]
|
| /external/openthread/tools/harness-simulation/posix/etc/ |
| D | Dockerfile | 28 ARG BASE_IMAGE=ubuntu:focal 31 ARG INFRA_IF_NAME 32 ARG BORDER_ROUTING 33 ARG BACKBONE_ROUTER 34 ARG OTBR_OPTIONS 35 ARG EXTERNAL_COMMISSIONER 36 ARG DNS64 37 ARG NAT64 38 ARG NAT64_SERVICE 39 ARG REFERENCE_DEVICE [all …]
|
| /external/mockito/src/test/java/org/mockito/ |
| D | StaticMockingExperimentTest.java | 32 * Other frameworks can use it to build good support for static mocking. 39 …* <a href="https://www.linkedin.com/pulse/mockito-vs-powermock-opinionated-dogmatic-static-mocking… 61 ….framework().getInvocationFactory().createInvocation(mock, withSettings().build(Foo.class), static… in verify_static_method() 62 "some arg"); in verify_static_method() 72 ….framework().getInvocationFactory().createInvocation(mock, withSettings().build(Foo.class), static… in verify_static_method() 73 "some arg"); in verify_static_method() 80 ….framework().getInvocationFactory().createInvocation(mock, withSettings().build(Foo.class), static… in verify_static_method() 81 "different arg"); in verify_static_method() 89 ….framework().getInvocationFactory().createInvocation(mock, withSettings().build(Foo.class), static… in verification_failure_static_method() 95 ….framework().getInvocationFactory().createInvocation(mock, withSettings().build(Foo.class), static… in verification_failure_static_method() [all …]
|
| /external/icing/icing/file/ |
| D | portable-file-backed-proto-log_benchmark.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 20 #include "icing/document-builder.h" 22 #include "icing/file/portable-file-backed-proto-log.h" 23 #include "icing/legacy/core/icing-string-util.h" 25 #include "icing/testing/common-matchers.h" 26 #include "icing/testing/random-string.h" 27 #include "icing/testing/tmp-directory.h" 31 // To build and run on a local machine: 32 // $ blaze build -c opt --dynamic_mode=off --copt=-gmlt 33 // icing/file:portable-file-backed-proto-log_benchmark [all …]
|
| /external/antlr/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http… 6 <artifactId>oss-parent</artifactId> 16 <artifactId>antlr-master</artifactId> 19 <name>ANTLR 3 Master build control POM</name> 20 <description>Master build POM for ANTLR 3</description> 28 <!-- 34 --> 36 <!-- 40 this pom will build when we build this pom [all …]
|
| /external/pigweed/pw_build/py/pw_build/ |
| D | project_builder_presubmit_runner.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 38 from pw_presubmit.build import GnGenNinja, gn_args 79 def _pw_package_install_command(package_name: str) -> BuildCommand: 83 '--no-banner', 93 ) -> BuildCommand: 106 ) -> list[BuildCommand]: 113 bazel_command = list(arg for arg in trace.args if not arg.startswith('--')) 115 arg for arg in trace.args if arg.startswith('--') and arg != '--' 117 # Check for `bazel build` or `bazel test` 120 and bazel_command[1] in ['build', 'test'] [all …]
|
| /external/rust/crates/no-panic/tests/compiletest/ |
| D | mod.rs | 6 static BUILD: Once = Once::new(); in setup() constant 7 BUILD.call_once(|| { in setup() 9 .arg("build") in setup() 11 .expect("failed to build"); in setup() 16 pub fn contains_panic(name: &str, code: &str) -> bool { in contains_panic() 27 .arg("--crate-name") in contains_panic() 28 .arg(name) in contains_panic() 29 .arg(rs) in contains_panic() 30 .arg("--edition=2018") in contains_panic() 31 .arg("-C") in contains_panic() [all …]
|
| /external/protobuf/javanano/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 12 <artifactId>protobuf-javanano</artifactId> 21 <url>https://developers.google.com/protocol-buffers/</url> 24 <name>3-Clause BSD License</name> 25 <url>https://opensource.org/licenses/BSD-3-Clause</url> 36 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 58 <build> 61 <artifactId>maven-compiler-plugin</artifactId> [all …]
|
| /external/guava/android/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8 <artifactId>guava-parent</artifactId> 9 <version>32.1.2-android</version> 15 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> 22 <javac.version>9+181-r4173-1</javac.version> 23 <!-- Empty for all JDKs but 9-12 --> 24 <maven-javadoc-plugin.additionalJOptions></maven-javadoc-plugin.additionalJOptions> 25 <project.build.outputTimestamp>2023-02-01T00:00:00Z</project.build.outputTimestamp> [all …]
|
| /external/guava/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8 <artifactId>guava-parent</artifactId> 9 <version>32.1.2-jre</version> 15 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> 22 <javac.version>9+181-r4173-1</javac.version> 23 <!-- Empty for all JDKs but 9-12 --> 24 <maven-javadoc-plugin.additionalJOptions></maven-javadoc-plugin.additionalJOptions> 25 <project.build.outputTimestamp>2023-02-01T00:00:00Z</project.build.outputTimestamp> [all …]
|
| /external/tensorflow/tensorflow/tools/dockerfiles/ |
| D | assembler.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 - Assembles Dockerfiles 18 - Builds images (and optionally runs image tests) 19 - Pushes images to Docker Hub (provided with credentials) 48 'Dockerhub username, only used with --upload_to_hub') 52 ('Dockerhub password, only used with --upload_to_hub. Use from an env param' 70 ('Push built images to Docker Hub (you must also provide --hub_username, ' 71 '--hub_password, and --hub_repository)'), 76 'construct_dockerfiles', False, 'Do not build images', short_name='d') 85 'build_images', False, 'Do not build images', short_name='b') [all …]
|
| /external/rust/crates/anyhow/ |
| D | build.rs | 15 println!("cargo:rerun-if-changed=build/probe.rs"); in main() 20 // features regardless of RUSTC_BOOTSTRAP. No need to rerun build in main() 27 // RUSTC_BOOTSTRAP to turn on unstable features. Rerun build in main() 53 println!("cargo:rustc-cfg=std_backtrace"); in main() 54 println!("cargo:rustc-cfg=error_generic_member_access"); in main() 58 println!("cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP"); in main() 69 // https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html#stabilized-apis in main() 70 println!("cargo:rustc-cfg=anyhow_no_ptr_addr_of"); in main() 75 // https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html#stabilized-apis in main() 76 println!("cargo:rustc-cfg=anyhow_no_fmt_arguments_as_str"); in main() [all …]
|
| /external/llvm/tools/llvm-config/ |
| D | llvm-config.cpp | 1 //===-- llvm-config.cpp - LLVM project configuration utility --------------===// 8 //===----------------------------------------------------------------------===// 11 // use by other project's build environments (to determine installed path, 14 // Note that although this tool *may* be used by some parts of LLVM's build 18 //===----------------------------------------------------------------------===// 26 #include "llvm/Config/llvm-config.h" 37 // Include the build time variables we can report to the user. This is generated 38 // at build time from the BuildVariables.inc.in file by the build system. 46 // create entries for pseudo groups like x86 or all-targets. 49 // LinkMode determines what libraries and flags are returned by llvm-config. [all …]
|