/external/chromium_org/webkit/renderer/ |
webkit_renderer.target.linux-mips.mk | 278 -Wl,--no-keep-memory \ 295 -Wl,--no-keep-memory \
|
/external/chromium_org/webkit/ |
webkit_storage_common.target.darwin-mips.mk | 226 -Wl,--no-keep-memory \ 243 -Wl,--no-keep-memory \
|
webkit_storage_common.target.linux-mips.mk | 226 -Wl,--no-keep-memory \ 243 -Wl,--no-keep-memory \
|
/external/icu4c/i18n/ |
winnmfmt.cpp | 138 // TODO: keep locale too? 216 // TODO: cache Locale and NumberFormat? Could keep locale passed to constructor...
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
MultiType.java | 130 // Keep all previous merge paths up to date 253 // Keep all previous merge paths up to date
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
LodControl.java | 162 level = lastLevel; // we're already at the lowest setting and we just got closer to the model, no need to keep trying. 164 level = lastLevel; // we're already at the highest setting and we just got further from the model, no need to keep trying.
|
/external/llvm/test/MC/ARM/ |
eh-directive-handlerdata.s | 44 @ linker can keep __aeabi_unwind_cpp_pr0. 101 @ linker can keep __aeabi_unwind_cpp_pr0.
|
/external/open-vcdiff/src/zlib/ |
adler32.c | 109 /* in case user likes doing a byte at a time, keep it fast */ 124 /* in case short lengths are provided, keep it somewhat fast */
|
/external/openssl/crypto/des/asm/ |
readme | 69 One has to do instruction interleaving to keep both functional units 125 to keep both functional units of the pentium going.
|
/external/oprofile/daemon/ |
opd_trans.c | 207 /* subtlety: we must keep trans->cookie cached, 249 /* subtlety: we must keep trans->cookie cached, even though it's
|
/external/proguard/docs/manual/ |
introduction.html | 103 necessary <a href="usage.html#keepoptions"><code>-keep</code> options</a> and 115 your ProGuard configuration, with the same simple <code>-keep</code> options.
|
/external/proguard/src/proguard/ |
ClassSpecification.java | 179 * Specifies to keep the specified field(s) of this option's class(es). 195 * Specifies to keep the specified method(s) of this option's class(es).
|
Configuration.java | 86 // Keep options. 94 public List keep; field in class:Configuration
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
DexFile.java | 122 * This determine whether we should keep any signed registers as signed, or force all register to 123 * unsigned. By default we don't keep track of whether they were signed or not, and write them back 128 * 1. Annotate an existing dex file - In this case, preserveSignedRegisters should be false, so that we keep 180 * @param preserveSignedRegisters If true, keep track of any registers in the debug information 246 * and optionally keep track of any registers in the debug information that are signed, 249 * @param preserveSignedRegisters If true, keep track of any registers in the debug information 272 * and optionally keep track of any registers in the debug information that are signed, 275 * @param preserveSignedRegisters If true, keep track of any registers in the debug information [all...] |
/external/v8/src/ |
zone.h | 106 // Never keep segments larger than this size in bytes around. 206 // ZoneScopes keep track of the current parsing and compilation
|
/frameworks/base/core/java/android/os/ |
FileObserver.java | 42 * will stop sending events. To ensure you keep receiving events, you must 43 * keep a reference to the FileObserver instance from some other live object.</p>
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaAudioManagerTest.java | 39 // keep track of looper for AudioManager so we can terminate it 235 // keep making the current owner lose and gain audio focus repeatedly
|
/frameworks/native/include/input/ |
VelocityTracker.h | 172 // Number of samples to keep. 247 // Number of samples to keep.
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
AbstractSelectableChannel.java | 142 // throw ISE exactly to keep consistency 145 // throw NPE exactly to keep consistency
|
/libcore/luni/src/main/java/javax/xml/validation/ |
TypeInfoProvider.java | 67 * Note that the caller can keep references to the obtained 102 * Note that the caller can keep references to the obtained
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLContext.java | 63 * does not need to keep a cache mapping session IDs to SSL 67 * key. Since in this case the server does not need to keep a
|
/ndk/sources/cxx-stl/gabi++/src/ |
cxxabi_defines.h | 290 * ARM EHABI requires the unwind library to keep track of exceptions 291 * during cleanups. These support nesting, so we need to keep a list of
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
PingParser.java | 120 // - If the ping expired we should keep looping with pings. 140 // Here we'll keep track of which mailboxes need syncing
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
FolderWatcher.java | 40 * A container to keep a list of Folder objects, with the ability to automatically keep in sync with
|
/packages/providers/DownloadProvider/ui/res/values/ |
strings.xml | 102 <!-- Text for button to keep a download that has not yet begun [CHAR LIMIT=25] --> 103 <string name="keep_queued_download">Keep</string>
|