Searched defs:ResTable_config (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.h54 const ResTable_config& defParams,
79 struct ConfigDescription : public ResTable_config {
82 size = sizeof(ResTable_config);
84 ConfigDescription(const ResTable_config&o) { argument
85 *static_cast<ResTable_config*>(this) = o;
86 size = sizeof(ResTable_config);
89 *static_cast<ResTable_config*>(this) = o;
92 ConfigDescription& operator=(const ResTable_config& o) {
93 *static_cast<ResTable_config*>(this) = o;
94 size = sizeof(ResTable_config);
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h810 struct ResTable_config struct in namespace:android
1004 void copyFromDeviceNoSwap(const ResTable_config& o);
1006 void copyFromDtoH(const ResTable_config& o);
1010 int compare(const ResTable_config& o) const;
1011 int compareLogical(const ResTable_config& o) const;
1036 int diff(const ResTable_config& o) const;
1039 bool isMoreSpecificThan(const ResTable_config& o) const;
1051 bool isBetterThan(const ResTable_config& o, const ResTable_config* requested) const;
1059 bool match(const ResTable_config
[all...]

Completed in 100 milliseconds