Searched defs:symbol (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp1119 char16_t symbol = 0; local
1128 symbol = ch;
1132 key->number = digit ? digit : symbol;
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java740 private static String getSetting(Context context, String symbol, String defaultValue) { argument
741 final String value = Settings.Global.getString(context.getContentResolver(), symbol);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp850 entry.sourcePos.error("Symbol '%s' declared with <java-symbol> not defined\n", name.string());
854 //printf("**** setting symbol #%d/%d %s to isJavaSymbol=%d\n",
866 pos.error("Java symbol dir %s not defined\n", name.string());
1499 pos.error("Java symbol dir %s not defined\n", name.string());
1620 valid_symbol_name(const String8& symbol) argument
1635 const char*const s = symbol.string();
H A DAaptAssets.h306 * All information we know about a particular symbol.
371 if (!check_valid_symbol_name(name, pos, "symbol")) {
382 if (!check_valid_symbol_name(name, pos, "symbol")) {
392 if (!check_valid_symbol_name(name, pos, "symbol")) {
401 if (!check_valid_symbol_name(name, pos, "symbol")) {
436 if (!check_valid_symbol_name(name, pos, "nested symbol")) {
462 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) { argument
463 if (valid_symbol_name(symbol)) {
466 pos.error("invalid %s: '%s'\n", label, symbol.string());
469 AaptSymbolEntry& edit_symbol(const String8& symbol, cons argument
[all...]
H A DResource.cpp1809 const Symbol& symbol = densityVaryingResources.keyAt(k); local
1810 ssize_t block = resTable.getResource(symbol.id, &val, true);
1814 block = finalResTable.getResource(symbol.id, &val, true);
1820 symbol.toString().string(), config.toString().string());
1828 symbol.toString().string(), def.config.toString().string());
2008 "%s:%d: Permission name <%s> is not a valid Java symbol\n",
2173 static String8 flattenSymbol(const String8& symbol) { argument
2174 String8 result(symbol);
2176 if ((first = symbol.find(":", 0)) >= 0
2177 || (first = symbol
2190 getSymbolPackage(const String8& symbol, const sp<AaptAssets>& assets, bool pub) argument
2198 getSymbolName(const String8& symbol) argument
[all...]
/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp215 std::unique_ptr<SymbolTable::Symbol> symbol = variable
217 if (symbol == nullptr) {
222 if (name.type == ResourceType::kId && symbol->id) {
223 ResourceId* id = &symbol->id.value();
244 return symbol;
1545 // Add our table to the symbol table.
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp124 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
136 // Define the symbol _PROCEDURE_LINKAGE_TABLE_ if there is a symbol with the
357 // the GOT and the symbol table. At the same time .gnu.hash
570 /// finalizeSymbol - finalize the symbol value
580 /// FIXME: Mips needs to allocate small common symbol
620 // We have to reset the description of the symbol here. When doing
629 // allocate TLS common symbol in tbss section
647 // We have to reset the description of the symbol her
769 LDSymbol* symbol = pRel.symInfo()->outSymbol(); local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp218 // name can be presented as C symbol
383 // symbol section index for _DYNAMIC. Now it will be ABS.
648 // ignore if symbol has no fragRef
652 // the value of a TLS symbol is the offset to the TLS segment
715 // number of entries in symbol tables starts from 1 to hold the special entry
727 // number of local symbol in the .symtab and .dynsym
732 Module::const_sym_iterator symbol, symEnd; local
737 2. check whether the symbol is used
746 for (symbol = symbols.begin(); symbol !
960 Module::const_sym_iterator symbol, symEnd; local
1035 Module::const_sym_iterator symbol, symEnd = symbols.dynamicEnd(); local
1126 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local
1161 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 292 milliseconds

12