Searched +full:stage +full:- +full:packages (Results 1 – 25 of 161) sorted by relevance
1234567
| /external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/ |
| D | DefaultPackageSet.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * The default set of packages to be staged on a pool of workers. 35 * The default set of packages to stage is unknown, or unspecified. 45 * Indicates that no packages should be staged at the worker unless 56 * Stage packages typically useful to workers written in Java. 66 * Stage packages typically useful to workers written in Python. 72 UNRECOGNIZED(-1), 79 * The default set of packages to stage is unknown, or unspecified. 89 * Indicates that no packages should be staged at the worker unless 100 * Stage packages typically useful to workers written in Java. [all …]
|
| /external/armnn/build-tool/docker/ |
| D | Dockerfile | 3 # SPDX-License-Identifier: MIT 10 FROM ubuntu:${UBUNTU_VERSION} AS build-production 14 # Install basic packages for Docker container (not specific to Arm NN) 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/* 25 RUN locale-gen en_GB.UTF-8 && \ 26 update-locale LC_ALL=en_GB.UTF-8 LANG=en_GB.UTF-8 [all …]
|
| /external/python/cpython3/.azure-pipelines/ |
| D | windows-release.yml | 4 - name: GitRemote 9 - 'python' 10 - 'pablogsal' 11 - 'ambv' 12 - '(Other)' 13 - name: GitRemote_Other 17 - name: SourceTag 21 - name: DoPublish 25 - name: SigningCertificate 30 - 'Python Software Foundation' [all …]
|
| /external/toolchain-utils/llvm_tools/ |
| D | update_chromeos_llvm_hash.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """Updates the LLVM hash and uprevs the build of the specified packages. 32 # Default list of packages to update. 35 DEFAULT_MANIFEST_PACKAGES = ["sys-devel/llvm"] 78 def find_package_ebuild(chroot_opts: ChrootOpts, package: str) -> Path: 92 def package_dir(self) -> Path: 109 # Working with a -9999 ebuild package here, no 131 def live_ebuild(self) -> Optional[Path]: 137 matches = self.package_dir().glob("*-9999.ebuild") 141 def defaultCrosRoot() -> Path: [all …]
|
| /external/autotest/utils/frozen_chromite/lib/ |
| D | failures_lib.py | 1 # -*- coding: utf-8 -*- 3 # Use of this source code is governed by a BSD-style license that can be 28 printed in the logs for the stage that failed. 46 build_stage_id: The id of the build stage. 47 stage_name: The name (string) of the failed stage. 48 stage_prefix_name: The prefix name (string) of the failed stage, 71 |exception| is a CompoundFailure with non-empty list of exc_infos, 135 """Determine if there are non-whitlisted failures. 157 build_stage_id: The id of the build stage. 158 stage_name: The name (string) of the failed stage. [all …]
|
| D | config_lib.py | 1 # -*- coding: utf-8 -*- 3 # Use of this source code is governed by a BSD-style license that can be 21 GS_PATH_DEFAULT = 'default' # Means gs://chromeos-image-archive/ + bot_id 75 # https://chrome-internal.googlesource.com/chromeos/ 76 # infra/config/+/refs/heads/master/luci/cr-buildbucket.cfg 144 """Returns True if this build type is master-release""" 189 read-only attributes. 193 """Support attribute-like access to each dict entry.""" 204 Each dictionary entry is in turn a dictionary of config_param->value. 230 elif type(v) is list: # pylint: disable=unidiomatic-typecheck [all …]
|
| D | constants.py | 1 # -*- coding: utf-8 -*- 3 # Use of this source code is governed by a BSD-style license that can be 28 CHROOT_CACHE_ROOT = '/var/cache/chromeos-cache' 43 SOURCE_ROOT, 'src/platform/container-guest-tools/termina') 48 # packages: 'cros_log_failed_packages' in profiles/base/profile.bashrc in 49 # chromiumos-overlay. The status file is generated in CROS_METRICS_DIR, and 58 CHROMITE_DIR, 'config', 'luci-scheduler.cfg') 63 # The following define the location for storing toolchain packages and 67 SDK_TOOLCHAINS_OUTPUT = 'tmp/toolchain-pkgs' 68 SDK_OVERLAYS_OUTPUT = 'tmp/sdk-overlays' [all …]
|
| D | failure_message_lib.py | 1 # -*- coding: utf-8 -*- 3 # Use of this source code is governed by a BSD-style license that can be 6 """Module to manage stage failure messages.""" 93 """Message class contains information of a general stage failure. 95 Failed stages report stage failures to CIDB failureTable (see more details 97 message instance from the stage failure information stored in CIDB. 106 stage_prefix_name: The prefix name (string) of the failed stage, 130 return ('[failure id] %s [stage name] %s [stage prefix name] %s ' 158 # TODO(nxia): Force format checking on stage names when they're created 160 """Extract stage prefix name given a full stage name. [all …]
|
| /external/testng/src/main/resources/ |
| D | testng-1.0.dtd | 1 <!-- 29 --> 32 <!-- A suite is the top-level element of a testng.xml file --> 33 <!ELEMENT suite (groups?,(listeners|packages|test|parameter|method-selectors|suite-files)*) > 35 <!-- Attributes: --> 36 <!-- 43 @attr parent-module A module used to create the parent injector of all guice injectors used 45 @attr guice-stage The stage with which the parent injector is created 48 @attr thread-count An integer giving the size of the thread pool to use 53 @attr time-out The time to wait in milliseconds before aborting the [all …]
|
| /external/googleapis/google/cloud/osconfig/v1/ |
| D | os_policy.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 62 // and provides a specific functionality like installing/removing packages, 127 // A deb package file. dpkg packages only support INSTALLED state. 133 // - install when false: `dpkg -i package` 134 // - install when true: `apt-get update && apt-get -y install 140 // - install: `apt-get update && apt-get -y install [name]` 141 // - remove: `apt-get -y remove [name]` 147 // An RPM package file. RPM packages only support INSTALLED state. 153 // - install when false: `rpm --upgrade --replacepkgs package.rpm` 154 // - install when true: `yum -y install package.rpm` or [all …]
|
| /external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1/src/main/proto/google/cloud/osconfig/v1/ |
| D | os_policy.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 62 // and provides a specific functionality like installing/removing packages, 127 // A deb package file. dpkg packages only support INSTALLED state. 133 // - install when false: `dpkg -i package` 134 // - install when true: `apt-get update && apt-get -y install 140 // - install: `apt-get update && apt-get -y install [name]` 141 // - remove: `apt-get -y remove [name]` 147 // An RPM package file. RPM packages only support INSTALLED state. 153 // - install when false: `rpm --upgrade --replacepkgs package.rpm` 154 // - install when true: `yum -y install package.rpm` or [all …]
|
| /external/googleapis/google/cloud/osconfig/v1alpha/ |
| D | os_policy.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 76 // and provides a specific functionality like installing/removing packages, 141 // A deb package file. dpkg packages only support INSTALLED state. 147 // - install when false: `dpkg -i package` 148 // - install when true: `apt-get update && apt-get -y install 154 // - install: `apt-get update && apt-get -y install [name]` 155 // - remove: `apt-get -y remove [name]` 161 // An RPM package file. RPM packages only support INSTALLED state. 167 // - install when false: `rpm --upgrade --replacepkgs package.rpm` 168 // - install when true: `yum -y install package.rpm` or [all …]
|
| /external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1alpha/src/main/proto/google/cloud/osconfig/v1alpha/ |
| D | os_policy.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 76 // and provides a specific functionality like installing/removing packages, 141 // A deb package file. dpkg packages only support INSTALLED state. 147 // - install when false: `dpkg -i package` 148 // - install when true: `apt-get update && apt-get -y install 154 // - install: `apt-get update && apt-get -y install [name]` 155 // - remove: `apt-get -y remove [name]` 161 // An RPM package file. RPM packages only support INSTALLED state. 167 // - install when false: `rpm --upgrade --replacepkgs package.rpm` 168 // - install when true: `yum -y install package.rpm` or [all …]
|
| /external/libopus/ |
| D | .gitlab-ci.yml | 2 - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml' 4 …ttps://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-… 7 - if: $CI_PIPELINE_SOURCE == "merge_request_event" 8 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" 10 - if: $CI_COMMIT_BRANCH 11 - if: $CI_COMMIT_TAG 15 - docker 16 image: 'debian:bookworm-slim' 18 # https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#reference-tags 21 # Make sure we have a recent annotated tag, otherwise meson/get-version.py [all …]
|
| /external/grpc-grpc-java/buildscripts/observability-test/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # Stage 1: Build the interop test client and server 20 FROM eclipse-temurin:11-jdk AS build 22 WORKDIR /grpc-java 25 RUN ./gradlew :grpc-gcp-observability:interop:installDist -PskipCodegen=true -PskipAndroid=true 29 # Stage 2: 31 # - Copy only the necessary files to reduce Docker image size. 32 # - Have an ENTRYPOINT script which will launch the interop test client or server 36 FROM eclipse-temurin:11-jre 38 WORKDIR /grpc-java/ [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | osconfig_v1.projects.locations.osPolicyAssignments.html | 8 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 …]
|
| D | dataflow_v1b3.projects.locations.jobs.html | 8 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 …]
|
| D | dataflow_v1b3.projects.jobs.html | 8 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 …]
|
| D | osconfig_v1alpha.projects.locations.osPolicyAssignments.html | 8 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/bcc/snap/ |
| D | snapcraft.yaml | 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 24 mount-observe: null 25 system-observe: null 26 system-trace: null 29 adopt-info: bcc 32 - build-on: s390x 33 - build-on: ppc64el 34 - build-on: arm64 35 - build-on: armhf 36 - build-on: amd64 [all …]
|
| /external/libdrm/ |
| D | .gitlab-ci.yml | 2 # image doesn't exist yet, the containers stage generates it. 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/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/proto/google/dataflow/v1beta3/ |
| D | environment.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 34 // storage. The system will append the suffix "/temp-{JOBNAME} to 107 // (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in 108 // which worker processing should occur, e.g. "us-west1". Mutually exclusive 114 // (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in 115 // which worker processing should occur, e.g. "us-west1-a". Mutually exclusive 127 // The packages that must be installed in order for a worker to run the 157 // A batch job with a well-defined end point: data is read, data is 190 // typically ending in "pd-standard". If SSD persistent disks are 191 // available, the resource name typically ends with "pd-ssd". The [all …]
|
| /external/googleapis/google/dataflow/v1beta3/ |
| D | environment.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 34 // storage. The system will append the suffix "/temp-{JOBNAME} to 107 // (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in 108 // which worker processing should occur, e.g. "us-west1". Mutually exclusive 114 // (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in 115 // which worker processing should occur, e.g. "us-west1-a". Mutually exclusive 127 // The packages that must be installed in order for a worker to run the 157 // A batch job with a well-defined end point: data is read, data is 190 // typically ending in "pd-standard". If SSD persistent disks are 191 // available, the resource name typically ends with "pd-ssd". The [all …]
|
| /external/zstd/contrib/snap/ |
| D | snapcraft.yaml | 3 summary: Zstandard - Fast real-time compression algorithm 6 algorithm, targeting real-time compression scenarios at zlib-level and better 7 compression ratios. It's backed by a very fast entropy stage, provided by 16 plugs: [home, removable-media] 19 plugs: [home, removable-media] 22 plugs: [home, removable-media] 28 build-packages: [g++]
|
| /external/rappor/ |
| D | README.md | 13 [rappor-discuss@googlegroups.com][group]. 16 ---------------- 19 end-to-end demo has only been tested on Linux. 24 To setup your enviroment there are some packages and R dependencies. There is a setup script to ins… 37 2. Runs it through the RAPPOR privacy-preserving reporting mechanisms 44 ------------ 46 [R](http://r-project.org) analysis (`analysis/R`): 48 - [glmnet](http://cran.r-project.org/web/packages/glmnet/index.html) 49 - [limSolve](https://cran.r-project.org/web/packages/limSolve/index.html) 55 - R libraries [all …]
|
1234567