Searched full:deploy (Results 1 – 25 of 455) sorted by relevance
12345678910>>...19
/external/autotest/site_utils/lxc/ |
D | config.py | 6 This module helps to deploy config files and shared folders from host to 8 deploy the config files based on the settings. The setting file has a json 77 For lab servers, puppet should be used to deploy ssp_deploy_shadow_config to 124 """An object to deploy config to container. 126 The manager retrieves deploy configs from ssp_deploy_config or 140 @param deploy_config: A dictionary of deploy config to be validated. 142 @raise SSPDeployError: If any path in deploy config is invalid. 157 # Update the source setting in deploy config with the updated path. 163 """Validate the deploy config. 165 Deploy configs need to be validated and pre-processed, e.g., [all …]
|
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
D | release.yml | 18 deploy-name: win-x86 24 deploy-name: win-x86-compat 30 deploy-name: win-x86-64 36 deploy-name: win-x86-64-compat 42 deploy-name: win-arm 48 deploy-name: win-arm-compat 54 deploy-name: win-arm64 60 deploy-name: win-arm64-compat 85 …7z a -tzip ../zlib-ng-${{ matrix.deploy-name }}.zip bin include lib ../LICENSE.md ../PORTING.md ..… 91 asset_name: zlib-ng-${{ matrix.deploy-name }}.zip [all …]
|
/external/freetype/builds/wince/vc2008-ce/ |
D | freetype.sln | 47 …{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug Multithreaded|Pocket PC 2003 (ARMV4).Deploy.0 = D… 50 …{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug Multithreaded|Smartphone 2003 (ARMV4).Deploy.0 = … 53 …0248B}.LIB Debug Multithreaded|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Debug Multithr… 56 …248B}.LIB Debug Multithreaded|Windows Mobile 5.0 Smartphone SDK (ARMV4I).Deploy.0 = Debug Multithr… 59 …248B}.LIB Debug Multithreaded|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Debug Multithr… 62 …0F00248B}.LIB Debug Multithreaded|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Debug Multithr… 65 …{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug Singlethreaded|Pocket PC 2003 (ARMV4).Deploy.0 = … 68 …{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug Singlethreaded|Smartphone 2003 (ARMV4).Deploy.0 =… 71 …248B}.LIB Debug Singlethreaded|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Debug Singleth… 74 …48B}.LIB Debug Singlethreaded|Windows Mobile 5.0 Smartphone SDK (ARMV4I).Deploy.0 = Debug Singleth… [all …]
|
/external/freetype/builds/wince/vc2005-ce/ |
D | freetype.sln | 47 …{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug Multithreaded|Pocket PC 2003 (ARMV4).Deploy.0 = D… 50 …{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug Multithreaded|Smartphone 2003 (ARMV4).Deploy.0 = … 53 …0248B}.LIB Debug Multithreaded|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Debug Multithr… 56 …248B}.LIB Debug Multithreaded|Windows Mobile 5.0 Smartphone SDK (ARMV4I).Deploy.0 = Debug Multithr… 59 …248B}.LIB Debug Multithreaded|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Debug Multithr… 62 …0F00248B}.LIB Debug Multithreaded|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Debug Multithr… 65 …{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug Singlethreaded|Pocket PC 2003 (ARMV4).Deploy.0 = … 68 …{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug Singlethreaded|Smartphone 2003 (ARMV4).Deploy.0 =… 71 …248B}.LIB Debug Singlethreaded|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = Debug Singleth… 74 …48B}.LIB Debug Singlethreaded|Windows Mobile 5.0 Smartphone SDK (ARMV4I).Deploy.0 = Debug Singleth… [all …]
|
/external/autotest/site_utils/deployment/ |
D | cmdparse.py | 8 commands, and for the new `deploy` command. 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 31 `deploy repair`: Equivalent to `deploy test-image`, except that 35 two legacy commands) and `parse_command()` (for the new `deploy` 67 `labstation`: when true, deploy labstation instead of DUT. 70 default, except for `deploy repair` and `repair_test`. The values for 135 """Add a subcommand plus standard arguments to the `deploy` command. [all …]
|
/external/libiio/src/CI/travis/ |
D | before_deploy | 5 # Don't prepare a deploy on a Coverity build 8 deploy=0 57 deploy=$(expr ${deploy} + 1) 77 deploy=$(expr ${deploy} + 1) 97 deploy=$(expr ${deploy} + 1) 162 deploy=$(expr ${deploy} + 1) 180 if [ "${deploy}" -eq "0" ] ; then 181 echo did not deploy any files
|
/external/robolectric/scripts/ |
D | deploy-android.sh | 6 # deploy-android.sh <jar path> <android version> <robolectric version> 39 mvn deploy:deploy-file \ 46 mvn deploy:deploy-file \ 54 mvn deploy:deploy-file \
|
/external/dagger2/util/ |
D | publish-snapshot-on-commit.sh | 10 bash $(dirname $0)/deploy-dagger.sh \ 11 "deploy:deploy-file" \ 17 bash $(dirname $0)/deploy-hilt.sh \ 18 "deploy:deploy-file" \
|
D | deploy-to-maven-central.sh | 25 bash $(dirname $0)/deploy-dagger.sh \ 26 "gpg:sign-and-deploy-file" \ 29 "-Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/" \ 32 bash $(dirname $0)/deploy-hilt.sh \ 33 "gpg:sign-and-deploy-file" \ 36 "-Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/" \
|
D | deploy-hilt.sh | 11 # @param {string} library the library to deploy. 12 # @param {string} pomfile the pom file to deploy. 22 bash $(dirname $0)/deploy-library.sh \ 62 # Builds and deploy the Gradle plugin. 70 # to deploy. See: https://stackoverflow.com/questions/54182823/
|
/external/capstone/contrib/cs_driver/ |
D | cs_driver.sln | 23 {F29A9424-0ECD-4FFE-9CB7-C844756373BB}.Debug|Win32.Deploy.0 = Debug|Win32 26 {F29A9424-0ECD-4FFE-9CB7-C844756373BB}.Debug|x64.Deploy.0 = Debug|x64 29 {F29A9424-0ECD-4FFE-9CB7-C844756373BB}.Release|Win32.Deploy.0 = Release|Win32 32 {F29A9424-0ECD-4FFE-9CB7-C844756373BB}.Release|x64.Deploy.0 = Release|x64 35 {FE197816-EF84-4E8D-B29D-E0A6BA2B144B}.Debug|Win32.Deploy.0 = Debug|Win32 38 {FE197816-EF84-4E8D-B29D-E0A6BA2B144B}.Debug|x64.Deploy.0 = Debug|x64 41 {FE197816-EF84-4E8D-B29D-E0A6BA2B144B}.Release|Win32.Deploy.0 = Release|Win32 44 {FE197816-EF84-4E8D-B29D-E0A6BA2B144B}.Release|x64.Deploy.0 = Release|x64
|
/external/testng/maven/ |
D | build-with-maven | 6 echo "To deploy to the snapshot repository: mvn deploy" 7 echo "To deploy to the release directory: mvn release:clean release:prepare release:perform" 11 # deploy without tagging: mvn deploy -DperformRelease
|
/external/oss-fuzz/infra/triage-party/ |
D | README.md | 3 This folder contains the triage party config and deploy script for the oss-fuzz instance of [triage… 7 1. Deploy a new revision to Cloud Run via [deploy.sh](deploy.sh): 10 …OKEN_PATH=[path to file containing github token] DB_PASS=[CloudSQL database password] ./deploy.sh
|
/external/libogg/win32/VS2005/ |
D | libogg_static.sln | 34 …{15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I).Deploy.0 … 37 …{15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I).Deploy.0… 40 …{15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 =… 47 …E2-21E8795C9159}.Release_SSE|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I).Deploy.0 = Release_SSE|Wi… 50 …2-21E8795C9159}.Release_SSE|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I).Deploy.0 = Release_SSE|Wi… 53 …4E2-21E8795C9159}.Release_SSE|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Release_SSE|Wi… 60 …2-21E8795C9159}.Release_SSE2|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I).Deploy.0 = Release_SSE2|W… 63 …-21E8795C9159}.Release_SSE2|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I).Deploy.0 = Release_SSE2|W… 66 …E2-21E8795C9159}.Release_SSE2|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Release_SSE2|W… 73 …{15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I).Deploy.… [all …]
|
D | libogg_dynamic.sln | 34 …{15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I).Deploy.0 … 37 …{15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I).Deploy.0… 40 …{15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 =… 47 …E2-21E8795C9159}.Release_SSE|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I).Deploy.0 = Release_SSE|Wi… 50 …2-21E8795C9159}.Release_SSE|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I).Deploy.0 = Release_SSE|Wi… 53 …4E2-21E8795C9159}.Release_SSE|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Release_SSE|Wi… 60 …2-21E8795C9159}.Release_SSE2|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I).Deploy.0 = Release_SSE2|W… 63 …-21E8795C9159}.Release_SSE2|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I).Deploy.0 = Release_SSE2|W… 66 …E2-21E8795C9159}.Release_SSE2|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Release_SSE2|W… 73 …{15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I).Deploy.… [all …]
|
/external/webrtc/docs/native-code/ios/ |
D | index.md | 127 There are several test targets in WebRTC. To run the tests, you must deploy the 136 If deploying to a device via the command line using [`ios-deploy`][ios-deploy], 141 It's easiest to deploy to a device using Xcode. Other command line tools exist 142 as well, e.g. [`ios-deploy`][ios-deploy]. 144 **NOTICE:** To deploy to an iOS device you must have a valid signing identity 152 but you won't be able to deploy your code to an iOS device. To do this, 193 [ios-deploy]: https://github.com/phonegap/ios-deploy
|
/external/testng/ |
D | build-with-maven | 18 echo "To deploy to the snapshot repository: mvn deploy" 19 echo "To deploy to the release directory: mvn release:clean release:prepare release:perform" 23 # deploy without tagging: mvn deploy -DperformRelease
|
/external/libiio/ |
D | .travis.yml | 83 …$encrypted_48a720578612_iv -in ${TRAVIS_BUILD_DIR}/CI/travis/deploy.rsa.enc -out /tmp/deploy.rsa -d 85 - chmod 600 /tmp/deploy.rsa 86 - ssh-add /tmp/deploy.rsa 87 deploy: 114 - ${TRAVIS_BUILD_DIR}/CI/travis/deploy 121 - ${TRAVIS_BUILD_DIR}/CI/travis/deploy
|
/external/perfetto/infra/ci/ |
D | Makefile | 29 @echo "deploy-controller: Deploys and restarts the controller" 30 @echo "deploy-frontend: Deploys and restarts the controller" 88 .PHONY: deploy-controller 89 deploy-controller: 90 make -C controller deploy 92 .PHONY: deploy-frontend 93 deploy-frontend: 94 make -C frontend deploy
|
/external/python/google-api-python-client/docs/dyn/ |
D | clouddeploy_v1.projects.locations.deliveryPipelines.releases.rollouts.html | 75 <h1><a href="clouddeploy_v1.html">Google Cloud Deploy API</a> . <a href="clouddeploy_v1.projects.ht… 135 { # A `Rollout` resource in the Google Cloud Deploy API. A `Rollout` contains information around a … 136 …attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://googl… 143 …String", # Output only. The reason this deploy failed. This will always be unspecified while … 145 …nly. The resource name of the Cloud Build `Build` object that is used to deploy the Rollout. Forma… 150 …attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet … 205 …{ # A `Rollout` resource in the Google Cloud Deploy API. A `Rollout` contains information around a… 206 …attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://googl… 213 …String", # Output only. The reason this deploy failed. This will always be unspecified while … 215 …nly. The resource name of the Cloud Build `Build` object that is used to deploy the Rollout. Forma… [all …]
|
D | clouddeploy_v1.projects.locations.deliveryPipelines.releases.html | 75 <h1><a href="clouddeploy_v1.html">Google Cloud Deploy API</a> . <a href="clouddeploy_v1.projects.ht… 112 { # A `Release` resource in the Google Cloud Deploy API. A `Release` defines a specific Skaffold co… 113 …attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://googl… 123 …ineSnapshot": { # A `DeliveryPipeline` resource in the Google Cloud Deploy API. A `DeliveryPi… 124 …attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://googl… 143 …attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet … 149 { # Stage specifies a location to which to deploy. 162 …attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet … 171 …se, such as "1.20.0". Not all versions are valid; Google Cloud Deploy supports a specifi… 187 …{ # A `Target` resource in the Google Cloud Deploy API. A `Target` defines a location to which a S… [all …]
|
/external/cldr/tools/scripts/ansible/templates/ |
D | deploy-sh.j2 | 2 # Note: this is managed by Ansible, as deploy-sh.j2 3 # Don't modify this file unless its name is deploy-sh.j2 28 echo "Deploy will include these new items:" 70 rm -rf ./deploy || exit 1 71 mkdir ./deploy 72 cd ./deploy
|
/external/skia/site/docs/dev/testing/ |
D | ios.md | 24 - ios-deploy <https://github.com/phonegap/ios-deploy> 42 - Install node.js and ios-deploy 47 $ npm install ios-deploy
|
/external/grpc-grpc-java/buildscripts/kokoro/ |
D | gae-interop.sh | 10 # We deploy as different versions of a single service, this way any stale 29 ## Deploy the dummy 'default' version of the service 33 # Deploy the dummy 'default' version. We only require that it exists when cleanup() is called. 43 # Deploy and test the real app (jdk8)
|
/external/cldr/tools/cldr-code/.settings/ |
D | org.eclipse.wst.common.component | 2 <wb-module deploy-name="cldr"> 3 <wb-resource deploy-path="/" source-path="/src/main/java"/> 4 <wb-resource deploy-path="/" source-path="/src/main/resources"/>
|
12345678910>>...19