/libcore/luni/src/main/java/java/util/ |
NavigableSet.java | 57 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...] |
/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
|
/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...] |
/external/chromium/net/third_party/nss/ssl/ |
ssldef.c | 214 PORT_Assert(fd->higher == NULL); 215 if (fd->higher) {
|
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
ConcurrentSkipListSetTest.java | 380 * higher returns next element 384 Object e1 = q.higher(three); 387 Object e2 = q.higher(zero); 390 Object e3 = q.higher(five); 393 Object e4 = q.higher(six); 853 int higher(int element) { method in class:ConcurrentSkipListSetTest.ReferenceSet 928 assertEq(set.higher(element), rs.higher(element));
|
ConcurrentSkipListSubSetTest.java | 343 * higher returns next element 347 Object e1 = q.higher(three); 350 Object e2 = q.higher(zero); 353 Object e3 = q.higher(five); 356 Object e4 = q.higher(six); 845 * higher returns next element 849 Object e1 = q.higher(m3); 852 Object e2 = q.higher(zero); 855 Object e3 = q.higher(m5); 858 Object e4 = q.higher(m6) [all...] |
ConcurrentSkipListMapTest.java | [all...] |
/build/tools/droiddoc/templates/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");
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListSet.java | 341 public E higher(E e) { method in class:ConcurrentSkipListSet
|
/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/libvpx/vp8/decoder/arm/ |
detokenize.asm | 227 cmp r7, #15 ; c should will be one higher
|
/external/openssl/crypto/ |
crypto-lib.com | 304 $ ! Add definitions for no threads on OpenVMS 7.1 and higher [all...] |
/external/v8/benchmarks/ |
base.js | 64 // on. This way, all scores are relative to a reference run and higher
|
/ndk/build/core/ |
init.mk | 169 $(call __ndk_info,Please upgrade to Cygwin 1.7 or higher.)
|
/external/blktrace/btt/doc/ |
btt.tex | 259 the block IO layer in adjacent sectors. (Obviously, the higher this 589 out. And then one can make the broad generalization of higher reds, [all...] |
/external/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 35 ;# address then correspond to position within a register, the higher-order [all...] |