HomeSort by relevance Sort by last modified time
    Searched refs:smaller (Results 1 - 22 of 22) sorted by null

  /packages/apps/Email/src/org/apache/commons/io/filefilter/
SizeFileFilter.java 23 * Filters files based on size, can filter either smaller files or
45 /** Whether the files accepted will be larger or smaller. */
65 * otherwise smaller ones (but not equal to)
80 * If size equals threshold and smaller files are required,
89 boolean smaller = file.length() < size;
90 return acceptLarger ? !smaller : smaller;
  /external/srec/config/en.us/
Android.mk 84 # "apt-get install advancecomp".) It makes the output about 10% smaller.
97 echo -e "\n+++ advzip not installed; fell back to zip\n cmu6plus.ok.zip (`du -h cmu6plus.ok.zip | cut -f 1`) could be ~10% smaller with advzip\n"))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 274 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
278 if (smaller)
  /external/webkit/WebCore/css/
html.css 562 font-size: smaller
571 font-size: smaller
576 font-size: smaller
wml.css 223 font-size: smaller
  /external/v8/test/mjsunit/
large-object-allocation.js 29 // instance_size field in the map resulting in an object that is smaller
285 // Meaning that the instance will be smaller than a minimal JSObject and we
unicode-test.js     [all...]
  /external/chromium/third_party/zlib/
trees.c 445 #define smaller(tree, n, m, depth) \ macro
452 * when the heap property is re-established (each father smaller than its
465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
468 /* Exit if v is smaller than both sons */
469 if (smaller(tree, v, s->heap[j], s->depth)) break;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 445 #define smaller(tree, n, m, depth) \ macro
452 * when the heap property is re-established (each father smaller than its
465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
468 /* Exit if v is smaller than both sons */
469 if (smaller(tree, v, s->heap[j], s->depth)) break;
    [all...]
  /external/zlib/
trees.c 449 #define smaller(tree, n, m, depth) \ macro
456 * when the heap property is re-established (each father smaller than its
469 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
472 /* Exit if v is smaller than both sons */
473 if (smaller(tree, v, s->heap[j], s->depth)) break;
    [all...]
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 135 # error PALETTE_BITS must be smaller than FIXED_BITS
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 140 # error PALETTE_BITS must be smaller than FIXED_BITS
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 416 int smaller = testRect.width() < testRect.height() ? local
418 smaller -= rectWidth;
419 int inset = smaller < rectWidth ? smaller : rectWidth;
633 if (result == 0 && limit == NULL) { // retry all data up to this point, since smaller may have replaced node preferable to larger
673 if (result == 0 && limit == NULL) { // retry all data up to this point, since smaller may have replaced node preferable to larger
802 if (result == 0 && limit == NULL) { // retry all data up to this point, since smaller may have replaced node preferable to larger
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 850 BigDecimal smaller; // operand with the smallest unscaled value local
862 smaller = this;
865 smaller = augend;
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 224 smaller than the recorded device.}.}
306 are to be processed. The smaller the value, the smaller the number of
318 option (section~\ref{sec:c-o-m}), smaller values \emph{may} or \emph{may not}
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 139 rem If using the wrong dictionary, and dictionary is smaller than the original
  /external/grub/docs/
texinfo.tex 616 % convenient for us to use an explicitly smaller font, rather than using
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 545 As a general rule of thumb, do not use symmetric keys under 80 bits if you can help it. Only a few of the ciphers support smaller
    [all...]
  /external/dropbear/libtommath/
bn.tex 187 \hline BN\_MP\_DIV\_SMALL & Enables a slower, smaller and equally \\
218 \hline Modular inverse (both, smaller/slower) & BN\_FAST\_MP\_INVMOD\_C \\
    [all...]
  /external/zlib/contrib/masmx86/
gvmat32.asm 37 ; if you are not interresed in old cpu performance and want the smaller
  /external/blktrace/doc/
blktrace.tex 572 smaller pieces for service. This may indicate a performance problem due
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]

Completed in 3607 milliseconds