Searched full:artifacts (Results 1 – 25 of 509) sorted by relevance
12345678910>>...21
/external/autotest/client/cros/audio/ |
D | audio_quality_measurement_unittest.py | 99 """Generates artifacts before playing.""" 111 """Generates artifacts after playing.""" 148 """Sine wave signal with no noise or artifacts.""" 151 self.assertTrue(len(result['artifacts']['noise_before_playback']) == 0) 152 self.assertTrue(len(result['artifacts']['noise_after_playback']) == 0) 153 self.assertTrue(len(result['artifacts']['delay_during_playback']) == 0) 154 self.assertTrue(len(result['artifacts']['burst_during_playback']) == 0) 164 self.assertTrue(len(result['artifacts']['noise_before_playback']) == 0) 165 self.assertTrue(len(result['artifacts']['noise_after_playback']) == 0) 166 self.assertTrue(len(result['artifacts']['delay_during_playback']) == 0) [all …]
|
D | check_quality.py | 7 """Command line tool to analyze wave file and detect artifacts.""" 383 artifacts = quality_res['artifacts'] 384 if artifacts['noise_before_playback']: 387 artifacts['noise_before_playback'])) 388 if artifacts['noise_after_playback']: 391 artifacts['noise_after_playback'])) 392 if artifacts['delay_during_playback']: 395 artifacts['delay_during_playback'])) 396 if artifacts['burst_during_playback']: 399 artifacts['burst_during_playback']))
|
/external/grpc-grpc/src/csharp/ |
D | build_packages_dotnetcli.bat | 22 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/ |
D | build_packages_dotnetcli.bat.template | 24 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/autotest/client/common_lib/ |
D | android_utils.py | 84 """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/autotest/client/common_lib/cros/ |
D | dev_server.py | 44 # artifacts are staged. 46 # Artifacts that should be staged when client calls devserver RPC to stage an 49 # 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 279 def _get_storage_server_for_artifacts(artifacts=None): argument 280 """Gets the appropriate storage server for the given artifacts. 282 @param artifacts: A list of artifacts we need to stage. 283 @return: The address of the storage server that has these artifacts. 284 The default image storage server if no artifacts are specified. 288 if artifacts and factory_artifact and factory_artifact in artifacts: [all …]
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | artifact_targets.py | 15 """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 …]
|
D | build_package_ruby.sh | 22 mkdir -p artifacts/ 26 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/ruby_native_gem_*/* artifacts/ || true 32 # in the artifacts/ directory. They should be all equivalent though. 61 cp ./grpc-tools*.gem "$base/artifacts/"
|
/external/tensorflow/tensorflow/java/maven/ |
D | README.md | 5 is available on Maven Central and JCenter through artifacts uploaded to 8 document describes the process of updating the release artifacts. It does _not_ 9 describe how to use the artifacts, for which the reader is referred to 20 Hence, the process for building and uploading release artifacts is not a single 25 There are seven artifacts and thus `pom.xml`s involved in this release: 65 The Maven artifacts are created from files built as part of the TensorFlow 78 permissions to update artifacts in the `org.tensorflow` group. If your 89 **unchecked**, otherwise it will conflict with locally signed artifacts. 91 …[to sign the release artifacts](http://central.sonatype.org/pages/apache-maven.html#gpg-signed-com… 129 3. If the script above succeeds then the artifacts would have been uploaded to [all …]
|
D | run_inside_container.sh | 38 # Clean up any existing artifacts 40 # artifacts lying around) 207 # Deploy artifacts using a specific profile. 233 # To get a shell to poke around the maven artifacts with. 235 # Deploy artifacts to ossrh if requested. 239 # Deploy artifacts to bintray if requested. 271 # Build the release artifacts 273 # Push artifacts to repository
|
/external/ImageMagick/MagickCore/ |
D | artifact.c | 86 % 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/protobuf/protoc-artifacts/ |
D | README.md | 1 # Build scripts that publish pre-compiled protoc artifacts 25 ## To install artifacts locally 52 ## To push artifacts to Maven Central 53 Before you can upload artifacts to Maven Central repository, make sure you have 66 Use the following command to deploy artifacts for the host platform to a 77 have found in the first deployment so that all artifacts go to the same 97 $ docker build -t protoc-artifacts . 102 $ docker run -it --rm=true protoc-artifacts 137 We have successfully built artifacts on the following environments:
|
/external/deqp-deps/glslang/ |
D | .appveyor.yml | 22 # upload build artifacts to the master-tot release. This will cause 63 # Zip all glslang artifacts for uploading and deploying 78 artifacts: 80 name: artifacts-zip 88 artifact: artifacts-zip
|
/external/deqp-deps/SPIRV-Tools/ |
D | .appveyor.yml | 26 # upload build artifacts to the master-tot release. This will cause 69 # Zip build artifacts for uploading and deploying 73 artifacts: 75 name: artifacts-zip 83 artifact: artifacts-zip
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | .appveyor.yml | 26 # upload build artifacts to the master-tot release. This will cause 69 # Zip build artifacts for uploading and deploying 73 artifacts: 75 name: artifacts-zip 83 artifact: artifacts-zip
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/ |
D | default.build | 51 <target name="clean.vsnet" description="cleans up VS.NET build artifacts and output"> 52 <!-- delete VS.NET project artifacts directory --> 53 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" /> 55 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" /> 58 <!-- delete VS.NET project artifacts directory for Tests projects--> 59 … <echo message="Deleting VS.NET artifacts directory '${base.dir}/../Antlr3.Runtime.Tests/bin'" /> 61 … <echo message="Deleting VS.NET artifacts directory '${base.dir}/../Antlr3.Runtime.Tests/obj'" />
|
/external/grpc-grpc-java/buildscripts/ |
D | build_artifacts_in_docker.sh | 4 # Runs all the tests and builds mvn artifacts. 5 # mvn artifacts are stored in grpc-java/mvn-artifacts/
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/ |
D | default.build | 34 <target name="clean.vsnet" description="cleans up VS.NET build artifacts and output"> 35 <!-- delete VS.NET project artifacts directory --> 36 <echo message="Deleting VS.NET artifacts directory '${base.dir}/bin'" /> 38 <echo message="Deleting VS.NET artifacts directory '${base.dir}/obj'" />
|
/external/autotest/server/site_tests/audio_AudioArtifacts/ |
D | control.hdmi | 11 PURPOSE = "Remotely controlled HDMI audio artifacts test." 12 CRITERIA = "This test will fail if the recorded audio contains artifacts" 22 This test remotely tests HDMI audio artifacts against DUT.
|
D | control.speaker | 11 PURPOSE = "Remotely controlled speaker audio artifacts test." 12 CRITERIA = "This test will fail if the recorded volume contains artifacts" 22 This test remotely tests speaker audio artifacts against DUT.
|
D | control.headphone | 11 PURPOSE = "Remotely controlled headphone audio artifacts test." 12 CRITERIA = "This test will fail if the recorded audio contains artifacts" 22 This test remotely tests headphone audio artifacts against DUT.
|
D | control.usb | 11 PURPOSE = "Remotely controlled USB audio artifacts test." 12 CRITERIA = "This test will fail if the recorded audio contains artifacts" 22 This test remotely tests USB audio artifacts against DUT.
|
D | control.mute_headphone | 11 PURPOSE = "Remotely controlled headphone audio artifacts test." 12 CRITERIA = "This test will fail if the recorded audio contains artifacts or the durations of mute n… 22 This test remotely tests headphone audio artifacts against DUT.
|
D | control.hsp | 11 PURPOSE = "Remotely controlled bluetooth HSP audio artifacts test." 12 CRITERIA = "This test will fail if the recorded audio contains artifacts" 22 This test remotely tests bluetooth HSP audio artifacts against DUT.
|
D | control.a2dp | 11 PURPOSE = "Remotely controlled bluetooth A2DP audio artifacts test." 12 CRITERIA = "This test will fail if the recorded audio contains artifacts" 22 This test remotely tests bluetooth A2DP audio artifacts against DUT.
|
12345678910>>...21