HomeSort by relevance Sort by last modified time
    Searched refs:higher (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /external/chromium_org/net/quic/
quic_protocol.cc 228 QuicPacketSequenceNumber higher) {
229 for (QuicPacketSequenceNumber i = lower; i < higher; ++i) {
quic_protocol.h 592 // Inserts missing packets between [lower, higher).
596 QuicPacketSequenceNumber higher);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README 25 The Closure Compiler requires Java 6 or higher.
68 that you are using JRE version 6 or higher.
  /libcore/luni/src/main/java/java/util/
TreeSet.java 300 * @see java.util.NavigableSet#higher(java.lang.Object)
303 public E higher(E e) { method in class:TreeSet
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 331 public E higher(E e) { method in class:ConcurrentSkipListSet
  /build/tools/droiddoc/templates-pdk/assets/
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");
  /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/chromium_org/chrome/browser/resources/image_loader/
worker.js 61 * with higher priorities are finished. If the result is cached, then it is
request.js 93 * Returns priority of the request. The higher priority, the faster it will
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 41 usage with a mutex is both higher performance and easier to
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 157 // If pos.y is higher than all lines, return.
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 41 usage with a mutex is both higher performance and easier to
  /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/chromium_org/third_party/simplejson/
__init__.py 199 If *bigint_as_string* is true (default: ``False``), ints 2**53 and higher
296 If *bigint_as_string* is true (not the default), ints 2**53 and higher
  /external/chromium_org/v8/test/mjsunit/
sin-cos.js 77 // We sum up in the reverse order for higher precision, as we expect the terms
  /ndk/
ndk-gdb.py 572 ndk-gdb will only work if your device is running Android 2.2 or higher.''')
576 error('''ndk-gdb requires a target device running Android 2.2 (API level 8) or higher.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 84 PRFileDesc *lower, *higher; /* pointers to adjacent layers */ member in struct:PRFileDesc
319 ** no functionality, it should call the next lower(higher) function of the
    [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
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 65 // on. This way, all scores are relative to a reference run and higher
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 212 // card to it if its priority is higher.
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 399 // attempt to upgrade them to a higher level type.
  /external/chromium_org/v8/benchmarks/
base.js 64 // on. This way, all scores are relative to a reference run and higher

Completed in 321 milliseconds

12 3 4 5