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

  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/tools/aapt/
Command.cpp 788 // The dynamicRefTable can be null if there are no resources for this asset cookie.
790 const DynamicRefTable* dynamicRefTable = res.getDynamicRefTableForCookie(assetsCookie);
811 ResXMLTree tree(dynamicRefTable);
844 ResXMLTree tree(dynamicRefTable);
862 ResXMLTree tree(dynamicRefTable);
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h 794 class DynamicRefTable;
803 * Creates a ResXMLTree with the specified DynamicRefTable for run-time package id translation.
804 * The tree stores a clone of the specified DynamicRefTable, so any changes to the original
805 * DynamicRefTable will not affect this tree after instantiation.
807 ResXMLTree(const DynamicRefTable* dynamicRefTable);
822 std::unique_ptr<const DynamicRefTable> mDynamicRefTable;
    [all...]

Completed in 330 milliseconds