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

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
2012-05-19-CoalescerCrash.ll 5 ; virtual registers. Stale identity copies that had already been joined were
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_fs.c 119 * Remove stale references to this result to ensure a new result on the
  /external/openssh/contrib/caldera/
sshd.init 50 # no such process or exe does not match => stale pid-file or process died
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentStack.java 65 * Update a possibly stale restored stack against a live
  /frameworks/support/v4/java/android/support/v4/net/
ConnectivityManagerCompat.java 110 * potentially-stale value from
  /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/chromium/net/http/
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/chromium_org/base/
stl_util.h 37 // stale pointer.
52 // which could result in the hash function trying to dereference a stale
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceRequest.h 42 ReturnCacheDataElseLoad, // back/forward or encoding change - allow stale data
43 ReturnCacheDataDontLoad // results of a post - allow stale data and only use cache
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
http_server_base.py 73 This method also stops any stale servers started by a previous instance."""
76 # Stop any stale servers left over from previous instances.
  /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/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 79 * contains a stale copy of the response, the client will issue a conditional
114 * This technique works even better in situations where a stale response is
115 * better than no response. To permit stale cached responses, use the {@code
116 * max-stale} directive with the maximum staleness in seconds: <pre> {@code
117 * int maxStale = 60 * 60 * 24 * 28; // tolerate 4-weeks stale
118 * connection.addRequestProperty("Cache-Control", "max-stale=" + maxStale);
  /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/chromium_org/chrome/browser/sync/glue/
session_model_associator.h 168 // Triggers garbage collection of stale sessions (as defined by
174 // stale.
366 // stale and a candidate for garbage collection.
  /external/chromium_org/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/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)
297 PRINT_FLAG(STALE);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 244 // Prepare query strings for removing stale rows which don't correspond to existing
297 + " stale rows which don't have any relevant directory");
397 Log.d(TAG, " deleted " + numDeleted + " stale rows");
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 116 * ReferenceQueue used to eliminate stale mappings.
333 * Purges stale mappings from this map before read operations.
342 * Purges stale mappings from this map before write operations.
351 * Purges stale mappings from this map.
354 * care must be taken if, for instance, you want stale
560 * the mapping is stale and should be removed.
    [all...]
  /art/runtime/
indirect_reference_table_test.cc 217 // Stale lookup.
222 EXPECT_EQ(kInvalidIndirectRefObject, irt.Get(iref0)) << "stale lookup succeeded";

Completed in 4995 milliseconds

1 2 3 45 6 7 8 91011>>