HomeSort by relevance Sort by last modified time
    Searched defs:past (Results 1 - 20 of 20) 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/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/opencv3/3rdparty/zlib/
gzguts.h 180 int past; /* true if read requested past end */ member in struct:__anon21990
  /external/pdfium/third_party/zlib_v128/
gzguts.h 196 int past; /* true if read requested past end */ member in struct:__anon23139
  /external/zlib/src/
gzguts.h 180 int past; /* true if read requested past end */ member in struct:__anon28541
  /external/libchrome/base/metrics/
histogram.cc 443 int64_t past = 0; local
467 WriteAsciiBucketContext(past, current, remaining, i, output);
469 past += current;
471 DCHECK_EQ(sample_count, past);
502 void Histogram::WriteAsciiBucketContext(const int64_t past,
507 double scaled_sum = (past + current + remaining) / 100.0;
510 double percentage = past / scaled_sum;
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 458 * which case we try the node one past. We don't check any
463 SNode past = s.next; local
464 if (past != null && past.isCancelled())
465 past = past.next;
469 while ((p = head) != null && p != past && p.isCancelled())
473 while (p != null && p != past) {
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 251 func past(deadline int64) bool { func
257 if past(deadline) {
279 if past(deadline) {
552 if past(f.writeDeadline()) {
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 251 func past(deadline int64) bool { func
257 if past(deadline) {
279 if past(deadline) {
552 if past(f.writeDeadline()) {
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 13740 const struct mips_opcode *first, *past; local
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 3784 milliseconds