OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stale
(Results
26 - 50
of
551
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryDictionaryBigramList.java
28
* All bigrams including
stale
ones in SQL DB should be stored in this class to avoid adding
stale
/external/wpa_supplicant_8/src/ap/
utils.c
74
* (
stale
) associations of STA. If any are found they are removed.
/external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java
53
private static String
STALE
= ParameterNames.
STALE
;
149
return (String) authParams.getValue(
STALE
);
ParameterNames.java
81
public static final String
STALE
= "
stale
";
/dalvik/vm/
IndirectRefTable.cpp
160
/* bad --
stale
reference? */
161
ALOGE("JNI ERROR (app bug): accessed
stale
%s reference %p (index %d in a table of size %d)",
177
ALOGE("JNI ERROR (app bug): attempt to use
stale
%s reference %p",
235
/* bad --
stale
reference? */
247
ALOGD("Attempt to remove
stale
%s reference %p",
JarFile.cpp
161
ALOGE("%s odex has
stale
dependencies", fileName);
222
ALOGE("%s odex has
stale
dependencies", fileName);
239
* Pre-created .odex absent or
stale
. Look inside the jar for a
252
* If a
stale
.odex file is present and classes.dex exists in
280
* or the cached version was
stale
), generate the optimized DEX.
/frameworks/base/core/java/android/net/http/
HttpAuthHeader.java
34
private final static String STALE_TOKEN = "
stale
";
52
* rejected because the nonce value was
stale
. If
stale
is TRUE
190
* the client was rejected because the nonce value was
stale
.
395
* Parses and initializes the '
stale
' paramer value. Any value
/external/opencv/cvaux/src/
cvbgfg_codebook.cpp
184
e->
stale
= MAX( e->
stale
, negRun );
190
e->
stale
= MAX( e->
stale
, negRun );
213
e->
stale
= 0;
338
if( e->
stale
> staleThresh )
346
e->
stale
= 0;
/external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc
261
// [CLOSED] -add,add->[STICKY_AND_NEW] -
stale
-> [MINIMIZED] -remove->
292
// [CLOSED] -add->[STICKY_AND_NEW] -
stale
-> [MINIMIZED] -add->
293
// [STICKY_AND_NEW] -
stale
-> [MINIMIZED] -add sys-> [STICKY_NEW]
294
// -
stale
-> [STICKY_NEW] -remove-> [STICKY_NEW] -remove sys->
298
// quicker than
stale
timeout, thus the
stale
timeout cannot be set to
299
// 0. This test explicitly controls the
stale
state instead.
320
// Make the notification
stale
and make sure panel is minimized state.
331
// The panel must be minimzied when the new notification becomes
stale
.
378
// Don't become
stale
[
all
...]
notification_panel.cc
39
// The duration for a new notification to become
stale
.
172
if (!view->
stale
()) {
189
if (!view->
stale
())
195
// Make all notifications
stale
.
624
// Make all notifications
stale
when a user minimize the panel.
780
if (balloon_container_->HasBalloonView(view) && !view->
stale
()) {
782
// don't update panel on
stale
/external/chromium/net/http/
http_auth_handler_digest.cc
110
// to differentiate between
stale
and rejected responses.
119
// Try to find the "
stale
" value, and also keep track of the realm
122
if (LowerCaseEqualsASCII(parameters.name(), "
stale
")) {
179
// [
stale
="<true-or-false>"]
238
} else if (LowerCaseEqualsASCII(name, "
stale
")) {
239
// Parse the
stale
boolean.
/external/chromium/chrome/browser/bookmarks/
bookmark_model_observer.h
60
//
stale
node pointers.
/external/chromium/chrome/browser/
crash_recovery_browsertest.cc
56
// ID of the RenderProcessHost was
stale
, so the NavigationEntry in the new tab
/external/webkit/Source/WebKit/chromium/public/win/
WebInputEventFactory.h
54
// information is known to be
stale
and needs to be reset; that is the
/external/webkit/Tools/EWSTools/
start-queue.sh
51
# run it before running webkit-patch to avoid
stale
.pyc files
/frameworks/base/include/private/hwui/
DrawGlInfo.h
80
// has issues with
stale
buffer contents when no GL
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
PingParser.java
79
// Status of 7 or 4 indicate a
stale
folder list
/external/apache-http/src/org/apache/http/impl/io/
SocketInputBuffer.java
111
return false; // the connection is not
stale
; hooray
113
return true; // the connection is
stale
, the read or soTimeout failed.
/external/apache-http/src/org/apache/http/params/
CoreConnectionPNames.java
100
* Determines whether
stale
connection check is to be used. Disabling
101
*
stale
connection check may result in slight performance improvement
/external/mdnsresponder/mDNSCore/
uDNS.h
112
uDNS_LLQ_Not = 0, // Normal uDNS answer: Flush any
stale
records from cache, and respect record TTL
114
uDNS_LLQ_Entire, // LLQ initial set of answers: Flush any
stale
records from cache, but assume TTL is 2 x LLQ refresh interval
/external/webkit/Source/WebCore/platform/network/
ResourceRequestBase.h
43
ReturnCacheDataElseLoad, // back/forward or encoding change - allow
stale
data
44
ReturnCacheDataDontLoad // results of a post - allow
stale
data and only use cache
/external/webkit/Source/WebKit/chromium/public/
WebURLRequest.h
55
ReturnCacheDataElseLoad, // back/forward or encoding change - allow
stale
data
56
ReturnCacheDataDontLoad, // results of a post - allow
stale
data and only use cache
/frameworks/base/docs/html/training/efficient-downloads/
redundant_redundant.jd
38
<p>To ensure that your caching doesn't result in your app displaying
stale
data, be sure to extract the time at which the requested content was last updated, and when it expires, from within the HTTP response headers. This will allow you to determine when the associated content should be refreshed.</p>
55
<p>Using this approach, you can also effectively cache dynamic content while ensuring it doesn't result in your application displaying
stale
information.</p>
/dalvik/vm/test/
TestIndirectRefTable.cpp
125
ALOGE("
stale
entry get succeeded unexpectedly");
287
DBUG_MSG("+++ START
stale
lookup\n");
291
ALOGE("
stale
lookup succeeded");
/dalvik/tests/061-out-of-memory/src/
Main.java
68
* GC may see a
stale
pointer to it in a register.
Completed in 2874 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>