Home
last modified time | relevance | path

Searched full:artifact (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/external/robolectric/plugins/maven-dependency-resolver/src/main/java/org/robolectric/internal/dependency/
DMavenArtifactFetcher.java64 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/
DWORKSPACE3 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/
Dhealthcare_v1.projects.locations.datasets.consentStores.consentArtifacts.html82 <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.
113artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Clo…
114 …&quot;rawBytes&quot;: &quot;A String&quot;, # Consent artifact content represented as a stream of …
119 …&quot;image&quot;: { # Raw bytes representing consent artifact content. # Optional. An image of th…
120artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Clo…
[all …]
Dhealthcare_v1beta1.projects.locations.datasets.consentStores.consentArtifacts.html82 <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.
113artifact content. The URI must be in the following format: `gs://{bucket_id}/{object_id}`. The Clo…
114 …&quot;rawBytes&quot;: &quot;A String&quot;, # Consent artifact content represented as a stream of …
119 …&quot;image&quot;: { # Raw bytes representing consent artifact content. # Optional. An image of th…
120artifact 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/
DGUnitExecuteMojo.java21 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/
Drepositories.bzl114 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/
Dmaven_info.bzl22 "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 …]
Dmaven.bzl101 """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/
Ddeploy-hilt.sh40 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 …]
Ddeploy-dagger.sh54 # 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/
Dluci_test_result.cc64 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/
Dfip-secure-partitions.puml10 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/
Dopencensus_workspace.bzl3artifact=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/
Dartifact.c13 % 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/
Dpom.xml44 <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/
Dabilint.cc109 /// 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/
DMavenDependencyResolverTest.kt53 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/
Dpom.xml44 <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__.py53 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/
DArtifactTagger.java50 * 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/
Dnative_deps.bzl41 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/
Dstage-pack-msix.yml15 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/
Dci.yml40 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/
Dgn_resolver.py136 """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/
Dsizetrack_helper.py16 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 …]

12345678910>>...39