Home | History | Annotate | Download | only in aapt

Lines Matching refs:symbol

17 #include "Symbol.h"
1581 KeyedVector<Symbol, Vector<SymbolDefinition> > densityVaryingResources;
1632 const Symbol& symbol = densityVaryingResources.keyAt(k);
1633 ssize_t block = resTable.getResource(symbol.id, &val, true);
1637 block = finalResTable.getResource(symbol.id, &val, true);
1643 symbol.toString().string(), config.toString().string());
1651 symbol.toString().string(), def.config.toString().string());
1833 "%s:%d: Permission name <%s> is not a valid Java symbol\n",
2000 static String8 flattenSymbol(const String8& symbol) {
2001 String8 result(symbol);
2003 if ((first = symbol.find(":", 0)) >= 0
2004 || (first = symbol.find(".", 0)) >= 0) {
2005 size_t size = symbol.size();
2017 static String8 getSymbolPackage(const String8& symbol, const sp<AaptAssets>& assets, bool pub) {
2018 ssize_t colon = symbol.find(":", 0);
2020 return String8(symbol.string(), colon);
2025 static String8 getSymbolName(const String8& symbol) {
2026 ssize_t colon = symbol.find(":", 0);
2028 return String8(symbol.string() + colon + 1);
2030 return symbol;
2314 "%s <p>This symbol is the offset where the {@link %s.R.attr#%s}\n"
2330 "%s resource symbol {@link %s.R.attr#%s}.\n",
2336 "%s <p>This is a private symbol.\n", indentStr);
2496 sym.sourcePos.warning("No comment for public symbol %s:%s/%s",
2542 sym.sourcePos.warning("No comment for public symbol %s:%s/%s",
2699 fprintf(stderr, "ERROR: Unable to open text symbol file %s: %s\n",