HomeSort by relevance Sort by last modified time
    Searched refs:earlier (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/third_party/libjingle/source/talk/base/
time.cc 76 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) {
77 if (earlier <= later) {
78 return ((earlier <= middle) && (middle <= later));
80 return !((later < middle) && (middle < earlier));
84 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later) {
86 int32 diff = later - earlier;
89 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
94 bool TimeIsLater(uint32 earlier, uint32 later) {
96 int32 diff = later - earlier;
    [all...]
time.h 51 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later); // Inclusive
52 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later); // Inclusive
53 bool TimeIsLater(uint32 earlier, uint32 later); // Exclusive
60 // Returns the earlier of two timestamps.
65 // Number of milliseconds that would elapse between 'earlier' and 'later'
66 // timestamps. The value is negative if 'later' occurs before 'earlier'.
67 int32 TimeDiff(uint32 later, uint32 earlier);
69 // The number of milliseconds that have elapsed since 'earlier'.
70 inline int32 TimeSince(uint32 earlier) {
71 return TimeDiff(Time(), earlier);
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 1979 ir_variable *const earlier = local
2320 ir_variable *earlier = state->symbols->get_variable(decl->identifier); local
    [all...]
  /external/oprofile/events/i386/westmere/
events 10 event:0x03 counters:0,1,2,3 um:x02 minimum:200000 name:LOAD_BLOCK : Loads that partially overlap an earlier store
  /external/stlport/test/eh/
Prefix.h 211 # error No configuration for earlier versions of MSL
  /external/clang/tools/scan-build/
scan-build 989 used by checker-0.160 and earlier.
996 earlier.
    [all...]
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 133 ; r10 is used earlier in the loop, but r10 is used as
vp8_packtokens_mbrow_armv5.asm 155 ; r10 is used earlier in the loop, but r10 is used as
vp8_packtokens_partitions_armv5.asm 185 ; r10 is used earlier in the loop, but r10 is used as
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 219 // first day of the year fell on a thursday, or earlier.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 219 // first day of the year fell on a thursday, or earlier.
  /external/chromium/net/base/
cookie_monster_unittest.cc     [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 311 preg_replace('/ \z/', '', $result); # Trim trailing space if we added one earlier.
  /dalvik/vm/mterp/armv5te/
footer.S     [all...]
  /external/oprofile/events/mips/1004K/
events 134 event:0x424 counters:1 um:zero minimum:500 name:INTERVENTION_MISS_STALLS : 36-1 Cache coherence intervention processing stall cycles due to an earlier miss
  /bionic/libc/
Android.mk 516 # These will not work on the earlier x86 machines
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 402 // to be moved earlier in the list.
  /external/libpng/
CHANGES     [all...]
  /external/zlib/contrib/masmx86/
match686.asm 26 ; note: contrib of zLib 1.2.3 and earlier contained both a deprecated version for
  /external/v8/benchmarks/
deltablue.js 640 * been computed by a constraint appearing earlier in the plan), b)
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 634 * been computed by a constraint appearing earlier in the plan), b)
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 634 * been computed by a constraint appearing earlier in the plan), b)
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 634 * been computed by a constraint appearing earlier in the plan), b)
  /external/grub/docs/
texinfo.tex 65 % and turn on active characters that we couldn't do earlier because
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 63 % and turn on active characters that we couldn't do earlier because
    [all...]

Completed in 1201 milliseconds

1 2