OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STALE
(Results
1 - 7
of
7
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java
53
private static String
STALE
= ParameterNames.
STALE
;
149
return (String) authParams.getValue(
STALE
);
AuthenticationHeader.java
62
public static final String
STALE
= ParameterNames.
STALE
;
395
* Sets the value of the
stale
parameter of the WWWAuthenicateHeader to the
396
* <var>
stale
</var> parameter value.
398
* @param
stale
-
399
* the Boolean.valueOf value of the
stale
parameter.
402
public void setStale(boolean
stale
) {
403
setParameter(new NameValue(ParameterNames.
STALE
, Boolean.valueOf(
stale
)));
410
* @return the boolean representing if the challenge is
stale
[
all
...]
ParameterNames.java
81
public static final String
STALE
= "
stale
";
/external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.h
30
STALE
= 1
33
// Pair of values, first indicating whether this is a fresh result or
stale
,
webservice_cache.cc
51
return std::make_pair(
STALE
, iter->second.result);
54
return std::make_pair(
STALE
, static_cast<base::DictionaryValue*>(NULL));
/external/iproute2/ip/
ipneigh.c
49
" [ nud { permanent | noarp |
stale
| reachable } ]\n"
65
else if (strcmp(arg, "
stale
") == 0)
297
PRINT_FLAG(
STALE
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar
Completed in 45 milliseconds