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

1 2

  /external/v8/tools/gyp/test/mac/type_envvars/
test_check_sdkroot.sh 33 # Returns true if |string1| is smaller than |string2|.
36 function smaller() { function
  /external/curl/lib/
splay.h 27 struct Curl_tree *smaller; /* smaller node */ member in struct:Curl_tree
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
TimeUnit.java 62 /** Returns the next smaller time unit, or null if this is the smallest. */
63 public TimeUnit smaller() { method in class:TimeUnit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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)
  /art/cmdline/
token_range.h 200 auto& smaller = Size() < other.Size() ? *this : other; local
203 return std::equal(smaller.begin(), smaller.end(), greater.begin());
382 static bool StartsWith(const std::string& larger, const std::string& smaller) {
383 if (larger.size() >= smaller.size()) {
384 return std::equal(smaller.begin(), smaller.end(), larger.begin());
393 // we need to remove them and compress the token list into a smaller one.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
TimeUnit.java 60 /** Returns the next smaller time unit, or null if this is the smallest. */
61 public TimeUnit smaller() { method in class:TimeUnit
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractTableReadTest.java 125 Table<String, Integer, Character> smaller local
134 .addEqualityGroup(smaller)
ArrayTableTest.java 120 Table<String, Integer, Character> smaller local
130 .addEqualityGroup(smaller)
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.java 127 Table<String, Integer, Character> smaller local
136 .addEqualityGroup(smaller)
ArrayTableTest.java 122 Table<String, Integer, Character> smaller local
132 .addEqualityGroup(smaller)
  /external/opencv3/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/
Puzzle15Processor.java 185 int smaller = 0; local
188 smaller++;
190 sum += smaller;
  /external/ltrace/
dict.c 435 size_t smaller = smaller_size(n(dict)); local
436 if (smaller != n(dict))
438 rehash(dict, smaller);
  /external/selinux/sepolgen/src/sepolgen/
yacc.py 1832 smaller = 1 variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 1832 smaller = 1 variable
    [all...]
  /external/opencv3/3rdparty/zlib/
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...]
  /external/pdfium/third_party/zlib_v128/
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...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 246 SkScalar smaller = SkTMax(0.f, SkTMin(ls, ms)); local
248 *t = (smaller + larger) / 2;
SkPathOpsTSect.h 1524 SkTSpan<TCurve, OppCurve>* smaller = nullptr; local
    [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...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 787 BigDecimal smaller; // operand with the smallest unscaled value local
799 smaller = this;
802 smaller = augend;
812 if (largerSignum == smaller.signum()) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 3333 Bundle smaller = b1.size() > b2.size() ? b2 : b1; local
    [all...]
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 

Completed in 1715 milliseconds

1 2