| /third_party/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 …]
|
| /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 …]
|
| D | README.md | 6 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 10 If you would like us to publish protoc artifact for a new platform, please send 26 The version of the ``protoc`` artifact must be the same as the version of the 29 ## Artifact name 30 The name of a published ``protoc`` artifact is in the following format: 55 ### Build the artifact for each platform 58 artifact for each platform. For example:
|
| /third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/ |
| D | dsse.js | 27 // DSSE requires the artifact to be pre-encoded with the payload type 29 async prepare(artifact) { argument 30 const a = artifactDefaults(artifact); 33 // Packages the artifact and signature into a DSSE bundle 34 async package(artifact, signature) { argument 35 return (0, bundle_1.toDSSEBundle)(artifactDefaults(artifact), signature); 39 // Defaults the artifact type to an empty string if not provided 40 function artifactDefaults(artifact) { argument 42 ...artifact, 43 type: artifact.type ?? '',
|
| D | base.js | 5 // provides a the basic wokflow for signing and witnessing an artifact. 13 // Executes the signing/witnessing process for the given artifact. 14 async create(artifact) { argument 15 const signature = await this.prepare(artifact).then((blob) => this.signer.sign(blob)); 16 const bundle = await this.package(artifact, signature); 34 // artifact. The returned buffer will be signed by the signer. The default 35 // implementation simply returns the artifact data. 36 async prepare(artifact) { argument 37 return artifact.data;
|
| D | bundle.js | 46 function toMessageSignatureBundle(artifact, signature) { argument 47 const digest = util_1.crypto.hash(artifact.data); 59 function toDSSEBundle(artifact, signature) { argument 61 artifact: artifact.data, property 62 artifactType: artifact.type,
|
| /third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/ |
| D | sigstore_verification.js | 3 exports.Input = exports.Artifact = exports.ArtifactVerificationOptions_ObserverTimestampOptions = e… 232 exports.Artifact = { 237 : isSet(object.artifact) 238 ? { $case: "artifact", artifact: Buffer.from(bytesFromBase64(object.artifact)) } 245 message.data?.$case === "artifact" && 246 …(obj.artifact = message.data?.artifact !== undefined ? base64FromBytes(message.data?.artifact) : u… 255 artifact: undefined, 266 … artifact: isSet(object.artifact) ? exports.Artifact.fromJSON(object.artifact) : undefined, 278 …message.artifact !== undefined && (obj.artifact = message.artifact ? exports.Artifact.toJSON(messa…
|
| /third_party/ninja/.github/workflows/ |
| D | linux.yml | 56 mkdir artifact 57 7z a artifact/ninja-linux.zip ./release-build/ninja 59 # Upload ninja binary archive as an artifact 60 - name: Upload artifact 61 uses: actions/upload-artifact@v3 64 path: artifact 73 asset_path: ./artifact/ninja-linux.zip 189 mkdir artifact 190 7z a artifact/ninja-linux-aarch64.zip ./release-build/ninja 192 # Upload ninja binary archive as an artifact [all …]
|
| D | macos.yml | 34 mkdir artifact 35 7z a artifact/ninja-mac.zip ./build/Release/ninja 37 # Upload ninja binary archive as an artifact 38 - name: Upload artifact 39 uses: actions/upload-artifact@v3 42 path: artifact 51 asset_path: ./artifact/ninja-mac.zip
|
| D | windows.yml | 48 mkdir artifact 49 7z a artifact/ninja-win${{ matrix.suffix }}.zip ./build/Release/ninja.exe 51 # Upload ninja binary archive as an artifact 52 - name: Upload artifact 53 uses: actions/upload-artifact@v3 56 path: artifact 65 asset_path: ./artifact/ninja-win${{ matrix.suffix }}.zip
|
| /third_party/skia/third_party/externals/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.
|
| /third_party/typescript/scripts/ |
| D | post-vsts-artifact-comment.mjs | 13 …ipelines API does _not_ make getting the direct URL to a specific file _within_ an artifact trivial 16 const artifact = await build.getArtifact("typescript", +process.env.BUILD_BUILDID, "tgz"); 17 assert(artifact.resource?.url); 18 const updatedUrl = new URL(artifact.resource.url); 19 updatedUrl.search = `artifactName=tgz&fileId=${artifact.resource.data}&fileName=manifest`; 22 const tgzUrl = new URL(artifact.resource.url); 64 …s.env.REQUESTING_USER}, something went wrong when looking for the build artifact. ([You can check …
|
| D | perf-result-post.mjs | 32 if (includeArtifact === "--include-artifact") { 36 const artifact = await build.getArtifact("typescript", +buildId, "benchmark"); 37 assert(artifact.resource?.url); 38 const updatedUrl = new URL(artifact.resource.url); 39 … updatedUrl.search = `artifactName=benchmark&fileId=${artifact.resource.data}&fileName=manifest`; 43 const benchmarkUrl = new URL(artifact.resource.url);
|
| /third_party/libphonenumber/metadata/ |
| D | pom.xml | 93 <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> 100 <!-- https://mvnrepository.com/artifact/com.ibm.icu/icu4j --> 107 <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java --> 114 <!-- https://mvnrepository.com/artifact/com.google.auto.value/auto-value --> 122 <!-- https://mvnrepository.com/artifact/com.google.auto.value/auto-value-annotations --> 129 <!-- https://mvnrepository.com/artifact/com.github.os72/protoc-jar-maven-plugin --> 136 <!-- https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 --> 143 <!-- https://mvnrepository.com/artifact/com.google.truth/truth --> 151 <!-- https://mvnrepository.com/artifact/com.google.truth.extensions/truth-java8-extension -->
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | .travis.yml | 17 - ARTIFACT=gcc-trusty-64bit 23 - ARTIFACT=clang-trusty-64bit 29 - ARTIFACT=clang-macos-64bit 36 - ARTIFACT=vs2017-32bit 43 - ARTIFACT=vs2017-64bit 61 - REV=${ARTIFACT}-$(git rev-parse --short=10 HEAD)
|
| /third_party/jinja2/.github/workflows/ |
| D | publish.yaml | 26 - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 47 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a 52 *.intoto.jsonl/* artifact/* 64 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a 67 packages-dir: artifact/
|
| /third_party/libabigail/.github/workflows/ |
| D | libabigail.yaml | 20 # uses: actions/upload-artifact@v3 43 uses: actions/upload-artifact@v3 76 uses: actions/upload-artifact@v3 98 # Artifact pairs (named) for comparison) 104 uses: actions/download-artifact@v2 110 uses: actions/download-artifact@v2
|
| /third_party/node/deps/npm/node_modules/@sigstore/verify/dist/bundle/ |
| D | message.js | 21 constructor(messageSignature, artifact) { argument 24 this.artifact = artifact; 33 return core_1.crypto.verify(this.artifact, key, this.signature);
|
| D | index.js | 7 function toSignedEntity(bundle, artifact) { argument 23 signature: signatureContent(bundle, artifact), 30 function signatureContent(bundle, artifact) { argument 35 return new message_1.MessageSignatureContent(bundle.content.messageSignature, artifact);
|
| /third_party/libphonenumber/debian/ |
| D | libphonenumber7-java.poms | 5 # --ignore: ignore this POM and its artifact if any 10 # and its artifact 15 # --artifact=<path>: path to the build artifact associated with this POM,
|
| D | maven.cleanIgnoreRules | 4 # [group] [artifact] [type] [version] [classifier] [scope] 11 # position of the artifact field will match any artifact id
|
| D | maven.publishedRules | 4 # [group] [artifact] [type] [version] [classifier] [scope] 11 # position of the artifact field will match any artifact id
|
| D | maven.ignoreRules | 3 # [group] [artifact] [type] [version] [classifier] [scope] 10 # position of the artifact field will match any artifact id
|
| /third_party/PyYAML/.github/workflows/ |
| D | manual_artifact_build.yaml | 2 # This is the actual artifact build/release workflow. This workflow exists temporarily 4 name: Manual Artifact Build 39 # Ensure exactly one artifact was produced. 61 - name: Upload sdist artifact 62 uses: actions/upload-artifact@v2 178 uses: actions/upload-artifact@v2 219 echo "finished artifact arch is $(lipo -archs libyaml/src/.libs/libyaml.a)" 296 uses: actions/upload-artifact@v2 447 uses: actions/upload-artifact@v2
|
| /third_party/benchmark/.github/workflows/ |
| D | wheels.yml | 26 uses: actions/upload-artifact@v2 69 uses: actions/upload-artifact@v2 100 uses: actions/upload-artifact@v2 130 uses: actions/upload-artifact@v2
|