/ndk/tests/device/test-gnustl-full/unit/ |
less_test.cpp | 34 sort(array, array + 4, less<int>());
|
/ndk/tests/device/test-stlport/unit/ |
less_test.cpp | 34 sort(array, array + 4, less<int>());
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_DOUBLE.S | 22 mvncc r0, #0 @ (less than) r1<- -1 23 moveq r0, #0 @ (equal) r1<- 0, trumps less than
|
/external/bluetooth/bluedroid/hci/include/ |
userial.h | 101 ** copied into p_data. This may be less than len. 113 ** may be less than len.
|
/external/bzip2/ |
bzmore | 10 *less) more=less ;;
|
/external/chromium_org/chrome/renderer/resources/ |
neterror.js | 8 var moreLessButton = document.getElementById('more-less-button'); 61 moreLessButton = document.getElementById('more-less-button');
|
/external/chromium_org/media/base/ |
bit_reader.cc | 26 // process full bytes until less than 8 bits remaining. 38 // Less than 8 bits remaining to skip. Use ReadBitsInternal to verify
|
/external/chromium_org/third_party/tlslite/tlslite/ |
SharedKeyDB.py | 40 Must be less than or equal to 16 characters in length, and must 44 @param sharedKey: The shared key to add. Must be less than 48
|
/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/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/multimap/multimap.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::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;
|
/ndk/sources/cxx-stl/llvm-libc++/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;
|
/ndk/sources/cxx-stl/llvm-libc++/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;
|