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

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/containers/associative/multimap/multimap.cons/
compare.pass.cpp 25 typedef test_compare<std::less<int> > C;
33 typedef test_compare<std::less<int> > C;
default_noexcept.pass.cpp 41 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
45 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp 39 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 39 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 45 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
50 typedef std::multimap<MoveOnly, MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multiset/multiset.cons/
default_noexcept.pass.cpp 41 typedef std::multiset<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
45 typedef std::multiset<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp 39 typedef std::multiset<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::multiset<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 39 typedef std::multiset<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::multiset<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 45 typedef std::multiset<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
50 typedef std::multiset<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/set/set.cons/
default_noexcept.pass.cpp 41 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
45 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp 39 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 39 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
  /external/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 45 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
50 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
  /external/libcxx/test/utilities/function.objects/comparisons/
Android.mk 19 test_name := utilities/function.objects/comparisons/less
20 test_src := less.pass.cpp
  /external/llvm/cmake/modules/
LLVMProcessSources.cmake 63 if( idx LESS 0 )
65 if( idx LESS 0 )
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
MinSE.java 84 * less than 2**31.
88 * @throws InvalidArgumentException if supplied value is less than zero.
SessionExpires.java 59 * less than 2**31.
63 * @throws InvalidArgumentException if supplied value is less than zero.
  /external/qemu/android/base/containers/
StringVector.h 23 // to use less memory and be more efficient than std::vector<std::string>
57 // a StringView reference instead, this avoids the need-less
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
prune.h 89 NaturalLess<Weight> less; local
93 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state]))) {
104 if(less(ceiling, weight)) {
109 if (less(ceiling, Times((*idistance)[state], fst->Final(state))))
172 NaturalLess<Weight> less; local
188 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state])))
193 if (!less(ceiling, Times((*idistance)[state], ifst.Final(state))))
213 if (!less(ceiling, weight)) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
alloc.pass.cpp 25 typedef std::less<int> C;
34 typedef std::less<int> C;
compare.pass.cpp 25 typedef test_compare<std::less<int> > C;
33 typedef test_compare<std::less<int> > C;
default_noexcept.pass.cpp 41 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
45 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp 39 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 39 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 45 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
50 typedef std::map<MoveOnly, MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;

Completed in 353 milliseconds

1 2 3 4 5 6 78 91011>>