HomeSort by relevance Sort by last modified time
    Searched full:later (Results 26 - 50 of 25292) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/exceptions-crash/jni/
main.cpp 3 * always succeed on later versions of the platform!
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
float.h 3 used by GCC 3.4 and later can be found in /usr/lib/gcc, although it's
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.h 67 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later); // Inclusive
68 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later); // Inclusive
69 bool TimeIsLater(uint32 earlier, uint32 later); // Exclusive
71 // Returns the later of two timestamps.
81 // Number of milliseconds that would elapse between 'earlier' and 'later'
82 // timestamps. The value is negative if 'later' occurs before 'earlier'.
83 int32 TimeDiff(uint32 later, uint32 earlier);
90 // The number of milliseconds that will elapse between now and 'later'.
91 inline int32 TimeUntil(uint32 later) {
92 return TimeDiff(later, Time())
    [all...]
  /external/chromium_org/tools/checklicenses/
checklicenses.py 46 'BSD (3 clause) LGPL (v2 or later)',
47 'BSD (3 clause) LGPL (v2.1 or later)',
56 'GPL (v2) LGPL (v2.1 or later)',
57 'GPL (v2 or later) with Bison parser exception',
58 'GPL (v2 or later) with libtool exception',
59 'GPL (v3 or later) with Bison parser exception',
64 'LGPL (v2 or later)',
66 'LGPL (v2.1 or later)',
67 'LGPL (v3 or later)',
69 'MIT/X11 (BSD like) LGPL (v2.1 or later)',
    [all...]
  /external/clang/test/CXX/class/class.nest/
p3.cpp 6 // declared in class X and later defined in the definition of class X or be
7 // later defined in a namespace scope enclosing the definition of class X.
  /external/valgrind/main/memcheck/tests/darwin/
env.c 14 setenv("MYVAR", val1, /*overwrite*/0); // makes a copy which is later leaked
17 setenv("MYVAR", val2, /*overwrite*/1); // makes a copy which is later leaked
  /bootable/diskinstaller/
installer.conf 36 ## TODO: Add the support for this later?
  /dalvik/vm/mterp/arm-vfp/
README.txt 5 and later. It assumes that word alignment is sufficient for double-word
  /external/chromium_org/chrome/browser/ui/cocoa/
window_restore_utils.h 10 // On Lion or later, returns |true| if the System Preference
  /external/doclava/src/com/google/doclava/
Resolvable.java 24 * later resolve once we have parsed every file. This is provided via the
32 * Adds a {@link Resolution} that will be resolved at a later time.
33 * @param resolution The {@link Resolution} to resolve at a later time.
45 * Prints the list of {@link Resolution}s that will be resolved at a later time.
  /external/kernel-headers/original/asm-mips/dec/
system.h 11 * 2 of the License, or (at your option) any later version.
  /external/kernel-headers/original/asm-mips/
irq_regs.h 5 * 2 of the License, or (at your option) any later version.
  /external/kernel-headers/original/linux/netfilter/
xt_connmark.h 10 * (at your option) any later version.
  /external/qemu/
json-parser.h 9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
qbool.h 9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
qfloat.h 9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
qint.h 9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
  /frameworks/support/v4/java/android/support/v4/content/
package.html 4 android API level 4 or later. The main features here are
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_connmark.h 10 * (at your option) any later version.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_connmark.h 10 * (at your option) any later version.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_connmark.h 10 * (at your option) any later version.
  /development/samples/ApiDemos/res/values-v11/
styles.xml 18 <!-- For API level 11 or later, the Holo theme is available and we prefer that. -->
22 <!-- For API level 11 or later, the Holo theme is available and we prefer that. -->
26 <!-- For API level 11 or later, we can use the magical DialogWhenLarge theme. -->
  /external/libpng/scripts/
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
  /external/chromium/base/
base_api.h 10 // Do not upstream, this will be added later upstream,
  /external/chromium_org/content/browser/service_worker/
service_worker_context.h 16 // which will come later. Promote this class when we get there.

Completed in 3224 milliseconds

12 3 4 5 6 7 8 91011>>