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.h798 struct ResTable_config struct in namespace:android
969 inline void copyFromDeviceNoSwap(const ResTable_config& o) {
971 if (size >= sizeof(ResTable_config)) {
975 memset(((uint8_t*)this)+size, 0, sizeof(ResTable_config)-size);
979 inline void copyFromDtoH(const ResTable_config& o) {
981 size = sizeof(ResTable_config);
1002 inline int compare(const ResTable_config& o) const {
1042 inline int diff(const ResTable_config& o) const {
1063 isMoreSpecificThan(const ResTable_config& o) const {
1185 isBetterThan(const ResTable_config
[all...]

Completed in 36 milliseconds