HomeSort by relevance Sort by last modified time
    Searched refs:higher (Results 1 - 25 of 69) sorted by null

1 2 3

  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
android-developer-reference.js 78 + "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("class") + "\" or higher in its manifest "
79 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
110 + apiLevel + "\" or higher");
  /build/core/combo/arch/arm/
armv5te.mk 2 # Generating binaries for the ARMv5TE architecture and higher
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
armv7-a.mk 2 # Generating binaries for the ARMv7-a architecture and higher
  /libcore/luni/src/main/java/java/util/
NavigableSet.java 16 * {@code floor}, {@code ceiling}, and {@code higher} return elements
112 E higher(E e); method in interface:NavigableSet
TreeSet.java 300 * @see java.util.NavigableSet#higher(java.lang.Object)
303 public E higher(E e) { method in class:TreeSet
  /ndk/
GNUmakefile 23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
ndk-gdb.py 508 ndk-gdb will only work if your device is running Android 2.2 or higher.''')
512 error('''ndk-gdb requires a target device running Android 2.2 (API level 8) or higher.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetNavigationTester.java 96 assertNull(navigableSet.higher(samples.e0));
131 assertNull(navigableSet.higher(samples.e0));
194 assertEquals(c, navigableSet.higher(a));
195 assertEquals(c, navigableSet.higher(b));
196 assertEquals(null, navigableSet.higher(c));
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSet.java 305 E higher(E e) { method in class:ImmutableSortedSet
309 E higher = iterator.next(); local
310 if (comparator().compare(e, higher) < 0) {
311 return higher;
320 E tmp = higher(toElement);
361 E tmp = higher(fromElement);
ImmutableSortedMap.java 256 K higher(K k) { method in class:ImmutableSortedMap
275 K tmp = higher(toKey);
306 fromKey = higher(fromKey);
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_mmx.asm 102 punpcklbw mm0, mm6 ; unpack to higher prrcision
104 punpckhbw mm2, mm6 ; unpack to higher prrcision
126 punpcklbw mm0, mm6 ; unpack to higher prrcision
128 punpckhbw mm2, mm6 ; unpack to higher prrcision
149 punpcklbw mm0, mm6 ; unpack to higher prrcision
151 punpckhbw mm2, mm6 ; unpack to higher prrcision
172 punpcklbw mm0, mm6 ; unpack to higher prrcision
174 punpckhbw mm2, mm6 ; unpack to higher prrcision
195 punpcklbw mm0, mm6 ; unpack to higher prrcision
197 punpckhbw mm2, mm6 ; unpack to higher prrcisio
    [all...]
  /external/guava/guava/src/com/google/common/collect/
BstRangeOps.java 81 N higher = range.hasUpperBound() local
87 return balancePolicy.combine(nodeFactory, lower, higher);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SafeTreeSet.java 127 @Override public E higher(E e) { method in class:SafeTreeSet
128 return delegate.higher(checkValid(e));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapExtendTest.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 331 public E higher(E e) { method in class:ConcurrentSkipListSet
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
74 + "and be compiled against a version of the library that supports an equal or higher API Level. To reveal this "
91 if (apiLevel > selectedLevel) obj.addClass("absent").attr("title","Requires API Level "+apiLevel+" or higher");
  /external/llvm/test/MC/MBlaze/
mblaze_imm.s 5 # with an IMM instruction that contains the high 16-bits. The higher
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 266 GLibc 2.7 or higher. The machine code generated by this toolchain will run
267 properly on Ubuntu 8.04 or higher.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 300 GLibc 2.7 or higher. The machine code generated by this toolchain will run
301 properly on Ubuntu 8.04 or higher.
319 properly on Ubuntu 8.04 or higher. By default, they will only run on systems
320 that match your build system's C library ABI, or higher.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 300 GLibc 2.7 or higher. The machine code generated by this toolchain will run
301 properly on Ubuntu 8.04 or higher.
319 properly on Ubuntu 8.04 or higher. By default, they will only run on systems
320 that match your build system's C library ABI, or higher.
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 22 ; For Visual C++ 4.x and higher and ML 6.x and higher
match686.asm 11 ; For Visual C++ 4.x and higher and ML 6.x and higher
  /external/oprofile/events/x86-64/hammer/
unit_masks 184 0x04 Number of clocks when die temperature is higher than the software high temperature threshold (RevF)

Completed in 1042 milliseconds

1 2 3