Searched refs:later (Results 1 - 25 of 187) sorted by relevance

12345678

/external/clang/test/SemaCXX/
H A Dstatements.cpp13 goto later; // expected-error {{goto into protected scope}}
15 later:
/external/chromium_org/third_party/webrtc/base/
H A Dtimeutils.cc144 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) { argument
145 if (earlier <= later) {
146 return ((earlier <= middle) && (middle <= later));
148 return !((later < middle) && (middle < earlier));
152 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later) { argument
154 int32 diff = later - earlier;
157 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
162 bool TimeIsLater(uint32 earlier, uint32 later) { argument
164 int32 diff = later - earlier;
167 const bool earlier_or_equal = TimeIsBetween(later, earlie
172 TimeDiff(uint32 later, uint32 earlier) argument
[all...]
H A Dtimeutils.h50 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later); // Inclusive
51 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later); // Inclusive
52 bool TimeIsLater(uint32 earlier, uint32 later); // Exclusive
54 // Returns the later of two timestamps.
64 // Number of milliseconds that would elapse between 'earlier' and 'later'
65 // timestamps. The value is negative if 'later' occurs before 'earlier'.
66 int32 TimeDiff(uint32 later, uint32 earlier);
73 // The number of milliseconds that will elapse between now and 'later'.
74 inline int32 TimeUntil(uint32 later) { argument
75 return TimeDiff(later, Tim
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_release_buffers.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
H A DMESA_pack_invert.spec16 Shipping (Mesa 4.0.4 and later)
28 OpenGL 1.0 or later is required
H A DMESA_agp_offset.spec16 Shipping (Mesa 4.0.4 and later. Only implemented in particular
29 OpenGL 1.0 or later is required
H A DMESA_copy_sub_buffer.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
H A DMESA_pixmap_colormap.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
H A DMESA_set_3dfx_mode.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
/external/mesa3d/docs/
H A DMESA_release_buffers.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
H A DMESA_pack_invert.spec16 Shipping (Mesa 4.0.4 and later)
28 OpenGL 1.0 or later is required
H A DMESA_agp_offset.spec16 Shipping (Mesa 4.0.4 and later. Only implemented in particular
29 OpenGL 1.0 or later is required
H A DMESA_copy_sub_buffer.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
H A DMESA_pixmap_colormap.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
H A DMESA_set_3dfx_mode.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
/external/chromium_org/third_party/opus/src/celt/arm/
H A Darmopts.s.in28 ; (LDRD/STRD, etc., ARMv5E and later).
/external/libopus/celt/arm/
H A Darmopts.s.in28 ; (LDRD/STRD, etc., ARMv5E and later).
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DPath.java69 String later;
72 later = path.substring(path.indexOf('/') + 1);
76 later = "";
83 return getPaths(box.getParent(), later);
96 children.addAll(getPaths(box1, later));
/external/valgrind/main/helgrind/tests/
H A Dtc13_laog1.stderr.exp14 followed by a later acquisition of lock at 0x........
22 followed by a later acquisition of lock at 0x........
H A Dhg02_deadlock.stderr.exp19 followed by a later acquisition of lock at 0x........
31 followed by a later acquisition of lock at 0x........
H A Dtc15_laog_lockdel.stderr.exp16 followed by a later acquisition of lock at 0x........
24 followed by a later acquisition of lock at 0x........
H A Dtc14_laog_dinphils.stderr.exp19 followed by a later acquisition of lock at 0x........
/external/llvm/test/MC/ARM/
H A Ddirective-fpu-multiple.s3 @ The later .fpu directive should overwrite the earlier one.
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm49 at your option, any later version of Perl 5 you may have available.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCommonToken.pm199 =begin later
218 =end later

Completed in 325 milliseconds

12345678