HomeSort by relevance Sort by last modified time
    Searched refs:lt (Results 76 - 100 of 464) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 102 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
150 if (lt(__s1[__i], __s2[__i]))
152 else if (lt(__s2[__i], __s1[__i]))
252 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
323 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
402 lt(const char_type& __c1, const char_type& __c2) noexcept
409 if (lt(__s1[__i], __s2[__i]))
411 else if (lt(__s2[__i], __s1[__i]))
495 lt(const char_type& __c1, const char_type& __c2) noexcept
502 if (lt(__s1[__i], __s2[__i])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 102 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
150 if (lt(__s1[__i], __s2[__i]))
152 else if (lt(__s2[__i], __s1[__i]))
252 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
323 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
402 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
409 if (lt(__s1[__i], __s2[__i]))
411 else if (lt(__s2[__i], __s1[__i]))
495 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
502 if (lt(__s1[__i], __s2[__i])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 102 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
150 if (lt(__s1[__i], __s2[__i]))
152 else if (lt(__s2[__i], __s1[__i]))
252 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
323 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
402 lt(const char_type& __c1, const char_type& __c2) noexcept
409 if (lt(__s1[__i], __s2[__i]))
411 else if (lt(__s2[__i], __s1[__i]))
495 lt(const char_type& __c1, const char_type& __c2) noexcept
502 if (lt(__s1[__i], __s2[__i])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h 100 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
148 if (lt(__s1[__i], __s2[__i]))
150 else if (lt(__s2[__i], __s1[__i]))
250 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
321 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
400 lt(const char_type& __c1, const char_type& __c2) noexcept
407 if (lt(__s1[__i], __s2[__i]))
409 else if (lt(__s2[__i], __s1[__i]))
493 lt(const char_type& __c1, const char_type& __c2) noexcept
500 if (lt(__s1[__i], __s2[__i])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
char_traits.h 100 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
148 if (lt(__s1[__i], __s2[__i]))
150 else if (lt(__s2[__i], __s1[__i]))
250 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
325 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
404 lt(const char_type& __c1, const char_type& __c2) noexcept
411 if (lt(__s1[__i], __s2[__i]))
413 else if (lt(__s2[__i], __s1[__i]))
497 lt(const char_type& __c1, const char_type& __c2) noexcept
504 if (lt(__s1[__i], __s2[__i])
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memset.S 94 b.lt 2f
173 b.lt .Lnot_short
203 b.lt .Lnot_short /* Not enough to reach alignment. */
212 b.lt .Lnot_short
  /external/icu/icu4c/source/tools/toolutil/
writesrc.c 52 const struct tm *lt; local
56 lt=localtime(&t);
57 strftime(year, sizeof(year), "%Y", lt);
59 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_char_traits.i 34 lt(const char_type& __c1, const char_type& __c2);
90 lt(const char_type& __c1, const char_type& __c2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 150 lt = "write"
152 lt = "read"
161 print "%s: Aquired %s lock: %s" % (name, lt, lock)
165 print "%s: Released %s lock: %s" % (name, lt, lock)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 150 lt = "write"
152 lt = "read"
161 print "%s: Aquired %s lock: %s" % (name, lt, lock)
165 print "%s: Released %s lock: %s" % (name, lt, lock)
  /system/core/libcutils/arch-arm64/
android_memset.S 91 b.lt 2f
167 b.lt .Lnot_short
178 b.lt .Lnot_short /* Not enough to reach alignment. */
187 b.lt .Lnot_short
  /external/easymock/src/org/easymock/
EasyMock.java 584 public static <T extends Comparable<T>> T lt(Comparable<T> value) { method in class:EasyMock
597 public static byte lt(byte value) { method in class:EasyMock
610 public static double lt(double value) { method in class:EasyMock
623 public static float lt(float value) { method in class:EasyMock
636 public static int lt(int value) { method in class:EasyMock
649 public static long lt(long value) { method in class:EasyMock
662 public static short lt(short value) { method in class:EasyMock
    [all...]
  /frameworks/native/services/surfaceflinger/
Transform.cpp 206 vec2 lt( bounds.left, bounds.top );
211 lt = transform(lt);
216 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
217 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
218 r.right = floorf(max(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
219 r.bottom = floorf(max(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java 67 * other than an expectation method is provided. E.g. {@code mockObject.doFoo(and(gt(5), lt(10));}
864 public static &lt;T extends Comparable&lt;T>> T lt(Comparable&lt;T> expectedValue) { method in class:AndroidMock
884 public static byte lt(byte expectedValue) { method in class:AndroidMock
904 public static double lt(double expectedValue) { method in class:AndroidMock
924 public static float lt(float expectedValue) { method in class:AndroidMock
944 public static int lt(int expectedValue) { method in class:AndroidMock
964 public static long lt(long expectedValue) { method in class:AndroidMock
984 public static short lt(short expectedValue) { method in class:AndroidMock
    [all...]
  /external/v8/test/mjsunit/
compare-objects.js 33 function lt(a, b) { function
57 assertEquals(lt(a, b), less);
59 assertEquals(lt(b, a), greater);
  /frameworks/base/docs/html/guide/
guide_toc.cs 161 <li><a href="<?cs var:toroot ?>guide/topics/manifest/action-element.html">&lt;action&gt;</a></li> external variable declarations
162 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></li>
163 <li><a href="<?cs var:toroot ?>guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></li>
164 <li><a href="<?cs var:toroot ?>guide/topics/manifest/application-element.html">&lt;application&gt;</a></li>
165 <li><a href="<?cs var:toroot ?>guide/topics/manifest/category-element.html">&lt;category&gt;</a></li>
166 <li><a href="<?cs var:toroot ?>guide/topics/manifest/compatible-screens-element.html">&lt;compatible-screens&gt;</a></li>
167 <li><a href="<?cs var:toroot ?>guide/topics/manifest/data-element.html">&lt;data&gt;</a></li>
168 <li><a href="<?cs var:toroot ?>guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-uri-permission&gt;</a></li>
169 <li><a href="<?cs var:toroot ?>guide/topics/manifest/instrumentation-element.html">&lt;instrumentation&gt;</a></li>
170 <li><a href="<?cs var:toroot ?>guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></li
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lt/d/
T_if_lt_2.d 30 if-lt v6, v7, Label11
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 112 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
120 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 112 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
120 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pod_char_traits.h 112 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
120 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 105 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
113 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 105 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
113 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 105 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
113 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pod_char_traits.h 105 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
113 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 110 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
118 return lt(__s1[__i], __s2[__i]) ? -1 : 1;

Completed in 1286 milliseconds

1 2 34 5 6 7 8 91011>>