HomeSort by relevance Sort by last modified time
    Searched full:smaller (Results 1 - 25 of 1362) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/test/intltest/
tfsmalls.h 14 * tests 3 smaller classes in the format library
19 * performs test for API and funtionalty of 3 smaller format classes:
trnserr.h 47 // this class is comparable smaller than other Transliterator*Test classes
  /external/icu4c/test/intltest/
tfsmalls.h 14 * tests 3 smaller classes in the format library
19 * performs test for API and funtionalty of 3 smaller format classes:
trnserr.h 47 // this class is comparable smaller than other Transliterator*Test classes
  /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/webkit/WebCore/manual-tests/win/
horizontal-scroll-composited.html 4 <div>Make sure you browser window is smaller than 1000 pixels so that you see an horizontal scroll bar.
  /external/icu4c/common/
uvectr64.cpp 149 // New maximum capacity is smaller than the current size.
150 // Realloc the storage to the new, smaller size.
153 // Realloc to smaller failed.
165 * Change the size of this vector as follows: If newSize is smaller,
  /external/kernel-headers/original/linux/
threads.h 13 * bitmasks used on that platform, i.e. 32 or 64. Setting this smaller
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java 55 * It is relative to the smaller one of screen width and height.
61 * It is relative to the smaller one of screen width and height.
66 * The text size for normal keys. It is relative to the smaller one of
72 * The text size for function keys. It is relative to the smaller one of
78 * The text size balloons of normal keys. It is relative to the smaller one
84 * The text size balloons of function keys. It is relative to the smaller
  /build/target/product/
full.mk 43 # on smaller devices.
50 # on smaller devices.
  /development/pdk/docs/porting/
system_requirements.jd 31 <td>The current Android interface targets a touch-based HVGA resolution display with a touch-interface no smaller than 2.8 inches in size. However, smaller displays will suffice for initial porting.</td>
  /external/dropbear/libtommath/
bn_mp_dr_reduce.c 82 * Each successive "recursion" makes the input smaller and smaller.
bn_mp_grow.c 24 /* if the alloc size is smaller alloc more ram */
  /external/grub/stage2/
defs.h 71 * with smaller units (fragments) only in the last direct block.
74 * file systems; however, making it smaller may make some file
  /external/libffi/man/
ffi_call.3 37 must point to storage that is sizeof(long) or larger. For smaller
60 // Because the return value from foo() is smaller than sizeof(long), it
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.h 96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
  /external/icu4c/test/cintltst/
capitst.h 96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
  /external/proguard/
README 27 smaller.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
losertree.h 225 // The smaller one gets promoted, ties are broken by source.
232 // The other one is smaller.
322 // The smaller one gets promoted.
325 // The other one is smaller.
447 // The smaller one gets promoted, ties are broken by source.
454 // The other one is smaller.
527 // The smaller one gets promoted.
530 // The other one is smaller.
678 // The smaller one gets promoted, ties are broken by source.
682 // The other one is smaller
    [all...]
  /cts/tools/utils/
android_api_description_splitter.py 17 # This script is used to split the jdiff xml into several smaller xml files
82 """Split the jdiff xml into several smaller xml files by specified tag.
  /external/stlport/src/
warning_disable.h 59 # pragma warning( disable : 1682 ) /* implicit conversion of a 64-bit integral type to a smaller integral type */
60 # pragma warning( disable : 1683 ) /* explicit conversion of a 64-bit integral type to a smaller integral type */
  /frameworks/base/core/res/assets/webkit/
youtube.html 21 // Nominal original size. If the embed is smaller than this, the play and logo
47 // If the page is smaller than it 'should' be in either dimension
  /ndk/sources/cxx-stl/stlport/src/
warning_disable.h 59 # pragma warning( disable : 1682 ) /* implicit conversion of a 64-bit integral type to a smaller integral type */
60 # pragma warning( disable : 1683 ) /* explicit conversion of a 64-bit integral type to a smaller integral type */
  /external/chromium/third_party/icu/source/common/
uvectr32.cpp 231 // New maximum capacity is smaller than the current size.
232 // Realloc the storage to the new, smaller size.
235 // Realloc to smaller failed.
247 * Change the size of this vector as follows: If newSize is smaller,
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt.h 26 /* Dropbear change - this should be smaller, saves some size */

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>