Searched refs:symbol (Results 26 - 49 of 49) sorted by relevance

12

/frameworks/base/tools/aapt2/
H A DResourceTable.h242 const Symbol& symbol,
247 const Symbol& symbol,
307 const Symbol& symbol,
H A DResourceParser.cpp91 Symbol symbol; local
92 symbol.state = res->symbolState.value();
93 symbol.source = res->source;
94 symbol.comment = res->comment;
95 if (!table->setSymbolState(res->name, res->id, symbol, diag)) {
333 { u"java-symbol", std::mem_fn(&ResourceParser::parseSymbol) },
339 { u"symbol", std::mem_fn(&ResourceParser::parseSymbol) },
806 return a.symbol.name.value() < b.symbol.name.value();
848 Attribute::Symbol& symbol local
[all...]
H A DResourceValues.h266 Reference symbol; member in struct:aapt::Attribute::Symbol
348 if (s.symbol.name) {
349 out << s.symbol.name.value().entry;
H A DResourceValues.cpp316 return a.symbol.equals(&b.symbol) && a.value == b.value;
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp87 // Deserialize the symbol status (public/private with source and comments).
103 // This is a public symbol, we must encode the ID now if there is one.
240 Attribute::Symbol symbol; local
241 deserializeItemCommon(pbSymbol, &symbol.symbol);
242 if (!deserializeReferenceFromPb(pbSymbol.name(), &symbol.symbol)) {
245 symbol.value = pbSymbol.value();
246 attr->symbols.push_back(std::move(symbol));
427 diag->error(DiagMessage(source) << "invalid symbol poo
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp526 // Setup symbol stripping mode.
622 // -u symbol
631 // --wrap=symbol
634 const char* symbol = arg->getValue(); local
635 // symbol -> __wrap_symbol
637 script_.renameMap().insert(symbol, exist);
641 .append(symbol);
645 mcld::warning(mcld::diag::rewrap) << symbol << to_wrap_str;
647 // __real_symbol -> symbol
650 .append(symbol);
662 const char* symbol = arg->getValue(); local
[all...]
/frameworks/base/tools/aapt2/test/
H A DBuilders.h116 Symbol symbol; local
117 symbol.state = state;
118 bool result = mTable->setSymbolStateAllowMangled(resName, id, symbol, &mDiagnostics);
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp81 // skip the first NULL symbol
135 // Section symbol's st_name is the section index.
167 // 2. easy to know if a symbol is from .so
170 // sort symbols by symbol value and then weak before strong
173 // for each weak symbol, find out all its aliases, and
222 LDSymbol* symbol = pInput.context()->getSymbol(r_sym); local
223 if (symbol == NULL) {
227 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
249 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
250 if (symbol
717 LDSymbol* symbol = pInput.context()->getSymbol(r_sym); local
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DExpressionVisitor.java81 return mModel.symbol(javaString, String.class);
139 return mModel.ternary(mModel.comparison("==", left, mModel.symbol("null", Object.class)),
176 return mModel.symbol(node.getText(), classType);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp127 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
161 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
332 // A stub symbol should be local
390 // calculate the possible symbol value
392 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local
393 if (symbol->hasFragRef()) {
394 uint64_t value = symbol->fragRef()->getOutputOffset();
396 symbol->fragRef()->frag()->getParent()->getSection().addr();
407 sym_value, // symbol valu
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp340 if (dot != (*it)->dot_end() && (*dot).symbol().isDot() &&
353 *tok = &((*ref).symbol());
374 *tok = &((*dot).symbol());
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExprModel.java147 public SymbolExpr symbol(String text, Class type) { method in class:ExprModel
218 return register(new TernaryExpr(left, right, symbol("false", boolean.class)));
222 return register(new TernaryExpr(left, symbol("true", boolean.class), right));
/frameworks/base/tools/aapt/
H A DResource.cpp1691 const Symbol& symbol = densityVaryingResources.keyAt(k); local
1692 ssize_t block = resTable.getResource(symbol.id, &val, true);
1696 block = finalResTable.getResource(symbol.id, &val, true);
1702 symbol.toString().string(), config.toString().string());
1710 symbol.toString().string(), def.config.toString().string());
1890 "%s:%d: Permission name <%s> is not a valid Java symbol\n",
2055 static String8 flattenSymbol(const String8& symbol) { argument
2056 String8 result(symbol);
2058 if ((first = symbol.find(":", 0)) >= 0
2059 || (first = symbol
2072 getSymbolPackage(const String8& symbol, const sp<AaptAssets>& assets, bool pub) argument
2080 getSymbolName(const String8& symbol) argument
[all...]
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 DResourceTable.cpp805 const String16 java_symbol16("java-symbol");
1131 "private symbol package already specified. Ignoring...\n");
2746 // printf("Skip symbol [%08x] %s\n", rid,
2756 //printf("Type symbol [%08x] %s comment: %s\n", rid,
4069 p.sourcePos.error("Public symbol %s/%s declared here is not defined.",
4078 printf("Internal error: remaining private symbol count mismatch\n");
4888 const Symbol symbol(
4896 AaptUtil::appendValue(resources, symbol,
4897 SymbolDefinition(symbol, config, entry->getPos()));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp62 /// Helper function to create a local symbol at the end of the fragment.
65 // Create and add symbol to the name pool.
78 // Create input symbol.
87 // The output symbol is simply an alias to the input symbol.
198 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
365 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
461 /// finalizeSymbol - finalize the symbol value
843 // calculate the possible symbol valu
845 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp324 // define symbol _GLOBAL_OFFSET_TABLE_
478 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
568 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local
569 if (symbol->hasFragRef()) {
570 uint64_t value = symbol->fragRef()->getOutputOffset();
572 symbol->fragRef()->frag()->getParent()->getSection().addr();
576 sym_value, // symbol value
661 /// finalizeSymbol - finalize the symbol value
785 // We have to reset the description of the symbol her
[all...]
/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/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java628 private static String getSetting(Context context, String symbol, String defaultValue) { argument
629 final String value = Settings.Global.getString(context.getContentResolver(), symbol);
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprModelTest.java151 mExprModel.comparison("==", a, mExprModel.symbol("null", Object.class));
304 .comparison("==", a, mExprModel.symbol("null", Object.class));
306 .comparison("==", b, mExprModel.symbol("null", Object.class));
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp104 flattenEntry(&s.symbol, &val);
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp1119 char16_t symbol = 0; local
1128 symbol = ch;
1132 key->number = digit ? digit : symbol;
/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 7140 milliseconds

12