/frameworks/base/core/java/android/appwidget/ |
AppWidgetHostView.java | 203 // If our stale view has been prepared to match active, and the new
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 293 /* Clear out any stale socket files that might be left over. */
|
/external/iproute2/misc/ |
ifstat.c | 739 fprintf(stderr, "ifstat: history is stale, ignoring it.\n"); 747 fprintf(stderr, "ifstat: history is stale, ignoring it.\n");
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTestUtils.java | 656 * Useful ensuring no non-system apps are installed, and for cleaning up stale files that 677 // Make sure there are no stale app files under these directories
|
/ndk/docs/ |
CHANGES.TXT | 252 - if the build fails for some reason, a stale/obsolete file is not left in 255 - if you change the target ABI, a stale/obsolete file is not left into the
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 266 // Check to see if we need to remove the stale items from the queue 766 // Check to see if we need to remove the stale items from the queue [all...] |
/external/kernel-headers/original/linux/ |
sched.h | 1007 * pid_alive - check that a task structure is not stale 1012 * can be stale and must not be dereferenced. [all...] |
/dalvik/vm/native/ |
dalvik_system_DexFile.c | 388 * is stale but exists on a read-only partition.
|
/dalvik/vm/test/ |
TestIndirectRefTable.c | 99 LOGE("stale entry get succeeded unexpectedly\n");
|
/external/apache-http/src/org/apache/http/impl/auth/ |
DigestScheme.java | 168 String s = getParameter("stale");
|
/external/bison/ |
INSTALL | 27 disabled by default to prevent problems with accidental use of stale
|
/external/bluetooth/bluez/ |
INSTALL | 27 disabled by default to prevent problems with accidental use of stale
|
/external/bluetooth/hcidump/ |
INSTALL | 27 disabled by default to prevent problems with accidental use of stale
|
/external/qemu/android/skin/ |
surface.c | 229 D( "error: trying to lock stale surface %p", s );
|
/external/quake/quake/src/QW/client/ |
net_chan.c | 395 // discard stale or duplicated packets
|
/external/tcpdump/ |
sctpConstants.h | 292 /* Of course we really don't collect stale cookies, being
|
/external/webkit/WebCore/inspector/front-end/ |
AbstractTimelinePanel.js | 306 // The boundaries changed, so all item graphs are stale.
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
mac.py | 242 # Sometimes we get a bad PID (e.g. from a stale httpd.pid
|
/external/zlib/contrib/iostream3/ |
zfstream.cc | 339 // stale chars are lying around
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClient.java | 106 // Turn off stale checking. Our connections break all the time anyway,
|
Connection.java | 471 // do NOT check for stale connection, that is an expensive operation
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageManager.java | 465 // Remove stale file if any
|
/system/core/adb/ |
protocol.txt | 152 The SYNC message is used by the io pump to make sure that stale
|
/dalvik/vm/alloc/ |
MarkSweep.c | [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 334 this.log.debug("Stale connection check"); 336 this.log.debug("Stale connection detected"); [all...] |