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

/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker.cpp40 ReferenceVisitor(IAaptContext* context, SymbolTable* symbols, xml::IPackageDeclStack* decls, argument
42 mContext(context), mSymbols(symbols), mDecls(decls), mCallSite(callSite),
71 XmlVisitor(IAaptContext* context, SymbolTable* symbols, const Source& source, argument
73 mContext(context), mSymbols(symbols), mSource(source), mSdkLevelsFound(sdkLevelsFound),
74 mCallSite(callSite), mReferenceVisitor(context, symbols, this, callSite) {
H A DReferenceLinker.cpp39 * symbols. Once the target resource has been found, the ID of the resource will be assigned
48 ReferenceLinkerVisitor(IAaptContext* context, SymbolTable* symbols, StringPool* stringPool, argument
50 mContext(context), mSymbols(symbols), mPackageDecls(decl), mStringPool(stringPool),
62 * all RawString values. Now that we are expected to resolve all symbols, we can
183 SymbolTable* symbols) {
186 return symbols->findByName(mangled ? mangled.value() : reference.name.value());
188 return symbols->findById(reference.id.value());
195 const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols,
197 const SymbolTable::Symbol* symbol = resolveSymbol(reference, nameMangler, symbols);
211 const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols,
181 resolveSymbol(const Reference& reference, NameMangler* mangler, SymbolTable* symbols) argument
194 resolveSymbolCheckVisibility( const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, CallSite* callSite, std::string* outError) argument
210 resolveAttributeCheckVisibility( const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, CallSite* callSite, std::string* outError) argument
227 compileXmlAttribute(const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, CallSite* callSite, std::string* outError) argument
258 linkReference(Reference* reference, IAaptContext* context, SymbolTable* symbols, xml::IPackageDeclStack* decls, CallSite* callSite) argument
[all...]
/frameworks/base/tools/aapt2/
H A DResourceValues.h273 std::vector<Symbol> symbols; member in struct:aapt::Attribute
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp862 const sp<AaptSymbols>& symbols = javaSymbols->mNestedSymbols.valueAt(i); local
870 //printf("**** applying java symbols in dir %s\n", name.string());
871 status_t myerr = mNestedSymbols.valueAt(pos)->applyJavaSymbols(symbols);
1495 const sp<AaptSymbols>& symbols = mJavaSymbols.valueAt(i); local
1502 //printf("**** applying java symbols in dir %s\n", name.string());
1503 status_t err = mSymbols.valueAt(pos)->applyJavaSymbols(symbols);
H A DResource.cpp1174 // Set the private symbols package if it was declared.
1175 // This can also be declared in XML as <private-symbols name="package" />
1634 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local
1635 err = table.addSymbols(symbols, bundle->getSkipSymbolsWithoutDefaultLocalization());
1836 sp<AaptSymbols> symbols = local
1838 syms = permissionSymbols = symbols->addNestedSymbol(
1844 sp<AaptSymbols> symbols = local
1846 syms = permissionGroupSymbols = symbols->addNestedSymbol(
2094 //printf("Got R symbols!\n");
2097 //printf("Got attrs symbols! commen
2108 writeResourceLoadedCallbackForLayoutClasses( FILE* fp, const sp<AaptAssets>& assets, const sp<AaptSymbols>& symbols, int indent, bool ) argument
2137 writeResourceLoadedCallback( FILE* fp, const sp<AaptAssets>& assets, bool includePrivate, const sp<AaptSymbols>& symbols, const String8& className, int indent) argument
2179 writeLayoutClasses( FILE* fp, const sp<AaptAssets>& assets, const sp<AaptSymbols>& symbols, int indent, bool includePrivate, bool nonConstantId) argument
2420 writeTextLayoutClasses( FILE* fp, const sp<AaptAssets>& assets, const sp<AaptSymbols>& symbols, bool includePrivate) argument
2516 writeSymbolClass( FILE* fp, const sp<AaptAssets>& assets, bool includePrivate, const sp<AaptSymbols>& symbols, const String8& className, int indent, bool nonConstantId, bool emitCallback) argument
2638 writeTextSymbolClass( FILE* fp, const sp<AaptAssets>& assets, bool includePrivate, const sp<AaptSymbols>& symbols, const String8& className) argument
2691 sp<AaptSymbols> symbols = assets->getSymbols().valueAt(i); local
[all...]
H A DResourceTable.cpp804 const String16 private_symbols16("private-symbols");
982 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local
983 if (symbols != NULL) {
984 symbols = symbols->addNestedSymbol(String8(type), srcPos);
986 if (symbols != NULL) {
987 symbols->makeSymbolPublic(String8(name), srcPos);
990 symbols->appendComment(String8(name), comment, srcPos);
992 srcPos.error("Unable to create symbols!\n");
1094 sp<AaptSymbols> symbols local
1165 sp<AaptSymbols> symbols = assets->getJavaSymbolsFor(String8("R")); local
1230 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp358 // needs symbols to be grouped by hash code.
362 Module::SymbolTable& symbols = pModule.getSymbolTable(); local
365 symbols.dynamicBegin(), symbols.dynamicEnd(), DynsymGOTCompare(*m_pGOT));
578 /// allocateCommonSymbols - allocate common symbols in the corresponding
590 // FIXME: If the order of common symbols is defined, then sort common symbols
615 // allocate all local common symbols
622 // symbols. Therefore, we can not treat common symbols a
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp211 /// initStandardSymbols - define and initialize standard symbols.
217 // GNU extension: define __start and __stop symbols for the sections whose
268 // ----- section symbols ----- //
394 // ----- segment symbols ----- //
496 // ----- section symbols ----- //
561 // ----- segment symbols ----- //
731 Module::SymbolTable& symbols = pModule.getSymbolTable(); local
745 symEnd = symbols.end();
746 for (symbol = symbols.begin(); symbol != symEnd; ++symbol) {
751 symtab_local_cnt = 1 + symbols
959 const Module::SymbolTable& symbols = pModule.getSymbolTable(); local
1025 Module::SymbolTable& symbols = pModule.getSymbolTable(); local
1293 Module::SymbolTable& symbols = pModule.getSymbolTable(); local
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java1720 * symbols required in the password. After setting this, the user will not be able to enter a
1737 * @param length The new desired minimum number of symbols required in the password. A value of
1753 * Retrieve the current number of symbols required in the password
1767 * @return The minimum number of symbols required in the password.
1787 * non-letter characters (numerical digits or symbols) required in the password. After setting
3530 int lowercase, int numbers, int symbols, int nonletter, int userHandle) {
3534 numbers, symbols, nonletter, userHandle);
3529 setActivePasswordState(int quality, int length, int letters, int uppercase, int lowercase, int numbers, int symbols, int nonletter, int userHandle) argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java561 private static final String TAG_MIN_PASSWORD_SYMBOLS = "min-password-symbols";
2274 out.attribute(null, "symbols", Integer.toString(policy.mActivePasswordSymbols));
2454 parser.getAttributeValue(null, "symbols"));
3982 int symbols = 0;
3996 symbols++;
4030 if (symbols < neededSymbols) {
4031 Slog.w(LOG_TAG, "resetPassword: number of special symbols " + symbols
4032 + " does not meet required number of special symbols " + neededSymbols);
4812 int lowercase, int numbers, int symbols, in
4811 setActivePasswordState(int quality, int length, int letters, int uppercase, int lowercase, int numbers, int symbols, int nonletter, int userHandle) argument
[all...]
/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 2371 milliseconds