Home
last modified time | relevance | path

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

12345678910>>...52

/external/webrtc/webrtc/base/
Dtimeutils.cc144 bool TimeIsBetween(uint32_t earlier, uint32_t middle, uint32_t later) { in TimeIsBetween() argument
145 if (earlier <= later) { in TimeIsBetween()
146 return ((earlier <= middle) && (middle <= later)); in TimeIsBetween()
148 return !((later < middle) && (middle < earlier)); in TimeIsBetween()
152 bool TimeIsLaterOrEqual(uint32_t earlier, uint32_t later) { in TimeIsLaterOrEqual() argument
154 int32_t diff = later - earlier; in TimeIsLaterOrEqual()
157 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF); in TimeIsLaterOrEqual()
162 bool TimeIsLater(uint32_t earlier, uint32_t later) { in TimeIsLater() argument
164 int32_t diff = later - earlier; in TimeIsLater()
167 const bool earlier_or_equal = TimeIsBetween(later, earlier, later + HALF); in TimeIsLater()
[all …]
Dtimeutils.h53 uint32_t later); // Inclusive
54 bool TimeIsLaterOrEqual(uint32_t earlier, uint32_t later); // Inclusive
55 bool TimeIsLater(uint32_t earlier, uint32_t later); // Exclusive
69 int32_t TimeDiff(uint32_t later, uint32_t earlier);
77 inline int32_t TimeUntil(uint32_t later) { in TimeUntil() argument
78 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/llvm/test/tools/llvm-profdata/
Dtext-format-errors.test4 RUN: not llvm-profdata show %p/Inputs/invalid-count-later.proftext 2>&1 | FileCheck %s --check-pref…
5 RUN: not llvm-profdata merge %p/Inputs/invalid-count-later.proftext %p/Inputs/invalid-count-later.p…
6 INVALID-COUNT-LATER: error: {{.*}}invalid-count-later.proftext: Malformed instrumentation profile d…
/external/llvm/test/MC/X86/
Dmacho-reloc-errors-x86.s5 mov %eax, later-defined
11 later: label
/external/libjpeg-turbo/
DBUILDING.txt10 -- autoconf 2.56 or later
11 -- automake 1.7 or later
12 -- libtool 1.4 or later
13 * If using Xcode 4.3 or later on OS X, autoconf and automake are no longer
18 * NASM 0.98, or 2.01 or later is required for an x86 build (0.99 and 2.00 do
20 * NASM 2.00 or later is required for an x86-64 build.
21 * NASM 2.07, or 2.11.09 or later is required for an x86-64 Mac build
41 -- GCC v4.1 or later recommended for best performance
52 Xcode v3.2.6, which provides GCC v4.2. If you are using Lion or later, it
55 -- If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is
[all …]
/external/clang/test/SemaCXX/
Dstatements.cpp13 goto later; // expected-error {{cannot jump}} in test2()
15 later: in test2()
/external/mesa3d/docs/
DMESA_release_buffers.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
DMESA_pack_invert.spec16 Shipping (Mesa 4.0.4 and later)
28 OpenGL 1.0 or later is required
DMESA_agp_offset.spec16 Shipping (Mesa 4.0.4 and later. Only implemented in particular
29 OpenGL 1.0 or later is required
/external/clang/test/PCH/
Dimplicitly-deleted.cpp13 template<typename T> void later() { doit<T>(0); } in later() function
17 later<sb>(); in fn1()
/external/hyphenation-patterns/hy/
Dhyph-hy.lic.txt3 (more info about the licence to be added later)
9 % and later adapted for TeX
/external/dbus/
DREADME.cmake17 4. unpack dbus sources into a sub directory (referred as <dbus-src-root> later)
29 4. unpack dbus sources into a sub directory (referred as <dbus-src-root> later)
41 4. unpack dbus sources into a sub directory (referred as <dbus-src-root> later)
55 4. unpack dbus sources into a sub directory (referred as <dbus-src-root> later)
68 3. unpack dbus sources into a sub directory (referred as <dbus-src-root> later)
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.25 Released under the GPL licence (version 2 or later).
8 filesystems is in mainline (2.6.29 and later).
21 mountable on 2.6.29 and later kernels.
/external/hyphenation-patterns/hu/
Dhyph-hu.lic.txt3 (more info about the licence to be added later)
33 % either the GNU General Public License Version 2 or later (the "GPL"), or
34 % the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
/external/curl/
DGIT-INFO43 o autoconf 2.57 (or later)
44 o automake 1.7 (or later)
45 o libtool 1.4.2 (or later)
/external/valgrind/helgrind/tests/
Dtc13_laog1.stderr.exp15 followed by a later acquisition of lock at 0x........
25 followed by a later acquisition of lock at 0x........
Dhg02_deadlock.stderr.exp20 followed by a later acquisition of lock at 0x........
34 followed by a later acquisition of lock at 0x........
/external/valgrind/VEX/
DLICENSE.README8 License, or (at your option) any later version.
23 as "GPL v2 or later".
/external/boringssl/src/
DBUILDING.md5 * [CMake](http://www.cmake.org/download/) 2.8.8 or later is required.
7 * Perl 5.6.1 or later is required. On Windows,
23 * A C compiler is required. On Windows, MSVC 12 (Visual Studio 2013) or later
24 with Platform SDK 8.1 or later are supported. Recent versions of GCC and
143 3.2 or later is required to avoid Ninja's output buffering.
/external/elfutils/config/
Dversion.h.in11 your option) any later version
17 your option) any later version
/external/mockftpserver/tags/1.2.1/
DREADME.txt25 - Java (JDK) version 1.3 or later
26 - The Log4J jar, version 1.2.13 or later, accessible on the CLASSPATH
/external/mockftpserver/tags/1.2/
DREADME.txt25 - Java (JDK) version 1.3 or later
26 - The Log4J jar, version 1.2.13 or later, accessible on the CLASSPATH
/external/mockftpserver/branches/1.x_Branch/
DREADME.txt25 - Java (JDK) version 1.3 or later
26 - The Log4J jar, version 1.2.13 or later, accessible on the CLASSPATH
/external/mockftpserver/tags/1.2.3/
DREADME.txt25 - Java (JDK) version 1.3 or later
26 - The Log4J jar, version 1.2.13 or later, accessible on the CLASSPATH

12345678910>>...52