HomeSort by relevance Sort by last modified time
    Searched refs:STALE (Results 1 - 15 of 15) 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";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileImpl.java 280 mHandler.removeMessages(H.STALE);
281 mHandler.sendEmptyMessageDelayed(H.STALE, getStaleTimeout());
416 private static final int STALE = 15;
476 } else if (msg.what == STALE) {
  /external/iproute2/ip/
ipneigh.c 53 fprintf(stderr, "STATE := { permanent | noarp | stale | reachable | none |\n"
68 else if (strcmp(arg, "stale") == 0)
320 PRINT_FLAG(STALE);
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 336 // stale relative to the running-on-arm compiler. Avoid this by setting
676 stale := rebuildall
693 stale = true
706 if !stale {
1146 "It probably contains stale files that may confuse the build.\n"+
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 336 // stale relative to the running-on-arm compiler. Avoid this by setting
676 stale := rebuildall
693 stale = true
706 if !stale {
1146 "It probably contains stale files that may confuse the build.\n"+
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 221 milliseconds