Home
last modified time | relevance | path

Searched refs:later (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/external/chromium/third_party/libjingle/source/talk/base/
Dtime.cc76 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) { in TimeIsBetween() argument
77 if (earlier <= later) { in TimeIsBetween()
78 return ((earlier <= middle) && (middle <= later)); in TimeIsBetween()
80 return !((later < middle) && (middle < earlier)); in TimeIsBetween()
84 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later) { in TimeIsLaterOrEqual() argument
86 int32 diff = later - earlier; in TimeIsLaterOrEqual()
89 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF); in TimeIsLaterOrEqual()
94 bool TimeIsLater(uint32 earlier, uint32 later) { in TimeIsLater() argument
96 int32 diff = later - earlier; in TimeIsLater()
99 const bool earlier_or_equal = TimeIsBetween(later, earlier, later + HALF); in TimeIsLater()
[all …]
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
67 int32 TimeDiff(uint32 later, uint32 earlier);
75 inline int32 TimeUntil(uint32 later) { in TimeUntil() argument
76 return TimeDiff(later, Time()); in TimeUntil()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DPath.java69 String later; in getPaths() local
72 later = path.substring(path.indexOf('/') + 1); in getPaths()
76 later = ""; in getPaths()
83 return getPaths(box.getParent(), later); in getPaths()
96 children.addAll(getPaths(box1, later)); in getPaths()
/external/quake/quake/src/WinQuake/docs/
DREADME11 - SVGALib 1.20 or later (/lib/libvga.so.1.2.10)
12 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
19 - Kernel 2.0.24 or later
34 - Kernel 2.0.24 or later
39 - X11R5 later, only tested with XFree86, should work with most X Servers
40 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
47 - Kernel 2.0.24 or later
62 1. The binary "glquake" requires Mesa 3-D 2.5 or later installed and compiled
64 svgalib 1.3.0 or later for keyboard/mouse input. This binary is a console
83 For glquake, you must also have SVGALib or later installed (1.3.0 or later
DINSTALL.Quake39 - SVGALib 1.20 or later (/lib/libvga.so.1.2.10)
40 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
47 - Kernel 2.0.24 or later
62 - Kernel 2.0.24 or later
67 - X11R5 later, only tested with XFree86, should work with most X Servers
68 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
75 - Kernel 2.0.24 or later
93 1. The binary "glquake" requires Mesa 3-D 2.5 or later installed and compiled
95 svgalib 1.3.0 or later for keyboard/mouse input. This binary is a console
114 For glquake, you must also have SVGALib or later installed (1.3.0 or later
DINSTALL39 - SVGALib 1.20 or later (/lib/libvga.so.1.2.10)
40 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
47 - Kernel 2.0.24 or later
62 - Kernel 2.0.24 or later
67 - X11R5 later, only tested with XFree86, should work with most X Servers
68 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
75 - Kernel 2.0.24 or later
93 1. The binary "glquake" requires Mesa 3-D 2.5 or later installed and compiled
95 svgalib 1.3.0 or later for keyboard/mouse input. This binary is a console
114 For glquake, you must also have SVGALib or later installed (1.3.0 or later
/external/clang/test/SemaCXX/
Dstatements.cpp13 goto later; // expected-error {{goto into protected scope}} in test2()
15 later: in test2()
/external/hyphenation/
DCOPYING4 the GNU General Public License Version 2 or later (the "GPL"), or
5 the GNU Lesser General Public License Version 2.1 or later (the "LGPL",
6 see COPYING.LGPL) or the Mozilla Public License Version 1.1 or later
/external/quake/quake/src/QW/docs/
Dreadme.qwcl14 - SVGALib 1.20 or later (/lib/libvga.so.1.2.10)
15 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
21 - Kernel 2.0.24 or later
36 - Kernel 2.0.24 or later
41 - X11R5 later, only tested with XFree86, should work with most X Servers
42 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
49 - Kernel 2.0.24 or later
82 1. The binary "glqwcl" requires Mesa 3-D 2.5 or later installed and compiled
84 svgalib 1.3.0 or later for keyboard/mouse input. This binary is a console
103 For glqwcl, you must also have SVGALib or later installed (1.3.0 or later
/external/libpng/scripts/
Dlibpng.icc2 // IBM VisualAge/C++ version 4.0 or later
12 // Expected to work with IBM VAC++ 4.0 or later under OS/2 and Win32
13 // Can be easily adapted for IBM VAC++ 4.0 or later under AIX
DREADME.txt31 makefile.intel => Intel C/C++ version 4.0 and later
54 makefile.vcawin32 => makefile for Microsoft Visual C++ 4.0 and later
56 makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and later
/external/valgrind/main/helgrind/tests/
Dtc13_laog1.stderr.exp14 followed by a later acquisition of lock at 0x........
22 followed by a later acquisition of lock at 0x........
Dtc15_laog_lockdel.stderr.exp16 followed by a later acquisition of lock at 0x........
24 followed by a later acquisition of lock at 0x........
Dhg02_deadlock.stderr.exp20 followed by a later acquisition of lock at 0x........
32 followed by a later acquisition of lock at 0x........
/external/libxml2/patches/
DXPath_freeing_error.patch16 - /* then pop off contextObj, which will be freed later */
23 + * then pop off contextObj, which will be freed later
/external/quake/quake/src/QW/
Dqwcl.spec.sh28 like excessive lag - actions actually happening much later than you did them;
29 packet loss - the game would freeze and resume several seconds later; and
Dqwsv.spec.sh28 like excessive lag - actions actually happening much later than you did them;
29 packet loss - the game would freeze and resume several seconds later; and
/external/valgrind/main/VEX/
DLICENSE.README8 License, or (at your option) any later version.
23 as "GPL v2 or later".
/external/clang/test/SemaTemplate/
Dinstantiate-function-1.cpp184 later_label = &&later; // expected-error{{assigning to 'int'}} in f()
186 later: in f()
/external/llvm/lib/Target/R600/
DAMDILBase.td32 "Enable duplicate barrier detection(HD5XXX or later).">;
40 "Generate multiple UAV code(HD5XXX family or later)">;
/external/icu4c/test/hdrtst/
Dpfiles.txt3 # ICU 49 and later: no more platform-specific headers
/external/chromium/base/third_party/nspr/
DLICENSE24 * either the GNU General Public License Version 2 or later (the "GPL"), or
25 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
/external/chromium/crypto/third_party/nss/
DLICENSE24 * either the GNU General Public License Version 2 or later (the "GPL"), or
25 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
/external/libpng/contrib/gregbook/
DLICENSE34 LICENSE 2 (GNU GPL v2 or later):
39 (at your option) any later version.
/external/llvm/test/CodeGen/ARM/
D2012-09-18-ARMv4ISelBug.ll3 ; movw is only legal for V6T2 and later.

12345678910>>...36