HomeSort by relevance Sort by last modified time
    Searched refs:stale (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/compiler-rt/test/asan/TestCases/Windows/
use_after_realloc.cc 8 *stale = buffer; local
10 // The 'stale' may now point to a free'd memory.
11 stale[0] = 42;
  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 37 void setStale(boolean stale);
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 139 bool stale = false; local
152 stale = true;
163 if (!stale) {
  /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-trace/catapult/third_party/Paste/paste/auth/
digest.py 84 def build_authentication(self, stale = ''):
99 if stale:
100 parts['stale'] = 'true'
128 return self.build_authentication(stale = True)
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
DigestAuthenticator.java 166 boolean stale = false;
230 stale = true;
245 + " stale=" + stale);
281 * @return -1 for a bad nonce, 0 for a stale none, 1 for a good nonce
  /external/nist-sip/java/gov/nist/javax/sip/header/
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...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 33 def stale?
168 if options[ :force ] or stale?
  /external/curl/lib/vauth/
digest.c 533 else if(Curl_raw_equal(value, "stale")) {
535 digest->stale = TRUE;
616 'stale=true'. This means we provided bad credentials in the previous
618 if(before && !digest->stale)
879 digest->stale = FALSE; /* default means normal, not stale */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /ndk/build/core/
setup-app.mk 127 # you're not going to leave a stale shared library for the old one.
init.mk 504 $(call __ndk_info,Please remove stale preview platforms/android-$(NDK_PREVIEW_LEVEL))
  /external/libunwind/doc/
libunwind.tex 281 stale data. For example, this would happen if \Prog{libunwind} were
285 To prevent the risk of using stale data, \Prog{libunwind} provides two
294 completely, therefore eliminating the risk of stale data alltogether
  /external/libnl/lib/route/
neigh.c 661 __ADD(NUD_STALE, stale)
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 3958 struct wpa_ssid *persistent_go, *stale, *s = NULL; local
    [all...]
  /external/v8/src/js/
promise.js 127 // the deferred symbol's state is stale, and the deferreds should be
  /external/curl/lib/
urldata.h 394 bool stale; /* set true for re-negotiation */
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 1383 int stale; member in struct:CvBGCodeBookElem
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 1411 bool stale = false; local
    [all...]

Completed in 3011 milliseconds

1 2 3