HomeSort by relevance Sort by last modified time
    Searched defs:stale (Results 1 - 25 of 33) 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/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);
  /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 
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 3609 struct wpa_ssid *persistent_go, *stale, *s; local
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 1329 bool stale = false; local
    [all...]
  /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.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 753 milliseconds

1 2