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
812
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
stats.h
18
unsigned int fh_stale; /* FH
stale
error */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h
18
unsigned int fh_stale; /* FH
stale
error */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h
18
unsigned int fh_stale; /* FH
stale
error */
/external/chromium_org/android_webview/tools/
webview_licenses.py
88
and the whitelist contains no
stale
entries;
89
ScanResult.Warnings if there are
stale
entries;
145
stale
= set(whitelisted_files) - set(offending_files)
146
if
stale
:
149
'\n'.join(sorted(
stale
))
153
elif
stale
:
204
ScanResult.Warnings if there are non-fatal problems (e.g.
stale
whitelist
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestChallenge.java
106
else if (name.equals("
stale
"))
124
throw new SaslException("Unexpected
stale
flag");
305
* This function implements the semenatics of the
stale
directive.
309
* @exception SaslException If an error occurs due to Too many
stale
310
* directives or Invalid
stale
directive value
316
throw new SaslException("Too many
stale
directives.");
321
throw new SaslException("Invalid
stale
directive value: " +
/external/smack/src/com/novell/sasl/client/
DigestChallenge.java
106
else if (name.equals("
stale
"))
124
throw new SaslException("Unexpected
stale
flag");
305
* This function implements the semenatics of the
stale
directive.
309
* @exception SaslException If an error occurs due to Too many
stale
310
* directives or Invalid
stale
directive value
316
throw new SaslException("Too many
stale
directives.");
321
throw new SaslException("Invalid
stale
directive value: " +
/external/apache-http/src/org/apache/http/params/
HttpConnectionParams.java
191
* Tests whether
stale
connection check is to be used. Disabling
192
*
stale
connection check may result in slight performance improvement
196
* @return <tt>true</tt> if
stale
connection check is to be used,
208
* Defines whether
stale
connection check is to be used. Disabling
209
*
stale
connection check may result in slight performance improvement
213
* @param value <tt>true</tt> if
stale
connection check is to be used,
/frameworks/base/core/java/android/net/http/
HttpResponseCache.java
100
* contains a
stale
copy of the response, the client will issue a conditional
135
* This technique works even better in situations where a
stale
response is
136
* better than no response. To permit
stale
cached responses, use the {@code
137
* max-
stale
} directive with the maximum staleness in seconds: <pre> {@code
138
* int maxStale = 60 * 60 * 24 * 28; // tolerate 4-weeks
stale
139
* connection.addRequestProperty("Cache-Control", "max-
stale
=" + maxStale);
HttpAuthHeader.java
36
private final static String STALE_TOKEN = "
stale
";
54
* rejected because the nonce value was
stale
. If
stale
is TRUE
192
* the client was rejected because the nonce value was
stale
.
397
* Parses and initializes the '
stale
' paramer value. Any value
/external/chromium_org/content/browser/download/
rate_estimator.cc
96
// If it's been long enough that all history data is too
stale
, just
104
// Clear out
stale
buckets in the history.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryBigramList.java
29
* All bigrams including
stale
ones in SQL DB should be stored in this class to avoid adding
stale
/external/chromium_org/chrome/browser/download/
download_stats.h
16
//
Stale
enum values left around os that values passed to UMA don't
/external/chromium_org/chrome/browser/ui/cocoa/
drag_util.mm
39
// TODO(bauerb): This possibly uses
stale
information, but it's guaranteed not
/external/chromium_org/chrome/browser/ui/search/
instant_ntp.h
38
// be
stale
.
/external/wpa_supplicant_8/src/ap/
utils.c
74
* (
stale
) associations of STA. If any are found they are removed.
/external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list_item.js
60
STALE
: '
stale
'
98
this.getElement().classList.add(DestinationListItem.Classes_.
STALE
);
/external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java
53
private static String
STALE
= ParameterNames.
STALE
;
149
return (String) authParams.getValue(
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.
/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
...]
/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_org/net/http/
http_auth_handler_digest.cc
111
// to differentiate between
stale
and rejected responses.
119
// Try to find the "
stale
" value, and also keep track of the realm
123
if (LowerCaseEqualsASCII(parameters.name(), "
stale
")) {
175
// [
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
Completed in 596 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>