Home | History | Annotate | Download | only in aapt

Lines Matching defs:Entry

104     class Entry;
330 class Entry : public RefBase {
332 Entry(const String16& name, const SourcePos& pos)
337 Entry(const Entry& entry);
338 Entry& operator=(const Entry& entry);
340 virtual ~Entry() { }
372 // Index of the entry's name string in the key pool.
421 // Index of this entry in its Type.
430 void addEntry(const ResTable_config& config, const sp<Entry>& entry) {
431 mEntries.add(config, entry);
434 const DefaultKeyedVector<ConfigDescription, sp<Entry> >& getEntries() const { return mEntries; }
443 DefaultKeyedVector<ConfigDescription, sp<Entry> > mEntries;
484 sp<Entry> getEntry(const String16& entry,
491 bool isPublic(const String16& entry) const {
492 return mPublic.indexOfKey(entry) >= 0;
495 sp<ConfigList> removeEntry(const String16& entry);
593 sp<Entry> getEntry(const String16& package,
600 sp<const Entry> getEntry(uint32_t resID,