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

1 2

  /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;
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 139 bool stale = false; local
152 stale = true;
163 if (!stale) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 33 def stale?
168 if options[ :force ] or stale?
  /external/chromium_org/v8/src/
optimizing-compiler-thread.cc 335 // Find the next slot that is empty or has a stale job.
336 OptimizedCompileJob* stale = NULL; local
338 stale = osr_buffer_[osr_buffer_cursor_];
339 if (stale == NULL || stale->IsWaitingForInstall()) break;
344 if (stale != NULL) {
345 ASSERT(stale->IsWaitingForInstall());
346 CompilationInfo* info = stale->info();
352 DisposeOptimizedCompileJob(stale, false);
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.cc 328 bool stale; local
329 bool has_plugin = HasSupportingPlugin(&stale);
330 if (stale) {
458 bool BufferedResourceHandler::HasSupportingPlugin(bool* stale) {
467 stale, &plugin, NULL);
469 if (stale)
470 *stale = false;
  /external/chromium_org/content/browser/
plugin_service_impl.cc 534 bool stale = GetPluginInfoArray( local
537 *is_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...]
  /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 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 627 milliseconds

1 2