Home
last modified time | relevance | path

Searched full:artifacts (Results 1 – 25 of 4258) sorted by relevance

12345678910>>...171

/aosp_15_r20/external/grpc-grpc/examples/python/
H A DMakefile17 ARTIFACTS= macro
19 ARTIFACTS += helloworld/helloworld_pb2.py
20 ARTIFACTS += helloworld/helloworld_pb2_grpc.py
21 ARTIFACTS += helloworld/helloworld_pb2.pyi
23 ARTIFACTS += timeout/helloworld_pb2.py
24 ARTIFACTS += timeout/helloworld_pb2_grpc.py
25 ARTIFACTS += timeout/helloworld_pb2.pyi
27 ARTIFACTS += keep_alive/helloworld_pb2.py
28 ARTIFACTS += keep_alive/helloworld_pb2_grpc.py
29 ARTIFACTS += keep_alive/helloworld_pb2.pyi
[all …]
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
H A DArtifacts.java25 * Artifacts produced by a build that should be uploaded upon
29 * Protobuf type {@code google.devtools.cloudbuild.v1.Artifacts}
31 public final class Artifacts extends com.google.protobuf.GeneratedMessageV3 class
33 // @@protoc_insertion_point(message_implements:google.devtools.cloudbuild.v1.Artifacts)
36 // Use Artifacts.newBuilder() to construct.
37 private Artifacts(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Artifacts() method in Artifacts
41 private Artifacts() { in Artifacts() method in Artifacts
51 return new Artifacts(); in newInstance()
70 com.google.cloudbuild.v1.Artifacts.class, in internalGetFieldAccessorTable()
71 com.google.cloudbuild.v1.Artifacts.Builder.class); in internalGetFieldAccessorTable()
[all …]
H A DArtifactsOrBuilder.java23 // @@protoc_insertion_point(interface_extends:google.devtools.cloudbuild.v1.Artifacts)
111 * <code>.google.devtools.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;</code>
130 * <code>.google.devtools.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;</code>
134 com.google.cloudbuild.v1.Artifacts.ArtifactObjects getObjects(); in getObjects()
149 * <code>.google.devtools.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;</code>
151 com.google.cloudbuild.v1.Artifacts.ArtifactObjectsOrBuilder getObjectsOrBuilder(); in getObjectsOrBuilder()
157 * A list of Maven artifacts to be uploaded to Artifact Registry upon
159 * Artifacts in the workspace matching specified paths globs will be uploaded
162 * If any artifacts fail to be pushed, the build is marked FAILURE.
165 * <code>repeated .google.devtools.cloudbuild.v1.Artifacts.MavenArtifact maven_artifacts = 3;
[all …]
H A DResults.java25 * Artifacts created by the build pipeline.
221 * Path to the artifact manifest for non-container artifacts uploaded to Cloud
222 * Storage. Only populated when artifacts are uploaded to Cloud Storage.
245 * Path to the artifact manifest for non-container artifacts uploaded to Cloud
246 * Storage. Only populated when artifacts are uploaded to Cloud Storage.
272 * Number of non-container artifacts uploaded to Cloud Storage. Only populated
273 * when artifacts are uploaded to Cloud Storage.
352 * Time to push all non-container artifacts to Cloud Storage.
367 * Time to push all non-container artifacts to Cloud Storage.
384 * Time to push all non-container artifacts to Cloud Storage.
[all …]
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Ddev_server.py51 # artifacts are staged.
53 # Artifacts that should be staged when client calls devserver RPC to stage an
56 # Artifacts that should be staged when client calls devserver RPC to stage an
61 # Artifacts that should be staged when client calls devserver RPC to stage an
210 def _get_storage_server_for_artifacts(artifacts=None): argument
211 """Gets the appropriate storage server for the given artifacts.
213 @param artifacts: A list of artifacts we need to stage.
214 @return: The address of the storage server that has these artifacts.
215 The default image storage server if no artifacts are specified.
219 if artifacts and factory_artifact and factory_artifact in artifacts:
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/
Daudio_quality_measurement_integrationtest.py108 """Generates artifacts before playing."""
119 """Generates artifacts after playing."""
153 """Sine wave signal with no noise or artifacts."""
156 self.assertTrue(len(result['artifacts']['noise_before_playback']) == 0)
157 self.assertTrue(len(result['artifacts']['noise_after_playback']) == 0)
158 self.assertTrue(len(result['artifacts']['delay_during_playback']) == 0)
159 self.assertTrue(len(result['artifacts']['burst_during_playback']) == 0)
168 self.assertTrue(len(result['artifacts']['noise_before_playback']) == 0)
169 self.assertTrue(len(result['artifacts']['noise_after_playback']) == 0)
170 self.assertTrue(len(result['artifacts']['delay_during_playback']) == 0)
[all …]
/aosp_15_r20/external/autotest/client/cros/audio/
H A Daudio_quality_measurement_unittest.py104 """Generates artifacts before playing."""
116 """Generates artifacts after playing."""
153 """Sine wave signal with no noise or artifacts."""
156 self.assertTrue(len(result['artifacts']['noise_before_playback']) == 0)
157 self.assertTrue(len(result['artifacts']['noise_after_playback']) == 0)
158 self.assertTrue(len(result['artifacts']['delay_during_playback']) == 0)
159 self.assertTrue(len(result['artifacts']['burst_during_playback']) == 0)
169 self.assertTrue(len(result['artifacts']['noise_before_playback']) == 0)
170 self.assertTrue(len(result['artifacts']['noise_after_playback']) == 0)
171 self.assertTrue(len(result['artifacts']['delay_during_playback']) == 0)
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DAddContextArtifactsAndExecutionsRequest.java83 * Required. The resource name of the Context that the Artifacts and
110 * Required. The resource name of the Context that the Artifacts and
142 * The resource names of the Artifacts to attribute to the Context.
144 * `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
147 * <code>repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }</code>
149 * @return A list containing the artifacts.
158 * The resource names of the Artifacts to attribute to the Context.
160 * `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
163 * <code>repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }</code>
165 * @return The count of artifacts.
[all …]
H A DListArtifactsResponse.java80 * The Artifacts retrieved from the MetadataStore.
83 * <code>repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;</code>
93 * The Artifacts retrieved from the MetadataStore.
96 * <code>repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;</code>
107 * The Artifacts retrieved from the MetadataStore.
110 * <code>repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;</code>
120 * The Artifacts retrieved from the MetadataStore.
123 * <code>repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;</code>
133 * The Artifacts retrieved from the MetadataStore.
136 * <code>repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;</code>
[all …]
H A DAddContextArtifactsAndExecutionsRequestOrBuilder.java30 * Required. The resource name of the Context that the Artifacts and
46 * Required. The resource name of the Context that the Artifacts and
63 * The resource names of the Artifacts to attribute to the Context.
65 * `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
68 * <code>repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }</code>
70 * @return A list containing the artifacts.
77 * The resource names of the Artifacts to attribute to the Context.
79 * `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
82 * <code>repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }</code>
84 * @return The count of artifacts.
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DAddContextArtifactsAndExecutionsRequest.java84 * Required. The resource name of the Context that the Artifacts and
111 * Required. The resource name of the Context that the Artifacts and
143 * The resource names of the Artifacts to attribute to the Context.
145 * `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
148 * <code>repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }</code>
150 * @return A list containing the artifacts.
159 * The resource names of the Artifacts to attribute to the Context.
161 * `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
164 * <code>repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }</code>
166 * @return The count of artifacts.
[all …]
H A DListArtifactsResponse.java80 * The Artifacts retrieved from the MetadataStore.
83 * <code>repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;</code>
93 * The Artifacts retrieved from the MetadataStore.
96 * <code>repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;</code>
107 * The Artifacts retrieved from the MetadataStore.
110 * <code>repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;</code>
120 * The Artifacts retrieved from the MetadataStore.
123 * <code>repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;</code>
133 * The Artifacts retrieved from the MetadataStore.
136 * <code>repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1;</code>
[all …]
H A DAddContextArtifactsAndExecutionsRequestOrBuilder.java30 * Required. The resource name of the Context that the Artifacts and
46 * Required. The resource name of the Context that the Artifacts and
63 * The resource names of the Artifacts to attribute to the Context.
65 * `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
68 * <code>repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }</code>
70 * @return A list containing the artifacts.
77 * The resource names of the Artifacts to attribute to the Context.
79 * `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
82 * <code>repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }</code>
84 * @return The count of artifacts.
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/protoc-artifacts/
H A DREADME.md1 # Build scripts that publish pre-compiled protoc artifacts
16 * [pom.xml](pom.xml): script to upload artifacts to maven.
17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in
21 The published protoc artifacts are available on Maven here:
33 Note that artifacts for linux/macos also have the `.exe` suffix but they are
57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc
61 $ cd protoc-artifacts
66 protoc-artifacts directory.
69 script. We only use this script to build artifacts on Ubuntu and MacOS (both
80 $ docker build -t protoc-artifacts .
[all …]
/aosp_15_r20/external/protobuf/protoc-artifacts/
H A DREADME.md1 # Build scripts that publish pre-compiled protoc artifacts
16 * [pom.xml](pom.xml): script to upload artifacts to maven.
17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in
21 The published protoc artifacts are available on Maven here:
33 Note that artifacts for linux/macos also have the `.exe` suffix but they are
57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc
61 $ cd protoc-artifacts
66 protoc-artifacts directory.
69 script. We only use this script to build artifacts on Ubuntu and MacOS (both
80 $ docker build -t protoc-artifacts .
[all …]
/aosp_15_r20/external/google-cloud-java/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/
H A DListArtifactsResponse.java79 * The artifacts from the specified publisher.
82 * <code>repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;</code>
92 * The artifacts from the specified publisher.
95 * <code>repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;</code>
106 * The artifacts from the specified publisher.
109 * <code>repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;</code>
119 * The artifacts from the specified publisher.
122 * <code>repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;</code>
132 * The artifacts from the specified publisher.
135 * <code>repeated .google.cloud.apigeeregistry.v1.Artifact artifacts = 1;</code>
[all …]
/aosp_15_r20/external/pigweed/pw_arduino_build/py/pw_arduino_build/
H A Dcore_installer.py188 artifacts = _ARDUINO_CORE_ARTIFACTS["teensy"]["all"]["core"]
190 url=artifacts["url"],
191 expected_sha256sum=artifacts["sha256"],
193 downloaded_file_name=artifacts["file_name"],
197 install_dir, "hardware", "avr", artifacts["version"]
222 for tool_name, artifacts in teensy_tools.items():
224 url=artifacts["url"],
225 expected_sha256sum=artifacts["sha256"],
227 downloaded_file_name=artifacts["file_name"],
231 install_dir, "tools", tool_name, artifacts["version"]
[all …]
/aosp_15_r20/external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/
H A DImportYumArtifactsResponse.java25 * The response message from importing YUM artifacts.
79 * The yum artifacts imported.
93 * The yum artifacts imported.
107 * The yum artifacts imported.
120 * The yum artifacts imported.
133 * The yum artifacts imported.
153 * Detailed error info for artifacts that were not imported.
169 * Detailed error info for artifacts that were not imported.
187 * Detailed error info for artifacts that were not imported.
202 * Detailed error info for artifacts that were not imported.
[all …]
H A DImportAptArtifactsResponse.java25 * The response message from importing APT artifacts.
79 * The Apt artifacts imported.
93 * The Apt artifacts imported.
107 * The Apt artifacts imported.
120 * The Apt artifacts imported.
133 * The Apt artifacts imported.
153 * Detailed error info for artifacts that were not imported.
169 * Detailed error info for artifacts that were not imported.
187 * Detailed error info for artifacts that were not imported.
202 * Detailed error info for artifacts that were not imported.
[all …]
/aosp_15_r20/external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/
H A DListMavenArtifactsResponse.java25 * The response from listing maven artifacts.
79 * The maven artifacts returned.
93 * The maven artifacts returned.
107 * The maven artifacts returned.
120 * The maven artifacts returned.
133 * The maven artifacts returned.
152 * The token to retrieve the next page of artifacts, or empty if there are no
153 * more artifacts to return.
176 * The token to retrieve the next page of artifacts, or empty if there are no
177 * more artifacts to return.
[all …]
/aosp_15_r20/art/test/odsign/test-src/com/android/tests/odsign/
H A DOdrefreshHostTest.java146 // Artifacts should not be re-compiled. in verifyPhenotypeFlagChangeTriggersCompilation()
157 // Artifacts should be re-compiled. in verifyPhenotypeFlagChangeTriggersCompilation()
166 // Artifacts should not be re-compiled. in verifyPhenotypeFlagChangeTriggersCompilation()
177 // Artifacts should be re-compiled. in verifyPhenotypeFlagChangeTriggersCompilation()
191 // Artifacts should not be re-compiled. in verifySystemServerCompilerFilterOverrideChangeTriggersCompilation()
202 // Artifacts should be re-compiled. in verifySystemServerCompilerFilterOverrideChangeTriggersCompilation()
211 // Artifacts should not be re-compiled. in verifySystemServerCompilerFilterOverrideChangeTriggersCompilation()
222 // Artifacts should be re-compiled. in verifySystemServerCompilerFilterOverrideChangeTriggersCompilation()
235 // Artifacts should be re-compiled. in verifySystemPropertyMismatchTriggersCompilation()
244 // Artifacts should not be re-compiled. in verifySystemPropertyMismatchTriggersCompilation()
[all …]
/aosp_15_r20/external/googleapis/google/cloud/apigeeregistry/v1/
H A Dregistry_service.proto173 // resources (e.g., artifacts).
249 // child resources (e.g., artifacts).
291 // Returns matching artifacts.
294 get: "/v1/{parent=projects/*/locations/*}/artifacts"
296 get: "/v1/{parent=projects/*/locations/*/apis/*}/artifacts"
299 get: "/v1/{parent=projects/*/locations/*/apis/*/versions/*}/artifacts"
302 get: "/v1/{parent=projects/*/locations/*/apis/*/versions/*/specs/*}/artifacts"
305 get: "/v1/{parent=projects/*/locations/*/apis/*/deployments/*}/artifacts"
314 get: "/v1/{name=projects/*/locations/*/artifacts/*}"
316 get: "/v1/{name=projects/*/locations/*/apis/*/artifacts/*}"
[all …]
/aosp_15_r20/external/google-cloud-java/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/
H A Dregistry_service.proto173 // resources (e.g., artifacts).
249 // child resources (e.g., artifacts).
291 // Returns matching artifacts.
294 get: "/v1/{parent=projects/*/locations/*}/artifacts"
296 get: "/v1/{parent=projects/*/locations/*/apis/*}/artifacts"
299 get: "/v1/{parent=projects/*/locations/*/apis/*/versions/*}/artifacts"
302 get: "/v1/{parent=projects/*/locations/*/apis/*/versions/*/specs/*}/artifacts"
305 get: "/v1/{parent=projects/*/locations/*/apis/*/deployments/*}/artifacts"
314 get: "/v1/{name=projects/*/locations/*/artifacts/*}"
316 get: "/v1/{name=projects/*/locations/*/apis/*/artifacts/*}"
[all …]
/aosp_15_r20/external/pytorch/.github/workflows/
H A Dgenerated-windows-binary-conda-nightly.yml91 echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}"
101 # Remove any artifacts from the previous checkouts
114 # Remove any artifacts from the previous checkouts
202 echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}"
205 name: Download Build Artifacts
217 # Remove any artifacts from the previous checkouts
230 # Remove any artifacts from the previous checkouts
332 echo "PYTORCH_FINAL_PACKAGE_DIR=${RUNNER_TEMP}/artifacts" >> "${GITHUB_ENV}"
342 # Remove any artifacts from the previous checkouts
355 # Remove any artifacts from the previous checkouts
[all …]
/aosp_15_r20/external/mesa3d/.gitlab-ci/
H A Dprepare-artifacts-python.sh5 section_switch prepare-artifacts "artifacts: prepare"
10 mkdir -p artifacts/
14 echo "$(cat VERSION) (git-$(git rev-parse HEAD | cut -b -10))" > artifacts/VERSION
15 cp -Rp .gitlab-ci/report-flakes.py artifacts/
16 cp -Rp .gitlab-ci/setup-test-env.sh artifacts/
17 cp -Rp .gitlab-ci/common artifacts/ci-common
18 cp -Rp .gitlab-ci/b2c artifacts/
19 cp -Rp .gitlab-ci/bare-metal artifacts/
20 cp -Rp .gitlab-ci/lava artifacts/
21 cp -Rp .gitlab-ci/bin/*_logger.py artifacts/
[all …]

12345678910>>...171