HomeSort by relevance Sort by last modified time
    Searched refs:assets (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/tools/aapt/
Main.h 36 const sp<AaptAssets>& assets,
42 const sp<AaptAssets>& assets);
45 const sp<AaptAssets>& assets, const String8& pkgName, bool includePrivate);
47 extern android::status_t writeProguardFile(Bundle* bundle, const sp<AaptAssets>& assets);
51 ssize_t processAssets(Bundle* bundle, ZipFile* zip, const sp<AaptAssets>& assets);
53 extern status_t filterResources(Bundle* bundle, const sp<AaptAssets>& assets);
60 status_t writeDependencyPreReqs(Bundle* bundle, const sp<AaptAssets>& assets,
Images.h 4 // Build resource files from raw assets.
18 status_t preProcessImage(const Bundle* bundle, const sp<AaptAssets>& assets,
23 status_t postProcessImage(const sp<AaptAssets>& assets,
Resource.cpp 4 // Build resource files from raw assets.
180 static sp<AaptFile> getResourceFile(const sp<AaptAssets>& assets, bool makeIfNecessary=true)
182 sp<AaptGroup> group = assets->getFiles().valueFor(String8("resources.arsc"));
194 return assets->addFile(String8("resources.arsc"), AaptGroupEntry(), String8(),
198 static status_t parsePackage(Bundle* bundle, const sp<AaptAssets>& assets,
241 assets->setPackage(String8(block.getAttributeStringValue(nameIndex, &len)));
266 static status_t makeFileResources(Bundle* bundle, const sp<AaptAssets>& assets,
298 table->addEntry(SourcePos(it.getPath(), 0), String16(assets->getPackage()),
304 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
312 PreProcessImageWorkUnit(const Bundle* bundle, const sp<AaptAssets>& assets,
    [all...]
Command.cpp 192 AssetManager assets; local
193 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
194 fprintf(stderr, "ERROR: list -a failed because assets could not be loaded\n");
198 const ResTable& res = assets.getResources(false);
208 Asset* manifestAsset = assets.openNonAsset("AndroidManifest.xml",
448 AssetManager assets; local
450 if (!assets.addAssetPath(String8(filename), &assetsCookie)) {
451 fprintf(stderr, "ERROR: dump failed because assets could not be loaded\n");
471 assets.setConfiguration(config);
473 const ResTable& res = assets.getResources(false)
1640 sp<AaptAssets> assets; local
    [all...]
Package.cpp 4 // Package assets into Zip files.
36 ssize_t processAssets(Bundle* bundle, ZipFile* zip, const sp<AaptAssets>& assets);
51 status_t writeAPK(Bundle* bundle, const sp<AaptAssets>& assets,
112 count = processAssets(bundle, zip, assets);
114 fprintf(stderr, "ERROR: unable to process assets while packaging '%s'\n",
219 const sp<AaptAssets>& assets)
229 const size_t N = assets->getGroupEntries().size();
231 const AaptGroupEntry& ge = assets->getGroupEntries()[i];
233 ssize_t res = processAssets(bundle, zip, assets, ge, &filter);
XMLNode.h 4 // Build resource files from raw assets.
132 status_t parseValues(const sp<AaptAssets>& assets, ResourceTable* table);
134 status_t assignResourceIds(const sp<AaptAssets>& assets,
ResourceTable.h 4 // Build resource files from raw assets.
34 status_t compileXmlFile(const sp<AaptAssets>& assets,
39 status_t compileXmlFile(const sp<AaptAssets>& assets,
45 status_t compileXmlFile(const sp<AaptAssets>& assets,
52 const sp<AaptAssets>& assets,
112 status_t addIncludedResources(Bundle* bundle, const sp<AaptAssets>& assets);
ResourceTable.cpp 4 // Build resource files from raw assets.
18 status_t compileXmlFile(const sp<AaptAssets>& assets,
28 return compileXmlFile(assets, root, target, table, options);
31 status_t compileXmlFile(const sp<AaptAssets>& assets,
42 return compileXmlFile(assets, root, outTarget, table, options);
45 status_t compileXmlFile(const sp<AaptAssets>& assets,
64 status_t err = root->assignResourceIds(assets, table);
70 status_t err = root->parseValues(assets, table);
721 const sp<AaptAssets>& assets,
788 const String16 myPackage(assets->getPackage())
    [all...]
XMLNode.cpp 4 // Build resource files from raw assets.
888 status_t XMLNode::parseValues(const sp<AaptAssets>& assets,
895 String16 defPackage(assets->getPackage());
901 if (!assets->getIncludedResources()
914 status_t err = mChildren.itemAt(i)->parseValues(assets, table);
922 status_t XMLNode::assignResourceIds(const sp<AaptAssets>& assets,
935 String16 pkg(getNamespaceResourcePackage(String16(assets->getPackage()), e.ns, &nsIsPublic));
946 : assets->getIncludedResources().
964 status_t err = mChildren.itemAt(i)->assignResourceIds(assets, table);
    [all...]
  /build/tools/droiddoc/test/stubs/
func.sh 52 && rm -rf $OBJ_DIR/docs/assets \
53 && mkdir -p $OBJ_DIR/docs/assets \
54 && cp -fr tools/droiddoc/templates/assets/* $OBJ_DIR/docs/assets/ \
Android.mk 25 LOCAL_DROIDDOC_CUSTOM_ASSET_DIR:=assets-google
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DepthOfFieldFilter.java 76 protected void initFilter(AssetManager assets, RenderManager renderManager,
78 material = new Material(assets, "Common/MatDefs/Post/DepthOfField.j3md");
  /build/tools/droiddoc/templates-sdk/
trailer.cs 22 <link href="<?cs var:toroot ?>assets/js/grid/960.gridder.css" rel="stylesheet" type="text/css">
23 <script src="<?cs var:toroot ?>assets/js/grid/960.gridder.js" type="text/javascript"></script>
  /external/jmonkeyengine/
Android.mk 16 # to duplicate them into your project's assets. See the README for
  /build/core/
package.mk 56 # Android packages should use Android resources or assets.
91 LOCAL_ASSET_DIR := $(LOCAL_PATH)/assets
106 all_assets := $(call find-subdir-assets,$(LOCAL_ASSET_DIR))
107 all_assets := $(addprefix $(LOCAL_ASSET_DIR)/,$(patsubst assets/%,%,$(all_assets)))
113 $(call find-subdir-assets,$(dir)) \
121 # If no assets or resources were found, clear the directory variables so
240 # add-assets-to-package looks at PRODUCT_AAPT_CONFIG, but this target
247 $(add-assets-to-package)
380 $(add-assets-to-package)
static_java_library.mk 33 $(call find-subdir-assets,$(dir)) \
droiddoc.mk 48 LOCAL_DROIDDOC_ASSET_DIR := assets
51 LOCAL_DROIDDOC_CUSTOM_ASSET_DIR := assets
  /build/tools/droiddoc/test/generics/
Android.mk 25 LOCAL_DROIDDOC_CUSTOM_ASSET_DIR:=assets-google
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 125 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
134 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
185 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
314 trigger.src = toRoot + "assets/images/triangle-opened.png";
320 trigger.src = toRoot + "assets/images/triangle-closed.png";
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 93 AssetManager assets,
98 assets,
116 private BridgeResources(BridgeContext context, AssetManager assets, DisplayMetrics metrics,
118 super(assets, metrics, config);
  /packages/apps/Contacts/tests/src/com/android/contacts/
CallDetailActivityTest.java 263 AssetManager assets = getAssets(); local
267 inputStream = assets.open(TEST_ASSET_NAME);
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 127 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
136 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
187 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
316 trigger.src = toRoot + "assets/images/triangle-opened.png";
322 trigger.src = toRoot + "assets/images/triangle-closed.png";
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 479 XmlBlock(AssetManager assets, int xmlBlock) {
480 mAssets = assets;
Resources.java 48 * provides a high-level API for getting typed data from the assets.
50 * <p>The Android resource system keeps track of all non-code assets associated with an
157 * Create a new Resources object on top of an existing set of assets in an
160 * @param assets Previously created AssetManager.
166 public Resources(AssetManager assets, DisplayMetrics metrics, Configuration config) {
167 this(assets, metrics, config, null);
173 * @param assets Previously created AssetManager.
182 public Resources(AssetManager assets, DisplayMetrics metrics,
184 mAssets = assets;
188 assets.ensureStringBlocks()
    [all...]
  /sdk/anttasks/src/com/android/ant/
AaptExecTask.java 48 * <tr><td>-A asset-source-dir</td><td>assets</td><td>attribute (Path</td></tr>
61 * This let the developers prevent compression of some files in assets/ and res/raw/
63 * If the extension is null, this will disable compression for all files in assets/ and
248 * Sets the value of the "assets" attribute.
249 * @param assets the value.
251 public void setAssets(Path assets) {
252 mAssets = TaskHelper.checkSinglePath("assets", assets);
445 // If we're here to generate a .ap_ file we need to use assets as an input path as well.
461 System.out.println("No changed resources or assets. " + mApkNam
    [all...]

Completed in 710 milliseconds

1 2