HomeSort by relevance Sort by last modified time
    Searched full:less (Results 76 - 100 of 9298) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_base.h 70 struct less : public binary_function<_Tp,_Tp,bool> struct in inherits:binary_function,__stlport_class
72 /* less is the default template parameter for many STL containers, to fully use
73 * the move constructor feature we need to know that the default less is just a
76 , public __stlport_class<less<_Tp> >
82 void _M_swap_workaround(less<_Tp>& __x) {}
88 struct __type_traits<less<_Tp> > {
90 typedef typename _IsSTLportClass<less<_Tp> >::_Ret _STLportLess;
92 enum { _Is = _IsSTLportClass<less<_Tp> >::_Is };
106 less<_Tp> __less(_Tp* ) { return less<_Tp>();
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
escoll.cpp 71 Collator::LESS,
72 Collator::LESS,
74 Collator::LESS,
75 Collator::LESS,
77 Collator::LESS,
79 Collator::LESS,
  /external/icu/icu4c/source/test/intltest/
escoll.cpp 71 Collator::LESS,
72 Collator::LESS,
74 Collator::LESS,
75 Collator::LESS,
77 Collator::LESS,
79 Collator::LESS,
  /external/chromium_org/third_party/skia/src/core/
SkPtrRecorder.cpp 21 bool SkPtrSet::Less(const Pair& a, const Pair& b) {
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java 27 // This generally indicates the string passed in had less than 3 digits in it. More
32 // stripped from the number, had less digits than any valid phone number (including country
35 // This indicates the string, after any country code has been stripped, had less digits than any
  /external/skia/src/core/
SkPtrRecorder.cpp 21 bool SkPtrSet::Less(const Pair& a, const Pair& b) {
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
  /external/tcpdump/tests/
ripv2_auth.out 3 RIPv2, Request, length: 44, routes: 2 or less
8 RIPv2, Response, length: 44, routes: 2 or less
13 RIPv2, Request, length: 64, routes: 3 or less
20 RIPv2, Response, length: 64, routes: 3 or less
27 RIPv2, Request, length: 68, routes: 3 or less
35 RIPv2, Response, length: 68, routes: 3 or less
43 RIPv2, Request, length: 80, routes: 4 or less
51 RIPv2, Response, length: 80, routes: 4 or less
59 RIPv2, Request, length: 96, routes: 4 or less
68 RIPv2, Response, length: 96, routes: 4 or less
    [all...]
  /external/bison/lib/
c-strcase.h 39 /* Compare strings S1 and S2, ignoring case, returning less than, equal to or
40 greater than zero if S1 is lexicographically less than, equal to or greater
45 returning less than, equal to or greater than zero if S1 is
46 lexicographically less than, equal to or greater than S2. */
  /external/chromium_org/chrome/browser/resources/safe_browsing/
malware_block_v2.js 29 if ($('see-less-text').hidden) {
31 $('see-less-text').hidden = false;
36 $('see-less-text').hidden = true;
53 $('see-less-text').hidden = true;
  /external/chromium_org/chrome/test/base/
browser_perf_tests_main.cc 16 // Always run browser perf tests serially - parallel running would be less
  /external/chromium_org/net/tools/balsa/
split.h 13 // Yea, this could be done with less code duplication using
  /external/clang/test/SemaTemplate/
issue150.cpp 76 template<typename > struct less ;
82 template <class X, template<class> class = less> struct interval_type_default {
87 template<class _T, template<class> class Compare = PR9016::less,
96 template<class _T, template<class> class Compare = PR9016::less,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
messages.properties 14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
  /external/hamcrest/library/src/org/hamcrest/number/
IsGreaterThan.java 9 * Is the value less than or greater than another {@link java.lang.Comparable} value?
  /external/junit/src/org/junit/runner/manipulation/
Sortable.java 6 * cope with order dependencies between tests. Tests that are isolated from each other are less
  /external/kernel-headers/original/uapi/asm-generic/
poll.h 12 /* The rest seem to be more-or-less nonstandard. Check them! */
  /external/llvm/lib/Target/Sparc/
Sparc.h 50 ICC_LE = 2 , // Less or Equal
52 ICC_L = 3 , // Less
54 ICC_LEU = 4 , // Less or Equal Unsigned
56 ICC_CS = 5 , // Carry Set/Less Unsigned
67 FCC_L = 4+16, // Less
68 FCC_UL = 3+16, // Unordered or Less
69 FCC_LG = 2+16, // Less or Greater
75 FCC_LE = 13+16, // Less or Equal
76 FCC_ULE = 14+16, // Unordered or Less or Equal
  /external/llvm/test/Other/
attribute-comment.ll 9 attributes #0 = { nounwind ssp "less-precise-fpmad"="false" uwtable "no-frame-pointer-elim"="true" readnone "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/mockito/src/org/mockito/internal/runners/
RunnerImpl.java 13 * Surrogate cannot be used with &#064;RunWith therefore it is less likely clients will use interal runners.
  /external/valgrind/main/docs/internals/
howto_oprofile.txt 16 | less
21 | less
26 | less
29 opannotate --merge=tgid --source --include-file=libhb_core.c | less

Completed in 2157 milliseconds

1 2 34 5 6 7 8 91011>>