Home
last modified time | relevance | path

Searched +full:deploy +full:- +full:name (Results 1 – 25 of 216) sorted by relevance

123456789

/external/autotest/site_utils/deployment/
Dcmdparse.py2 # Use of this source code is governed by a BSD-style license that can be
5 """Command-line parsing for the DUT deployment tool.
8 commands, and for the new `deploy` command.
17 `chromeos-firmwareupdate` to install dev-signed RO and RW firmware.
18 The DUT must begin in dev-mode, with hardware write-protect
22 stick, and run `chromeos-install` to install the OS.
24 The new `deploy` command chooses particular combinations of the steps
26 `deploy servo`: Only stage the USB image.
27 `deploy firmware`: Install both the firmware and the test image,
29 `deploy test-image`: Install the test image. Optionally, first
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Drelease.yml1 name: CI Release
5 - '*'
7 ci-cmake:
8 name: ${{ matrix.name }}
9 runs-on: ${{ matrix.os }}
11 fail-fast: false
13 name: [
20 - name: Windows MSVC Win32
21 os: windows-latest
23 cmake-args: -A Win32
[all …]
/external/libiio/src/CI/travis/
Dbefore_deploy1 #!/bin/sh -e
5 # Don't prepare a deploy on a Coverity build
8 deploy=0
9 if [ -z "$TRAVIS_BUILD_DIR" ] ; then
10 t=$(find ./ -name CMakeCache.txt|head -1)
11 if [ -n "${t}" ] ; then
15 echo "I am confused - can't find CMakeCache.txt"
23 if [ -z "${LDIST}" -a -f "build/.LDIST" ] ; then
24 export LDIST="-$(cat build/.LDIST)"
26 if [ -z "${LDIST}" ] ; then
[all …]
/external/cldr/tools/scripts/ansible/
Dsetup-playbook.yml1 - hosts: surveytool
4 - vars/main.yml
5 - local-vars/local.yml
7 - { role: geerlingguy.mysql }
8 - { role: geerlingguy.nginx }
10 - name: Install server packages
13 - tomcat8
14 - tomcat8-admin # needed for deploy
15 - unzip # needed for deploy
17 - prometheus-mysqld-exporter
[all …]
DREADME.md16 - Install Ansible <https://ansible.com>
17 - Install some prereqs:
20 ansible-galaxy install -r roles.yml
23 - Make sure you can `ssh` into all of the needed systems. For example,
24 `ssh cldr-ref.unicode.org` should succeed without needing a password.
26 - You should be able to run `ansible all -m ping` and get something back
30 cldr-ref.unicode.org | SUCCESS => {
41 - Install python3. Make sure `python --version`
42 or `python3 --version` returns "Python 3…"
44 - TODO: these shouldn't be needed, but they are. Here's the entire
[all …]
/external/dagger2/util/
Ddeploy-to-maven-central.sh3 set -eu
5 if [ $# -lt 2 ]; then
6 echo "usage $0 <ssl-key> <version-name> [<param> ...]"
14 echo 'Version name must begin with "2."'
19 echo "Version name must not have any spaces"
23 bash $(dirname $0)/run-local-tests.sh
27 # end of the script, but with the introduction of "-alpha" to the Hilt
30 # HEAD-SNAPSHOT and LOCAL_SNAPSHOT versions of Hilt artifacts do not contain
31 # "-alpha".
32 git checkout --detach
[all …]
Ddeploy-hilt.sh3 set -eu
11 # @param {string} library the library to deploy.
12 # @param {string} pomfile the pom file to deploy.
22 bash $(dirname $0)/deploy-library.sh \
35 java/dagger/hilt/android/artifact-src.jar \
36 java/dagger/hilt/android/artifact-javadoc.jar
41 java/dagger/hilt/android/testing/artifact-src.jar \
42 java/dagger/hilt/android/testing/artifact-javadoc.jar
47 java/dagger/hilt/processor/artifact-src.jar \
48 java/dagger/hilt/processor/artifact-javadoc.jar
[all …]
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/
DREADME.md1 <!-- mdformat off(b/169948621#comment2) -->
7 It includes the full end-to-end workflow of training a model, converting it for
19 - [Deploy to ARC EM SDP](#deploy-to-arc-em-sdp)
20 - [Deploy to Arduino](#deploy-to-arduino)
21 - [Deploy to ESP32](#deploy-to-esp32)
22 - [Deploy to Himax WE1 EVB](#deploy-to-himax-we1-evb)
23 - [Deploy to SparkFun Edge](#deploy-to-sparkfun-edge)
24 - [Deploy to STM32F746](#deploy-to-STM32F746)
25 - [Run the tests on a development machine](#run-the-tests-on-a-development-machine)
26 - [Train your own model](#train-your-own-model)
[all …]
/external/perfetto/infra/ci/
DMakefile7 # http://www.apache.org/licenses/LICENSE-2.0
18 override GCE_LOCAL_STARTUP_SCRIPT := worker/gce-startup-script.sh
19 override SCRIPT_HASH := $(shell git hash-object ${GCE_LOCAL_STARTUP_SCRIPT} | cut -c 1-8)
20 override GCE_STARTUP_SCRIPT := gs://perfetto/ci/worker-startup-script/${SCRIPT_HASH}
26 @echo "build-worker: Builds the worker container"
27 @echo "build-sandbox: Builds the sandbox container"
29 @echo "deploy-controller: Deploys and restarts the controller"
30 @echo "deploy-frontend: Deploys and restarts the controller"
31 @echo "stop-workers: Stops the whole workers GCE instance group"
32 @echo "start-workers: Starts the whole workers GCE instance group"
[all …]
/external/jarjar/
Dbuild.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 <project name="Jar Jar Links" default="jar" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
6 <property name="javadoc.access" value="public"/>
8 <property name="compile.source" value="1.5"/>
9 <property name="compile.target" value="1.5"/>
10 <property name="compile.bootclasspath" value=""/>
11 <property name="compile.extdirs" value=""/>
13 <property name="compile.debug" value="true"/>
14 <property name="compile.deprecation" value="false"/>
15 <property name="compile.optimize" value="false"/>
[all …]
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
DREADME.md1 <!-- mdformat off(b/169948621#comment2) -->
21 - [Deploy to ARC EM SDP](#deploy-to-arc-em-sdp)
22 - [Deploy to Arduino](#deploy-to-arduino)
23 - [Deploy to ESP32](#deploy-to-esp32)
24 - [Deploy to SparkFun Edge](#deploy-to-sparkfun-edge)
25 - [Deploy to STM32F746](#deploy-to-STM32F746)
26 - [Deploy to NXP FRDM K66F](#deploy-to-nxp-frdm-k66f)
27 - [Deploy to HIMAX WE1 EVB](#deploy-to-himax-we1-evb)
28 - [Deploy to CEVA-BX1](#deploy-to-ceva-bx1)
29 - [Run on macOS](#run-on-macos)
[all …]
/external/rust/cxx/.github/workflows/
Dsite.yml1 name: Deploy
6 - master
8 - book/**
9 - .github/workflows/site.yml
12 deploy:
13 name: Deploy
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
18 - name: Get mdBook
21 export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
[all …]
/external/tensorflow/tensorflow/java/maven/
Drun_inside_container.sh8 # http://www.apache.org/licenses/LICENSE-2.0
24 # By default we deploy to both ossrh and bintray. These two
26 DEPLOY_BINTRAY="${DEPLOY_BINTRAY:-true}"
27 DEPLOY_OSSRH="${DEPLOY_OSSRH:-true}"
28 DEPLOY_LOCAL="${DEPLOY_LOCAL:-false}"
30 PROTOC_RELEASE_URL="https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-
32 echo "Must deploy to at least one of Bintray, OSSRH or local" >&2
36 set -ex
42 mvn -q clean
43 …rm -rf libtensorflow_jni/src libtensorflow_jni/target libtensorflow_jni_gpu/src libtensorflow_jni_…
[all …]
/external/webrtc/docs/native-code/ios/
Dindex.md13 _NOTICE:_ You will need to install [Chromium depot_tools][webrtc-prerequisite-sw].
20 $ fetch --nohooks webrtc_ios
24 This will fetch a regular WebRTC checkout with the iOS-specific parts
37 $ git new-branch <branch name>
40 See [Development][webrtc-development] for generic instructions on how
53 - To build for iOS this should be set as `target_os="ios"` in your `gn args`.
57 - For builds targeting iOS devices, this should be set to either `"arm"` or
61 - Debug builds are the default. When building for release, specify `false`.
78 $ # debug build for 64-bit iOS
79 $ gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64"'
[all …]
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/
DREADME.md13 - [Getting started](#getting-started)
14 - [Deploy to Arduino](#deploy-to-arduino)
15 - [Deploy to Himax WE1 EVB](#deploy-to-himax-we1-evb)
16 - [Deploy to SparkFun Edge](#deploy-to-sparkfun-edge)
17 - [Run the tests on a development machine](#run-the-tests-on-a-development-machine)
18 - [Train your own model](#train-your-own-model)
20 ## Deploy to Arduino
22 The following instructions will help you build and deploy this sample
27 - [Arduino Nano 33 BLE Sense](https://store.arduino.cc/usa/nano-33-ble-sense-with-headers)
33 `Tools -> Manage Libraries...` and search for `Arduino_TensorFlowLite`.
[all …]
/external/javassist/
Dpom.xml1 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
10 <version>3.24.1-GA</version>
11 <name>Javassist</name>
15 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 <name>Shigeru Chiba, www.javassist.org</name>
26 <!-- this is the license under which javassist is usually distributed
27 -->
29 <name>MPL 1.1</name>
30 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
32 <!-- this is the license under which javassist is distributed when
[all …]
/external/grpc-grpc-java/buildscripts/kokoro/
Dgae-interop.sh3 set -exu -o pipefail
4 if [[ -f /VERSION ]]; then
8 KOKORO_GAE_SERVICE="java-gae-interop-test"
10 # We deploy as different versions of a single service, this way any stale
17 DUMMY_DEFAULT_VERSION='dummy-default'
21 gcloud app services delete $KOKORO_GAE_SERVICE --version $KOKORO_GAE_APP_VERSION --quiet
29 ## Deploy the dummy 'default' version of the service
31 GRADLE_FLAGS="--stacktrace -DgaeStopPreviousVersion=false -PskipCodegen=true"
33 # Deploy the dummy 'default' version. We only require that it exists when cleanup() is called.
36 if ! gcloud app versions describe "$DUMMY_DEFAULT_VERSION" --service="$KOKORO_GAE_SERVICE"; then
[all …]
/external/jline/src/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
15 mvn test -Dtest=TestSomeTest
23 mvn deploy
27 mvn site:deploy
31 mvn clean compile package site assembly:assembly deploy site:deploy
35 lftp ftp://upload.sourceforge.net/incoming/ -e "put `ls target/jline-*.zip`"
39 mvn source:jar javadoc:jar repository:bundle-create
41 scp target/jline-*-bundle.jar shell.sourceforge.net:/home/groups/j/jl/jline/htdocs
43 Make a request like at http://jira.codehaus.org/browse/MAVENUPLOAD-1003
[all …]
/external/webrtc/modules/audio_processing/test/py_quality_assessment/
DREADME.md11 - OS: Linux
12 - Python 2.7
13 - Python libraries: enum34, numpy, scipy, pydub (0.17.0+), pandas (0.20.1+),
15 - It is recommended that a dedicated Python environment is used
16 - install `virtualenv`
17 - `$ sudo apt-get install python-virtualenv`
18 - setup a new Python environment (e.g., `my_env`)
19 - `$ cd ~ && virtualenv my_env`
20 - activate the new Python environment
21 - `$ source ~/my_env/bin/activate`
[all …]
/external/subsampling-scale-image-view/
Drelease.gradle9 …Url') ? property('repositoryUrl') : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
20 afterEvaluate { project ->
30 beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
32 repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
37 name 'SubsamplingScaleImageView'
40 url 'https://github.com/davemorrissey/subsampling-scale-image-view'
43 url 'scm:git@github.com:davemorrissey/subsampling-scale-image-view.git'
44 connection 'scm:git@github.com:davemorrissey/subsampling-scale-image-view.git'
45 … developerConnection 'scm:git@github.com:davemorrissey/subsampling-scale-image-view.git'
50 name 'The Apache Software License, Version 2.0'
[all …]
/external/python/google-api-python-client/docs/dyn/
Dfirebasehosting_v1beta1.sites.releases.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/okio/.github/workflows/
Dbuild.yml1 name: build
6 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
10 runs-on: ubuntu-latest
13 fail-fast: false
15 java-version:
16 - 1.8
17 - 9
18 - 10
19 - 11
20 - 12
[all …]
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
19 jcenter() // Bintray's repository - a fast Maven Central mirror & more
21 url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
24 classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.5'
33 url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
42 providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
43 compile 'com.google.appengine:appengine-api-1.0-sdk:1.9.59'
46 compile project(":grpc-okhttp")
47 compile project(":grpc-protobuf")
48 compile project(":grpc-stub")
[all …]
/external/jacoco/org.jacoco.examples/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
7 http://www.eclipse.org/legal/epl-v10.html
10 Evgeny Mandrikov - initial API and implementation
11 -->
12 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
24 <name>JaCoCo :: Examples</name>
28 <maven.deploy.skip>true</maven.deploy.skip>
44 <artifactId>maven-assembly-plugin</artifactId>
/external/libxml2/test/schemas/
Dnvdcve_0.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …tp://www.w3.org/2001/XMLSchema-instance" xmlns="http://nvd.nist.gov/feeds/cve/1.2" nvd_xml_version…
3 …6.4" name="CVE-2008-4503" seq="2008-4503" severity="Medium" type="CVE" published="2008-10-09" CVSS…
17 …<ref source="XF" url="http://xforce.iss.net/xforce/xfdb/45721">adobe-flash-click-hijacking(45721)<…
20 … <ref source="FRSIRT" url="http://www.frsirt.com/english/advisories/2008/2764">ADV-2008-2764</ref>
21 ….com/support/security/advisories/apsa08-08.html" adv="1">http://www.adobe.com/support/security/adv…
23 …"http://ha.ckers.org/blog/20081007/clickjacking-details/">http://ha.ckers.org/blog/20081007/clickj…
24 …ya.net/2008/10/07/malicious-camera-spying-using-clickjacking/">http://blog.guya.net/2008/10/07/mal…
27 <prod vendor="adobe" name="flash_player">
56 …6.4" name="CVE-2008-4504" seq="2008-4504" severity="Medium" type="CVE" published="2008-10-09" CVSS…
[all …]

123456789