HomeSort by relevance Sort by last modified time
    Searched full:stale (Results 1 - 25 of 812) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libutil/
op_lockfile.h 25 * Write the pid into the given lock file. Stale
op_lockfile.c 52 fprintf(stderr, "Removing stale lock file %s\n",
  /external/chromium_org/chrome/browser/chromeos/drive/
remove_stale_cache_files.cc 28 // Stale = the entry is not found, or not dirty but the MD5 does not match.
34 << "Failed to remove a stale cache file. resource_id: "
remove_stale_cache_files_unittest.cc 66 // Create a stale cache file.
79 // Remove stale cache files.
114 // Remove stale cache files.
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 41 // stale: one of new notifications became stale.
49 // [CLOSE]<-(event=close)-+ +--(event=stale, cond=has new|sticky)
54 // | | (event=stale, V
68 // (event=close) +-------(event=stale)(event=new)
149 // (that the view is associated with) becomes stale after a timeout.
155 // Mark the given notification as stale.
184 // Stale timeout.
222 // Sets the timeout for a notification to become stale.
225 // Mark the given notification as stale
    [all...]
balloon_view.h 60 // True if the notification is stale. False if the notification is new.
61 bool stale() const { return stale_; } function in class:chromeos::BalloonViewImpl
63 // Makes the notification stale.
  /dalvik/vm/mterp/armv5te/
alt_stub.S 6 * stale rIBASE if breakFlags==0. Always refresh rIBASE here, and then
  /dalvik/vm/mterp/mips/
alt_stub.S 6 * stale rIBASE if breakFlags==0. Always refresh rIBASE here, and then
  /external/chromium_org/chrome/browser/ui/cocoa/
window_restore_utils.mm 18 // The defaults must be synchronized here otherwise a stale value will be
  /external/chromium_org/chrome/installer/linux/common/
updater 20 # TODO(mmoss) detect if apt cache is stale (> 1 day) and force update?
  /external/kernel-headers/original/linux/
errno.h 18 #define EBADCOOKIE 523 /* Cookie is stale */
  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 37 void setStale(boolean stale);
  /frameworks/base/core/java/android/database/
StaleDataException.java 20 * This exception is thrown when a Cursor contains stale data and must be
  /external/qemu/android/utils/
filelock.c 50 ** the filelock_lock() function can also detect stale file locks that can linger
131 D( "no pid file in '%s', assuming stale directory", lock->lock );
281 /* check the lockfile to see if it is stale */
287 int stale = 2; /* means don't know */
311 stale = 0;
313 stale = 1;
316 if (stale == 2) {
317 /* no pid, stale if the file is older than 1 minute */
318 stale = (now >= st.st_mtime + 60);
321 if (stale) {
    [all...]
filelock.h 26 ** function can detect stale file locks that can longer when the emulator
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 138 bool stale = false; local
151 stale = true;
162 if (!stale) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 62 public static final String STALE = ParameterNames.STALE;
395 * Sets the value of the stale parameter of the WWWAuthenicateHeader to the
396 * <var>stale</var> parameter value.
398 * @param stale -
399 * the Boolean.valueOf value of the stale parameter.
402 public void setStale(boolean stale) {
403 setParameter(new NameValue(ParameterNames.STALE, Boolean.valueOf(stale)));
410 * @return the boolean representing if the challenge is stale
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list_item.css 18 .destination-list-item.stale {
  /external/chromium_org/content/browser/loader/
offline_policy.h 23 // from cache even if stale rather than from the network. For example,
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
dom-mutation.html 22 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=6590">Bug 6590: Web Inspector shows stale DOM tree if the DOM changes after the inspector has loaded</a>.</p>
  /external/chromium_org/tools/telemetry/
PRESUBMIT.py 20 'Docs are stale. Please run:\n' +
  /external/chromium_org/ui/base/gtk/
gtk_signal_registrar.h 21 // A class that ensures that callbacks don't run on stale owner objects. Similar
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_tcp.h 45 /* For detecting stale connections */
  /external/kernel-headers/original/linux/nfsd/
stats.h 18 unsigned int fh_stale; /* FH stale error */
  /frameworks/base/tests/TileBenchmark/res/values/
colors.xml 19 <!-- The color of tiles with stale / invalid textures -->

Completed in 1149 milliseconds

1 2 3 4 5 6 7 8 91011>>