Home
last modified time | relevance | path

Searched refs:stale (Results 1 – 25 of 83) sorted by relevance

1234

/external/v8/src/
Doptimizing-compiler-thread.cc340 OptimizedCompileJob* stale = NULL; in AddToOsrBuffer() local
342 stale = osr_buffer_[osr_buffer_cursor_]; in AddToOsrBuffer()
343 if (stale == NULL || stale->IsWaitingForInstall()) break; in AddToOsrBuffer()
348 if (stale != NULL) { in AddToOsrBuffer()
349 DCHECK(stale->IsWaitingForInstall()); in AddToOsrBuffer()
350 CompilationInfo* info = stale->info(); in AddToOsrBuffer()
356 DisposeOptimizedCompileJob(stale, false); in AddToOsrBuffer()
/external/compiler-rt/test/asan/TestCases/Windows/
Duse_after_realloc.cc8 *stale = buffer; in main() local
11 stale[0] = 42; in main()
/external/opencv/cvaux/src/
Dcvbgfg_codebook.cpp184 e->stale = MAX( e->stale, negRun ); in cvBGCodeBookUpdate()
190 e->stale = MAX( e->stale, negRun ); in cvBGCodeBookUpdate()
213 e->stale = 0; in cvBGCodeBookUpdate()
338 if( e->stale > staleThresh ) in cvBGCodeBookClearStale()
346 e->stale = 0; in cvBGCodeBookClearStale()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Ddigest.py84 def build_authentication(self, stale = ''): argument
99 if stale:
128 return self.build_authentication(stale = True)
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DDigestAuthenticator.java166 boolean stale = false; in validateRequest()
230 stale = true; in validateRequest()
245 + " stale=" + stale); in validateRequest()
/external/nist-sip/java/javax/sip/header/
DAuthorizationHeader.java37 void setStale(boolean stale); in setStale() argument
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java402 public void setStale(boolean stale) { in setStale() argument
403 setParameter(new NameValue(ParameterNames.STALE, Boolean.valueOf(stale))); in setStale()
/external/emma/core/res/com/vladium/emma/
Dexceptions.properties47 with the version of this class in the metadata, possibly because stale \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar ... serialVersionUID public static final int CHANGE public static final int STALE public final int type public final org.eclipse. ...
/external/llvm/test/CodeGen/X86/
Daddr-mode-matcher.ll43 ; references in MatchScope and RecordedNodes stale.
/external/llvm/test/Transforms/LoopSimplify/
Dashr-crash.ll6 ; After a series of loop optimizations, SCEV's LoopDispositions grow stale.
/external/libunwind/doc/
Dlibunwind.tex281 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/
Dp2p_supplicant.c3609 struct wpa_ssid *persistent_go, *stale, *s; in wpas_p2ps_prov_complete() local
3679 stale = wpas_p2p_get_persistent(wpa_s, dev, NULL, 0); in wpas_p2ps_prov_complete()
3680 if (!stale) in wpas_p2ps_prov_complete()
3683 if (s && s->ssid_len == stale->ssid_len && in wpas_p2ps_prov_complete()
3684 os_memcmp(stale->bssid, s->bssid, ETH_ALEN) == 0 && in wpas_p2ps_prov_complete()
3685 os_memcmp(stale->ssid, s->ssid, s->ssid_len) == 0) in wpas_p2ps_prov_complete()
3689 if (stale->mode != WPAS_MODE_P2P_GO || in wpas_p2ps_prov_complete()
3690 stale->num_p2p_clients <= 1) { in wpas_p2ps_prov_complete()
3691 wpa_config_remove_network(wpa_s->conf, stale->id); in wpas_p2ps_prov_complete()
3695 for (i = 0; i < stale->num_p2p_clients; i++) { in wpas_p2ps_prov_complete()
[all …]
/external/lldb/source/Target/
DThread.cpp882 bool stale = plan_ptr->IsPlanStale (); in ShouldStop() local
886 if (stale) in ShouldStop()
/external/valgrind/docs/internals/
Drelease-HOWTO.txt106 * s390x: Ensure README.s390 is up-to-date and URLs therein are not stale.
/external/libnl/lib/route/
Dneigh.c661 __ADD(NUD_STALE, stale)
/external/libedit/
DINSTALL24 disabled by default to prevent problems with accidental use of stale
/external/protobuf/
DINSTALL.txt32 disabled by default to prevent problems with accidental use of stale
/external/marisa-trie/
DINSTALL30 disabled by default to prevent problems with accidental use of stale
/external/cmockery/cmockery_0_1_2/
DINSTALL27 disabled by default to prevent problems with accidental use of stale
/external/libusb/
DINSTALL30 disabled by default to prevent problems with accidental use of stale
/external/libusb-compat/
DINSTALL30 disabled by default to prevent problems with accidental use of stale
/external/openfst/
DINSTALL30 disabled by default to prevent problems with accidental use of stale

1234