HomeSort by relevance Sort by last modified time
    Searched refs:stale (Results 1 - 25 of 63) 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);
  /external/v8/src/
optimizing-compiler-thread.cc 339 // Find the next slot that is empty or has a stale job.
340 OptimizedCompileJob* stale = NULL; local
342 stale = osr_buffer_[osr_buffer_cursor_];
343 if (stale == NULL || stale->IsWaitingForInstall()) break;
348 if (stale != NULL) {
349 DCHECK(stale->IsWaitingForInstall());
350 CompilationInfo* info = stale->info();
356 DisposeOptimizedCompileJob(stale, false);
  /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/trace-viewer/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/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 491 $(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/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 3609 struct wpa_ssid *persistent_go, *stale, *s; local
    [all...]
  /external/libnl/lib/route/
neigh.c 661 __ADD(NUD_STALE, stale)
  /external/lldb/source/Target/
Thread.cpp 875 // This code clears stale plans off the stack.
882 bool stale = plan_ptr->IsPlanStale (); local
886 if (stale)
    [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 
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /external/libvncserver/
libtool     [all...]
ltmain.sh     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 1329 bool stale = false; local
    [all...]

Completed in 1457 milliseconds

1 2 3