Home
last modified time | relevance | path

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

12345

/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dartifacts.dart61 String _artifactToFileName(Artifact artifact, [ TargetPlatform platform, BuildMode mode ]) {
62 switch (artifact) {
127 assert(false, 'Invalid artifact $artifact.');
150 // Returns the requested [artifact] for the [platform] and [mode] combination.
151 String getArtifactPath(Artifact artifact, { TargetPlatform platform, BuildMode mode });
162 String getArtifactPath(Artifact artifact, { TargetPlatform platform, BuildMode mode }) {
169 return _getAndroidArtifactPath(artifact, platform, mode);
171 return _getIosArtifactPath(artifact, platform, mode);
178 return _getHostArtifactPath(artifact, platform, mode);
189 String _getAndroidArtifactPath(Artifact artifact, TargetPlatform platform, BuildMode mode) {
[all …]
Dcache.dart24 /// The name of the artifact.
29 /// Whether this artifact should be unavailable on stable branches.
149 printError('Failed to open or create the artifact cache lockfile: "$e"');
231 /// Return the top-level directory for artifact downloads.
237 /// Get a named directory from with the cache's artifact directory; for example,
248 for (CachedArtifact artifact in _artifacts) {
249 final String currentPath = artifact.dyLdLibPath;
292 bool isUpToDate() => _artifacts.every((CachedArtifact artifact) => artifact.isUpToDate());
309 throwToolExit('Failed to fetch third-party artifact $url: $e');
322 for (CachedArtifact artifact in _artifacts) {
[all …]
/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/typescript/scripts/
Dpost-vsts-artifact-comment.js18 const artifact = await build.getArtifact("typescript", +process.env.BUILD_BUILDID, "tgz");
19 const updatedUrl = new URL(artifact.resource.url);
20 updatedUrl.search = `artifactName=tgz&fileId=${artifact.resource.data}&fileName=manifest`;
23 const tgzUrl = new URL(artifact.resource.url);
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/
Ddart.dart70 Source.artifact(Artifact.platformKernelDill),
71 Source.artifact(Artifact.engineDartBinary),
72 Source.artifact(Artifact.frontendServerSnapshotForEngineDartSdk),
157 Source.artifact(Artifact.engineDartBinary),
158 Source.artifact(Artifact.skyEnginePath),
159 Source.artifact(Artifact.genSnapshot,
188 Source.artifact(Artifact.engineDartBinary),
189 Source.artifact(Artifact.skyEnginePath),
190 Source.artifact(Artifact.genSnapshot,
Dios.dart101 Source.artifact(Artifact.engineDartBinary),
102 Source.artifact(Artifact.skyEnginePath),
103 Source.artifact(Artifact.genSnapshot,
133 Source.artifact(Artifact.engineDartBinary),
134 Source.artifact(Artifact.skyEnginePath),
135 Source.artifact(Artifact.genSnapshot,
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/
Dsource.dart129 void visitArtifact(Artifact artifact, TargetPlatform platform, BuildMode mode) {
130 final String path = artifacts.getArtifactPath(artifact, platform: platform, mode: mode);
157 /// If [artifact] points to a directory then all child files are included.
158 const factory Source.artifact(Artifact artifact, {TargetPlatform platform,
224 const _ArtifactSource(this.artifact, { this.platform, this.mode });
226 final Artifact artifact;
231 void accept(SourceVisitor visitor) => visitor.visitArtifact(artifact, platform, mode);
/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/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/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dprecache.dart53 for (DevelopmentArtifact artifact in DevelopmentArtifact.values) {
55 if (!FlutterVersion.instance.isMaster && artifact.unstable) {
58 if (argResults[artifact.name]) {
59 requiredArtifacts.add(artifact);
/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/flutter/flutter/packages/flutter_tools/test/general.shard/
Dcache_test.dart90 …testUsingContext('Gradle wrapper should not be up to date, if some cached artifact is not availabl…
102 …testUsingContext('Gradle wrapper should be up to date, only if all cached artifact are available',…
117 test('should not be up to date, if some cached artifact is not', () {
143 …testUsingContext('getter dyLdLibEntry concatenates the output of each artifact\'s dyLdLibEntry get…
220 final Directory artifactDir = fs.systemTempDirectory.createTempSync('artifact.');
224 final FakeCachedArtifact artifact = FakeCachedArtifact(
230 await artifact.updateInner();
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dprecache_test.dart26 testUsingContext('Adds artifact flags to requested artifacts', () async {
50 testUsingContext('Adds artifact flags to requested artifacts on stable', () async {
/third_party/flutter/flutter/packages/flutter_tools/bin/
Dfuchsia_tester.dart106 for (FileSystemEntity artifact in sdkRootSrc.listSync()) {
107 fs.link(sdkRootDest.childFile(artifact.basename).path).createSync(artifact.path);
/third_party/libabigail/tests/data/test-abidiff-exit/
Dqualifier-typedef-array-report-2.txt1 Leaf changes summary: 0 artifact changed
Dqualifier-typedef-array-report-3.txt1 Leaf changes summary: 0 artifact changed
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR25661-1-report-3.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-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)
Dtest-PR25661-7-report-2.txt1 Leaf changes summary: 0 artifact changed (1 filtered out)

12345