/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/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; 72 private List<Artifact> pluginArtifacts; 132 Artifact pluginAntlrArtifact = determinePluginAntlrArtifact(); in execute() 139 private Artifact determinePluginAntlrArtifact() throws MojoExecutionException { in determinePluginAntlrArtifact() 140 for ( Artifact artifact : pluginArtifacts ) { in determinePluginAntlrArtifact() 141 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 | 103 """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/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/dagger2/util/ |
D | deploy-hilt.sh | 33 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 …]
|
D | deploy-dagger.sh | 45 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/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 …]
|
D | vision.c | 40 #include "MagickCore/artifact.h" 148 *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() [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/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/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 …]
|
D | msi-steps.yml | 11 displayName: 'Download artifact: doc' 25 displayName: 'Download artifact: bin_win32' 31 displayName: 'Download artifact: bin_win32_d' 37 displayName: 'Download artifact: bin_amd64' 43 displayName: 'Download artifact: bin_amd64_d' 49 displayName: 'Download artifact: tcltk_lib_win32' 55 displayName: 'Download artifact: tcltk_lib_amd64' 112 displayName: 'Assemble artifact: msi (1/2)' 122 displayName: 'Assemble artifact: msi (2/2)'
|
D | stage-layout-msix.yml | 33 displayName: 'Download artifact: bin_$(Name)' 39 displayName: 'Download artifact: bin_$(Name)_d' 45 displayName: 'Download artifact: tcltk_lib_$(Name)' 66 displayName: 'Publish Artifact: layout_appxstore_$(Name)' 72 displayName: 'Download artifact: cert' 94 displayName: 'Publish Artifact: layout_appx_$(Name)'
|
/external/dagger2/.github/workflows/ |
D | ci.yml | 48 uses: actions/upload-artifact@v2 52 artifact-java-local-tests: 53 name: 'Artifact Java local tests' 69 uses: actions/download-artifact@v2 76 artifact-android-local-tests: 77 name: 'Artifact Android local tests (AGP ${{ matrix.agp }})' 96 uses: actions/download-artifact@v2 103 artifact-android-emulator-tests: 104 name: 'Artifact Android emulator tests (API 30)' 122 uses: actions/download-artifact@v2 [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 79 help="Upload the artifact to --bucket for analysis.") 92 help="Unique ID for your artifact, used for sorting dashboards.") 112 "--artifact", 118 help="Manually set the recorded size instead of providing an artifact.") 160 # Select the earliest recorded commit in the same table for the same artifact 287 # If the artifact has never been tracked before this commit 295 if FLAGS.upload and FLAGS.artifact: 296 artifact_filename = os.path.basename(FLAGS.artifact.name) [all …]
|
/external/dagger2/java/dagger/lint/ |
D | BUILD | 25 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/pigweed/pw_build/py/pw_build/ |
D | python_runner.py | 168 """Attempts to resolve which artifact to use if there are multiple. 199 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 [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/release/ |
D | verify_python_release.py | 46 Artifact = collections.namedtuple("Artifact", ("filename", "checksum")) variable 61 Artifact(f, _get_md5_checksum(f)) for f in os.listdir(os.getcwd())) 75 Artifact(download_info['filename'], download_info['md5_digest'])) 95 for artifact in local_but_not_remote: 96 print(artifact) 99 for artifact in remote_but_not_local: 100 print(artifact)
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
D | ReportAggregateMojo.java | 21 import org.apache.maven.artifact.Artifact; 22 import org.apache.maven.artifact.versioning.DefaultArtifactVersion; 23 import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException; 24 import org.apache.maven.artifact.versioning.VersionRange; 111 Artifact.SCOPE_COMPILE, Artifact.SCOPE_RUNTIME, in loadExecutionData() 112 Artifact.SCOPE_PROVIDED, Artifact.SCOPE_TEST)) { in loadExecutionData() 136 Artifact.SCOPE_COMPILE, Artifact.SCOPE_RUNTIME, in createReport() 137 Artifact.SCOPE_PROVIDED)) { in createReport()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 69 /// Compute future expected spill weight of a split artifact of li 72 /// \param start The expected begining of the split artifact. Instructions 74 /// \param end The expected end of the split artifact. Instructions 76 /// \return The expected spill weight of the split artifact. Returns 83 /// artifact of li that will span between start and end slot indexes. 85 /// \param start The expected begining of the split artifact. Instructions 87 /// weight calculation of future split artifact. 88 /// \param end The expected end of the split artifact. Instructions 90 /// weight calculation of future split artifact.
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 64 /// Compute future expected spill weight of a split artifact of LI 67 /// \param Start The expected beginning of the split artifact. Instructions 69 /// \param End The expected end of the split artifact. Instructions 71 /// \return The expected spill weight of the split artifact. Returns 83 /// artifact of LI that will span between start and end slot indexes. 85 /// \param Start The expected beginning of the split artifact. Instructions 87 /// weight calculation of future split artifact. 88 /// \param End The expected end of the split artifact. Instructions 90 /// weight calculation of future split artifact.
|
/external/dokka/.idea/artifacts/ |
D | dokka_zip.xml | 2 <artifact name="dokka:zip"> 7 <element id="artifact" artifact-name="dokka:jar" /> 22 <element id="artifact" artifact-name="javadoc:jar" /> 26 </artifact>
|