| /external/google-cloud-java/java-deploy/ |
| D | README.md | 1 # Google Google Cloud Deploy Client for Java 3 Java idiomatic client for [Google Cloud Deploy][product-docs]. 5 [![Maven][maven-version-image]][maven-version-link] 6 ![Stability][stability-image] 8 - [Product Documentation][product-docs] 9 - [Client Library Documentation][javadocs] 15 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: 22 <artifactId>libraries-bom</artifactId> 33 <artifactId>google-cloud-deploy</artifactId> 39 <!-- {x-version-update-start:google-cloud-deploy:released} --> [all …]
|
| D | .repo-metadata.json | 3 "name_pretty": "Google Cloud Deploy", 4 "product_documentation": "https://cloud.google.com/deploy/docs", 6 …"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-deploy/latest/o… 10 "repo": "googleapis/google-cloud-java", 11 "repo_short": "java-deploy", 12 "distribution_name": "com.google.cloud:google-cloud-deploy", 16 "codeowner_team": "@googleapis/aap-dpes"
|
| /external/jazzer-api/deploy/ |
| D | BUILD.bazel | 20 name = "deploy", 21 srcs = ["deploy.sh"], 26 name = "jazzer-api", 29 "-link", 30 "https://docs.oracle.com/en/java/javase/17/docs/api/", 35 pom_template = "//deploy:jazzer-api.pom", 44 # Do not generate an implicit javadocs target - the current target is based on the shaded deploy 45 # JAR, for which the docs JAR generated by default would be empty. 46 tags = ["no-javadocs"], 54 name = "jazzer-docs", [all …]
|
| D | deploy.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eu 27 [ -z "${MAVEN_USER+x}" ] && \ 29 [ -z "${MAVEN_PASSWORD+x}" ] && \ 31 [ -z "${JAZZER_JAR_PATH+x}" ] && \ 33 [ ! -f "${JAZZER_JAR_PATH}" ] && \ 36 MAVEN_REPO=https://oss.sonatype.org/service/local/staging/deploy/maven2 40 bazel build //deploy:jazzer-docs //deploy:jazzer-sources //deploy:jazzer-pom 42 JAZZER_DOCS_PATH=$PWD/$(bazel cquery --output=files //deploy:jazzer-docs) 43 JAZZER_SOURCES_PATH=$PWD/$(bazel cquery --output=files //deploy:jazzer-sources) [all …]
|
| /external/jazzer-api/src/main/java/com/code_intelligence/jazzer/ |
| D | BUILD.bazel | 17 "//deploy:jazzer-api", 28 "META-INF/MANIFEST.MF", 29 "win32-x86/**", 30 "win32-x86-64/**", 45 deps = ["//deploy:jazzer-api"], 68 # Docs are only generated for the com.code_intelligence.jazzer package. Everything else is not 71 name = "jazzer-docs", 73 "//deploy:emit_linked_javadoc": [ 74 "-link", 75 "https://docs.oracle.com/en/java/javase/17/docs/api/", [all …]
|
| /external/mesa3d/docs/ |
| D | gitlab-ci.yml | 1 .docs-base: 5 - .fdo.ci-fairy 9 - public/ 11 - apk --no-cache add coreutils graphviz py3-clang clang-dev musl-dev linux-headers 12 - pip3 install sphinx===5.1.1 mako===1.2.3 hawkmoth===0.16.0 13 - sphinx-build -W -b $BUILDER docs public 16 extends: .docs-base 17 stage: deploy 20 - !reference [.no_scheduled_pipelines-rules, rules] 21 …- if: '$CI_PROJECT_NAMESPACE == "mesa" && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH && $CI_COMMIT_… [all …]
|
| /external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ |
| D | GkeCluster.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/deploy/v1/cloud_deploy.proto 19 package com.google.cloud.deploy.v1; 28 * Protobuf type {@code google.cloud.deploy.v1.GkeCluster} 32 // @@protoc_insertion_point(message_implements:google.cloud.deploy.v1.GkeCluster) 56 return com.google.cloud.deploy.v1.CloudDeployProto in getDescriptor() 63 return com.google.cloud.deploy.v1.CloudDeployProto in internalGetFieldAccessorTable() 66 com.google.cloud.deploy.v1.GkeCluster.class, in internalGetFieldAccessorTable() 67 com.google.cloud.deploy.v1.GkeCluster.Builder.class); in internalGetFieldAccessorTable() 132 * address for clusters with private control-plane endpoints and the public IP [all …]
|
| /external/jazzer-api/ |
| D | CONTRIBUTING.md | 9 * [Clang](https://clang.llvm.org/) 9.0+ (clang-cl on Windows) 11 * GCC (should work with `--repo_env=CC=gcc`, but is not tested) 15 The instructions below will assume that this binary is called `bazel` - Bazelisk is a thin wrapper … 25 $ bazel run //:jazzer -- <arguments> 34 Target //:jazzer_release up-to-date: 35 bazel-bin/jazzer_release.tar.gz 49 …ntegration test (`java_fuzz_target_test`), you can start Jazzer in debug mode via `--config=debug`. 58 Requires an account on [Sonatype](https://issues.sonatype.org) with access to the `com.code-intelli… 60 ### One-time setup 62 1. Install GPG prerequisites via `sudo apt-get install gnupg2 gnupg-agent scdaemon pcscd`. [all …]
|
| /external/testng/maven/ |
| D | build-with-maven | 1 mvn clean install -Dgpg.skip=true 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" 9 echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide" 11 # deploy without tagging: mvn deploy -DperformRelease
|
| /external/webrtc/docs/native-code/ios/ |
| D | index.md | 12 _NOTICE:_ You will need to install [Chromium depot_tools][webrtc-prerequisite-sw]. 19 $ fetch --nohooks webrtc_ios 23 This will fetch a regular WebRTC checkout with the iOS-specific parts 36 $ git new-branch <branch name> 39 See [Development][webrtc-development] for generic instructions on how 52 - To build for iOS this should be set as `target_os="ios"` in your `gn args`. 56 - For builds targeting iOS devices, this should be set to either `"arm"` or 60 - Debug builds are the default. When building for release, specify `false`. 77 $ # debug build for 64-bit iOS 78 $ gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64"' [all …]
|
| /external/testng/ |
| D | build-with-maven | 3 # - pom.xml defines the project version "n-SNAPSHOT", builds, jars and deploys (but doesn't 5 # - pom-test.xml declares a test dependency on "n-SNAPSHOT", which it will find 9 mvn clean install -Dgpg.skip=true 13 mvn -f pom-test.xml test 17 echo "To run the tests: mvn -f pom-test.xml test" 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" 21 echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide" 23 # deploy without tagging: mvn deploy -DperformRelease
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/createtarget/ |
| D | AsyncCreateTargetLRO.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 21 import com.google.cloud.deploy.v1.CloudDeployClient; 22 import com.google.cloud.deploy.v1.CreateTargetRequest; 23 import com.google.cloud.deploy.v1.LocationName; 24 import com.google.cloud.deploy.v1.OperationMetadata; 25 import com.google.cloud.deploy.v1.Target; 36 // - It may require correct/in-range values for request initialization. in asyncCreateTargetLRO() 37 // - It may require specifying regional endpoints when creating the service client as shown in in asyncCreateTargetLRO() 38 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in asyncCreateTargetLRO() [all …]
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/createdeliverypipeline/ |
| D | AsyncCreateDeliveryPipelineLRO.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 21 import com.google.cloud.deploy.v1.CloudDeployClient; 22 import com.google.cloud.deploy.v1.CreateDeliveryPipelineRequest; 23 import com.google.cloud.deploy.v1.DeliveryPipeline; 24 import com.google.cloud.deploy.v1.LocationName; 25 import com.google.cloud.deploy.v1.OperationMetadata; 36 // - It may require correct/in-range values for request initialization. in asyncCreateDeliveryPipelineLRO() 37 // - It may require specifying regional endpoints when creating the service client as shown in in asyncCreateDeliveryPipelineLRO() 38 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in asyncCreateDeliveryPipelineLRO() [all …]
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/createrollout/ |
| D | AsyncCreateRolloutLRO.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 21 import com.google.cloud.deploy.v1.CloudDeployClient; 22 import com.google.cloud.deploy.v1.CreateRolloutRequest; 23 import com.google.cloud.deploy.v1.OperationMetadata; 24 import com.google.cloud.deploy.v1.ReleaseName; 25 import com.google.cloud.deploy.v1.Rollout; 36 // - It may require correct/in-range values for request initialization. in asyncCreateRolloutLRO() 37 // - It may require specifying regional endpoints when creating the service client as shown in in asyncCreateRolloutLRO() 38 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in asyncCreateRolloutLRO() [all …]
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/createrelease/ |
| D | AsyncCreateReleaseLRO.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 21 import com.google.cloud.deploy.v1.CloudDeployClient; 22 import com.google.cloud.deploy.v1.CreateReleaseRequest; 23 import com.google.cloud.deploy.v1.DeliveryPipelineName; 24 import com.google.cloud.deploy.v1.OperationMetadata; 25 import com.google.cloud.deploy.v1.Release; 36 // - It may require correct/in-range values for request initialization. in asyncCreateReleaseLRO() 37 // - It may require specifying regional endpoints when creating the service client as shown in in asyncCreateReleaseLRO() 38 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in asyncCreateReleaseLRO()
|
| /external/angle/third_party/glslang/src/.github/workflows/ |
| D | continuous_deployment.yml | 2 # Github actions: https://docs.github.com/en/actions 3 # Github github-script action: https://github.com/actions/github-script 4 # GitHub REST API: https://docs.github.com/en/rest 5 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18 6 …kit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/docs/… 8 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment. 17 - main 18 paths-ignore: 19 - 'README.md' 20 - 'README-spirv-remap.txt' [all …]
|
| /external/deqp-deps/glslang/.github/workflows/ |
| D | continuous_deployment.yml | 2 # Github actions: https://docs.github.com/en/actions 3 # Github github-script action: https://github.com/actions/github-script 4 # GitHub REST API: https://docs.github.com/en/rest 5 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18 6 …kit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/docs/… 8 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment. 17 - main 18 paths-ignore: 19 - 'README.md' 20 - 'README-spirv-remap.txt' [all …]
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/getconfig/ |
| D | SyncGetConfig.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 20 import com.google.cloud.deploy.v1.CloudDeployClient; 21 import com.google.cloud.deploy.v1.Config; 22 import com.google.cloud.deploy.v1.ConfigName; 23 import com.google.cloud.deploy.v1.GetConfigRequest; 34 // - It may require correct/in-range values for request initialization. in syncGetConfig() 35 // - It may require specifying regional endpoints when creating the service client as shown in in syncGetConfig() 36 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in syncGetConfig()
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/gettarget/ |
| D | SyncGetTarget.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 20 import com.google.cloud.deploy.v1.CloudDeployClient; 21 import com.google.cloud.deploy.v1.GetTargetRequest; 22 import com.google.cloud.deploy.v1.Target; 23 import com.google.cloud.deploy.v1.TargetName; 34 // - It may require correct/in-range values for request initialization. in syncGetTarget() 35 // - It may require specifying regional endpoints when creating the service client as shown in in syncGetTarget() 36 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in syncGetTarget()
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/getdeliverypipeline/ |
| D | SyncGetDeliveryPipeline.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 20 import com.google.cloud.deploy.v1.CloudDeployClient; 21 import com.google.cloud.deploy.v1.DeliveryPipeline; 22 import com.google.cloud.deploy.v1.DeliveryPipelineName; 23 import com.google.cloud.deploy.v1.GetDeliveryPipelineRequest; 34 // - It may require correct/in-range values for request initialization. in syncGetDeliveryPipeline() 35 // - It may require specifying regional endpoints when creating the service client as shown in in syncGetDeliveryPipeline() 36 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in syncGetDeliveryPipeline()
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/listjobruns/ |
| D | AsyncListJobRunsPaged.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 20 import com.google.cloud.deploy.v1.CloudDeployClient; 21 import com.google.cloud.deploy.v1.JobRun; 22 import com.google.cloud.deploy.v1.ListJobRunsRequest; 23 import com.google.cloud.deploy.v1.ListJobRunsResponse; 24 import com.google.cloud.deploy.v1.RolloutName; 36 // - It may require correct/in-range values for request initialization. in asyncListJobRunsPaged() 37 // - It may require specifying regional endpoints when creating the service client as shown in in asyncListJobRunsPaged() 38 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in asyncListJobRunsPaged() [all …]
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/listreleases/ |
| D | AsyncListReleasesPaged.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 20 import com.google.cloud.deploy.v1.CloudDeployClient; 21 import com.google.cloud.deploy.v1.DeliveryPipelineName; 22 import com.google.cloud.deploy.v1.ListReleasesRequest; 23 import com.google.cloud.deploy.v1.ListReleasesResponse; 24 import com.google.cloud.deploy.v1.Release; 36 // - It may require correct/in-range values for request initialization. in asyncListReleasesPaged() 37 // - It may require specifying regional endpoints when creating the service client as shown in in asyncListReleasesPaged() 38 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in asyncListReleasesPaged() [all …]
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/listdeliverypipelines/ |
| D | AsyncListDeliveryPipelinesPaged.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 20 import com.google.cloud.deploy.v1.CloudDeployClient; 21 import com.google.cloud.deploy.v1.DeliveryPipeline; 22 import com.google.cloud.deploy.v1.ListDeliveryPipelinesRequest; 23 import com.google.cloud.deploy.v1.ListDeliveryPipelinesResponse; 24 import com.google.cloud.deploy.v1.LocationName; 36 // - It may require correct/in-range values for request initialization. in asyncListDeliveryPipelinesPaged() 37 // - It may require specifying regional endpoints when creating the service client as shown in in asyncListDeliveryPipelinesPaged() 38 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in asyncListDeliveryPipelinesPaged() [all …]
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/listtargets/ |
| D | AsyncListTargetsPaged.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 20 import com.google.cloud.deploy.v1.CloudDeployClient; 21 import com.google.cloud.deploy.v1.ListTargetsRequest; 22 import com.google.cloud.deploy.v1.ListTargetsResponse; 23 import com.google.cloud.deploy.v1.LocationName; 24 import com.google.cloud.deploy.v1.Target; 36 // - It may require correct/in-range values for request initialization. in asyncListTargetsPaged() 37 // - It may require specifying regional endpoints when creating the service client as shown in in asyncListTargetsPaged() 38 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in asyncListTargetsPaged() [all …]
|
| /external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/listrollouts/ |
| D | AsyncListRolloutsPaged.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 package com.google.cloud.deploy.v1.samples; 20 import com.google.cloud.deploy.v1.CloudDeployClient; 21 import com.google.cloud.deploy.v1.ListRolloutsRequest; 22 import com.google.cloud.deploy.v1.ListRolloutsResponse; 23 import com.google.cloud.deploy.v1.ReleaseName; 24 import com.google.cloud.deploy.v1.Rollout; 36 // - It may require correct/in-range values for request initialization. in asyncListRolloutsPaged() 37 // - It may require specifying regional endpoints when creating the service client as shown in in asyncListRolloutsPaged() 38 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library in asyncListRolloutsPaged() [all …]
|