/external/autotest/client/common_lib/cros/ |
D | dev_server.py | 36 # artifacts are staged. 38 # Artifacts that should be staged when client calls devserver RPC to stage an 41 # Artifacts that should be staged when client calls devserver RPC to stage an 46 # Artifacts that should be staged when client calls devserver RPC to stage an 50 # Artifacts that should be staged when client calls devserver RPC to stage an 107 def _get_storage_server_for_artifacts(artifacts=None): argument 108 """Gets the appropriate storage server for the given artifacts. 110 @param artifacts: A list of artifacts we need to stage. 111 @return: The address of the storage server that has these artifacts. 112 The default image storage server if no artifacts are specified. [all …]
|
D | dev_server_unittest.py | 378 def _stageTestHelper(self, artifacts=[], files=[], archive_url=None): argument 379 """Helper to test combos of files/artifacts/urls with stage call.""" 394 mox.StrContains('artifacts=%s' % 395 ','.join(artifacts)), 401 mox.StrContains('artifacts=%s' % 402 ','.join(artifacts)), 408 self.dev_server.stage_artifacts(name, artifacts, files, archive_url) 413 """Basic functionality to stage artifacts (similar to trigger_download). 415 self._stageTestHelper(artifacts=['full_payload', 'stateful']) 419 """Basic functionality to stage artifacts (similar to trigger_download). [all …]
|
/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/chromium-trace/catapult/third_party/coverage/ci/ |
D | download_appveyor.py | 4 """Use the Appveyor API to download Windows artifacts.""" 38 """Download all the artifacts from the latest build.""" 44 print " {0}: {1[status]}, {1[artifactsCount]} artifacts".format(name, job) 46 url = make_url("/buildjobs/{jobid}/artifacts", jobid=job['jobId']) 48 artifacts = response.json() 50 for artifact in artifacts: 56 "/buildjobs/{jobid}/artifacts/{filename}",
|
/external/autotest/site_utils/ |
D | devserver_history.py | 32 # Detecting artifacts staged in multiple devservers. 67 self.artifacts = hit['artifacts'].split(' ') 87 @param artifact_filters: A list of names to match artifacts. 100 eqs.append(('artifacts', artifact)) 119 """Print details of each call to devserver to stage artifacts. 137 ', '.join(call.artifacts))) 145 print '\nDetecting artifacts staged in multiple devservers.' 147 # Count how many times a devserver staged duplicated artifacts. A number 211 help=('Set to True to detect if an artifacts for a same'
|
/external/antlr/antlr-3.4/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/antlr/antlr-3.4/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/antlr/antlr-3.4/antlr3-maven-archetype/ |
D | pom.xml | 35 The ANTLR Maven artifacts are now released via the Sonotype OSS 41 means that only ANTLR developers can released the artifacts, but 52 <id>release-sign-artifacts</id> 67 <id>sign-artifacts</id>
|
/external/jacoco/org.jacoco.agent/ |
D | pom.xml | 64 <id>attach-artifacts</id> 70 <artifacts> 76 </artifacts>
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/ |
D | IOSApplicationConfiguration.java | 53 * very well without any artifacts! 62 * very well without any artifacts! 69 * very well without any artifacts! 76 * very well without any artifacts!
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | control | 47 source_archive_uri=URI (optional) URI of where the artifacts for the source 52 payload is separate from that of its build artifacts 55 target_archive_uri=URI (optional) URI of where the artifacts for the target 62 artifacts (e.g. it is in gs://chromeos-releases).
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSApplicationConfiguration.java | 53 * very well without any artifacts! 62 * very well without any artifacts! 69 * very well without any artifacts! 76 * very well without any artifacts!
|
/external/antlr/antlr-3.4/ |
D | pom.xml | 6 The ANTLR Maven artifacts are now released via the Sonotype OSS 12 means that only ANTLR developers can released the artifacts, but 141 <id>release-sign-artifacts</id> 165 <id>sign-artifacts</id> 210 Tell Maven which other artifacts we need in order to
|
/external/libvorbis/doc/ |
D | vorbis-fidelity.html | 119 <h2>Fidelity, Artifacts and Differences</h2> 121 <p>Audio <em>artifacts</em> and loss of fidelity or more simply 161 distinction between differences and artifacts is useful for our 165 fidelity, is obviously to strive for differences and not artifacts.
|
/external/ImageMagick/www/ |
D | escape.html | 83 <td><b>Artifacts</b></td> 87 written. See Artifacts and Options below for details. 93 image list (also not saved). See Artifacts and Options below. 542 <h3 class="magick-header">Artifacts and Options</h3> 550 consist of per-image Artifacts, and Global options (associated with a list of 554 artifacts, being an internal operational setting, is not saved with images (if 582 are copied to per-image Artifacts, for every image in the current image list. 583 This allows various operators to find its operational 'defines' or Artifacts. 589 saves coping these free-form options into artifacts repeatally, and means you 595 Options, only per-image Artifacts. </p> [all …]
|
/external/ImageMagick/ImageMagick/script/ |
D | escape.html | 79 <td><b>Artifacts</b></td> 83 written. See Artifacts and Options below for details. 89 image list (also not saved). See Artifacts and Options below. 538 <h3 class="magick-header">Artifacts and Options</h3> 546 consist of per-image Artifacts, and Global options (associated with a list of 550 artifacts, being an internal operational setting, is not saved with images (if 578 are copied to per-image Artifacts, for every image in the current image list. 579 This allows various operators to find its operational 'defines' or Artifacts. 585 saves coping these free-form options into artifacts repeatally, and means you 591 Options, only per-image Artifacts. </p> [all …]
|
/external/antlr/antlr-3.4/gunit-maven-plugin/ |
D | pom.xml | 38 The ANTLR Maven artifacts are now released via the Sonotype OSS 44 means that only ANTLR developers can released the artifacts, but 91 <id>release-sign-artifacts</id> 106 <id>sign-artifacts</id>
|
/external/testng/ |
D | NOTES | 33 …beust/java/testng-eclipse-update-site -artifactRepositoryName "Ganymede Artifacts" -compress -app… 36 …beust/java/testng-eclipse-update-site -artifactRepositoryName "Ganymede Artifacts" -compress -app…
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/ |
D | pom.xml | 41 The ANTLR Maven artifacts are now released via the Sonotype OSS 47 means that only ANTLR developers can released the artifacts, but 131 <id>release-sign-artifacts</id> 146 <id>sign-artifacts</id>
|
/external/autotest/server/ |
D | site_autotest.py | 79 # associated artifacts for the test specified when running 82 # and will revert back to utilizing test code/artifacts that are 94 # artifacts for the build on the host.
|
/external/jsr330/ |
D | pom.xml | 92 <id>release-sign-artifacts</id> 107 <id>sign-artifacts</id>
|
D | tck-pom.xml | 95 <id>release-sign-artifacts</id> 110 <id>sign-artifacts</id>
|
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 35 # global configurations needed for build artifacts 193 """Returns a url to build artifacts on google storage. 197 @returns: A url to build artifacts on google storage.
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
D | all.antlr3.runtime.net.build | 31 <echo message=" cleanall - delete all the Nant and VS.NET build artifacts"/> 32 <echo message=" clean - delete all the Nant build artifacts only"/> 50 …arget name="cleanall" depends="clean" description="Cleans all the Nant and VS.NET build artifacts"> 61 <target name="clean" description="Cleans Nant build artifacts">
|
/external/proguard/docs/ |
D | acknowledgements.html | 40 Marcel Patzlaff has initiated a series of artifacts in the Maven Central 75 target="other">Maven Central</a> repository are hosting the Maven artifacts.
|