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

/frameworks/base/tools/aapt/
H A DResourceTable.h54 const ResTable_config& defParams,
95 const ResTable_config* params = NULL,
105 const ResTable_config* params = NULL,
118 const ResTable_config* params = NULL,
321 struct ConfigDescription : public ResTable_config {
324 size = sizeof(ResTable_config);
326 ConfigDescription(const ResTable_config&o) { argument
327 *static_cast<ResTable_config*>(this) = o;
328 size = sizeof(ResTable_config);
331 *static_cast<ResTable_config*>(thi
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h800 struct ResTable_config struct in namespace:android
975 inline void copyFromDeviceNoSwap(const ResTable_config& o) {
977 if (size >= sizeof(ResTable_config)) {
981 memset(((uint8_t*)this)+size, 0, sizeof(ResTable_config)-size);
985 inline void copyFromDtoH(const ResTable_config& o) {
987 size = sizeof(ResTable_config);
1008 inline int compare(const ResTable_config& o) const {
1048 inline int diff(const ResTable_config& o) const {
1069 isMoreSpecificThan(const ResTable_config& o) const {
1191 isBetterThan(const ResTable_config
[all...]

Completed in 145 milliseconds