• Home
  • Raw
  • Download

Lines Matching refs:assets

32 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 = [],
98 "#".join(_get_unique_assets_dirs(assets, assets_dir)),
105 assets = [],
114 "#".join(_get_unique_assets_dirs(assets, assets_dir)),
129 assets = resources_node.assets.to_list(),
138 assets = resources_node.assets.to_list()
139 if not assets:
142 assets = assets,
188 assets = [],
228 assets: sequence of Files. A list of Android assets files to be processed.
229 assets_dir: String. The name of the assets directory.
241 transitive_assets: List of Depsets. Depsets contain all transitive assets.
299 "--assets",
315 assets = assets,
322 input_files.extend(assets)
392 assets = [],
396 """Parses Android assets.
400 out_symbols: A File. The output bin containing parsed assets.
401 assets: sequence of Files. A list of Android assets files to be processed.
402 assets_dir: String. The name of the assets directory.
413 assets = assets,
424 inputs = assets,
431 assets = resources_node.assets.to_list()
432 if not (assets or resources_node.assets_dir):
435 assets = assets,
444 assets = [],
453 """Merges Android assets.
458 assets: sequence of Files. A list of Android assets files to be processed.
459 assets_dir: String. The name of the assets directory.
460 symbols: A File. The parsed assets.
462 assets from deps.
480 assets = assets,
505 assets + [symbols],
592 assets = [],
604 assets: A list of Files. The list of assets files or directories
606 assets_dir: String. The name of the assets directory.
624 assets = assets,
636 inputs = resource_files + assets,
951 assets = [],
966 assets: sequence of Files. A list of Android assets files to be processed.
967 assets_dir: String. The name of the assets directory.
986 assets = assets,
1006 assets +