/external/chromium_org/third_party/harfbuzz-ng/ |
OWNERS | 3 # Add back bashi later.
|
/external/icu4c/test/hdrtst/ |
pfiles.txt | 3 # ICU 49 and later: no more platform-specific headers
|
/frameworks/support/v4/java/android/support/v4/accessibilityservice/ |
package.html | 4 android API level 4 or later.
|
/frameworks/support/v4/java/android/support/v4/content/pm/ |
package.html | 4 android API level 4 or later.
|
/frameworks/support/v4/java/android/support/v4/database/ |
package.html | 4 android API level 4 or later.
|
/frameworks/support/v4/java/android/support/v4/os/ |
package.html | 4 android API level 4 or later.
|
/frameworks/support/v4/java/android/support/v4/util/ |
package.html | 4 android API level 4 or later.
|
/external/clang/test/SemaCXX/ |
statements.cpp | 13 goto later; // expected-error {{goto into protected scope}} 15 later:
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
teraterm.php | 34 * (at your option) any later version. 60 'Break', // (version 4.53 or later) 62 'CallMenu', // (version 4.56 or later) 65 'Clipb2Var', //(version 4.46 or later) 70 'CRC32', // (version 4.60 or later) 71 'CRC32File', // (version 4.60 or later) 72 'CygConnect', // (version 4.57 or later) 75 'Do', // (version 4.56 or later) 80 'EndUntil', // (version 4.56 or later) 91 'FilenameBox', //(version 4.54 or later) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
time.cc | 76 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) { 77 if (earlier <= later) { 78 return ((earlier <= middle) && (middle <= later)); 80 return !((later < middle) && (middle < earlier)); 84 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later) { 86 int32 diff = later - earlier; 89 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF); 94 bool TimeIsLater(uint32 earlier, uint32 later) { 96 int32 diff = later - earlier; 99 const bool earlier_or_equal = TimeIsBetween(later, earlier, later + HALF) [all...] |
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 55 // Returns the later of two timestamps. 65 // Number of milliseconds that would elapse between 'earlier' and 'later' 66 // timestamps. The value is negative if 'later' occurs before 'earlier'. 67 int32 TimeDiff(uint32 later, uint32 earlier); 74 // The number of milliseconds that will elapse between now and 'later'. 75 inline int32 TimeUntil(uint32 later) { 76 return TimeDiff(later, Time()) [all...] |
/external/chromium_org/base/ios/ |
ios_util.h | 14 // Returns whether the operating system is iOS 6 or later. 17 // Returns whether the operating system is iOS 7 or later. 20 // Returns whether the operating system is at the given version or later.
|
/external/oprofile/events/i386/core_i7/ |
events | 4 # but later we'll add here the uncore events specific to this chip
|
/external/qemu/ |
qemu_debug.h | 2 * by non-specific source files. Later, a non-Android specific
|
/external/chromium_org/ios/public/consumer/base/ |
util.h | 10 // Returns whether the operating system is iOS 6 or later. 13 // Returns whether the operating system is at the given version or later.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
timeutils.cc | 156 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) { 157 if (earlier <= later) { 158 return ((earlier <= middle) && (middle <= later)); 160 return !((later < middle) && (middle < earlier)); 164 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later) { 166 int32 diff = later - earlier; 169 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF); 174 bool TimeIsLater(uint32 earlier, uint32 later) { 176 int32 diff = later - earlier; 179 const bool earlier_or_equal = TimeIsBetween(later, earlier, later + HALF) [all...] |
/external/hyphenation/ |
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
|
/development/host/windows/usb/api/ |
stdafx.h | 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
36 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target Windows 2000 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
40 #define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
43 #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
44 #define _WIN32_IE 0x0501 // Change this to the appropriate value to target IE 5.0 or later.
|
/development/host/windows/usb/winusb/ |
stdafx.h | 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
35 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
36 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target Windows 2000 or later.
39 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
40 #define _WIN32_WINDOWS 0x0500 // Change this to the appropriate value to target Windows Me or later.
43 #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
44 #define _WIN32_IE 0x0501 // Change this to the appropriate value to target IE 5.0 or later.
|
/development/samples/AndroidBeamDemo/ |
_index.html | 3 application must be installed on two devices that have NFC capabilities, running Android 4.0 or later.</p>
|
/external/llvm/test/CodeGen/ARM/ |
2012-09-18-ARMv4ISelBug.ll | 3 ; movw is only legal for V6T2 and later.
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
WriteListener.java | 6 * later needs an offset.
|
/frameworks/support/v4/java/android/support/v4/app/ |
package.html | 4 android API level 4 or later. The main features here are backwards-compatible
|
/frameworks/support/v4/java/android/support/v4/widget/ |
package.html | 4 android API level 4 or later. This includes a complete modern implementation
|
/ndk/sources/host-tools/sed-4.2.1/ |
AUTHORS | 2 and later modified by Tom Lord (lord@gnu.org).
|