OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stale
(Results
76 - 100
of
551
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/external/chromium/chrome/browser/policy/
device_management_service_unittest.cc
397
setting_request->set_watermark("
stale
");
448
setting_request->set_watermark("
stale
");
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java
243
throw new SQLException("
stale
connection");
308
throw new SQLException("
stale
connection");
/external/jmdns/src/javax/jmdns/impl/
DNSEntry.java
181
* Check if the record is
stale
, i.e. it has outlived more than half of its TTL.
185
* @return <code>true</code> is the record is
stale
, <code>false</code> otherwise.
/frameworks/base/services/java/com/android/server/location/
GeofenceManager.java
207
* either if the location would be too
stale
to be useful.
223
// Early out for
stale
location.
/external/chromium/chrome/browser/
alternate_nav_url_fetcher.cc
42
// re-loaded so this instance is now
stale
.
/external/chromium/chrome/browser/prefs/
pref_value_store.cc
211
// Only return true if we find a value and it is the correct type, so
stale
/external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button.mm
67
// Forcibly remove any
stale
tooltip which is being displayed.
/external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.cc
115
// issued. That way we won't act on
stale
results when the user has
/external/chromium/net/disk_cache/
rankings.h
65
// iterators that may go
stale
.
/external/chromium/net/http/
http_auth_cache.h
95
// Updates a
stale
digest entry on server |origin| for realm |realm| and
http_auth_handler.h
45
// attempt used a
stale
nonce (and nonce-count) and that a new attempt should
/external/clang/include/clang/Driver/
Compilation.h
183
/// initCompilationForDiagnostics - Remove
stale
state and suppress output
/external/kernel-headers/original/asm-generic/
errno.h
89
#define ESTALE 116 /*
Stale
NFS file handle */
/external/kernel-headers/original/asm-mips/
errno.h
105
#define ESTALE 151 /*
Stale
NFS file handle */
/external/llvm/include/llvm/Analysis/
CallGraphSCCPass.h
57
/// the SCC list, otherwise
stale
pointers may be dereferenced.
/external/llvm/lib/CodeGen/
LiveRegMatrix.cpp
60
// Make sure no
stale
queries get reused.
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
MessageMicro.java
47
* then this could be
stale
call getSerializedSize if in doubt.
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
MessageNano.java
46
* then this could be
stale
call getSerializedSize if in doubt.
/external/protobuf/src/google/protobuf/stubs/
stl_util-inl.h
50
//
stale
pointer.
/external/webkit/Source/WebCore/bridge/
runtime_root.cpp
39
// JS and the DOM; (2) plug-ins holding
stale
references to JS and the DOM. Previous
/external/webkit/Source/WebCore/platform/graphics/chromium/
DrawingBufferChromium.cpp
135
// happens before the compositor draws. This means we might draw
stale
frames sometimes. Ideally this
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_mac.py
191
# Sometimes we get a bad PID (e.g. from a
stale
httpd.pid
mac.py
159
# Sometimes we get a bad PID (e.g. from a
stale
httpd.pid
Completed in 1837 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>