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

1 2 3 4

  /external/doclava/res/assets/templates/
macros.cs 41 ?>&lt;<?cs each:t=type.typeArguments ?><?cs call:type_link_impl(t, "true") ?><?cs
188 <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
  /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);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnTextureCoords.cpp 57 float lt = 6.0f * classification.d1; local
59 float mt = lt;
60 float ltMinusLs = lt - ls;
65 result.klmCoordinates[1] = FloatPoint3D(OneThird * (3.0f * ls * ms - ls * mt - lt * ms),
66 ls * ls * (ls - lt),
68 result.klmCoordinates[2] = FloatPoint3D(OneThird * (lt * (mt - 2.0f * ms) + ls * (3.0f * ms - 2.0f * mt)),
82 float lt = 2.0f * classification.d1; local
84 float mt = lt;
88 float ql = ls / lt;
102 float ltMinusLs = lt - ls
123 float lt = 3.0f * classification.d2; local
    [all...]
  /external/chromium/base/
string16.h 80 static bool lt(const char_type& c1, const char_type& c2) { function in struct:base::string16_char_traits
  /external/chromium/googleurl/base/
string16.h 93 static bool lt(const char_type& c1, const char_type& c2) { function in struct:base::string16_char_traits
  /external/clang/test/SemaTemplate/
instantiate-template-template-parm.cpp 57 template <int x, int y> struct lt { struct
61 Comp<int, lt> c0;
  /external/icu4c/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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...]
  /external/skia/src/gpu/
SkGrFontScaler.cpp 22 virtual bool lt(const GrKey& rh) const;
51 bool SkGrDescKey::lt(const GrKey& rh) const { function in class:SkGrDescKey
  /external/stlport/stlport/stl/
char_traits.h 143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) function in class:__char_traits_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) function in class:__char_traits_base
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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;
  /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;

Completed in 885 milliseconds

1 2 3 4