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

1 23 4 5 6 7 8 91011>>

  /dalvik/tests/072-precise-gc/src/
Main.java 84 * we still have stale copies of references on the stack, a
  /external/apache-http/src/org/apache/http/
ConnectionReuseStrategy.java 62 * The stale connection check MUST NOT be triggered by a
  /external/ceres-solver/internal/ceres/
stl_util.h 45 // stale pointer.
  /external/chromium/net/http/
http_response_info.h 44 // stale content (perhaps un-cacheable) may be fetched from cache subject to
http_auth.h 49 // authorization attempt is stale, but
148 // "stale" attribute is present.
http_auth_cache_unittest.cc 398 "stale=\"true\"");
401 // After the stale update, the entry should still exist in the cache and
417 "stale=\"true\"");
  /external/emma/core/res/com/vladium/emma/
exceptions.properties 47 with the version of this class in the metadata, possibly because stale \
  /external/grub/stage2/
xfs.h 380 xfs_uint16_t stale; /* count of stale entries */ member in struct:xfs_dir2_leaf_hdr
402 xfs_uint32_t stale; /* count of stale lf entries */ member in struct:xfs_dir2_block_tail
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/llvm/test/CodeGen/X86/
2012-05-19-CoalescerCrash.ll 5 ; virtual registers. Stale identity copies that had already been joined were
  /external/openssh/contrib/caldera/
sshd.init 50 # no such process or exe does not match => stale pid-file or process died
  /external/webkit/Source/WebCore/xml/
XSLStyleSheet.h 59 // Taking an arbitrary node is unsafe, because owner node pointer can become stale.
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
gtk.py 81 # Sometimes we get a bad PID (e.g. from a stale httpd.pid
qt.py 95 # Sometimes we get a bad PID (e.g. from a stale httpd.pid
  /frameworks/support/v4/java/android/support/v4/net/
ConnectivityManagerCompat.java 110 * potentially-stale value from
  /ndk/build/core/
setup-app.mk 93 # you're not going to leave a stale shared library for the old one.
  /packages/apps/Email/res/layout/
widget.xml 66 restore stale data over updated data. -->
  /packages/apps/Mms/res/layout/
widget.xml 53 restore stale data over updated data. -->
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 33 def stale?
168 if options[ :force ] or stale?
  /external/bison/lib/
strerror-override.c 125 return "Stale NFS file handle";
271 return "Stale NFS file handle";
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 94 throw new SQLException("stale connection");
164 throw new SQLException("stale connection");
  /external/mdnsresponder/mDNSShared/
GenLinkedList.c 85 ASSIGNLINK( elem, NULL, pList->LinkOffset); // maybe catch a stale reference bug.
277 AssignOffsetLink( elem, NULL, pList->LinkOffset); // maybe catch a stale reference bug.
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 152 msg = "Stale NFS file handle";
318 msg = "Stale NFS file handle";
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 140 # Does not handle Cache-Control: max-stale
274 1. Cache-Control: max-stale
281 We will never return a stale document as
283 of 'max-stale'. This also lets us safely ignore 'must-revalidate'
297 retval = "STALE"
308 retval = "STALE"
442 example Digest may return stale=true.
502 if 'true' == challenge.get('stale'):
572 if challenge.get('reason') in ['integrity', 'stale']:
    [all...]
  /external/iproute2/ip/
ipneigh.c 49 " [ nud { permanent | noarp | stale | reachable } ]\n"
65 else if (strcmp(arg, "stale") == 0)
295 PRINT_FLAG(STALE);

Completed in 2770 milliseconds

1 23 4 5 6 7 8 91011>>