Lines Matching refs:ResTable_config
54 const ResTable_config& defParams,
79 struct ConfigDescription : public ResTable_config {
82 size = sizeof(ResTable_config);
84 ConfigDescription(const ResTable_config&o) {
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);
98 *static_cast<ResTable_config*>(this) = o;
126 const ResTable_config* params = NULL,
136 const ResTable_config* params = NULL,
149 const ResTable_config* params = NULL,
161 const ResTable_config& config) const;
386 void addEntry(const ResTable_config& config, const sp<Entry>& entry) {
442 const ResTable_config* config = NULL,
533 const ResTable_config* config = NULL,
536 const ResTable_config* config = NULL) const;