Home
last modified time | relevance | path

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

1234

/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/antlr/antlr-3.4/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/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
284 if (artifact == (const char *) NULL) in GetImageArtifact()
294 artifact); in GetImageArtifact()
301 image->image_info->options,artifact); in GetImageArtifact()
367 MagickExport char *RemoveImageArtifact(Image *image,const char *artifact) in RemoveImageArtifact() argument
[all …]
Dpaint.c413 *artifact; in GradientImage() local
438 artifact=GetImageArtifact(image,"gradient:bounding-box"); in GradientImage()
439 if (artifact != (const char *) NULL) in GradientImage()
440 (void) ParseAbsoluteGeometry(artifact,&gradient->bounding_box); in GradientImage()
443 artifact=GetImageArtifact(image,"gradient:direction"); in GradientImage()
444 if (artifact != (const char *) NULL) in GradientImage()
450 MagickFalse,artifact); in GradientImage()
521 artifact=GetImageArtifact(image,"gradient:angle"); in GradientImage()
522 if (artifact != (const char *) NULL) in GradientImage()
523 gradient->angle=StringToDouble(artifact,(char **) NULL); in GradientImage()
[all …]
Dvision.c147 *artifact; in ConnectedComponentsImage() local
446 artifact=GetImageArtifact(image,"connected-components:area-threshold"); in ConnectedComponentsImage()
448 if (artifact != (const char *) NULL) in ConnectedComponentsImage()
449 area_threshold=StringToDouble(artifact,(char **) NULL); in ConnectedComponentsImage()
539 artifact=GetImageArtifact(image,"connected-components:mean-color"); in ConnectedComponentsImage()
540 if (IsStringTrue(artifact) != MagickFalse) in ConnectedComponentsImage()
548 artifact=GetImageArtifact(image,"connected-components:keep"); in ConnectedComponentsImage()
549 if (artifact != (const char *) NULL) in ConnectedComponentsImage()
556 for (p=(char *) artifact; *p != '\0';) in ConnectedComponentsImage()
583 artifact=GetImageArtifact(image,"connected-components:remove"); in ConnectedComponentsImage()
[all …]
Dresize.c722 *artifact; in AcquireResizeFilter() local
909 artifact=GetImageArtifact(image,"filter:filter"); in AcquireResizeFilter()
910 if (IsStringTrue(artifact) != MagickFalse) in AcquireResizeFilter()
915 option=ParseCommandOption(MagickFilterOptions,MagickFalse,artifact); in AcquireResizeFilter()
922 artifact=GetImageArtifact(image,"filter:window"); in AcquireResizeFilter()
923 if (artifact != (const char *) NULL) in AcquireResizeFilter()
925 option=ParseCommandOption(MagickFilterOptions,MagickFalse,artifact); in AcquireResizeFilter()
933 artifact=GetImageArtifact(image,"filter:window"); in AcquireResizeFilter()
934 if (artifact != (const char *) NULL) in AcquireResizeFilter()
939 option=ParseCommandOption(MagickFilterOptions,MagickFalse,artifact); in AcquireResizeFilter()
[all …]
Didentify.c452 *artifact, in IdentifyImage() local
709 artifact=GetImageArtifact(image,"identify:moments"); in IdentifyImage()
710 if (artifact != (const char *) NULL) in IdentifyImage()
715 artifact=GetImageArtifact(image,"identify:features"); in IdentifyImage()
716 if (artifact != (const char *) NULL) in IdentifyImage()
718 distance=StringToUnsignedLong(artifact); in IdentifyImage()
976 artifact=GetImageArtifact(image,"identify:unique-colors"); in IdentifyImage()
977 if (IsStringTrue(artifact) != MagickFalse) in IdentifyImage()
1351 artifact=GetNextImageArtifact(image); in IdentifyImage()
1352 if (artifact != (const char *) NULL) in IdentifyImage()
[all …]
/external/droiddriver/
Dartifactory.gradle10 artifact "${project.buildDir}/outputs/aar/${project.name}-release.aar"
11 artifact sourcesJar
12 artifact javadocJar
/external/conscrypt/benchmark-base/
Dbuild.gradle13 // This shouldn't be needed but seems to help IntelliJ locate the native artifact.
30 // Don't include this artifact in the distribution.
/external/ImageMagick/coders/
Djson.c686 *artifact, in EncodeImageAttributes() local
875 artifact=GetImageArtifact(image,"identify:moments"); in EncodeImageAttributes()
876 if (artifact == (const char *) NULL) in EncodeImageAttributes()
877 artifact=GetImageArtifact(image,"json:moments"); in EncodeImageAttributes()
878 if (artifact != (const char *) NULL) in EncodeImageAttributes()
883 artifact=GetImageArtifact(image,"identify:features"); in EncodeImageAttributes()
884 if (artifact == (const char *) NULL) in EncodeImageAttributes()
885 artifact=GetImageArtifact(image,"json:features"); in EncodeImageAttributes()
886 if (artifact != (const char *) NULL) in EncodeImageAttributes()
888 distance=StringToUnsignedLong(artifact); in EncodeImageAttributes()
[all …]
/external/protobuf/protoc-artifacts/
DREADME.md6 build and publish a ``protoc`` executable (a.k.a. artifact) to Maven
7 repositories. The artifact can be used by build automation tools so that users
11 The version of the ``protoc`` artifact must be the same as the version of the
15 The name of a published ``protoc`` artifact is in the following format:
26 The following command will install the ``protoc`` artifact to your local Maven repository.
83 A 32-bit artifact can be deployed from a 64-bit host with
/external/protobuf/util/
DWORKSPACE37 artifact = "com.google.guava:guava:18.0",
47 artifact = "com.google.code.gson:gson:2.3",
/external/protobuf/
DWORKSPACE37 artifact = "com.google.guava:guava:18.0",
47 artifact = "com.google.code.gson:gson:2.3",
/external/volley/
Dbintray.gradle51 artifact "$buildDir/outputs/aar/volley-release.aar"
52 artifact sourcesJar
53 artifact javadocJar
/external/conscrypt/openjdk-integ-tests/
Dbuild.gradle11 // This shouldn't be needed but seems to help IntelliJ locate the native artifact.
39 // Don't include this artifact in the distribution.
/external/doclava/src/com/google/doclava/
DDocInfo.java116 public void setArtifact(String artifact) { in setArtifact() argument
117 mArtifact = artifact; in setArtifact()
DArtifactTagger.java104 for (String artifact : xmlToArtifact.values()) { in writeArtifactNames()
105 data.setValue("artifact." + index + ".name", artifact); in writeArtifactNames()
/external/ImageMagick/MagickWand/
Dmagick-property.c81 const char *artifact) in MagickDeleteImageArtifact() argument
94 return(DeleteImageArtifact(wand->images,artifact)); in MagickDeleteImageArtifact()
554 WandExport char *MagickGetImageArtifact(MagickWand *wand,const char *artifact) in MagickGetImageArtifact() argument
570 value=GetImageArtifact(wand->images,artifact); in MagickGetImageArtifact()
613 *artifact; in MagickGetImageArtifacts() local
638 artifact=GetNextImageProperty(wand->images); in MagickGetImageArtifacts()
639 for (i=0; artifact != (const char *) NULL; ) in MagickGetImageArtifacts()
641 if ((*artifact != '[') && in MagickGetImageArtifacts()
642 (GlobExpression(artifact,pattern,MagickFalse) != MagickFalse)) in MagickGetImageArtifacts()
657 artifacts[i]=ConstantString(artifact); in MagickGetImageArtifacts()
[all …]
/external/conscrypt/openjdk/
Dbuild.gradle67 // This shouldn't be needed but seems to help IntelliJ locate the native artifact.
128 // Need to add the native artifact to classpath when running the tests.
177 // Add it to the 'archives' configuration so that the artifact will be automatically built and
229 // We will test each available native artifact separately (see nativeClassifiers).
360 // Build the native artifact classifier from the OS and architecture.
370 // Rename the artifact to include the generated classifier
/external/conscrypt/api-doclet/
Dbuild.gradle7 // Don't include this artifact in the distribution.
/external/brotli/
DWORKSPACE8 artifact = "junit:junit:4.12",
/external/conscrypt/benchmark-graphs/
Dbuild.gradle10 // Don't include this artifact in the distribution.
/external/conscrypt/android-stub/
Dbuild.gradle11 // Don't include this artifact in the distribution.
/external/autotest/site_utils/
Dbackup_mysql_db.py276 for artifact in to_remove:
277 cmd = ' '.join(rm_cmd + [self._gs_dir + '/' + artifact])
/external/conscrypt/testing/
Dbuild.gradle21 // Don't include this artifact in the distribution.

1234