Home
last modified time | relevance | path

Searched refs:artifact (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/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/dagger2/util/
Ddeploy-hilt.sh33 java/dagger/hilt/android/artifact.aar \
35 java/dagger/hilt/android/artifact-src.jar \
36 java/dagger/hilt/android/artifact-javadoc.jar
39 java/dagger/hilt/android/testing/artifact.aar \
41 java/dagger/hilt/android/testing/artifact-src.jar \
42 java/dagger/hilt/android/testing/artifact-javadoc.jar
45 java/dagger/hilt/processor/artifact.jar \
47 java/dagger/hilt/processor/artifact-src.jar \
48 java/dagger/hilt/processor/artifact-javadoc.jar
51 java/dagger/hilt/android/processor/artifact.jar \
[all …]
Ddeploy-dagger.sh45 java/dagger/internal/codegen/artifact.jar \
47 java/dagger/internal/codegen/artifact-src.jar \
48 java/dagger/internal/codegen/artifact-javadoc.jar
51 java/dagger/producers/artifact.jar \
53 java/dagger/producers/artifact-src.jar \
54 java/dagger/producers/artifact-javadoc.jar
57 java/dagger/spi/artifact.jar \
59 java/dagger/spi/artifact-src.jar \
60 java/dagger/spi/artifact-javadoc.jar
118 java/dagger/lint/lint-artifact.jar \
[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/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/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;
140 for ( Artifact artifact : pluginArtifacts ) { in determinePluginAntlrArtifact()
141 boolean match = ANTLR_GROUP_ID.equals( artifact.getGroupId() ) in determinePluginAntlrArtifact()
142 && ANTLR_ARTIFACT_NAME.equals( artifact.getArtifactId() ); in determinePluginAntlrArtifact()
144 return artifact; in determinePluginAntlrArtifact()
153 private ArtifactVersion determineArtifactVersion(Artifact artifact) throws MojoExecutionException { in determineArtifactVersion() argument
[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.bzl103 """Generates the files required for a maven artifact.
107 * ":<NAME>": The artifact file for the given target and deps
112 given "target" is a maven artifact (i.e. the "tags" attribute contains
114 dependencies of the target that are not owned by another maven artifact,
120 artifact_name: The name of the maven artifact.
121 artifact_coordinates: The coordinates of the maven artifact in the
127 packaging: The packaging of the maven artifact. E.g. "aar"
259 Validates that the given "target" is a maven artifact (i.e. the "tags"
262 another maven artifact, and validates that the given "deps" matches
266 artifact = target[MavenInfo].artifact
[all …]
/external/ImageMagick/MagickCore/
Dartifact.c152 const char *artifact) in DefineImageArtifact() argument
162 assert(artifact != (const char *) NULL); in DefineImageArtifact()
163 (void) CopyMagickString(key,artifact,MagickPathExtent-1); in DefineImageArtifact()
199 const char *artifact) in DeleteImageArtifact() argument
207 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->artifacts,artifact)); in DeleteImageArtifact()
274 const char *artifact) in GetImageArtifact() argument
286 if (artifact == (const char *) NULL) in GetImageArtifact()
290 artifact); in GetImageArtifact()
297 image->image_info->options,artifact); in GetImageArtifact()
363 MagickExport char *RemoveImageArtifact(Image *image,const char *artifact) in RemoveImageArtifact() argument
[all …]
Dvision.c148 *artifact, in ConnectedComponentsImage() local
462 artifact=GetImageArtifact(image,"connected-components:background-id"); in ConnectedComponentsImage()
463 if (artifact != (const char *) NULL) in ConnectedComponentsImage()
464 background_id=(ssize_t) StringToLong(artifact); in ConnectedComponentsImage()
465 artifact=GetImageArtifact(image,"connected-components:area-threshold"); in ConnectedComponentsImage()
466 if (artifact != (const char *) NULL) in ConnectedComponentsImage()
471 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
477 artifact=GetImageArtifact(image,"connected-components:keep-colors"); in ConnectedComponentsImage()
478 if (artifact != (const char *) NULL) in ConnectedComponentsImage()
488 for (p=artifact; ; ) in ConnectedComponentsImage()
[all …]
Dpaint.c408 *artifact; in GradientImage() local
433 artifact=GetImageArtifact(image,"gradient:bounding-box"); in GradientImage()
434 if (artifact != (const char *) NULL) in GradientImage()
435 (void) ParseAbsoluteGeometry(artifact,&gradient->bounding_box); in GradientImage()
438 artifact=GetImageArtifact(image,"gradient:direction"); in GradientImage()
439 if (artifact != (const char *) NULL) in GradientImage()
445 MagickFalse,artifact); in GradientImage()
516 artifact=GetImageArtifact(image,"gradient:angle"); in GradientImage()
517 if (artifact != (const char *) NULL) in GradientImage()
518 gradient->angle=StringToDouble(artifact,(char **) NULL); in GradientImage()
[all …]
Dattribute.c145 *artifact; in GetEdgeBackgroundCensus() local
201 artifact=GetImageArtifact(image,"background"); in GetEdgeBackgroundCensus()
202 if (artifact != (const char *) NULL) in GetEdgeBackgroundCensus()
203 (void) QueryColorCompliance(artifact,AllCompliance,&background,exception); in GetEdgeBackgroundCensus()
204 artifact=GetImageArtifact(image,"trim:background-color"); in GetEdgeBackgroundCensus()
205 if (artifact != (const char *) NULL) in GetEdgeBackgroundCensus()
206 (void) QueryColorCompliance(artifact,AllCompliance,&background,exception); in GetEdgeBackgroundCensus()
256 *artifact; in GetEdgeBoundingBox() local
295 artifact=GetImageArtifact(edge_image,"trim:percent-background"); in GetEdgeBoundingBox()
296 if (artifact != (const char *) NULL) in GetEdgeBoundingBox()
[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/pigweed/pw_build/py/pw_build/
Dpython_runner.py199 artifact: Optional[_Artifact] = None
204 if artifact:
207 artifact.variables[key] = value
210 yield artifact
211 artifact = None
215 artifact = _get_artifact(build_dir, match.group(1).split())
219 if artifact:
220 yield artifact
227 artifact: Optional[Path] = None
239 assert not artifact, f'Multiple artifacts for {target}!'
[all …]
/external/dagger2/java/dagger/lint/
DBUILD25 name = "lint-artifact-lib",
43 outs = ["liblint-artifact-lib-src.jar"],
55 name = "lint-artifact",
58 artifact_target = ":lint-artifact-lib",
69 # An empty android artifact to distribute and share the Dagger lint rules for
72 name = "lint-android-artifact-lib",
77 name = "lint-android-artifact",
80 artifact_target = ":lint-android-artifact-lib",
81 lint_deps = [":lint-artifact-lib"],
/external/tensorflow/tensorflow/tools/ci_build/
Dsizetrack_helper.py295 if FLAGS.upload and FLAGS.artifact:
296 artifact_filename = os.path.basename(FLAGS.artifact.name)
317 artifact_filename = ("NO_FILE" if not FLAGS.artifact else os.path.basename(
318 FLAGS.artifact.name))
319 size_bytes = FLAGS.manual_bytes or os.path.getsize(FLAGS.artifact.name)
347 elif not FLAGS.team or not FLAGS.artifact_id or not (FLAGS.artifact or
364 if FLAGS.upload and FLAGS.artifact:
369 gcloud("gsutil", ["cp", FLAGS.artifact.name, upload_path])
/external/rust/crates/grpcio-sys/grpc/tools/release/
Dverify_python_release.py95 for artifact in local_but_not_remote:
96 print(artifact)
99 for artifact in remote_but_not_local:
100 print(artifact)
/external/kotlinx.atomicfu/gradle/
Dpublish-mpp-root-module-in-platform.gradle7 metadata can still get the platform artifact and transitive dependencies from the POM: */
16 artifact(it)
22 … // The platform POM needs its artifact ID replaced with the artifact ID of the root module:
/external/kotlinx.coroutines/gradle/
Dpublish-mpp-root-module-in-platform.gradle8 * can still get the platform artifact and transitive dependencies from the POM.
19 artifact(it)
25 … // The platform POM needs its artifact ID replaced with the artifact ID of the root module:
/external/python/cryptography/
Drelease.py64 for artifact in json_response["artifacts"]:
67 json_response["url"], artifact["relativePath"]
71 print("Downloading {0}".format(artifact["fileName"]))
85 artifact["fileName"],
/external/dagger2/java/dagger/hilt/processor/
DBUILD23 # TODO(bcorso): merge this into :artifact-lib once we remove hilt-android-compiler artifact.
25 name = "artifact-lib-shared",
44 name = "artifact-lib",
48 ":artifact-lib-shared",
53 name = "artifact",
56 artifact_target = ":artifact-lib",
/external/perfetto/test/cts/test_apps/
DAndroid.bp26 // tag this module as a cts test artifact
46 // tag this module as a cts test artifact
66 // tag this module as a cts test artifact
86 // tag this module as a cts test artifact
/external/grpc-grpc-java/examples/android/routeguide/app/
Dbuild.gradle29 protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
31 javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
32 grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.1' // CURRENT_GRPC_VERSION
/external/okio/gradle/
Dgradle-mvn-mpp-push.gradle74 artifact javadocsJar
107 // Use default artifact name for the JVM target
119 // Source jars are only created for platforms, not the common artifact.
120 artifact emptySourcesJar
/external/conscrypt/openjdk-uber/
Dbuild.gradle80 // artifact exactly matches the one on the current system.
90 artifact sourcesJar
91 artifact javadocJar
92 artifact jar

12345678910>>...12