Searched defs:stale (Results 1 - 21 of 21) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Windows/
H A Duse_after_realloc.cc8 *stale = buffer; local
10 // The 'stale' may now point to a free'd memory.
11 stale[0] = 42;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb33 def stale?
168 if options[ :force ] or stale?
/external/chromium_org/v8/src/
H A Doptimizing-compiler-thread.cc339 // 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);
/external/chromium_org/content/browser/loader/
H A Dbuffered_resource_handler.cc331 bool stale; local
332 bool has_plugin = HasSupportingPlugin(&stale);
333 if (stale) {
461 bool BufferedResourceHandler::HasSupportingPlugin(bool* stale) { argument
470 stale, &plugin, NULL);
472 if (stale)
473 *stale = false;
/external/nist-sip/java/javax/sip/header/
H A DAuthorizationHeader.java37 void setStale(boolean stale); argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java395 * 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) { argument
403 setParameter(new NameValue(ParameterNames.STALE, Boolean.valueOf(stale)));
410 * @return the boolean representing if the challenge is stale.
/external/chromium_org/content/browser/
H A Dplugin_service_impl.cc535 bool stale = GetPluginInfoArray( local
538 *is_stale = stale;
/external/lldb/source/Target/
H A DThread.cpp875 // This code clears stale plans off the stack.
882 bool stale = plan_ptr->IsPlanStale (); local
886 if (stale)
/external/opencv/cvaux/include/
H A Dcvaux.h1383 int stale; member in struct:CvBGCodeBookElem
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A 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. ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jar ... .forms.IManagedForm managedForm private boolean dirty private boolean stale public void " href="/5.1.1_r6/s? ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 552 milliseconds