HomeSort by relevance Sort by last modified time
    Searched full:stale (Results 251 - 275 of 551) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/storage/
StorageTracker.cpp 232 // Delete stale StorageTracker records.
  /external/webp/
INSTALL 30 disabled by default to prevent problems with accidental use of stale
  /external/zlib/src/contrib/iostream3/
zfstream.cc 339 // stale chars are lying around
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 115 // Turn off stale checking. Our connections break all the time anyway,
Connection.java 470 // do NOT check for stale connection, that is an expensive operation
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 43 * a stale local register.
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 126 // the information from that call may be stale.)
  /libcore/luni/src/main/java/libcore/net/http/
ResponseHeaders.java 419 headers.add("Warning", "110 HttpURLConnection \"Response is stale\"");
  /ndk/sources/host-tools/make-3.81/
INSTALL 27 disabled by default to prevent problems with accidental use of stale
  /ndk/sources/host-tools/sed-4.2.1/
INSTALL 27 disabled by default to prevent problems with accidental use of stale
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 478 // on a tablet and the loader is returning a stale list. In this case, the contact
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 465 // Remove stale file if any
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStroke.java 268 Log.w(TAG, String.format("[%d] drop stale event: %d,%d|%d last: %d,%d|%d", mPointerId,
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 350 // Clean up stale downloads that disappeared
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 155 VX_STAT_IS_STALE = (1 << 15) /* device is stale */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 155 VX_STAT_IS_STALE = (1 << 15) /* device is stale */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 191 // of them are tied to the min/target sdk levels), in order to avoid showing stale
  /system/core/adb/
protocol.txt 170 The SYNC message is used by the io pump to make sure that stale
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 615 * <p>Currently automatic refreshes are performed when the first stale request for an entry
623 * stale, and thus eligible for refresh
    [all...]
  /external/quake/quake/src/WinQuake/
net_dgrm.cpp 376 Con_DPrintf("Got a stale datagram\n");
401 Con_DPrintf("Stale ACK received\n");
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 379 this.log.debug("Stale connection check");
381 this.log.debug("Stale connection detected");
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 317 // stale
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 613 // remove stale ptrs (in reverse so the indices dont change)
637 // Clean up stale client entry
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 824 // Note: the nodes in this table can become stale. Eg. if you write a PDB,
829 // To avoid the stale nodes building up too much, we periodically (once the
836 // a program creates huge numbers of stale PDBs -- we would get this bloat
838 // stale but shortly afterwards is rewritten with a PDB and so becomes
839 // non-stale again (which happens quite often, eg. in perf/bz2). If we just
840 // remove all stale nodes as soon as possible, we just end up re-adding a
841 // lot of them in later again. The "sufficiently stale" approach avoids
846 // holding on to stale entries for 2 GCs before discarding them can lead
848 // lines are evicted as soon as they are observed to be stale during a
854 // In order to try and mitigate the problem that the "sufficiently stale"
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java     [all...]

Completed in 1992 milliseconds

<<11121314151617181920>>