HomeSort by relevance Sort by last modified time
    Searched full:stale (Results 26 - 50 of 204) sorted by null

12 3 4 5 6 7 8 9

  /external/skia/src/ports/
SkOSEvent_android.cpp 70 // so we don't call timedwait again on a stale value
  /frameworks/policies/base/
PolicyConfig.mk 50 # base_rules.mk may use this in unintended ways if a stale value is
  /ndk/build/core/
setup-app.mk 63 # you're not going to leave a stale shared library for the old one.
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCConnection.java 206 throw new SQLException("stale connection");
262 throw new SQLException("stale connection");
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 116 case ERR_Stale: return "Stale command";
411 log("BUG: onSetupConnectionCompleted is stale cp.tag=" + cp.tag + ", mtag=" + mTag);
619 // Request is stale, ignore.
644 log("DcActivatingState EVENT_GET_LAST_FAIL_DONE is stale cp.tag="
736 if (DBG) log("DcDisconnectState EVENT_DEACTIVATE_DONE stale dp.tag="
771 if (DBG) log("DcDisconnectingBadDnsState EVENT_DEACTIVE_DONE stale dp.tag="
    [all...]
  /external/grub/stage2/
fsys_xfs.c 347 xfs.dirmax = le16 (h->count) - le16 (h->stale);
428 xfs.dirmax = le32 (tail->count) - le32 (tail->stale);
438 xfs.dirmax = le16 (h->count) - le16 (h->stale);
  /external/iproute2/ip/
ipneigh.c 49 " [ nud { permanent | noarp | stale | reachable } ]\n"
65 else if (strcmp(arg, "stale") == 0)
295 PRINT_FLAG(STALE);
  /external/dbus/dbus/
dbus-keyring.c 189 * delete a stale lock should also be unlikely except when the
195 /** Maximum number of timeouts waiting for lock before we decide it's stale */
228 _dbus_verbose ("Lock file timed out %d times, assuming stale\n",
244 _dbus_verbose ("Couldn't create lock file after deleting stale one: %s\n",
  /external/kernel-headers/original/asm-generic/
errno.h 89 #define ESTALE 116 /* Stale NFS file handle */
  /external/webkit/WebCore/bridge/
runtime_root.cpp 39 // JS and the DOM; (2) plug-ins holding stale references to JS and the DOM. Previous
  /external/webkit/WebCore/history/
PageCache.cpp 90 // Remove stale cache entry if necessary.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium_linux.py 146 # Sometimes we get a bad PID (e.g. from a stale httpd.pid
chromium_mac.py 159 # Sometimes we get a bad PID (e.g. from a stale httpd.pid
  /packages/apps/Camera/src/com/android/camera/gallery/
BaseImageList.java 66 // IllegalStateException may be thrown if the cursor is stale.
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 70 // IllegalStateException may be thrown if the cursor is stale.
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 138 // stale so the next time we're asked for a particular contact, we'll return that
139 // stale contact and at the same time, fire off an asyncUpdateContact to update
430 // If we're stale and we haven't already kicked off a query then kick
787 // Don't remove the contacts. Just mark them stale so we'll update their
  /system/core/libcutils/
selector.c 140 * Removes stale file descriptors and initializes file descriptor sets.
  /frameworks/base/services/java/com/android/server/
WifiWatchdogService.java 476 * stale, so cancel it.
525 * watchdog thread is now stale, so cancel it.
551 * not have stale data.
723 // Check whether we are stale and should cancel
742 // Check whether we are stale and should cancel
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 40 * throw exceptions or return stale data; safer behavior would have
424 * been used) may return stale data.
  /dalvik/vm/
IndirectRefTable.c 237 /* bad -- stale reference? */
287 /* bad -- stale reference? */
IndirectRefTable.h 71 * The remaining 14 bits can be used to detect stale indirect references.
159 * stale references aren't possible (though we may be able to get similar
  /external/iproute2/misc/
nstat.c 589 fprintf(stderr, "nstat: history is stale, ignoring it.\n");
597 fprintf(stderr, "nstat: history is stale, ignoring it.\n");
rtacct.c 604 fprintf(stderr, "rtacct: history is stale, ignoring it.\n");
614 fprintf(stderr, "rtacct: history is stale, ignoring it.\n");
  /external/opencore/pvmi/pvmf/include/
pvmi_data_stream_interface.h 447 * @param[in] aTrimMargin Amount of stale data to keep cached.
473 * "stale" data (data behind the current read position) that is
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 43 * a stale local register.
51 * to ensure that the Object's address isn't sitting in a stale local register.

Completed in 147 milliseconds

12 3 4 5 6 7 8 9