Home
last modified time | relevance | path

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

12345678910>>...43

/external/autotest/client/cros/audio/
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 …]
/external/protobuf/protoc-artifacts/
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 …]
/external/autotest/client/common_lib/cros/
Ddev_server.py49 # artifacts are staged.
51 # Artifacts that should be staged when client calls devserver RPC to stage an
54 # Artifacts that should be staged when client calls devserver RPC to stage an
59 # Artifacts that should be staged when client calls devserver RPC to stage an
199 def _get_storage_server_for_artifacts(artifacts=None): argument
200 """Gets the appropriate storage server for the given artifacts.
202 @param artifacts: A list of artifacts we need to stage.
203 @return: The address of the storage server that has these artifacts.
204 The default image storage server if no artifacts are specified.
208 if artifacts and factory_artifact and factory_artifact in artifacts:
[all …]
/external/grpc-grpc/src/csharp/
Dbuild_packages_dotnetcli.bat22 mkdir ..\..\artifacts
24 @rem Collect the artifacts built by the previous build step
28 @rem Collect protoc artifacts built by the previous build step
37 %DOTNET% pack --configuration Release Grpc.Core --output ..\..\..\artifacts || goto :error
38 %DOTNET% pack --configuration Release Grpc.Core.Testing --output ..\..\..\artifacts || goto :error
39 %DOTNET% pack --configuration Release Grpc.Auth --output ..\..\..\artifacts || goto :error
40 %DOTNET% pack --configuration Release Grpc.HealthCheck --output ..\..\..\artifacts || goto :error
41 %DOTNET% pack --configuration Release Grpc.Reflection --output ..\..\..\artifacts || goto :error
43 %NUGET% pack Grpc.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts || goto :error
44 %NUGET% pack Grpc.Core.NativeDebug.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts
[all …]
/external/grpc-grpc/templates/src/csharp/
Dbuild_packages_dotnetcli.bat.template24 mkdir ..\..\artifacts
26 @rem Collect the artifacts built by the previous build step
30 @rem Collect protoc artifacts built by the previous build step
39 %%DOTNET% pack --configuration Release Grpc.Core --output ..\..\..\artifacts || goto :error
40 …%%DOTNET% pack --configuration Release Grpc.Core.Testing --output ..\..\..\artifacts || goto :error
41 %%DOTNET% pack --configuration Release Grpc.Auth --output ..\..\..\artifacts || goto :error
42 %%DOTNET% pack --configuration Release Grpc.HealthCheck --output ..\..\..\artifacts || goto :error
43 %%DOTNET% pack --configuration Release Grpc.Reflection --output ..\..\..\artifacts || goto :error
45 %%NUGET% pack Grpc.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts || goto :error
46 %%NUGET% pack Grpc.Core.NativeDebug.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/release/
Dverify_python_release.py16 """Verifies that all gRPC Python artifacts have been successfully published.
18 This script is intended to be run from a directory containing the artifacts
19 that have been uploaded and only the artifacts that have been uploaded. We use
59 """Get a set of artifacts representing all files in the cwd."""
65 """Get a list of artifacts based on PyPi's json metadata.
70 artifacts = set()
74 artifacts.add(
76 return artifacts
80 artifacts = set()
82 artifacts |= _get_remote_artifacts_for_package(package, version)
[all …]
/external/autotest/client/common_lib/
Dandroid_utils.py84 """A wrapper class for constants and methods related to artifacts.
94 # (os, board) = 'artifacts'
101 # Default artifacts for Android provision
107 # android board `xyz` needs to stage artifacts
112 # A dict of board:artifacts, can be defined in global config
118 """Get artifacts need to be staged for reimage for given board.
122 @return: A string of artifacts to be staged.
124 logging.debug('artifacts for %s %s', os, board)
126 logging.debug('Found override of artifacts for board %s: %s', board,
128 artifacts = cls.artifacts_map[board]
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_distribtests_python.sh28 # Build all python linux artifacts (this step actually builds all the binary wheels and source arch…
31 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
34 cp -r artifacts/* input_artifacts/ || true
36 mv artifacts artifacts_from_build_artifacts_step || true
38 # This step mostly just copies artifacts from input_artifacts (but it also does some wheel strippin…
41 # the next step expects to find the artifacts from the previous step in the "input_artifacts" folde…
42 # in addition to that, preserve the contents of "artifacts" directory since we want kokoro
43 # to upload its contents as job output artifacts
46 cp -r artifacts/* input_artifacts/ || true
49 # We run the distribtests even if some of the artifacts have failed to build, since that gives
/external/grpc-grpc/tools/run_tests/artifacts/
Dartifact_targets.py15 """Definition of targets to build artifacts."""
39 environ['ARTIFACTS_OUT'] = 'artifacts/%s' % name
47 'OUTPUT_DIR': 'artifacts'
80 environ['ARTIFACTS_OUT'] = os.path.join('..', 'artifacts', name)
81 cmdline = ['bash', 'tools/run_tests/artifacts/run_in_workspace.sh'
84 environ['ARTIFACTS_OUT'] = os.path.join('artifacts', name)
105 """Builds Python artifacts."""
131 'tools/run_tests/artifacts/build_artifact_python.sh',
155 'tools/run_tests/artifacts/build_artifact_python.sh',
171 'tools\\run_tests\\artifacts\\build_artifact_python.bat',
[all …]
/external/mesa3d/.gitlab-ci/
Dprepare-artifacts.sh8 # Delete unused bin and includes from artifacts to save space.
11 # Strip the drivers in the artifacts to cut 80% of the artifacts size.
41 mkdir -p artifacts/
42 tar -cf artifacts/install.tar install
46 cp $CI_PROJECT_DIR/.gitlab-ci/generate_lava.py artifacts/.
47 cp $CI_PROJECT_DIR/.gitlab-ci/lava-deqp.yml.jinja2 artifacts/.
48 cp $CI_PROJECT_DIR/.gitlab-ci/lava-tracie.yml.jinja2 artifacts/.
50 gzip -c artifacts/install.tar > mesa-${DEBIAN_ARCH}.tar.gz
51 MINIO_PATH=minio-packet.freedesktop.org/artifacts/${CI_PROJECT_PATH}/${CI_PIPELINE_ID}
Dlava-gitlab-ci.yml50 …MESA_URL: "https://minio-packet.freedesktop.org/artifacts/${CI_PROJECT_PATH}/${CI_PIPELINE_ID}/mes…
60 artifacts/generate_lava.py \
61 --template artifacts/lava-${TEST_SUITE}.yml.jinja2 \
63 --base-artifacts-url ${ARTIFACTS_URL} \
78 - rm -rf artifacts/*
79 - cp lava-${TEST_SUITE}.yml artifacts/.
80 - lavacli jobs logs $lava_job_id | tee artifacts/lava-${TEST_SUITE}-$lava_job_id.log
85 artifacts:
89 - artifacts/
138 - mkdir -p artifacts
[all …]
/external/protobuf/kokoro/release/
Dcollect_all_artifacts.sh11 # The directory with all resulting artifacts
12 mkdir -p artifacts
14 # Artifacts from all predecessor jobs get copied to this directory by kokoro
22 # Copy to expose all the artifacts from the predecessor jobs to the output
24 # so will be the output artifacts of this job.
25 cp -r ${INPUT_ARTIFACTS_DIR}/* artifacts
43 cp ${INPUT_ARTIFACTS_DIR}/protoc-artifacts/target/linux/x86_32/protoc.exe protoc/linux_x86/protoc
44 cp ${INPUT_ARTIFACTS_DIR}/protoc-artifacts/target/linux/x86_64/protoc.exe protoc/linux_x64/protoc
61 # Copy the nupkg to the output artifacts
62 cp Google.Protobuf.Tools.*.nupkg ../artifacts
/external/ImageMagick/MagickCore/
Dartifact.c86 % CloneImageArtifacts() clones all image artifacts to another image.
88 % This will not delete any existing artifacts that may be present!
97 % o image: the image, to recieve the cloned artifacts.
99 % o clone_image: the source image for artifacts to clone.
114 if (clone_image->artifacts != (void *) NULL) in CloneImageArtifacts()
116 if (image->artifacts != (void *) NULL) in CloneImageArtifacts()
118 image->artifacts=CloneSplayTree((SplayTreeInfo *) clone_image->artifacts, in CloneImageArtifacts()
205 if (image->artifacts == (void *) NULL) in DeleteImageArtifact()
207 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->artifacts,artifact)); in DeleteImageArtifact()
221 % DestroyImageArtifacts() destroys all artifacts and associated memory
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dartifact_targets.py15 """Definition of targets to build artifacts."""
38 environ['ARTIFACTS_OUT'] = 'artifacts/%s' % name
46 'OUTPUT_DIR': 'artifacts'
76 environ['ARTIFACTS_OUT'] = os.path.join('..', 'artifacts', name)
77 cmdline = ['bash', 'tools/run_tests/artifacts/run_in_workspace.sh'
80 environ['ARTIFACTS_OUT'] = os.path.join('artifacts', name)
100 """Builds Python artifacts."""
135 'tools/run_tests/artifacts/build_artifact_python.sh',
169 'tools/run_tests/artifacts/build_artifact_python.sh',
182 'tools\\run_tests\\artifacts\\build_artifact_python.bat',
[all …]
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dcore_installer.py206 """Download and install Teensyduino artifacts for Windows."""
284 """Download and install Teensyduino artifacts for Mac."""
306 """Download and install Teensyduino artifacts for Windows."""
359 artifacts = _ARDUINO_CORE_ARTIFACTS["arduino-samd"]["all"]["core"]
361 url=artifacts["url"],
362 expected_sha256sum=artifacts["sha256"],
364 downloaded_file_name=artifacts["file_name"])
367 artifacts["version"])
380 artifacts = _ARDUINO_CORE_ARTIFACTS["adafruit-samd"]["all"]["core"]
382 url=artifacts["url"],
[all …]
/external/protobuf/kokoro/release/protoc/linux/
Dbuild.sh16 # root, which causes problems if we try to add new artifacts to those
19 protoc-artifacts/build-protoc.sh linux aarch_64 protoc
22 protoc-artifacts/build-protoc.sh linux ppcle_64 protoc
24 # Use docker image to build linux artifacts.
25 DOCKER_IMAGE_NAME=protobuf/protoc_$(sha1sum protoc-artifacts/Dockerfile | cut -f1 -d " ")
29 bash -l /var/local/protobuf/protoc-artifacts/build-protoc.sh \
36 bash -l /var/local/protobuf/protoc-artifacts/build-protoc.sh \
/external/igt-gpu-tools/
D.gitlab-ci.yml28 artifacts:
56 artifacts:
67 artifacts:
77 artifacts:
88 artifacts:
99 artifacts:
110 artifacts:
121 artifacts:
157 artifacts:
171 artifacts:
[all …]
/external/toolchain-utils/pgo_tools/
Dmerge_profdata_and_upload.py17 detected automatically from the artifacts.
22 same as those in artifacts, or llvm hash in different artifacts are not the
117 gs_url: a gs location containing one or more artifacts to fetch.
125 # List all artifacts in the gs location and sort by time.
130 raise RuntimeError('Artifacts not found: %s' % gs_url)
132 # Use a loop to go through all artifacts to find the latest profdata.
135 …# 5006528 2020-05-31T10:08:48Z gs://chromeos-toolchain-artifacts/llvm-pgo/arm/llvm-11.0_pre387…
136 …# 56 2020-05-31T10:08:48Z gs://chromeos-toolchain-artifacts/llvm-pgo/arm/llvm-11.0_pre387436_p…
137 …# 5005952 2020-05-24T10:53:34Z gs://chromeos-toolchain-artifacts/llvm-pgo/arm/llvm-11.0_pre387…
138 …# 56 2020-05-24T10:53:34Z gs://chromeos-toolchain-artifacts/llvm-pgo/arm/llvm-11.0_pre387436_p…
[all …]
/external/dagger2/
DREADME.md34 commit. The version of the Dagger artifacts will match the version of the tagged
57 First, load the Dagger artifacts and repositories, and add them to your list of
58 [`maven_install`] artifacts.
66 artifacts = DAGGER_ARTIFACTS + [...],
96 First, load the Dagger Android artifacts and repositories, and add them to your
97 list of [`maven_install`] artifacts.
109 artifacts = DAGGER_ANDROID_ARTIFACTS + [...],
138 First, load the Hilt Android artifacts and repositories, and add them to your
139 list of [`maven_install`] artifacts.
151 artifacts = HILT_ANDROID_ARTIFACTS + [...],
[all …]
/external/rust/crates/grpcio-sys/grpc/
D.gitignore107 # Cocoapods artifacts
112 # Artifacts directory
113 /artifacts/
145 # Visual Studio Code artifacts
149 # Clion artifacts
153 BenchmarkDotNet.Artifacts/
/external/oss-fuzz/infra/cifuzz/filestore/github_actions/
D__init__.py14 """Implementation of a filestore using Github actions artifacts."""
50 """Implementation of BaseFilestore using Github actions artifacts. Relies on
54 downloading artifacts from other runs. The standard GitHub API does support
107 logging.debug('Listing artifacts.')
108 artifacts = self._list_artifacts()
109 artifact = github_api.find_artifact(name, artifacts)
146 """Returns a list of artifacts."""
161 """Uploads the artifacts in |artifact_paths| that are located in |directory|
169 """Uploads the artifacts located in |directory| to |name|. Does not do any
/external/zstd/.github/workflows/
Dpublish-release-artifacts.yml1 name: publish-release-artifacts
9 publish-release-artifacts:
40 mkdir artifacts/
41 mv $ZSTD_VERSION.tar artifacts/
42 cd artifacts/
68 args: artifacts/*
/external/oss-fuzz/docs/getting-started/
Dcontinuous_integration.md89 name: artifacts
90 path: ./out/artifacts
154 name: ${{ matrix.sanitizer }}-artifacts
155 path: ./out/artifacts
199 name: artifacts
200 path: ./out/artifacts
222 * Artifacts:
225 you to download a zip file called `artifacts`.
226 1. `artifacts` contains two files for each crash:
230 ![Finding uploaded artifacts](../images/artifacts.png)
/external/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/util/
DCopyTransform.kt3 import org.gradle.api.artifacts.transform.CacheableTransform
4 import org.gradle.api.artifacts.transform.InputArtifact
5 import org.gradle.api.artifacts.transform.TransformAction
6 import org.gradle.api.artifacts.transform.TransformOutputs
7 import org.gradle.api.artifacts.transform.TransformParameters
/external/python/google-api-python-client/docs/dyn/
Dartifactregistry_v1beta2.projects.locations.repositories.yumArtifacts.html82artifacts. The returned Operation will complete once the resources are imported. Package, Version,…
91artifacts. The returned Operation will complete once the resources are imported. Package, Version,…
94 parent: string, The name of the parent resource where the artifacts will be imported. (required)
98 { # The request to import new yum artifacts.
99 …"gcsSource": { # Google Cloud Storage location where the artifacts currently reside. # G…

12345678910>>...43