Home | History | Annotate | Download | only in aapt

Lines Matching refs:Package

94     // The type of package to build.
102 class Package;
136 const String16& package,
142 const String16& package,
153 const String16& package,
163 const String16& package,
175 bool hasBagOrEntry(const String16& package,
179 bool hasBagOrEntry(const String16& package,
188 bool appendComment(const String16& package,
194 bool appendTypeComment(const String16& package,
200 const String16& package, const String16& type, const String16& name);
231 static inline uint32_t getResId(const sp<Package>& p,
235 uint32_t getResId(const String16& package,
267 status_t flattenLibraryTable(const sp<AaptFile>& dest, const Vector<sp<Package> >& libs);
269 void writePublicDefinitions(const String16& package, FILE* fp);
271 virtual uint32_t getCustomResource(const String16& package,
274 virtual uint32_t getCustomResourceWithCreation(const String16& package,
383 const String16& package);
386 const String16& package);
533 class Package : public RefBase {
535 Package(const String16& name, size_t packageId);
536 virtual ~Package() { }
586 bool makeAttribute(const String16& package,
593 sp<Package> getPackage(const String16& package);
596 void writePublicDefinitions(const String16& package, FILE* fp, bool pub);
597 sp<Type> getType(const String16& package,
601 sp<Entry> getEntry(const String16& package,
610 sp<ConfigList> getConfigList(const String16& package,
628 DefaultKeyedVector<String16, sp<Package> > mPackages;
629 Vector<sp<Package> > mOrderedPackages;