Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 21 of 21) sorted by relevance

/frameworks/compile/libbcc/tools/build/
Dgen-sha1-stamp.py51 def print_asm_header(symbols): argument
61 for sym in symbols:
107 symbols = [get_symbol_name(item[0]) for item in x]
108 print_asm_header(symbols)
109 for (symbol, y) in zip(symbols, x):
/frameworks/compile/mclinker/include/mcld/LD/
DDiagSymbolResolutions.inc3 …sticEngine::Unreachable, "Fails to resolve symbols [%0:%1]\nPlease reports to `%2'", "Fails to res…
/frameworks/base/tools/aapt/
DResource.cpp1291 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); in buildResources() local
1292 err = table.addSymbols(symbols); in buildResources()
1409 sp<AaptSymbols> symbols = in buildResources() local
1411 syms = permissionSymbols = symbols->addNestedSymbol( in buildResources()
1417 sp<AaptSymbols> symbols = in buildResources() local
1419 syms = permissionGroupSymbols = symbols->addNestedSymbol( in buildResources()
1652 const sp<AaptSymbols>& symbols, int indent, bool includePrivate) in writeLayoutClasses() argument
1668 size_t N = symbols->getNestedSymbols().size(); in writeLayoutClasses()
1670 sp<AaptSymbols> nsymbols = symbols->getNestedSymbols().valueAt(i); in writeLayoutClasses()
1671 String8 realClassName(symbols->getNestedSymbols().keyAt(i)); in writeLayoutClasses()
[all …]
DResourceTable.cpp944 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); in compileResourceFile() local
945 if (symbols != NULL) { in compileResourceFile()
946 symbols = symbols->addNestedSymbol(String8(type), srcPos); in compileResourceFile()
948 if (symbols != NULL) { in compileResourceFile()
949 symbols->makeSymbolPublic(String8(name), srcPos); in compileResourceFile()
952 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile()
1056 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); in compileResourceFile() local
1057 if (symbols != NULL) { in compileResourceFile()
1058 symbols = symbols->addNestedSymbol(String8(type), srcPos); in compileResourceFile()
1060 if (symbols != NULL) { in compileResourceFile()
[all …]
DAaptAssets.cpp1961 const sp<AaptSymbols>& symbols = javaSymbols->mNestedSymbols.valueAt(i); in applyJavaSymbols() local
1970 status_t myerr = mNestedSymbols.valueAt(pos)->applyJavaSymbols(symbols); in applyJavaSymbols()
2602 const sp<AaptSymbols>& symbols = mJavaSymbols.valueAt(i); in applyJavaSymbols() local
2610 status_t err = mSymbols.valueAt(pos)->applyJavaSymbols(symbols); in applyJavaSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp745 Module::SymbolTable& symbols = pModule.getSymbolTable(); in sizeNamePools() local
749 symEnd = symbols.end(); in sizeNamePools()
750 for (symbol = symbols.begin(); symbol != symEnd; ++symbol) { in sizeNamePools()
755 symtab_local_cnt = 1 + symbols.numOfFiles() + symbols.numOfLocals() + in sizeNamePools()
756 symbols.numOfLocalDyns(); in sizeNamePools()
770 symEnd = symbols.dynamicEnd(); in sizeNamePools()
771 for (symbol = symbols.localDynBegin(); symbol != symEnd; ++symbol) { in sizeNamePools()
776 dynsym_local_cnt = 1 + symbols.numOfLocalDyns(); in sizeNamePools()
783 symEnd = symbols.dynamicEnd(); in sizeNamePools()
784 for (symbol = symbols.dynamicBegin(); symbol != symEnd; ++symbol) { in sizeNamePools()
[all …]
/frameworks/av/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/libmedia_native.so)
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp215 Module::SymbolTable& symbols = pModule.getSymbolTable(); in orderSymbolTable() local
217 std::stable_sort(symbols.dynamicBegin(), symbols.dynamicEnd(), in orderSymbolTable()
/frameworks/base/
DCleanSpec.mk61 $(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libequalizer.so)
62 $(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libequalizertest.so)
63 $(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libreverb.so)
64 $(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libreverbtest.so)
73 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/libandroid_runtime.so)
77 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/libhwui.so)
156 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/librtp_jni.so)
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl97 int numbers, int symbols, int nonletter, int userHandle); in setActivePasswordState() argument
DDevicePolicyManager.java1551 int lowercase, int numbers, int symbols, int nonletter, int userHandle) { in setActivePasswordState() argument
1555 numbers, symbols, nonletter, userHandle); in setActivePasswordState()
/frameworks/base/core/res/
DMakeJavaSymbols.sed1 # Run this on the errors output by javac of missing resource symbols,
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java641 int symbols = 0; in saveLockPassword() local
655 symbols++; in saveLockPassword()
661 numbers, symbols, nonletter, userHandle); in saveLockPassword() local
/frameworks/base/services/java/com/android/server/
DDevicePolicyManagerService.java1893 int symbols = 0; in resetPassword() local
1907 symbols++; in resetPassword()
1939 if (symbols < neededSymbols) { in resetPassword()
1940 Slog.w(TAG, "resetPassword: number of special symbols " + symbols in resetPassword()
2252 int lowercase, int numbers, int symbols, int nonletter, int userHandle) { in setActivePasswordState() argument
2268 … || p.mActivePasswordSymbols != symbols || p.mActivePasswordNonLetter != nonletter) { in setActivePasswordState()
2277 p.mActivePasswordSymbols = symbols; in setActivePasswordState()
/frameworks/base/packages/InputDevices/res/raw/
Dkeyboard_layout_russian_mac.kcm18 # on Mac keyboards. In contrast with the standard layout, some of the symbols and
/frameworks/base/docs/html/tools/adk/
Dadk2.jd115 <li>Use the plus (+) and minus (-) symbols inside the clock digits to set the correct time.</li>
117 <li>Use the plus (+) and minus (-) symbols inside the clock digits to set the alarm time.</li>
118 <li>Use the plus (+) and minus (-) symbols inside the last two clock digits to turn the alarm on
/frameworks/base/docs/html/about/versions/
Dandroid-2.3-highlights.jd84 <p>New multitouch key-chording lets the user quickly enter numbers and symbols
87 also access a popup menu of accented characters, numbers, and symbols by holding
/frameworks/wilhelm/doc/
DDoxyfile277 # determine which symbols to keep in memory and which to flush to disk.
278 # When the cache is full, less often used symbols will be written to disk.
281 # doxygen to be busy swapping symbols to and from disk most of the time
284 # performance by keeping more symbols in memory. Note that the value works on
288 # corresponding to a cache size of 2^16 = 65536 symbols
1041 # links to external symbols imported via tag files in a separate window.
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd169 <td>Minimum symbols required in password</td>
170 …<td>The minimum number of symbols required in the password for all admins or a particular one. Int…
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd808 … <li>Fixed problem where GDB cannot set {@code source:line} breakpoints when symbols contain
1292 where {@code /system/bin/linker} is stripped of symbols and
1336 These symbols are exported for ARM builds by the system version of the C library to
1338 Instead, each shared library or executable should embed its own version of these symbols,
1353 <li>Removed the following symbols, introduced in GCC 4.6 {@code libgcc.a}, from
1448 (e.g., rescan {@code solib} symbols when {@code dlopen()} is called).</li>
1456 {@code __exidx_end} symbols.</li>
1561 <li>Replaced hard-coded values for symbols with correct segment sizes for MIPS.</li>
2010 <li>Removed many unwanted exported symbols from the link-time shared system libraries
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd614 to see the symbols as they appear in the library; if they look