Home
last modified time | relevance | path

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

12345

/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/
Ddsse.js29 async prepare(artifact) { argument
30 const a = artifactDefaults(artifact);
34 async package(artifact, signature) { argument
35 return (0, bundle_1.toDSSEBundle)(artifactDefaults(artifact), signature);
40 function artifactDefaults(artifact) { argument
42 ...artifact,
43 type: artifact.type ?? '',
Dbase.js14 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);
36 async prepare(artifact) { argument
37 return artifact.data;
Dbundle.js46 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,
Dmessage.js26 async package(artifact, signature) { argument
27 return (0, bundle_1.toMessageSignatureBundle)(artifact, signature);
/third_party/libabigail/tools/
Dabilint.cc122 type_or_decl_base* artifact = nullptr; member
137 : artifact (t) in artifact_use_relation_tree()
153 ABG_ASSERT(user && !artifact_in_tree(user->artifact )); in add_artifact_user()
156 record_artifact(user->artifact); in add_artifact_user()
165 artifact = o.artifact; in artifact_use_relation_tree()
176 artifact = o.artifact; in operator =()
210 artifact_in_tree(type_or_decl_base *artifact) in artifact_in_tree()
214 return root_node->artifacts.find(artifact) != root_node->artifacts.end(); in artifact_in_tree()
224 record_artifact(type_or_decl_base *artifact) in record_artifact()
226 ABG_ASSERT(!artifact_in_tree(artifact)); in record_artifact()
[all …]
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
Dsigstore_verification.js237 : isSet(object.artifact)
238 ? { $case: "artifact", artifact: Buffer.from(bytesFromBase64(object.artifact)) }
246 …(obj.artifact = message.data?.artifact !== undefined ? base64FromBytes(message.data?.artifact) : u…
255 artifact: undefined,
266artifact: isSet(object.artifact) ? exports.Artifact.fromJSON(object.artifact) : undefined,
278 …message.artifact !== undefined && (obj.artifact = message.artifact ? exports.Artifact.toJSON(messa…
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/bundle/
Dmessage.js21 constructor(messageSignature, artifact) { argument
24 this.artifact = artifact;
33 return core_1.crypto.verify(this.artifact, key, this.signature);
Dindex.js7 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/typescript/scripts/
Dpost-vsts-artifact-comment.mjs13 …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 …
Dperf-result-post.mjs32 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/debian/
Dmaven.cleanIgnoreRules4 # [group] [artifact] [type] [version] [classifier] [scope]
11 # position of the artifact field will match any artifact id
Dlibphonenumber7-java.poms5 # --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,
Dmaven.publishedRules4 # [group] [artifact] [type] [version] [classifier] [scope]
11 # position of the artifact field will match any artifact id
Dmaven.ignoreRules3 # [group] [artifact] [type] [version] [classifier] [scope]
10 # position of the artifact field will match any artifact id
Dmaven.rules3 # [group] [artifact] [type] [version] [classifier] [scope]
10 # position of the artifact field will match any artifact id
/third_party/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
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
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/protobuf/
DWORKSPACE46 artifact = "com.google.guava:guava:18.0",
61 artifact = "com.google.code.gson:gson:2.7",
76 artifact = "com.google.errorprone:error_prone_annotations:2.3.2",
/third_party/libabigail/tests/data/test-abidiff-exit/
Dqualifier-typedef-array-report-3.txt1 Leaf changes summary: 0 artifact changed
Dqualifier-typedef-array-report-2.txt1 Leaf changes summary: 0 artifact changed
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR25661-6-report-2.txt1 Leaf changes summary: 0 artifact changed (1 filtered out)
Dtest-PR25661-7-report-2.txt1 Leaf changes summary: 0 artifact changed (1 filtered out)
Dtest-PR25661-3-report-3.txt1 Leaf changes summary: 0 artifact changed (1 filtered out)
Dtest-PR25661-5-report-3.txt1 Leaf changes summary: 0 artifact changed (1 filtered out)
Dtest-PR25661-4-report-3.txt1 Leaf changes summary: 0 artifact changed (1 filtered out)
Dtest-PR25661-2-report-3.txt1 Leaf changes summary: 0 artifact changed (1 filtered out)

12345