| /external/robolectric/plugins/maven-dependency-resolver/src/main/java/org/robolectric/internal/dependency/ |
| D | MavenArtifactFetcher.java | 64 public void fetchArtifact(MavenJarArtifact artifact) { in fetchArtifact() argument 66 if (new File(localRepositoryDir, artifact.jarPath()).exists()) { in fetchArtifact() 67 Logger.info(String.format("Found %s in local maven repository", artifact)); in fetchArtifact() 73 createArtifactSubdirectory(artifact, stagingRepositoryDir); in fetchArtifact() 75 fetchToStagingRepository(artifact.pomSha512Path()), in fetchArtifact() 76 fetchToStagingRepository(artifact.pomPath()), in fetchArtifact() 77 fetchToStagingRepository(artifact.jarSha512Path()), in fetchArtifact() 78 fetchToStagingRepository(artifact.jarPath())) in fetchArtifact() 81 // double check that the artifact has not been installed in fetchArtifact() 82 if (new File(localRepositoryDir, artifact.jarPath()).exists()) { in fetchArtifact() [all …]
|
| /external/wycheproof/ |
| D | WORKSPACE | 3 artifact = "org.bouncycastle:bcprov-jdk15on:1.46", 8 artifact = "org.bouncycastle:bcprov-jdk15on:1.47", 13 artifact = "org.bouncycastle:bcprov-jdk15on:1.48", 18 artifact = "org.bouncycastle:bcprov-jdk15on:1.49", 23 artifact = "org.bouncycastle:bcprov-jdk15on:1.50", 28 artifact = "org.bouncycastle:bcprov-jdk15on:1.51", 33 artifact = "org.bouncycastle:bcprov-jdk15on:1.52", 38 artifact = "org.bouncycastle:bcprov-jdk15on:1.53", 43 artifact = "org.bouncycastle:bcprov-jdk15on:1.54", 48 artifact = "org.bouncycastle:bcprov-jdk15on:1.55", [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | healthcare_v1.projects.locations.datasets.consentStores.consentArtifacts.html | 82 <p class="firstline">Creates a new Consent artifact in the parent consent store.</p> 85 <p class="firstline">Deletes the specified Consent artifact. Fails if the artifact is referenced by… 88 <p class="firstline">Gets the specified Consent artifact.</p> 103 <pre>Creates a new Consent artifact in the parent consent store. 106 …parent: string, Required. The name of the consent store this Consent artifact belongs to. (require… 112 { # Raw bytes representing consent artifact content. 113 …artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Clo… 114 …"rawBytes": "A String", # Consent artifact content represented as a stream of … 119 …"image": { # Raw bytes representing consent artifact content. # Optional. An image of th… 120 …artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Clo… [all …]
|
| D | healthcare_v1beta1.projects.locations.datasets.consentStores.consentArtifacts.html | 82 <p class="firstline">Creates a new Consent artifact in the parent consent store.</p> 85 <p class="firstline">Deletes the specified Consent artifact. Fails if the artifact is referenced by… 88 <p class="firstline">Gets the specified Consent artifact.</p> 103 <pre>Creates a new Consent artifact in the parent consent store. 106 …parent: string, Required. The name of the consent store this Consent artifact belongs to. (require… 112 { # Raw bytes representing consent artifact content. 113 …artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Clo… 114 …"rawBytes": "A String", # Consent artifact content represented as a stream of … 119 …"image": { # Raw bytes representing consent artifact content. # Optional. An image of th… 120 …artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Clo… [all …]
|
| /external/antlr/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
| D | GUnitExecuteMojo.java | 21 import org.apache.maven.artifact.Artifact; 22 import org.apache.maven.artifact.DependencyResolutionRequiredException; 23 import org.apache.maven.artifact.versioning.ArtifactVersion; 24 import org.apache.maven.artifact.versioning.DefaultArtifactVersion; 25 import org.apache.maven.artifact.versioning.OverConstrainedVersionException; 71 private List<Artifact> pluginArtifacts; 124 Artifact pluginAntlrArtifact = determinePluginAntlrArtifact(); in execute() 131 private Artifact determinePluginAntlrArtifact() throws MojoExecutionException { in determinePluginAntlrArtifact() 132 for ( Artifact artifact : pluginArtifacts ) { in determinePluginAntlrArtifact() 133 boolean match = ANTLR_GROUP_ID.equals( artifact.getGroupId() ) in determinePluginAntlrArtifact() [all …]
|
| /external/grpc-grpc-java/ |
| D | repositories.bzl | 114 artifact = "com.google.api.grpc:proto-google-common-protos:1.0.0", 121 artifact = "com.google.auth:google-auth-library-credentials:0.9.0", 128 artifact = "com.google.auth:google-auth-library-oauth2-http:0.9.0", 135 artifact = "com.google.code.findbugs:jsr305:3.0.2", 142 artifact = "com.google.code.gson:gson:jar:2.7", 149 artifact = "com.google.errorprone:error_prone_annotations:2.2.0", 156 artifact = "com.google.guava:guava:26.0-android", 183 artifact = "com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-5", 190 artifact = "com.google.re2j:re2j:1.2", 197 artifact = "com.google.truth:truth:0.42", [all …]
|
| /external/dagger2/tools/ |
| D | maven_info.bzl | 22 "artifact": """ 23 The Maven coordinate for the artifact that is exported by this target, if one exists. 41 artifact = None, 56 artifact = None 61 artifact = tag[len(_MAVEN_COORDINATES_PREFIX):] 71 # If the dep is itself a maven artifact, add it and all of its transitive deps. 73 if dep[MavenInfo].artifact or dep[MavenInfo] == _EMPTY_MAVEN_INFO: 74 if (dep[MavenInfo].artifact): 75 maven_artifacts.append(dep[MavenInfo].artifact) 83 artifact = artifact, [all …]
|
| D | maven.bzl | 101 """Generates the files required for a maven artifact. 105 * ":<NAME>": The artifact file for the given target and deps 110 given "target" is a maven artifact (i.e. the "tags" attribute contains 112 dependencies of the target that are not owned by another maven artifact, 118 artifact_name: The name of the maven artifact. 119 artifact_coordinates: The coordinates of the maven artifact in the 125 packaging: The packaging of the maven artifact. E.g. "aar" 253 Validates that the given "target" is a maven artifact (i.e. the "tags" 256 another maven artifact, and validates that the given "deps" matches 260 artifact = target[MavenInfo].artifact [all …]
|
| /external/dagger2/util/ |
| D | deploy-hilt.sh | 40 java/dagger/hilt/android/artifact.aar \ 42 java/dagger/hilt/android/artifact-src.jar \ 43 java/dagger/hilt/android/artifact-javadoc.jar \ 48 java/dagger/hilt/android/testing/artifact.aar \ 50 java/dagger/hilt/android/testing/artifact-src.jar \ 51 java/dagger/hilt/android/testing/artifact-javadoc.jar \ 56 java/dagger/hilt/processor/artifact.jar \ 58 java/dagger/hilt/processor/artifact-src.jar \ 59 java/dagger/hilt/processor/artifact-javadoc.jar \ 64 java/dagger/hilt/android/processor/artifact.jar \ [all …]
|
| D | deploy-dagger.sh | 54 # This artifact uses the shaded classes from dagger-spi, so we use the same 58 java/dagger/internal/codegen/artifact.jar \ 60 java/dagger/internal/codegen/artifact-src.jar \ 61 java/dagger/internal/codegen/artifact-javadoc.jar \ 66 java/dagger/producers/artifact.jar \ 68 java/dagger/producers/artifact-src.jar \ 69 java/dagger/producers/artifact-javadoc.jar \ 74 java/dagger/spi/artifact.jar \ 76 java/dagger/spi/artifact-src.jar \ 77 java/dagger/spi/artifact-javadoc.jar \ [all …]
|
| /external/cronet/testing/perf/ |
| D | luci_test_result.cc | 64 base::Value ToValue(const LuciTestResult::Artifact& artifact) { in ToValue() argument 66 DCHECK(artifact.file_path.has_value() != artifact.contents.has_value()); in ToValue() 70 if (artifact.file_path.has_value()) { in ToValue() 71 dict.Set(kKeyFilePath, artifact.file_path->AsUTF8Unsafe()); in ToValue() 73 DCHECK(artifact.contents.has_value()); in ToValue() 74 dict.Set(kKeyContents, artifact.contents.value()); in ToValue() 77 dict.Set(kKeyContentType, artifact.content_type); in ToValue() 134 // LuciTestResult::Artifact 136 LuciTestResult::Artifact::Artifact() = default; 137 LuciTestResult::Artifact::Artifact(const Artifact& other) = default; [all …]
|
| /external/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
| D | fip-secure-partitions.puml | 10 artifact sp_binary_1 11 artifact sp_manifest_1 [ 22 artifact sp_binary_2 23 artifact sp_manifest_2 [ 32 artifact tb_fw_config.dts [ 48 artifact config.json [ 62 artifact sp_gen [ 74 artifact tb_fw_config.dtb 76 artifact spkg_1 [ 86 artifact spkg_2 [ [all …]
|
| /external/opencensus-java/examples/ |
| D | opencensus_workspace.bzl | 3 …artifact=com.google.guava:guava-jdk5:23.0 --artifact=com.google.guava:guava:23.0 --artifact=io.grp… 14 artifact = "com.google.code.findbugs:jsr305:2.0.2", 23 artifact = "io.grpc:grpc-protobuf-lite:1.9.0", 31 artifact = "io.opencensus:opencensus-exporter-stats-prometheus:0.16.1", 41 artifact = "com.google.auth:google-auth-library-oauth2-http:0.10.0", 52 artifact = "io.netty:netty-transport:4.1.17.Final", 61 artifact = "io.netty:netty-handler-proxy:4.1.17.Final", 70 artifact = "io.grpc:grpc-protobuf-nano:1.9.0", 79 artifact = "com.google.cloud:google-cloud-trace:0.58.0-beta", 88 artifact = "commons-codec:commons-codec:1.9", [all …]
|
| /external/ImageMagick/MagickCore/ |
| D | artifact.c | 13 % MagickCore Artifact Methods % 44 #include "MagickCore/artifact.h" 136 % "key=value" with per-image artifact. It is equivelent to 142 % const char *artifact) 148 % o artifact: the image artifact. 152 const char *artifact) in DefineImageArtifact() argument 162 assert(artifact != (const char *) NULL); in DefineImageArtifact() 163 (void) CopyMagickString(key,artifact,MagickPathExtent-1); in DefineImageArtifact() 185 % DeleteImageArtifact() deletes an image artifact. 189 % MagickBooleanType DeleteImageArtifact(Image *image,const char *artifact) [all …]
|
| /external/protobuf/protoc-artifacts/ |
| D | pom.xml | 44 <goal>attach-artifact</goal> 48 <artifact> 52 </artifact> 53 <artifact> 57 </artifact> 58 <artifact> 62 </artifact> 63 <artifact> 67 </artifact> 68 <artifact> [all …]
|
| /external/libabigail/tools/ |
| D | abilint.cc | 109 /// A tree node representing the "use" relation between an artifact A 113 /// So the node contains the artifact A and a vector children nodes 121 /// The artifact contained in this node. 122 type_or_decl_base* artifact = nullptr; member 124 /// actually use the 'artifact' above. In other words, the 125 /// 'artifact" data member above is a sub-type of each artifact 135 /// @param the artifact to consider. 137 : artifact (t) in artifact_use_relation_tree() 143 /// Add a user artifact node for the artifact carried by this node. 145 /// The artifact carried by the current node is a sub-type of the [all …]
|
| /external/robolectric/plugins/maven-dependency-resolver/src/test/java/org/robolectric/internal/dependency/ |
| D | MavenDependencyResolverTest.kt | 53 val artifact = MavenJarArtifact(dependencyJar) in localArtifactUrl_placesFilesCorrectlyForSingleURL() constant 54 checkJarArtifact(artifact) in localArtifactUrl_placesFilesCorrectlyForSingleURL() 63 val artifact = MavenJarArtifact(dependencyJar) in localArtifactUrl_placesFilesCorrectlyForMultipleURL() constant 64 checkJarArtifact(artifact) in localArtifactUrl_placesFilesCorrectlyForMultipleURL() 68 /** Checks the case where the existing artifact directory is valid. */ 72 val dependencyJar = DependencyJar("group", "artifact", "1") in localArtifactUrl_handlesExistingArtifactDirectory() 82 * Checks the case where there is some existing artifact metadata in the artifact directory, but 88 val dependencyJar = DependencyJar("group", "artifact", "1") in localArtifactUrl_handlesExistingMetadataFile() 99 private fun checkJarArtifact(artifact: MavenJarArtifact) { in checkJarArtifact() 100 val jar = File(localRepositoryDir, artifact.jarPath()) in checkJarArtifact() [all …]
|
| /external/cronet/third_party/protobuf/protoc-artifacts/ |
| D | pom.xml | 44 <goal>attach-artifact</goal> 48 <artifact> 52 </artifact> 53 <artifact> 57 </artifact> 58 <artifact> 62 </artifact> 63 <artifact> 67 </artifact> 68 <artifact> [all …]
|
| /external/oss-fuzz/infra/cifuzz/filestore/github_actions/ |
| D | __init__.py | 53 actions API is the only way to upload an artifact but it does not support 75 """Uploads |directory| as artifact with |name|.""" 89 # artifact name. 106 """Finds an artifact using the GitHub API and returns it.""" 109 artifact = github_api.find_artifact(name, artifacts) 110 logging.debug('Artifact: %s.', artifact) 111 return artifact 114 """Downloads artifact with |name| to |dst_directory|. Returns True on 120 logging.warning('Could not download artifact: %s.', name) 125 logging.error('Artifact zip did not contain a tarfile.') [all …]
|
| /external/doclava/src/com/google/doclava/ |
| D | ArtifactTagger.java | 50 * Specifies the apicheck XML file associated with an artifact. 52 * This method should only be called once per artifact. 55 * @param mavenSpec the Maven spec for the artifact to which the XML file belongs 62 * Tags the specified docs with artifact information. 67 // Read through the XML files in order, applying their artifact information in tagAll() 80 "Failed to parse " + xmlFile + " for " + artifactName + " artifact data.\n" in tagAll() 94 * Returns {@code true} if any artifact mappings are specified. 101 * Writes an index of the artifact names to {@code data}. 105 for (String artifact : xmlToArtifact.values()) { in writeArtifactNames() 106 data.setValue("artifact." + index + ".name", artifact); in writeArtifactNames() [all …]
|
| /external/bazelbuild-rules_android/rules/ |
| D | native_deps.bzl | 41 filename: String. The name of the artifact containing the name of the 119 artifact = None 122 artifact = input.resolved_symlink_interface_library 124 artifact = input.interface_library 126 artifact = input.resolved_symlink_dynamic_library 128 artifact = input.dynamic_library 130 if not artifact: 131 fail("Should never happen: did not find artifact for link!") 133 if artifact in artifacts: 136 artifacts[artifact] = None [all …]
|
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | stage-pack-msix.yml | 15 Artifact: appx 20 Artifact: appxstore 25 Artifact: appx 30 Artifact: appxstore 38 displayName: 'Download artifact: layout_$(Artifact)_$(Name)' 40 artifactName: layout_$(Artifact)_$(Name) 44 displayName: 'Download artifact: symbols' 68 displayName: 'Publish Artifact: MSIX' 75 displayName: 'Publish Artifact: MSIX' 88 displayName: 'Publish Artifact: MSIXUpload' [all …]
|
| /external/dagger2/.github/workflows/ |
| D | ci.yml | 40 artifact-java-local-tests: 41 name: 'Artifact Java local tests' 46 - uses: ./.github/actions/artifact-java-local-tests 54 artifact-android-local-tests: 55 name: 'Artifact Android local tests (AGP ${{ matrix.agp }})' 63 - uses: ./.github/actions/artifact-android-local-tests 66 artifact-android-emulator-tests: 67 name: 'Artifact Android emulator tests (API 30)' 74 - uses: ./.github/actions/artifact-android-emulator-tests 78 artifact-android-emulator-legacy-api-tests: [all …]
|
| /external/pigweed/pw_build/py/pw_build/ |
| D | gn_resolver.py | 136 """Attempts to resolve which artifact to use if there are multiple. 168 artifact: Optional[_Artifact] = None 173 if artifact: 176 artifact.variables[key] = value 179 yield artifact 180 artifact = None 184 artifact = _get_artifact(match.group(1).split()) 188 if artifact: 189 yield artifact 197 artifact: Optional[Path] = None [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | sizetrack_helper.py | 16 r"""Used for Google-internal artifact size tracking. 23 --artifact=ARTIFACT, or --manual_bytes=MANUAL_BYTES 75 help="Upload the artifact to --bucket for analysis.") 88 help="Unique ID for your artifact, used for sorting dashboards.") 108 "--artifact", 114 help="Manually set the recorded size instead of providing an artifact.") 156 # Select the earliest recorded commit in the same table for the same artifact 292 # If the artifact has never been tracked before this commit 300 if FLAGS.upload and FLAGS.artifact: 301 artifact_filename = os.path.basename(FLAGS.artifact.name) [all …]
|