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

1 2 3

  /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/Tools/CSSTestSuiteHarness/harness/
harness.css 36 font-size: smaller;
64 font-size: smaller;
107 font-size: smaller;
198 font-size: smaller;
232 font-size: smaller;
240 font-size: smaller;
  /external/chromium/chrome/browser/resources/
keyboard_overlay_data.js 16 "format": "smaller",
448 "format": "smaller",
452 "format": "smaller",
459 "format": "smaller",
466 "format": "smaller",
511 "format": "smaller",
931 "format": "smaller",
935 "format": "smaller",
942 "format": "smaller",
949 "format": "smaller",
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.java 127 Table<String, Integer, Character> smaller local
136 .addEqualityGroup(smaller)
ArrayTableTest.java 119 Table<String, Integer, Character> smaller local
129 .addEqualityGroup(smaller)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 53 * Note that k=1 results in a much smaller predictor for the
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 2 '<p>The suite has been broken up to run the tests in smaller batches.</p>' +
  /prebuilts/gcc/linux-x86/host/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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 238 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); local
240 if (smaller)
  /external/srec/config/en.us/
Android.mk 85 # "apt-get install advancecomp".) It makes the output about 10% smaller.
98 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"))
  /external/skia/src/gpu/
GrResourceCache.cpp 97 bool smaller = (maxResources < fMaxCount) || (maxResourceBytes < fMaxBytes); local
102 if (smaller) {
  /external/v8/test/mjsunit/
math-sqrt.js 51 // -Infinity is smaller than 0 so it should return NaN
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
  /external/webkit/Source/WebCore/css/
wml.css 224 font-size: smaller
CSSGradientValue.cpp 789 float smaller = min(xDist, yDist); local
790 xDist = smaller;
791 yDist = smaller;
    [all...]
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 112 font-size: smaller;
  /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/src/
trees.c 443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
    [all...]

Completed in 707 milliseconds

1 2 3