Home
last modified time | relevance | path

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

12345678910>>...13

/external/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 …]
/external/skqp/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 …]
/external/chromium-trace/catapult/devil/devil/android/sdk/
Daapt.py32 def Dump(what, apk, assets=None): argument
40 assets = assets or []
41 if isinstance(assets, six.string_types):
42 assets = [assets]
43 return _RunAaptCmd(['dump', what, apk] + assets).splitlines()
/external/bazelbuild-rules_android/rules/
Dbusybox.bzl32 def _get_unique_assets_dirs(assets, assets_dir):
33 """Find the unique assets directories, partitioned by assets_dir.
36 assets: A list of Files. List of asset files to process.
37 assets_dir: String. String giving the path to the files in assets.
42 if not assets:
50 for f in assets:
56 # "assets" subdirectory of the given path
57 dirs["%s/assets" % f.path] = True
64 for f in assets:
90 assets = [],
[all …]
Dproviders.bzl67 assets = "A depset of files, assets files of the target",
68 assets_dir = "A string, the name of the assets directory",
69 assets_symbols = "A file, the merged assets",
70 compiled_assets = "A file, the compiled assets",
87 transitive_assets = "Depset of transitive assets files",
88 transitive_assets_symbols = "Depset of transitive merged assets",
89 transitive_compiled_assets = "Depset of transitive compiled assets",
/external/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
161 ParticleAssetProvider::AssetVec assets; in EMSCRIPTEN_BINDINGS() local
162 assets.reserve(assetCount); in EMSCRIPTEN_BINDINGS()
167 assets.push_back(std::make_pair(std::move(name), std::move(bytes))); in EMSCRIPTEN_BINDINGS()
175 ParticleAssetProvider::Make(std::move(assets))).get()); in EMSCRIPTEN_BINDINGS()
Dparticles.js7 CanvasKit.MakeParticles = function(json, assets) { argument
11 if (!assets) {
18 var assetKeys = Object.keys(assets || {});
21 var buffer = assets[key];
/external/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
/external/exoplayer/tree/
Djavadoc_util.gradle27 "<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/assets/apple-touch-icon.png\">" +
28 "<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/assets/favicon-32x32.png\">" +
29 "<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/assets/favicon-16x16.png\">" +
30 "<link rel=\"manifest\" href=\"/assets/site.webmanifest\">" +
31 "<link rel=\"mask-icon\" href=\"/assets/safari-pinned-tab.svg\" color=\"#fc4d50\">" +
32 "<link rel=\"shortcut icon\" href=\"/assets/favicon.ico\">" +
34 "<meta name=\"msapplication-config\" content=\"/assets/browserconfig.xml\">" +
/external/skia/tools/perf-canvaskit-puppeteer/
DMakefile5 --input_lottie ../../modules/canvaskit/perf/assets/lego_loader.json \
11 --input_lottie ../../modules/canvaskit/perf/assets/lego_loader.json \
17 --assets path_translate_assets \
24 --assets path_translate_assets \
38 --assets canvas_perf_assets \
/external/skqp/tools/skqp/
Dmake_rendertests_list.py22 assets = os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
24 models = gset(assets + '/gmkb/models.txt')
32 path = assets + '/gmkb/' + d
40 skqp = assets + '/skqp'
/external/skia/experimental/wasm-skp-debugger/
DREADME.md5 embedded in the javascript code in debugger-assets from the infra buildbot repository.
14 make move-assets
17 note that make move-assets just copies the two output files over to the infra repo where they can
21 For more information on running the debugger locally, see infra/debugger-assets/README.md in the
/external/skia/infra/bots/assets/go/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skia/infra/bots/assets/opencl_intel_neo_linux/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skqp/infra/bots/assets/procdump_win/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skia/infra/bots/assets/valgrind/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skia/infra/bots/assets/ios-dev-image-13.4/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skia/infra/bots/assets/ios-dev-image-13.5/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skqp/infra/bots/assets/clang_win/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skia/infra/bots/assets/cockroachdb/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skia/infra/bots/assets/lottie-samples/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skqp/infra/bots/assets/android_ndk_linux/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skqp/infra/bots/assets/opencl_headers/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skia/infra/bots/assets/node/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])
/external/skqp/infra/bots/assets/android_ndk_darwin/
Dcommon.py19 from assets import assets
26 assets.main([cmd, ASSET_NAME] + sys.argv[1:])

12345678910>>...13