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

1 2 3

  /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/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc 77 // If now is earlier than old, there may have been a race between
152 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) {
153 if (earlier <= later) {
154 return ((earlier <= middle) && (middle <= later));
156 return !((later < middle) && (middle < earlier));
160 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later) {
162 int32 diff = later - earlier;
165 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
170 bool TimeIsLater(uint32 earlier, uint32 later)
    [all...]
timeutils.h 63 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later); // Inclusive
64 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later); // Inclusive
65 bool TimeIsLater(uint32 earlier, uint32 later); // Exclusive
72 // Returns the earlier of two timestamps.
77 // Number of milliseconds that would elapse between 'earlier' and 'later'
78 // timestamps. The value is negative if 'later' occurs before 'earlier'.
79 int32 TimeDiff(uint32 later, uint32 earlier);
81 // The number of milliseconds that have elapsed since 'earlier'.
82 inline int32 TimeSince(uint32 earlier) {
83 return TimeDiff(Time(), earlier);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier); local
2501 ir_variable *const earlier = local
2887 ir_variable *earlier = get_variable_being_redeclared(var, decl, state); local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier); local
2501 ir_variable *const earlier = local
2887 ir_variable *earlier = get_variable_being_redeclared(var, decl, state); local
    [all...]
  /ndk/tests/build/topological-sort/jni/
Android.mk 19 # With NDK r8b and earlier, the final link command for the executable
  /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/chromium_org/tools/telemetry/telemetry/core/chrome/
cros_browser_backend.py 210 'with chrome branches 1500 or earlier.')
  /external/stlport/test/eh/
Prefix.h 211 # error No configuration for earlier versions of MSL
  /external/chromium_org/remoting/webapp/
event_handlers.js 16 // handles the token-expired case earlier, avoiding asking the user for
  /external/libvorbis/doc/
08-residue.tex 286 Packet decode proceeds as follows, matching the description offered earlier in the document.
352 Format zero decodes partitions exactly as described earlier in the
386 Format 1 decodes partitions exactly as described earlier in the
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 219 // first day of the year fell on a thursday, or earlier.
  /external/chromium_org/third_party/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_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 219 // first day of the year fell on a thursday, or earlier.
  /external/chromium_org/third_party/simplejson/
__init__.py 177 versions of simplejson earlier than 2.1.0, an integer is also accepted
274 versions of simplejson earlier than 2.1.0, an integer is also accepted
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 116 add r11, r1, #18 ; preload next low. adding back block width(=8), which is subtracted earlier
  /external/chromium/net/base/
cookie_monster_unittest.cc     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 311 preg_replace('/ \z/', '', $result); # Trim trailing space if we added one earlier.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 648 # Python 2.1 and earlier, and is short-circuited by the
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 648 # Python 2.1 and earlier, and is short-circuited by the
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 61 # Configuration for use with kernel/kexts for iOS 5.0 and earlier (which used
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 153 ; r10 is used earlier in the loop, but r10 is used as
vp8_packtokens_mbrow_armv5.asm 174 ; r10 is used earlier in the loop, but r10 is used as
  /external/chromium_org/net/cookies/
cookie_monster_unittest.cc     [all...]

Completed in 789 milliseconds

1 2 3