Home | History | Annotate | Download | only in aapt

Lines Matching refs:ResTable_config

54                              const ResTable_config& defParams,
95 const ResTable_config* params = NULL,
105 const ResTable_config* params = NULL,
118 const ResTable_config* params = NULL,
130 const ResTable_config& config) const;
326 struct ConfigDescription : public ResTable_config {
329 size = sizeof(ResTable_config);
331 ConfigDescription(const ResTable_config&o) {
332 *static_cast<ResTable_config*>(this) = o;
333 size = sizeof(ResTable_config);
336 *static_cast<ResTable_config*>(this) = o;
339 ConfigDescription& operator=(const ResTable_config& o) {
340 *static_cast<ResTable_config*>(this) = o;
341 size = sizeof(ResTable_config);
345 *static_cast<ResTable_config*>(this) = o;
381 void addEntry(const ResTable_config& config, const sp<Entry>& entry) {
437 const ResTable_config* config = NULL,
528 const ResTable_config* config = NULL,
531 const ResTable_config* config = NULL) const;