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.h267 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.cpp1164 // Set the private symbols package if it was declared.
1165 // This can also be declared in XML as <private-symbols name="package" />
1620 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); local
1621 err = table.addSymbols(symbols, bundle->getSkipSymbolsWithoutDefaultLocalization());
1822 sp<AaptSymbols> symbols = local
1824 syms = permissionSymbols = symbols->addNestedSymbol(
1830 sp<AaptSymbols> symbols = local
1832 syms = permissionGroupSymbols = symbols->addNestedSymbol(
2080 //printf("Got R symbols!\n");
2083 //printf("Got attrs symbols! commen
2094 writeResourceLoadedCallbackForLayoutClasses( FILE* fp, const sp<AaptAssets>& assets, const sp<AaptSymbols>& symbols, int indent, bool ) argument
2123 writeResourceLoadedCallback( FILE* fp, const sp<AaptAssets>& assets, bool includePrivate, const sp<AaptSymbols>& symbols, const String8& className, int indent) argument
2165 writeLayoutClasses( FILE* fp, const sp<AaptAssets>& assets, const sp<AaptSymbols>& symbols, int indent, bool includePrivate, bool nonConstantId) argument
2406 writeTextLayoutClasses( FILE* fp, const sp<AaptAssets>& assets, const sp<AaptSymbols>& symbols, bool includePrivate) argument
2502 writeSymbolClass( FILE* fp, const sp<AaptAssets>& assets, bool includePrivate, const sp<AaptSymbols>& symbols, const String8& className, int indent, bool nonConstantId, bool emitCallback) argument
2624 writeTextSymbolClass( FILE* fp, const sp<AaptAssets>& assets, bool includePrivate, const sp<AaptSymbols>& symbols, const String8& className) argument
2677 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.java1685 * symbols required in the password. After setting this, the user will not be able to enter a
1702 * @param length The new desired minimum number of symbols required in the password. A value of
1718 * Retrieve the current number of symbols required in the password
1732 * @return The minimum number of symbols required in the password.
1752 * non-letter characters (numerical digits or symbols) required in the password. After setting
3410 int lowercase, int numbers, int symbols, int nonletter, int userHandle) {
3414 numbers, symbols, nonletter, userHandle);
3409 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.java547 private static final String TAG_MIN_PASSWORD_SYMBOLS = "min-password-symbols";
2228 out.attribute(null, "symbols", Integer.toString(policy.mActivePasswordSymbols));
2402 parser.getAttributeValue(null, "symbols"));
3896 int symbols = 0;
3910 symbols++;
3944 if (symbols < neededSymbols) {
3945 Slog.w(LOG_TAG, "resetPassword: number of special symbols " + symbols
3946 + " does not meet required number of special symbols " + neededSymbols);
4664 int lowercase, int numbers, int symbols, in
4663 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 768 milliseconds