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

123456789

/external/llvm/test/MC/X86/
H A Dmacho-reloc-errors-x86.s5 mov %eax, later-defined
11 later: label
/external/clang/test/SemaCXX/
H A Dstatements.cpp13 goto later; // expected-error {{cannot jump}}
15 later:
/external/mesa3d/docs/specs/
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.
/external/clang/test/PCH/
H A Dimplicitly-deleted.cpp13 template<typename T> void later() { doit<T>(0); } function
17 later<sb>();
/external/webrtc/webrtc/base/
H A Dtimeutils.cc144 bool TimeIsBetween(uint32_t earlier, uint32_t middle, uint32_t later) { argument
145 if (earlier <= later) {
146 return ((earlier <= middle) && (middle <= later));
148 return !((later < middle) && (middle < earlier));
152 bool TimeIsLaterOrEqual(uint32_t earlier, uint32_t later) { argument
154 int32_t diff = later - earlier;
157 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
162 bool TimeIsLater(uint32_t earlier, uint32_t later) { argument
164 int32_t diff = later - earlier;
167 const bool earlier_or_equal = TimeIsBetween(later, earlie
172 TimeDiff(uint32_t later, uint32_t earlier) argument
[all...]
H A 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
57 // Returns the later of two timestamps.
67 // Number of milliseconds that would elapse between 'earlier' and 'later'
68 // timestamps. The value is negative if 'later' occurs before 'earlier'.
69 int32_t TimeDiff(uint32_t later, uint32_t earlier);
76 // The number of milliseconds that will elapse between now and 'later'.
77 inline int32_t TimeUntil(uint32_t later) { argument
78 return TimeDiff(later, Tim
[all...]
/external/curl/docs/cmdline-opts/
H A Dtlsv1.3.d10 later, and macOS 10.13 or later).
H A Dtime-cond.d7 Request a file that has been modified later than the given time and date, or
/external/libopus/celt/arm/
H A Darmopts.s.in28 ; (LDRD/STRD, etc., ARMv5E and later).
H A Darmopts_gnu.s29 @ (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/icu/icu4c/source/extra/uconv/
H A Dresfiles.mk1 # Copyright (C) 2016 and later: Unicode, Inc. and others.
/external/syslinux/bios/dosutil/
H A Dcopybs.com4 $�ERROR: $DOS version 2.00 or later required
/external/icu/icu4c/source/test/testdata/
H A Dtstfiles.mk1 # Copyright (C) 2016 and later: Unicode, Inc. and others.
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A Ddemo.bat3 REM * Copyright (C) 2016 and later: Unicode, Inc. and others.
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dcontperf.bat1 rem Copyright (C) 2016 and later: Unicode, Inc. and others.
H A Dspan16perf.bat1 rem Copyright (C) 2016 and later: Unicode, Inc. and others.
H A Dspan8perf.bat1 rem Copyright (C) 2016 and later: Unicode, Inc. and others.
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.bat1 rem Copyright (C) 2016 and later: Unicode, Inc. and others.
/external/syslinux/gpxe/src/util/
H A Dgenliso21 echo Mtools version 3.9.9 or later is required
H A Dgensdsk21 echo Mtools version 3.9.9 or later is required
/external/apache-harmony/
H A DAndroid.mk41 # Pin java_version until jarjar is certified to support later versions. http://b/72703434
54 # Pin java_version until jarjar is certified to support later versions. http://b/72703434

Completed in 480 milliseconds

123456789