HomeSort by relevance Sort by last modified time
    Searched full:keep (Results 4876 - 4900 of 11137) sorted by null

<<191192193194195196197198199200>>

  /external/zlib/src/
FAQ 52 Because we would like to keep zlib as a very small and simple package.
215 keep an index of those locations, then you can start decompression at those
340 No. PKWare has apparently decided to keep that format proprietary, since
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 101 * @param singleMode True if the LocalActivityManger should keep a maximum
217 * must have a unique string ID associated with it -- this is used to keep
349 // When in single mode keep track of the current activity
  /frameworks/base/core/java/android/content/
Loader.java 249 * loader <em>must not</em> report any new data, and <em>must</em> keep
412 * loader <em>must</em> keep its last reported data valid until the final
504 // new data right now... but keep track of it changing to
  /frameworks/base/core/java/android/os/
AsyncTask.java 41 * used for short operations (a few seconds at the most.) If you need to keep threads
508 * itself (this) so that the caller can keep a reference to it.
540 * itself (this) so that the caller can keep a reference to it.
  /frameworks/base/core/java/android/view/
SurfaceControl.java 85 /* flags used in constructor (keep in sync with ISurfaceComposerClient.h) */
167 /* flags used with setFlags() (keep in sync with ISurfaceComposer.h) */
176 /* built-in physical display ids (keep in sync with ISurfaceComposer.h)
  /frameworks/base/docs/html/design/style/
iconography.jd 11 <p>When you design icons for your app, it's important to keep in mind that your
349 <p>Keep the style flat and simple, using the same single, visual metaphor as your launcher icon.</p>
473 of the same icon. To help keep the multiple copies of files safe and easier to
  /frameworks/base/docs/html/distribute/googleplay/policies/
spam.jd 94 <strong>Keep it brief</strong>&mdash;Keep the description succinct and
271 you choose to reply to reviews, make sure to keep your reply focused on the
  /frameworks/base/docs/html/google/gcm/
adv.jd 77 <p>Whenever the application receives a <code>com.google.android.c2dm.intent.REGISTRATION</code> intent with a <code>registration_id</code> extra, it should save the ID for future use, pass it to the 3rd-party server to complete the registration, and keep track of whether the server completed the registration. If the server fails to complete the registration, it should try again or unregister from GCM.</p>
206 <p>GCM allows a maximum of 4 different collapse keys to be used by the GCM server at any given time. In other words, the GCM server can simultaneously store 4 different send-to-sync messages, each with a different collapse key. If you exceed this number GCM will only keep 4 collapse keys, with no guarantees about which ones they will be.</p>
242 <p>Another advantage of specifying the expiration date for a message is that GCM will never throttle messages with a <code>time_to_live</code> value of 0 seconds. In other words, GCM will guarantee best effort for messages that must be delivered &quot;now or never.&quot; Keep in mind that a <code>time_to_live</code> value of 0 means messages that can't be delivered immediately will be discarded. However, because such messages are never stored, this provides the best latency for sending notifications.</p>
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 254 // 2. Decide the tile levels we want to keep as texture (in addition to
264 // The tile levels we want to keep as texture is in the range
272 // We want to keep one more tile level as texture in addition to what
  /frameworks/base/services/java/com/android/server/am/
ProcessList.java 109 // The minimum number of cached apps we want to be able to keep around,
113 // The maximum number of cached processes we will keep around before killing them.
254 // Ask the kernel to try to keep enough memory free to allocate 3 full
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 79 /* If set, this will keep connections alive after a request has been
166 * @param value Set true to keep connections open after a request
806 psPrint(ps, "Connection: " + ((keepAlive) ? "Keep-Alive" : "Close"));
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 72 /* If set, this will keep connections alive after a request has been
144 * @param value Set true to keep connections open after a request
741 psPrint(ps, "Connection: " + ((keepAlive) ? "Keep-Alive" : "Close"));
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 254 // 2. Decide the tile levels we want to keep as texture (in addition to
264 // The tile levels we want to keep as texture is in the range
272 // We want to keep one more tile level as texture in addition to what
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 254 // 2. Decide the tile levels we want to keep as texture (in addition to
264 // The tile levels we want to keep as texture is in the range
272 // We want to keep one more tile level as texture in addition to what
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 615 // uri, and contactdId, shouldn't make a difference. Just keep the original.
617 // Keep track of all the ids that have been collapsed with this one.
654 // Need to keep track of this too
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
InputModeSwitcher.java 556 // try to keep the previous mode to input language text.
599 // try to keep the previous mode.
612 // Try to keep the previous mode.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 60 # doesn't keep any reference to the test object.
177 # timeout on stderr and keep soldering on.
345 # doesn't keep any reference to the test object.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 60 # doesn't keep any reference to the test object.
177 # timeout on stderr and keep soldering on.
345 # doesn't keep any reference to the test object.
  /sdk/files/typos/
typos-hu.txt 176 # sublicense the Work. You must keep intact all notices that refer to
208 # the Applicable License; (III) You must keep intact all notices that
222 # Section 4(a), keep intact all copyright notices for the Work and
typos-nb.txt 176 # sublicense the Work. You must keep intact all notices that refer to
208 # the Applicable License; (III) You must keep intact all notices that
222 # Section 4(a), keep intact all copyright notices for the Work and
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 158 /* If the MTU is not specified (0), keep MTU decision until the
176 /* keep mtu that user asked, p_port->mtu could be updated during param negotiation */
318 ** Description This function is called to clear the keep handle flag
319 ** which will cause not to keep the port handle open when closed
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h 352 // to keep changes localized, the default is to return a TabContents. Note
    [all...]
  /external/chromium/net/http/
http_response_headers.cc 37 "keep-alive",
62 "keep-alive",
    [all...]
  /external/chromium_org/base/
tracked_objects.h 528 // instance. Also updates the |birth_counts| tally for each task to keep
539 // the |birth_counts| tally for each task to keep track of the number of
622 // registered instances (corresponds to all registered threads where we keep
641 // A map used on each thread to keep track of Births on this thread.
    [all...]
  /external/chromium_org/net/http/
http_response_headers.cc 41 "keep-alive",
75 "keep-alive",
    [all...]

Completed in 1354 milliseconds

<<191192193194195196197198199200>>