HomeSort by relevance Sort by last modified time
    Searched refs:DynamicRefTable (Results 1 - 4 of 4) sorted by null

  /frameworks/base/include/androidfw/
ResourceTypes.h 782 class DynamicRefTable;
790 ResXMLTree(const DynamicRefTable* dynamicRefTable);
805 const DynamicRefTable* const mDynamicRefTable;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp     [all...]
  /frameworks/base/tools/aapt/
Command.cpp 631 // The dynamicRefTable can be null if there are no resources for this asset cookie.
633 const DynamicRefTable* dynamicRefTable = res.getDynamicRefTableForCookie(assetsCookie);
654 ResXMLTree tree(dynamicRefTable);
687 ResXMLTree tree(dynamicRefTable);
705 ResXMLTree tree(dynamicRefTable);
    [all...]

Completed in 152 milliseconds