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

1 2

  /build/tools/droiddoc/templates-sdk/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.mk 2 # Generating binaries for the ARMv7-a architecture and higher
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
armv4t.mk 2 # Generating binaries for the ARMv4T architecture and higher
  /libcore/luni/src/main/java/java/util/
NavigableSet.java 17 * {@code floor}, {@code ceiling}, and {@code higher} return elements
113 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
TreeMap.java 210 HIGHER;
224 return HIGHER;
231 case HIGHER:
293 case HIGHER:
306 * nearest nodes, one lower and one higher.
309 if (comparison < 0) { // nearest.key is higher
315 case HIGHER:
333 case HIGHER:
663 return immutableCopy(find(key, HIGHER));
667 Entry<K, V> entry = find(key, HIGHER);
    [all...]
  /ndk/
GNUmakefile 23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
  /external/libvpx/vp8/encoder/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...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 330 public E higher(E e) { method in class:ConcurrentSkipListSet
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapExtendTest.java     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 71 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
72 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
89 if (apiLevel > selectedLevel) obj.addClass("absent").attr("title","Requires API Level "+apiLevel+" or higher");
  /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
  /prebuilt/linux-x86/toolchain/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...]
  /external/zlib/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
gvmat32.asm 10 ; For Visual C++ 4.x and higher and ML 6.x and higher
31 ; if you have a more modern CPU (Pentium Pro, II and higher)
  /external/elfutils/
elfutils.spec 45 higher-level ELF access functionality. libdw provides access to
  /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)
  /external/v8/benchmarks/
base.js 64 // on. This way, all scores are relative to a reference run and higher
  /ndk/build/core/
init.mk 205 $(call __ndk_info,Please upgrade to Cygwin 1.7 or higher.)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 734 * or an extension with higher priority.

Completed in 776 milliseconds

1 2