Searched defs:startTags (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResource.cpp2968 const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs)
2982 if (!startTags.isEmpty()) {
2989 const size_t numStartTags = startTags.size();
2991 if (tag == startTags[i]) {
3089 Vector<String8> startTags; local
3094 startTags.add(String8("PreferenceScreen"));
3095 startTags.add(String8("preference-headers"));
3098 startTags.add(String8("menu"));
3114 err = writeProguardForXml(keep, files.valueAt(j), startTags, tagAttrPairs);
2967 writeProguardForXml(ProguardKeepSet* keep, const sp<AaptFile>& layoutFile, const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs) argument

Completed in 62 milliseconds