HomeSort by relevance Sort by last modified time
    Searched full:kept (Results 226 - 250 of 1214) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 23 * This data is stored at the EAP-WSC server/peer method and it is kept for a
wps_upnp_i.h 148 /* Note: subscriptions are kept in expiry order */
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 140 /* Note: subscriptions are kept in expiry order */
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 82 * if want it to be kept updated.
  /frameworks/base/core/java/android/webkit/
L10nUtils.java 30 // These array elements must be kept in sync with those defined in
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 121 long fileSize = 50000000L; // note: kept relatively small to not exceed /cache dir size
  /frameworks/base/include/media/
Metadata.h 32 // This class should be kept in sync with android/media/Metadata.java.
  /frameworks/base/media/libmedia/
Metadata.cpp 32 // All these constants below must be kept in sync with Metadata.java.
  /libcore/luni/src/main/java/javax/sql/
PooledConnection.java 56 * kept open until the {@code PooledConnection} object itself is deactivated by
  /libcore/luni/src/test/java/libcore/javax/crypto/
SecretKeyFactoryTest.java 32 * attacks, but need not be kept secret from attackers. For more
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/input/
AutoCloseInputStream.java 25 * Not even a reference to the underlying stream is kept after it has been
  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 134 // No bluetooth-dependent items in the list. Code kept in case one is added later.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 163 // This code is kept in case a future change re-introduces an associated text.
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 72 // Number of items with highest score are kept for prediction purpose.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 92 /* Nothing is kept for bfd_hash_new. */
96 /* Undefined and common symbols are kept in a linked list through
107 Weak symbols are not kept on this list.
659 (e.g., SPARC a.out) it is kept in the reloc. */
  /external/proguard/docs/manual/
troubleshooting.html 30 <li><a href="#mappingconflict1">Warning: ... is not being kept as ..., but remapped to ...</a></li>
44 <li><a href="#notkept">Classes or class members not being kept</a></li>
229 <dt><a name="mappingconflict1"><b>Warning: ... is not being kept as ..., but remapped to ...</b></a></dt>
233 class name or class member name can't be kept by its original name, as
355 <dt><a name="notkept"><b>Classes or class members not being kept</b></a></dt>
362 which elements are being kept exactly.
475 encountered), and that the main class is kept in your configuration,</dd>
  /docs/source.android.com/src/source/
code-style.md 284 To the extent that it is feasible, methods should be kept small and
296 The scope of local variables should be kept to a minimum (*Effective
571 performance and quickly loses its usefulness if it's not kept reasonably
685 - When possible, logging should be kept on a single line if it
694 hard to reproduce should be kept at the DEBUG or VERBOSE level, and should be
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 48 # configuration, error, and log files are kept.
114 # MinSpareServers: minimum number of server processes which are kept spare
115 # MaxSpareServers: maximum number of server processes which are kept spare
123 # MinSpareThreads: minimum number of worker threads which are kept spare
124 # MaxSpareThreads: maximum number of worker threads which are kept spare
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_unittest.cc 239 // reference to child3 we kept.
444 // reference to child3 we kept.
  /external/libxml2/include/libxml/
schemasInternals.h 357 * must be kept similar
642 * structures must be kept similar
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 61 /// The LoopInfo Analysis that is passed will be kept consistent.
130 /// The LoopInfo Analysis that is passed will be kept consistent.
  /external/openssl/crypto/perlasm/
cbc.pl 24 # for encrypt, the iv is kept in bigendian form,
25 # while for decrypt, it is kept in little endian.
  /external/proguard/src/proguard/obfuscate/
ClassObfuscator.java 88 * package names are kept.
253 * be kept.
  /external/tinyxml/docs/
classTiXmlBase.html 41 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The world does not agree on whether white space should be kept or not. <a href="#e0"></a><br></td></tr>
183 The world does not agree on whether white space should be kept or not.
  /frameworks/base/docs/html/resources/articles/
multitasking-android-way.jd 43 <p>A common misunderstanding about Android multitasking is the difference between a process and an application. In Android these are not tightly coupled entities: applications may seem present to the user without an actual process currently running the app; multiple applications may share processes, or one application may make use of multiple processes depending on its needs; the process(es) of an application may be kept around by Android even when that application is not actively doing something.</p>
45 <p>A key to how Android handles applications in this way is that processes don't shut down cleanly. When the user leaves an application, its process is kept around in the background, allowing it to continue working (for example downloading web pages) if needed, and come immediately to the foreground if the user returns to it. If a device never runs out of memory, then Android will keep all of these processes around, truly leaving all applications "running" all of the time.</p>

Completed in 979 milliseconds

1 2 3 4 5 6 7 8 91011>>