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

1 2 3 4 5 6

  /external/doclava/res/assets/templates/
macros.cs 41 ?>&lt;<?cs each:t=type.typeArguments ?><?cs call:type_link_impl(t, "true") ?><?cs
194 <th><?cs if:tag.isTypeParameter ?>&lt;<?cs /if ?><?cs var:tag.name external variable declarations
sample.cs 20 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p> external variable declarations
  /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...]
  /external/chromium_org/v8/test/mjsunit/
compare-objects.js 33 function lt(a, b) { function
57 assertEquals(lt(a, b), less);
59 assertEquals(lt(b, a), greater);
  /external/mockito/src/org/mockito/
AdditionalMatchers.java 328 public static <T extends Comparable<T>> T lt(Comparable<T> value) { method in class:AdditionalMatchers
341 public static byte lt(byte value) { method in class:AdditionalMatchers
354 public static double lt(double value) { method in class:AdditionalMatchers
367 public static float lt(float value) { method in class:AdditionalMatchers
380 public static int lt(int value) { method in class:AdditionalMatchers
393 public static long lt(long value) { method in class:AdditionalMatchers
406 public static short lt(short value) { method in class:AdditionalMatchers
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 94 struct tm *lt; local
102 lt = localtime(&now);
103 strftime(timebuf, 256, "%H:%M:%S", lt);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
compare.hpp 47 static bool lt( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) < (std::toupper)( c2 ); } function in struct:boost::unit_test::ut_detail::case_ins
53 return lt( s1[i], s2[i] ) ? -1 : 1;
bcs_char_traits.hpp 64 static bool lt( CharT c1, CharT c2 ) function in struct:boost::unit_test::ut_detail::bcs_char_traits_impl
73 return lt( *cstr1, *cstr2 ) ? -1 : 1;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.c 51 const struct tm *lt; local
55 lt=localtime(&t);
56 strftime(year, sizeof(year), "%Y", lt);
57 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt);
  /external/clang/test/SemaTemplate/
instantiate-template-template-parm.cpp 57 template <int x, int y> struct lt { struct
61 Comp<int, lt> c0;
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 107 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
155 if (lt(__s1[__i], __s2[__i]))
157 else if (lt(__s2[__i], __s1[__i]))
254 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
325 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
401 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
408 if (lt(__s1[__i], __s2[__i]))
410 else if (lt(__s2[__i], __s1[__i]))
494 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
501 if (lt(__s1[__i], __s2[__i])
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 107 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
155 if (lt(__s1[__i], __s2[__i]))
157 else if (lt(__s2[__i], __s1[__i]))
254 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
325 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
401 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
408 if (lt(__s1[__i], __s2[__i]))
410 else if (lt(__s2[__i], __s1[__i]))
494 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
501 if (lt(__s1[__i], __s2[__i])
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 107 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
155 if (lt(__s1[__i], __s2[__i]))
157 else if (lt(__s2[__i], __s1[__i]))
254 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
325 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
401 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
408 if (lt(__s1[__i], __s2[__i]))
410 else if (lt(__s2[__i], __s1[__i]))
494 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
501 if (lt(__s1[__i], __s2[__i])
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
char_traits.h 107 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
155 if (lt(__s1[__i], __s2[__i]))
157 else if (lt(__s2[__i], __s1[__i]))
254 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
325 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
401 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
408 if (lt(__s1[__i], __s2[__i]))
410 else if (lt(__s2[__i], __s1[__i]))
494 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
501 if (lt(__s1[__i], __s2[__i])
    [all...]
  /prebuilts/ndk/8/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/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...]
  /external/chromium_org/third_party/bintrees/bintrees/
walker.py 9 from operator import attrgetter, lt, gt namespace
131 less_than=lt,

Completed in 2795 milliseconds

1 2 3 4 5 6