Searched refs:earlier (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
H A Dtime.cc76 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) { argument
77 if (earlier <= later) {
78 return ((earlier <= middle) && (middle <= later));
80 return !((later < middle) && (middle < earlier));
84 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later) { argument
86 int32 diff = later - earlier;
89 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
94 bool TimeIsLater(uint32 earlier, uint32 later) { argument
96 int32 diff = later - earlier;
104 TimeDiff(uint32 later, uint32 earlier) argument
[all...]
H A Dtime.h51 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) { argument
71 return TimeDiff(Time(), earlier);
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtimeutils.cc77 // If now is earlier than old, there may have been a race between
152 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) { argument
153 if (earlier <= later) {
154 return ((earlier <= middle) && (middle <= later));
156 return !((later < middle) && (middle < earlier));
160 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later) { argument
162 int32 diff = later - earlier;
165 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
170 bool TimeIsLater(uint32 earlier, uint3 argument
180 TimeDiff(uint32 later, uint32 earlier) argument
[all...]
H A Dtimeutils.h63 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) { argument
83 return TimeDiff(Time(), earlier);
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp1653 * This restriction was added in GLSL 1.30. Shaders using earlier version
2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier); local
2237 if (earlier == NULL ||
2252 if ((earlier->type->array_size() == 0)
2254 && (var->type->element_type() == earlier->type->element_type())) {
2262 if ((size > 0) && (size <= earlier->max_array_access)) {
2265 earlier->max_array_access);
2268 earlier->type = var->type;
2273 && earlier->type == var->type
2274 && earlier
2501 ir_variable *const earlier = local
2887 ir_variable *earlier = get_variable_being_redeclared(var, decl, state); local
[all...]
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp1653 * This restriction was added in GLSL 1.30. Shaders using earlier version
2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier); local
2237 if (earlier == NULL ||
2252 if ((earlier->type->array_size() == 0)
2254 && (var->type->element_type() == earlier->type->element_type())) {
2262 if ((size > 0) && (size <= earlier->max_array_access)) {
2265 earlier->max_array_access);
2268 earlier->type = var->type;
2273 && earlier->type == var->type
2274 && earlier
2501 ir_variable *const earlier = local
2887 ir_variable *earlier = get_variable_being_redeclared(var, decl, state); local
[all...]
/external/oprofile/events/i386/westmere/
H A Devents10 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/
H A DPrefix.h211 # error No configuration for earlier versions of MSL
/external/libvorbis/doc/
H A D08-residue.tex286 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
H A D01-introduction.tex336 as described earlier, all of which may be used in a given Vorbis
H A D04-codec.tex572 function used for the MDCT is the function described earlier.
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm116 add r11, r1, #18 ; preload next low. adding back block width(=8), which is subtracted earlier
/external/chromium/net/base/
H A Dcookie_monster_unittest.cc1486 Time earlier(now - TimeDelta::FromDays(1));
1489 // four with the earlier time as creation times. We should only get
1498 AddCookieToList("www.google.com", "Y=1; path=/", earlier, &initial_cookies);
1499 AddCookieToList("www.google.com", "Y=2; path=/", earlier, &initial_cookies);
1500 AddCookieToList("www.google.com", "Y=3; path=/", earlier, &initial_cookies);
1501 AddCookieToList("www.google.com", "Y=4; path=/", earlier, &initial_cookies);
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk61 # Configuration for use with kernel/kexts for iOS 5.0 and earlier (which used
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_armv5.asm153 ; r10 is used earlier in the loop, but r10 is used as
H A Dvp8_packtokens_mbrow_armv5.asm174 ; r10 is used earlier in the loop, but r10 is used as
H A Dvp8_packtokens_partitions_armv5.asm203 ; r10 is used earlier in the loop, but r10 is used as
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc1520 Time earlier(now - TimeDelta::FromDays(1));
1523 // four with the earlier time as creation times. We should only get
1532 AddCookieToList("www.google.com", "Y=1; path=/", earlier, &initial_cookies);
1533 AddCookieToList("www.google.com", "Y=2; path=/", earlier, &initial_cookies);
1534 AddCookieToList("www.google.com", "Y=3; path=/", earlier, &initial_cookies);
1535 AddCookieToList("www.google.com", "Y=4; path=/", earlier, &initial_cookies);
/external/oprofile/events/mips/1004K/
H A Devents134 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
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb128 be used to restore the stream to an earlier state. This is used by recognizers
577 # restore the stream to an earlier location recorded by #mark. If no marker value is
/external/libpng/
H A DCHANGES750 directly as authors were instructed to do in libpng-0.88 and earlier,
976 libpng-0.88 and earlier.
2298 In png_write_png(), respect the placement of the filler bytes in an earlier
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm26 ; note: contrib of zLib 1.2.3 and earlier contained both a deprecated version for
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dwebkitdirs.pm1589 print "You have an earlier version of Xcode, thus the build will\n";
2682 --use-gdb Use GDB (this is the default when using Xcode 4.4 or earlier)
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
H A DJSON.pm665 JSON::PP was earlier included in the C<JSON> distribution, but
/external/chromium_org/third_party/JSON/JSON-2.59/lib/
H A DJSON.pm665 JSON::PP was earlier included in the C<JSON> distribution, but

Completed in 430 milliseconds

12