Home
last modified time | relevance | path

Searched refs:assets (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dcolors.dart129 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.pink.png)
130 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.pinkAccent.png)
132 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.red.png)
133 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.redAccent.png)
135 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.deepOrange.png)
136 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.deepOrangeAccent.png)
138 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.orange.png)
139 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.orangeAccent.png)
141 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.amber.png)
142 /// ![](https://flutter.github.io/assets-for-api-docs/assets/material/Colors.amberAccent.png)
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Dcurves.dart61 …/// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_bounc…
62 …/// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_flipp…
92 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_sawtoo…
122 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_interv…
168 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_thresh…
197 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease.m…
198 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_i…
199 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_o…
200 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_ease_i…
280 /// {@animation 464 192 https://flutter.github.io/assets-for-api-docs/assets/animation/curve_bounce…
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dasset_bundle_package_test.dart29 void writePubspecFile(String path, String name, { List<String> assets }) {
31 if (assets == null) {
37 assets:
40 for (String asset in assets) {
70 List<String> assets,
78 for (String asset in assets) {
94 void writeAssets(String path, List<String> assets) {
95 for (String asset in assets) {
115 group('AssetBundle assets from packages', () {
116 testUsingContext('No assets are bundled when the package has no assets', () async {
[all …]
Dasset_bundle_test.dart63 fs.file(fs.path.join('assets', 'foo', 'bar.txt')).createSync(recursive: true);
69 assets:
70 - assets/foo/
74 // Expected assets:
78 // - assets/foo/bar.txt
84 fs.directory(fs.path.join('assets', 'foo')).deleteSync(recursive: true);
85 fs.file(fs.path.join('assets', 'foo', 'fizz.txt')).createSync(recursive: true);
86 fs.file(fs.path.join('assets', 'foo', 'bar.txt')).createSync();
90 // Expected assets:
94 // - assets/foo/bar.txt
[all …]
/third_party/flutter/skia/infra/bots/assets/
DREADME.md4 This directory contains tooling for managing assets used by the bots. The
5 primary entry point is assets.py, which allows a user to add, remove, upload,
6 and download assets.
28 $ infra/bots/assets/assets.py add myasset
29 Creating asset in infra/bots/assets/myasset
30 Creating infra/bots/assets/myasset/download.py
31 Creating infra/bots/assets/myasset/upload.py
32 Creating infra/bots/assets/myasset/common.py
34 $ infra/bots/assets/myasset/upload.py -t ${MY_ASSET_LOCATION}
41 $ infra/bots/assets/assets.py add myasset
[all …]
/third_party/typescript/tests/baselines/reference/
DannotatedThisPropertyInitializerDoesntNarrow.symbols13 this.assets = {};
14 >this.assets : Symbol(C.assets, Decl(Compilation.js, 5, 19))
16 >assets : Symbol(C.assets, Decl(Compilation.js, 5, 19))
21 mappy(this.assets)
23 >this.assets : Symbol(C.assets, Decl(Compilation.js, 5, 19))
25 >assets : Symbol(C.assets, Decl(Compilation.js, 5, 19))
DannotatedThisPropertyInitializerDoesntNarrow.types13 this.assets = {};
14 >this.assets = {} : {}
15 >this.assets : { [assetName: string]: number; }
17 >assets : { [assetName: string]: number; }
23 mappy(this.assets)
24 >mappy(this.assets) : void
26 >this.assets : { [assetName: string]: number; }
28 >assets : { [assetName: string]: number; }
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dimage_resolution_test.dart45 "assets/image.png" : [
46 "assets/image.png",
47 "assets/1.5x/image.png",
48 "assets/2.0x/image.png",
49 "assets/3.0x/image.png",
50 "assets/4.0x/image.png"
64 case 'assets/image.png':
67 case 'assets/1.0x/image.png':
70 case 'assets/1.5x/image.png':
73 case 'assets/2.0x/image.png':
[all …]
Dimage_package_asset_test.dart11 'assets/image.png',
14 expect(image.keyName, 'packages/test_package/assets/image.png');
19 'assets/image.png',
23 expect(image.keyName, 'packages/test_package/assets/image.png');
28 'assets/image.png',
33 expect(assetImage.keyName, 'packages/test_package/assets/image.png');
38 'assets/image.png',
44 expect(assetImage.keyName, 'packages/test_package/assets/image.png');
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dgradle_plugin_fat_apk_test.dart25 'assets/flutter_assets/isolate_snapshot_data',
26 'assets/flutter_assets/kernel_blob.bin',
27 'assets/flutter_assets/vm_snapshot_data',
59 'assets/flutter_assets/isolate_snapshot_data',
60 'assets/flutter_assets/kernel_blob.bin',
61 'assets/flutter_assets/vm_snapshot_data',
82 'assets/flutter_assets/isolate_snapshot_data',
83 'assets/flutter_assets/kernel_blob.bin',
84 'assets/flutter_assets/vm_snapshot_data',
104 'assets/flutter_assets/isolate_snapshot_data',
[all …]
Dgradle_plugin_light_apk_test.dart25 'assets/flutter_assets/isolate_snapshot_data',
26 'assets/flutter_assets/kernel_blob.bin',
27 'assets/flutter_assets/vm_snapshot_data',
52 'assets/flutter_assets/isolate_snapshot_data',
53 'assets/flutter_assets/kernel_blob.bin',
54 'assets/flutter_assets/vm_snapshot_data',
79 'assets/flutter_assets/isolate_snapshot_data',
80 'assets/flutter_assets/kernel_blob.bin',
81 'assets/flutter_assets/vm_snapshot_data',
112 'assets/flutter_assets/isolate_snapshot_data',
[all …]
Dbuild_aar_module_test.dart138 section('Check assets in release AAR');
152 'assets/flutter_assets/FontManifest.json',
153 'assets/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf',
241 section('Check assets in debug AAR');
255 'assets/flutter_assets/FontManifest.json',
256 'assets/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf',
258 'assets/flutter_assets/isolate_snapshot_data',
259 'assets/flutter_assets/kernel_blob.bin',
260 'assets/flutter_assets/vm_snapshot_data',
/third_party/flutter/skia/infra/bots/
Dcompile.isolate39 'assets/android_ndk_darwin/VERSION',
40 'assets/android_ndk_linux/VERSION',
41 'assets/android_ndk_windows/VERSION',
42 'assets/cast_toolchain/VERSION',
43 'assets/clang_linux/VERSION',
44 'assets/clang_win/VERSION',
45 'assets/mips64el_toolchain_linux/VERSION',
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/
Dtile_mode.dart33 /// ![](https://flutter.github.io/assets-for-api-docs/assets/dart-ui/tile_mode_clamp_radial.png)
42 …/// ![](https://flutter.github.io/assets-for-api-docs/assets/dart-ui/tile_mode_repeated_linear.png)
43 …/// ![](https://flutter.github.io/assets-for-api-docs/assets/dart-ui/tile_mode_repeated_radial.png)
53 /// ![](https://flutter.github.io/assets-for-api-docs/assets/dart-ui/tile_mode_mirror_linear.png)
54 /// ![](https://flutter.github.io/assets-for-api-docs/assets/dart-ui/tile_mode_mirror_radial.png)
/third_party/skia/modules/canvaskit/
Dparticles_bindings.cpp37 static sk_sp<ParticleAssetProvider> Make(AssetVec assets) { in Make() argument
38 if (assets.empty()) { in Make()
42 return sk_sp<ParticleAssetProvider>(new ParticleAssetProvider(std::move(assets))); in Make()
62 explicit ParticleAssetProvider(AssetVec assets) : fAssets(std::move(assets)) {} in ParticleAssetProvider() argument
160 ParticleAssetProvider::AssetVec assets; in EMSCRIPTEN_BINDINGS() local
161 assets.reserve(assetCount); in EMSCRIPTEN_BINDINGS()
166 assets.push_back(std::make_pair(std::move(name), std::move(bytes))); in EMSCRIPTEN_BINDINGS()
174 ParticleAssetProvider::Make(std::move(assets))).get()); in EMSCRIPTEN_BINDINGS()
/third_party/skia/infra/bots/assets/text_blob_traces/
DREADME.md18 To upload a new version of the assets, first place the new version in the
21 infra/bots/assets/assets.py upload -t text_blob_traces text_blob_traces
23 Then commit the file `infra/bots/assets/text_blob_traces/VERSION`
30 infra/bots/assets/assets.py download -t text_blob_traces text_blob_traces
/third_party/flutter/flutter/packages/flutter/test/painting/
Dimage_resolution_test.dart59 _buildAndTestWithOneAsset('assets/normalFolder/normalFile.png');
63 _buildAndTestWithOneAsset('assets/parentFolder/3.0x/normalFile.png');
67 _buildAndTestWithOneAsset('assets/parentFolder/__3.0x__/leafFolder/normalFile.png');
71 _buildAndTestWithOneAsset('assets/parentFolder/__3.0x_leaf_folder_/normalFile.png');
75 _buildAndTestWithOneAsset('assets/parentFolder/__3.0x__/leafFolder/normalFile.png');
79 _buildAndTestWithOneAsset('assets/parentFolder/3.0x/leafFolder/normalFile.png');
86 const String mainAssetPath = 'assets/normalFolder/normalFile.png';
87 const String variantPath = 'assets/normalFolder/3.0x/normalFile.png';
120 const String mainAssetPath = 'assets/normalFolder/normalFile.png';
151 …group('Regression - When assets available are 1.0 and 3.0 check devices with a range of scales', (…
[all …]
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/
Dpubspec.yaml.tmpl26 # adding or updating assets for this project.
31 # To add assets to your plugin package, add an assets section, like this:
32 # assets:
36 # For details regarding assets in packages, see
37 # https://flutter.dev/assets-and-images/#from-packages
40 # https://flutter.dev/assets-and-images/#resolution-aware.
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/build_system/targets/
Dassets_test.dart7 import 'package:flutter_tools/src/build_system/targets/assets.dart';
23 'build_system', 'targets', 'assets.dart'))
25 fs.file(fs.path.join('assets', 'foo', 'bar.png'))
35 assets:
36 - assets/foo/bar.png
48 …expect(fs.file(fs.path.join(environment.buildDir.path, 'flutter_assets', 'assets/foo/bar.png')).ex…
54 …expect(fs.file(fs.path.join(environment.buildDir.path, 'flutter_assets', 'assets/foo/bar.png')).ex…
66 …expect(fs.file(fs.path.join(environment.buildDir.path, 'flutter_assets', 'assets/foo/bar.png')).ex…
/third_party/flutter/flutter/packages/flutter_tools/templates/package/
Dpubspec.yaml.tmpl28 # To add assets to your package, add an assets section, like this:
29 # assets:
33 # For details regarding assets in packages, see
34 # https://flutter.dev/assets-and-images/#from-packages
37 # https://flutter.dev/assets-and-images/#resolution-aware.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dasset.dart61 /// Constructs an [_ManifestAssetBundle] that gathers the set of assets from the
140 // in the pubspec.yaml file's assets and font and sections. The
161 // Add fonts and assets from packages.
205 // font assets. It need not exist for an image if resolution-specific
474 // Given an assets directory like this:
476 // assets/foo
477 // assets/var1/foo
478 // assets/var2/foo
479 // assets/bar
481 // variantsFor('assets/foo') => ['/assets/var1/foo', '/assets/var2/foo']
[all …]
/third_party/flutter/skia/modules/canvaskit/
Dskottie_bindings.cpp43 static sk_sp<SkottieAssetProvider> Make(AssetVec assets) { in Make() argument
44 if (assets.empty()) { in Make()
48 return sk_sp<SkottieAssetProvider>(new SkottieAssetProvider(std::move(assets))); in Make()
68 explicit SkottieAssetProvider(AssetVec assets) : fAssets(std::move(assets)) {} in SkottieAssetProvider() argument
225 SkottieAssetProvider::AssetVec assets; in EMSCRIPTEN_BINDINGS() local
226 assets.reserve(assetCount); in EMSCRIPTEN_BINDINGS()
231 assets.push_back(std::make_pair(std::move(name), std::move(bytes))); in EMSCRIPTEN_BINDINGS()
234 return ManagedAnimation::Make(json, SkottieAssetProvider::Make(std::move(assets))); in EMSCRIPTEN_BINDINGS()
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dbox_fit.dart18 /// ![](https://flutter.github.io/assets-for-api-docs/assets/painting/box_fit_fill.png)
24 /// ![](https://flutter.github.io/assets-for-api-docs/assets/painting/box_fit_contain.png)
29 /// ![](https://flutter.github.io/assets-for-api-docs/assets/painting/box_fit_cover.png)
35 /// ![](https://flutter.github.io/assets-for-api-docs/assets/painting/box_fit_fitWidth.png)
41 /// ![](https://flutter.github.io/assets-for-api-docs/assets/painting/box_fit_fitHeight.png)
49 /// ![](https://flutter.github.io/assets-for-api-docs/assets/painting/box_fit_none.png)
59 /// ![](https://flutter.github.io/assets-for-api-docs/assets/painting/box_fit_scaleDown.png)
/third_party/flutter/engine/flutter/testing/
Dtesting.gni16 # assets_dir (required): The assets directory
20 assert(defined(invoker.assets_dir), "The assets directory.")
116 vm_snapshot_data = "$target_gen_dir/assets/vm_snapshot_data"
117 vm_snapshot_instr = "$target_gen_dir/assets/vm_snapshot_instr"
118 isolate_snapshot_data = "$target_gen_dir/assets/isolate_snapshot_data"
119 isolate_snapshot_instr = "$target_gen_dir/assets/isolate_snapshot_instr"
155 dart_snapshot_kernel_path = "$target_gen_dir/assets/kernel_blob.bin"
198 outputs = [ "$target_gen_dir/assets/{{source_file_part}}" ]
225 assets_dir = "$target_gen_dir/assets"
229 # If the fixtures are specified, copy them to the assets directory.
[all …]
/third_party/flutter/flutter/packages/flutter_tools/bin/
Dfuchsia_asset_builder.dart61 final AssetBundle assets = await buildAssets(
68 if (assets == null) {
69 print('Unable to find assets.');
74 assets.entries.forEach((String fileName, DevFSContent content) {
81 …await writeFuchsiaManifest(assets, argResults[_kOptionAsset], outputMan, argResults[_kOptionCompon…
84 Future<void> writeFuchsiaManifest(AssetBundle assets, String outputBase, String fileDest, String co…
90 for (String path in assets.entries.keys) {

12345678910>>...15