HomeSort by relevance Sort by last modified time
    Searched defs:past (Results 1 - 14 of 14) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 951 when k < 0 then past?( -k )
972 def past?( k = 1 )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.h 39 unsigned past, future, current; member in struct:nouveau_decoder
  /external/deqp/modules/glshared/
glsCalibration.cpp 285 // Do a few past iterations have frame time in acceptable range?
291 const CalibrateIteration* const past = &m_calibrateIterations[m_calibrateIterations.size() - numRelevantPastIterations]; local
296 const float frameTimeUs = past[i].frameTime;
305 // Do a few past iterations have similar-enough call counts?
310 const CalibrateIteration* const past = &m_calibrateIterations[m_calibrateIterations.size() - numRelevantPastIterations]; local
316 minCallCount = de::min(minCallCount, past[i].numDrawCalls);
317 maxCallCount = de::max(maxCallCount, past[i].numDrawCalls);
369 // Find the maximum of the past call counts.
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 39 unsigned past, future, current; member in struct:nouveau_decoder
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 196 int past; /* true if read requested past end */ member in struct:__anon32311
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 180 int past; /* true if read requested past end */ member in struct:__anon33350
  /external/zlib/src/
gzguts.h 180 int past; /* true if read requested past end */ member in struct:__anon37548
  /external/chromium_org/base/metrics/
histogram.cc 418 int64 past = 0; local
442 WriteAsciiBucketContext(past, current, remaining, i, output);
444 past += current;
446 DCHECK_EQ(sample_count, past);
477 void Histogram::WriteAsciiBucketContext(const int64 past,
482 double scaled_sum = (past + current + remaining) / 100.0;
485 double percentage = past / scaled_sum;
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 455 * which case we try the node one past. We don't check any
460 SNode past = s.next; local
461 if (past != null && past.isCancelled())
462 past = past.next;
466 while ((p = head) != null && p != past && p.isCancelled())
470 while (p != null && p != past) {
    [all...]
  /external/jemalloc/src/
arena.c 1897 size_t npages, run_ind, past; local
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 462 milliseconds