/external/chromium/third_party/libjingle/source/talk/base/ |
D | time.cc | 76 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 …]
|
D | 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 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/ |
D | Path.java | 69 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/ |
D | README | 11 - 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
|
D | INSTALL.Quake | 39 - 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
|
D | INSTALL | 39 - 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/ |
D | statements.cpp | 13 goto later; // expected-error {{goto into protected scope}} in test2() 15 later: in test2()
|
/external/hyphenation/ |
D | COPYING | 4 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/ |
D | readme.qwcl | 14 - 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/ |
D | libpng.icc | 2 // 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
|
D | README.txt | 31 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/ |
D | tc13_laog1.stderr.exp | 14 followed by a later acquisition of lock at 0x........ 22 followed by a later acquisition of lock at 0x........
|
D | tc15_laog_lockdel.stderr.exp | 16 followed by a later acquisition of lock at 0x........ 24 followed by a later acquisition of lock at 0x........
|
D | hg02_deadlock.stderr.exp | 20 followed by a later acquisition of lock at 0x........ 32 followed by a later acquisition of lock at 0x........
|
/external/libxml2/patches/ |
D | XPath_freeing_error.patch | 16 - /* then pop off contextObj, which will be freed later */ 23 + * then pop off contextObj, which will be freed later
|
/external/quake/quake/src/QW/ |
D | qwcl.spec.sh | 28 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
|
D | qwsv.spec.sh | 28 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/ |
D | LICENSE.README | 8 License, or (at your option) any later version. 23 as "GPL v2 or later".
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-1.cpp | 184 later_label = &&later; // expected-error{{assigning to 'int'}} in f() 186 later: in f()
|
/external/llvm/lib/Target/R600/ |
D | AMDILBase.td | 32 "Enable duplicate barrier detection(HD5XXX or later).">; 40 "Generate multiple UAV code(HD5XXX family or later)">;
|
/external/icu4c/test/hdrtst/ |
D | pfiles.txt | 3 # ICU 49 and later: no more platform-specific headers
|
/external/chromium/base/third_party/nspr/ |
D | LICENSE | 24 * 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/ |
D | LICENSE | 24 * 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/ |
D | LICENSE | 34 LICENSE 2 (GNU GPL v2 or later): 39 (at your option) any later version.
|
/external/llvm/test/CodeGen/ARM/ |
D | 2012-09-18-ARMv4ISelBug.ll | 3 ; movw is only legal for V6T2 and later.
|