Home
last modified time | relevance | path

Searched full:artifacts (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dartifacts_test.dart6 import 'package:flutter_tools/src/artifacts.dart';
16 group('Artifacts', () {
30 CachedArtifacts artifacts;
33 artifacts = CachedArtifacts();
38artifacts.getArtifactPath(Artifact.flutterFramework, platform: TargetPlatform.ios, mode: BuildMode…
39 …fs.path.join(tempDir.path, 'bin', 'cache', 'artifacts', 'engine', 'ios-release', 'Flutter.framewor…
42 artifacts.getArtifactPath(Artifact.flutterTester),
43 … fs.path.join(tempDir.path, 'bin', 'cache', 'artifacts', 'engine', 'linux-x64', 'flutter_tester'),
53 artifacts.getEngineType(TargetPlatform.android_arm, BuildMode.debug),
57 artifacts.getEngineType(TargetPlatform.ios, BuildMode.release),
[all …]
Dcache_test.dart94 …fs.file(fs.path.join(directory.path, 'artifacts', 'gradle_wrapper', 'gradle', 'wrapper', 'gradle-w…
95 …he.getCacheDir(fs.path.join('artifacts', 'gradle_wrapper'))).thenReturn(fs.directory(fs.path.join(…
106 …fs.file(fs.path.join(directory.path, 'artifacts', 'gradle_wrapper', 'gradle', 'wrapper', 'gradle-w…
107 …fs.file(fs.path.join(directory.path, 'artifacts', 'gradle_wrapper', 'gradlew')).createSync(recursi…
108 …fs.file(fs.path.join(directory.path, 'artifacts', 'gradle_wrapper', 'gradlew.bat')).createSync(rec…
110 …he.getCacheDir(fs.path.join('artifacts', 'gradle_wrapper'))).thenReturn(fs.directory(fs.path.join(…
122 final Cache cache = Cache(artifacts: <CachedArtifact>[artifact1, artifact2]);
125 test('should be up to date, if all cached artifacts are', () {
130 final Cache cache = Cache(artifacts: <CachedArtifact>[artifact1, artifact2]);
133 test('should update cached artifacts which are not up to date', () async {
[all …]
/third_party/protobuf/protoc-artifacts/
DREADME.md1 # Build scripts that publish pre-compiled protoc artifacts
16 * [pom.xml](pom.xml): script to upload artifacts to maven.
17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in
21 The published protoc artifacts are available on Maven here:
33 Note that artifacts for linux/macos also have the `.exe` suffix but they are
57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc
61 $ cd protoc-artifacts
66 protoc-artifacts directory.
69 script. We only use this script to build artifacts on Ubuntu and MacOS (both
80 $ docker build -t protoc-artifacts .
[all …]
/third_party/node/deps/npm/node_modules/request/lib/
Dhawk.js57 var artifacts = { variable
70 if (!artifacts.hash && (opts.payload || opts.payload === '')) {
71 artifacts.hash = calculatePayloadHash(opts.payload, credentials.algorithm, opts.contentType)
74 var mac = exports.calculateMac(credentials, artifacts)
76 var hasExt = artifacts.ext !== null && artifacts.ext !== undefined && artifacts.ext !== ''
78 '", ts="' + artifacts.ts +
79 '", nonce="' + artifacts.nonce +
80 (artifacts.hash ? '", hash="' + artifacts.hash : '') +
81 (hasExt ? '", ext="' + artifacts.ext.replace(/\\/g, '\\\\').replace(/"/g, '\\"') : '') +
84 if (artifacts.app) {
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dprecache.dart15 help: 'Precache artifacts for all host platforms.');
17 help: 'Force downloading of artifacts.');
19 help: 'Precache artifacts for Android development.');
21 help: 'Precache artifacts for iOS development.');
23 help: 'Precache artifacts for web development.');
25 help: 'Precache artifacts for Linux desktop development.');
27 help: 'Precache artifacts for Windows desktop development.');
29 help: 'Precache artifacts for macOS desktop development.');
31 help: 'Precache artifacts for Fuchsia development.');
33 help: 'Precache artifacts required for any development platform.');
[all …]
Dunpack.dart5 import '../artifacts.dart';
15 /// The directory in the Flutter cache for each platform's artifacts.
52 /// Copies desktop artifacts to local cache directories.
60 help: 'Location to output platform specific artifacts.');
64 String get description => 'unpack desktop artifacts';
103 if (artifacts is LocalEngineArtifacts) {
104 final LocalEngineArtifacts localEngineArtifacts = artifacts;
115 throwToolExit('Failed to unpack desktop artifacts.');
121 /// Manages the copying of cached or locally built Flutter artifacts, including
127 /// The platform to copy artifacts for.
[all …]
Ddoctor.dart18 argParser.addOption('check-for-remote-artifacts',
20 help: 'Used to determine if Flutter engine artifacts for all platforms '
38 // machine can execute the provided artifacts. See `_genSnapshotRuns`
46 if (argResults.wasParsed('check-for-remote-artifacts')) {
47 final String engineRevision = argResults['check-for-remote-artifacts'];
51 throwToolExit('Artifacts for engine $engineRevision are missing or are '
/third_party/protobuf/kokoro/release/
Dcollect_all_artifacts.sh11 # The directory with all resulting artifacts
12 mkdir -p artifacts
14 # Artifacts from all predecessor jobs get copied to this directory by kokoro
22 # Copy to expose all the artifacts from the predecessor jobs to the output
24 # so will be the output artifacts of this job.
25 cp -r ${INPUT_ARTIFACTS_DIR}/* artifacts
43 cp ${INPUT_ARTIFACTS_DIR}/protoc-artifacts/target/linux/x86_32/protoc.exe protoc/linux_x86/protoc
44 cp ${INPUT_ARTIFACTS_DIR}/protoc-artifacts/target/linux/x86_64/protoc.exe protoc/linux_x64/protoc
59 # Copy the nupkg to the output artifacts
60 cp Google.Protobuf.Tools.*.nupkg ../artifacts
/third_party/protobuf/kokoro/release/protoc/linux/
Dbuild.sh16 # root, which causes problems if we try to add new artifacts to those
20 protoc-artifacts/build-protoc.sh linux aarch_64 protoc
23 protoc-artifacts/build-protoc.sh linux ppcle_64 protoc
26 protoc-artifacts/build-protoc.sh linux s390x protoc
28 # Use docker image to build linux artifacts.
29 DOCKER_IMAGE_NAME=protobuf/protoc_$(sha1sum protoc-artifacts/Dockerfile | cut -f1 -d " ")
33 bash -l /var/local/protobuf/protoc-artifacts/build-protoc.sh \
40 bash -l /var/local/protobuf/protoc-artifacts/build-protoc.sh \
/third_party/skia/third_party/externals/imgui/
D.gitignore1 ## OSX artifacts
4 ## Dear ImGui artifacts
7 ## General build artifacts
16 ## Visual Studio artifacts
32 ## Xcode artifacts
36 ## Emscripten artifacts
43 ## JetBrains IDE artifacts
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/build_system/targets/
Dwindows_test.dart37 …fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\flutter_export.h').createSync(recursive: true);
38 fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\flutter_messenger.h').createSync();
39 fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\flutter_windows.dll').createSync();
40 fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\flutter_windows.dll.exp').createSync();
41 fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\flutter_windows.dll.lib').createSync();
42 fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\flutter_windows.dll.pdb').createSync();
43 fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\lutter_export.h').createSync();
44 fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\flutter_messenger.h').createSync();
45 fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\flutter_plugin_registrar.h').createSync();
46 fs.file(r'C:\bin\cache\artifacts\engine\windows-x64\flutter_glfw.h').createSync();
[all …]
Dlinux_test.dart36 … fs.file('bin/cache/artifacts/engine/linux-x64/libflutter_linux.so').createSync(recursive: true);
37 fs.file('bin/cache/artifacts/engine/linux-x64/flutter_export.h').createSync();
38 fs.file('bin/cache/artifacts/engine/linux-x64/flutter_messenger.h').createSync();
39 fs.file('bin/cache/artifacts/engine/linux-x64/flutter_plugin_registrar.h').createSync();
40 fs.file('bin/cache/artifacts/engine/linux-x64/flutter_glfw.h').createSync();
41 fs.file('bin/cache/artifacts/engine/linux-x64/icudtl.dat').createSync();
42 …fs.file('bin/cache/artifacts/engine/linux-x64/cpp_client_wrapper/foo').createSync(recursive: true);
76 …fs.file('bin/cache/artifacts/engine/linux-x64/libflutter_linux.so').writeAsStringSync('asd'); // m…
/third_party/mesa3d/.gitlab-ci/
Dprepare-artifacts.sh8 # Delete unused bin and includes from artifacts to save space.
11 # Strip the drivers in the artifacts to cut 80% of the artifacts size.
47 mkdir -p artifacts/
48 tar -cf artifacts/install.tar install
49 cp -Rp .gitlab-ci/common artifacts/ci-common
50 cp -Rp .gitlab-ci/lava artifacts/
51 cp -Rp .gitlab-ci/b2c artifacts/
56 gzip -c artifacts/install.tar > ${MINIO_ARTIFACT_NAME}
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml10 - tar -xf artifacts/install.tar
14 artifacts:
45 artifacts:
54 artifacts:
73 artifacts:
89 artifacts:
109 artifacts:
122 # Use this instead of gitlab's artifacts download because it hits packet.net
126 …ection_start:$(date +%s):artifacts_download[collapsed=true]\r\e[0KDownloading artifacts from minio"
129 artifacts:
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dprecache_test.dart18 Set<DevelopmentArtifact> artifacts;
22 artifacts = invocation.positionalArguments.first;
26 testUsingContext('Adds artifact flags to requested artifacts', () async {
32 expect(artifacts, unorderedEquals(<DevelopmentArtifact>{
50 testUsingContext('Adds artifact flags to requested artifacts on stable', () async {
58 expect(artifacts, unorderedEquals(<DevelopmentArtifact>{
68 testUsingContext('Downloads artifacts when --force is provided', () async {
75 expect(artifacts, unorderedEquals(<DevelopmentArtifact>{
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-submit.sh17 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/
18 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
19 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/
23 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh
30 PYTHONPATH=artifacts/ artifacts/lava/lava_job_submitter.py \
38 --first-stage-init artifacts/ci-common/init-stage1.sh \
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dcache.dart19 /// A tag for a set of development artifacts that need to be cached.
32 /// Artifacts required for Android development.
35 /// Artifacts required for iOS development.
38 /// Artifacts required for web development.
41 /// Artifacts required for desktop macOS.
44 /// Artifacts required for desktop Windows.
47 /// Artifacts required for desktop Linux.
50 /// Artifacts required for Fuchsia.
53 /// Artifacts required for the Flutter Runner.
56 /// Artifacts required for any development platform.
[all …]
Dartifacts.dart142 // Manages the engine artifacts of Flutter.
143 abstract class Artifacts {
144 static Artifacts get instance => context.get<Artifacts>();
153 // Returns which set of engine artifacts is currently used for the [platform]
158 /// Manages the engine artifacts downloaded to the local cache.
159 class CachedArtifacts extends Artifacts {
325 /// Manages the artifacts of a locally built engine.
326 class LocalEngineArtifacts extends Artifacts {
436 /// An implementation of [Artifacts] that provides individual overrides.
439 class OverrideArtifacts implements Artifacts {
[all …]
/third_party/node/
D.gitignore40 # === Rules for artifacts of `./configure` ===
46 # === Rules for MSVS artifacts ===
64 # === Rules for GYP artifacts ===
70 # === Rules for other build artifacts ===
89 # === Rules for release artifacts ===
100 # === Rules for test artifacts ===
108 # === Rules for XCode artifacts ===
/third_party/flutter/flutter/packages/flutter_tools/gradle/
Daar_init_script.gradle11 import org.gradle.api.artifacts.Configuration
12 import org.gradle.api.artifacts.maven.MavenDeployer
30 …erefore, remove the snapshot part, so new runs of `flutter build aar` overrides existing artifacts.
51 …compileOnly project.files("${getFlutterRoot(project)}/bin/cache/artifacts/engine/android-arm-relea…
74 // default build config uses the artifacts produced for the specific build variant.
89 project.configurations["archives"].artifacts.clear()
91 project.artifacts.add("archives", bundle)
92 // Generate the Maven artifacts.
/third_party/protobuf/kokoro/release/ruby/macos/
Dbuild_artifacts.sh8 # all artifacts come here
9 mkdir artifacts
10 export ARTIFACT_DIR=$(pwd)/artifacts
18 # build artifacts
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dfind_vendored.rs5 let artifacts = openssl_src::Build::new().build(); in get_openssl() localVariable
9 artifacts.lib_dir().parent().unwrap().display() in get_openssl()
13 vec![artifacts.lib_dir().to_path_buf()], in get_openssl()
14 artifacts.include_dir().to_path_buf(), in get_openssl()
/third_party/mbedtls/
D.gitignore4 # CMake build artifacts:
17 # Test coverage build artifacts:
26 # MSVC build artifacts:
32 # Python build artifacts:
/third_party/python/PCbuild/
Dprepare_libffi.bat135 set ARTIFACTS=%LIBFFI_SOURCE%\x86_64-w64-cygwin variable
141 set ARTIFACTS=%LIBFFI_SOURCE%\i686-pc-cygwin variable
147 set ARTIFACTS=%LIBFFI_SOURCE%\arm-w32-cygwin variable
153 set ARTIFACTS=%LIBFFI_SOURCE%\aarch64-w64-cygwin variable
179 REM Tests are not needed to produce artifacts
190 copy %ARTIFACTS%\.libs\libffi-*.dll %_LIBFFI_OUT% || exit /B 1
191 copy %ARTIFACTS%\.libs\libffi-*.lib %_LIBFFI_OUT% || exit /B 1
192 copy %ARTIFACTS%\.libs\libffi-*.pdb %_LIBFFI_OUT%
193 copy %ARTIFACTS%\fficonfig.h %_LIBFFI_OUT%\include || exit /B 1
194 copy %ARTIFACTS%\include\*.h %_LIBFFI_OUT%\include || exit /B 1
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml6 artifacts:
69 - .ci-deqp-artifacts
91 - .gitlab-ci/prepare-artifacts.sh
92 artifacts:
94 junit: artifacts/ci_scripts_report.xml
130 - .ci-deqp-artifacts
146 - .gitlab-ci/prepare-artifacts.sh
340 - .ci-deqp-artifacts
349 - .gitlab-ci/prepare-artifacts.sh
354 - .ci-deqp-artifacts
[all …]

12345678910>>...27