/frameworks/native/libs/utils/ |
D | CallStack.cpp | 100 backtrace_symbol_t symbols[mCount]; in dump() local 102 get_backtrace_symbols(mStack, mCount, symbols); in dump() 105 format_backtrace_line(i, &mStack[i], &symbols[i], in dump() 109 free_backtrace_symbols(symbols, mCount); in dump() 114 backtrace_symbol_t symbols[mCount]; in toString() local 116 get_backtrace_symbols(mStack, mCount, symbols); in toString() 119 format_backtrace_line(i, &mStack[i], &symbols[i], in toString() 125 free_backtrace_symbols(symbols, mCount); in toString()
|
/frameworks/base/ |
D | CleanSpec.mk | 61 $(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)
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 906 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); in compileResourceFile() local 907 if (symbols != NULL) { in compileResourceFile() 908 symbols = symbols->addNestedSymbol(String8(type), srcPos); in compileResourceFile() 910 if (symbols != NULL) { in compileResourceFile() 911 symbols->makeSymbolPublic(String8(name), srcPos); in compileResourceFile() 914 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile() 1018 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); in compileResourceFile() local 1019 if (symbols != NULL) { in compileResourceFile() 1020 symbols = symbols->addNestedSymbol(String8(type), srcPos); in compileResourceFile() 1022 if (symbols != NULL) { in compileResourceFile() [all …]
|
D | Resource.cpp | 1234 sp<AaptSymbols> symbols = assets->getSymbolsFor(String8("R")); in buildResources() local 1235 err = table.addSymbols(symbols); in buildResources() 1352 sp<AaptSymbols> symbols = in buildResources() local 1354 syms = permissionSymbols = symbols->addNestedSymbol( in buildResources() 1360 sp<AaptSymbols> symbols = in buildResources() local 1362 syms = permissionGroupSymbols = symbols->addNestedSymbol( in buildResources() 1569 const sp<AaptSymbols>& symbols, int indent, bool includePrivate) in writeLayoutClasses() argument 1585 size_t N = symbols->getNestedSymbols().size(); in writeLayoutClasses() 1587 sp<AaptSymbols> nsymbols = symbols->getNestedSymbols().valueAt(i); in writeLayoutClasses() 1588 String16 nclassName16(symbols->getNestedSymbols().keyAt(i)); in writeLayoutClasses() [all …]
|
D | AaptAssets.cpp | 1899 const sp<AaptSymbols>& symbols = javaSymbols->mNestedSymbols.valueAt(i); in applyJavaSymbols() local 1908 status_t myerr = mNestedSymbols.valueAt(pos)->applyJavaSymbols(symbols); in applyJavaSymbols() 2503 const sp<AaptSymbols>& symbols = mJavaSymbols.valueAt(i); in applyJavaSymbols() local 2511 status_t err = mSymbols.valueAt(pos)->applyJavaSymbols(symbols); in applyJavaSymbols()
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 94 int numbers, int symbols, int nonletter); in setActivePasswordState() argument
|
D | DevicePolicyManager.java | 1342 int lowercase, int numbers, int symbols, int nonletter) { in setActivePasswordState() argument 1346 numbers, symbols, nonletter); in setActivePasswordState()
|
/frameworks/base/core/res/ |
D | MakeJavaSymbols.sed | 1 # Run this on the errors output by javac of missing resource symbols,
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 590 int symbols = 0; in saveLockPassword() local 604 symbols++; in saveLockPassword() 610 numbers, symbols, nonletter); in saveLockPassword() local
|
/frameworks/base/services/java/com/android/server/ |
D | DevicePolicyManagerService.java | 1505 int symbols = 0; in resetPassword() local 1519 symbols++; in resetPassword() 1552 if (symbols < neededSymbols) { in resetPassword() 1553 Slog.w(TAG, "resetPassword: number of special symbols " + symbols in resetPassword() 1749 int lowercase, int numbers, int symbols, int nonletter) { in setActivePasswordState() argument 1760 || mActivePasswordSymbols != symbols || mActivePasswordNonLetter != nonletter) { in setActivePasswordState() 1769 mActivePasswordSymbols = symbols; in setActivePasswordState()
|
/frameworks/compile/mclinker/ |
D | ChangeLog | 97 * allocate common symbols in BSS section
|
/frameworks/base/packages/InputDevices/res/raw/ |
D | keyboard_layout_russian_mac.kcm | 18 # on Mac keyboards. In contrast with the standard layout, some of the symbols and
|
/frameworks/base/docs/html/tools/adk/ |
D | adk2.jd | 109 <li>Use the plus (+) and minus (-) symbols inside the clock digits to set the correct time.</li> 111 <li>Use the plus (+) and minus (-) symbols inside the clock digits to set the alarm time.</li> 112 <li>Use the plus (+) and minus (-) symbols inside the last two clock digits to turn the alarm on
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3-highlights.jd | 84 <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/ |
D | Doxyfile | 277 # 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/ |
D | device-admin.jd | 168 <td>Minimum symbols required in password</td> 169 …<td>The minimum number of symbols required in the password for all admins or a particular one. Int…
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | jni.jd | 612 to see the symbols as they appear in the library; if they look
|
/frameworks/base/docs/html/guide/practices/ |
D | jni.jd | 612 to see the symbols as they appear in the library; if they look
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 505 <li>Removed many unwanted exported symbols from the link-time shared system libraries
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 4712 http://developer.android.com/resources/samples/SoftKeyboard/res/xml/symbols.html
|