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.h814 struct ResTable_config struct in namespace:android
1009 void copyFromDeviceNoSwap(const ResTable_config& o);
1011 void copyFromDtoH(const ResTable_config& o);
1015 int compare(const ResTable_config& o) const;
1016 int compareLogical(const ResTable_config& o) const;
1041 int diff(const ResTable_config& o) const;
1044 bool isMoreSpecificThan(const ResTable_config& o) const;
1056 bool isBetterThan(const ResTable_config& o, const ResTable_config* requested) const;
1064 bool match(const ResTable_config
[all...]

Completed in 126 milliseconds