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

1 2

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 951 when k < 0 then past?( -k )
972 def past?( k = 1 )
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzguts.h 180 int past; /* true if read requested past end */ member in struct:__anon4487
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 186 int past; /* true if read requested past end */ member in struct:__anon4542
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset.c 1410 Junction *past = gblock->end; local
    [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/python/cpython2/Modules/zlib/
gzguts.h 180 int past; /* true if read requested past end */ member in struct:__anon32891
  /external/python/cpython3/Modules/zlib/
gzguts.h 189 int past; /* true if read requested past end */ member in struct:__anon33520
  /external/zlib/src/
gzguts.h 189 int past; /* true if read requested past end */ member in struct:__anon44878
  /toolchain/binutils/binutils-2.27/zlib/
gzguts.h 180 int past; /* true if read requested past end */ member in struct:__anon5141
  /external/libchrome/base/metrics/
histogram.cc 629 int64_t past = 0; local
653 WriteAsciiBucketContext(past, current, remaining, i, output);
655 past += current;
657 DCHECK_EQ(sample_count, past);
687 void Histogram::WriteAsciiBucketContext(const int64_t past,
692 double scaled_sum = (past + current + remaining) / 100.0;
695 double percentage = past / scaled_sum;
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
SynchronousQueue.java 487 * which case we try the node one past. We don't check any
492 SNode past = s.next; local
493 if (past != null && past.isCancelled())
494 past = past.next;
498 while ((p = head) != null && p != past && p.isCancelled())
502 while (p != null && p != past) {
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 279 func past(deadline int64) bool { func
285 if past(deadline) {
309 if past(deadline) {
584 if past(f.writeDeadline()) {
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 279 func past(deadline int64) bool { func
285 if past(deadline) {
309 if past(deadline) {
584 if past(f.writeDeadline()) {
  /external/vulkan-validation-layers/demos/
cube.c 830 VkPastPresentationTimingGOOGLE* past = NULL; local
839 past = (VkPastPresentationTimingGOOGLE*) malloc(sizeof(VkPastPresentationTimingGOOGLE) * count);
840 assert(past);
844 past);
865 } else if (CanPresentEarlier(past[i].earliestPresentTime,
866 past[i].actualPresentTime,
867 past[i].presentMargin,
872 if (demo->last_early_id == past[i].presentID) {
881 past[i].actualPresentTime + (2 * BILLION);
883 (uint32_t)((lastEarlyTime - past[i].actualPresentTime) / demo->target_IPD)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mips.c 13637 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 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.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 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 

Completed in 453 milliseconds

1 2