/external/llvm/test/CodeGen/Generic/ |
ConstantExprLowering.ll | 12 br i1 %t1, label %less, label %not_less 14 less: ; preds = %entry 17 not_less: ; preds = %less, %entry 18 %t2 = phi i32 [ sub (i32 ptrtoint (i32* @XA to i32), i32 ptrtoint (i32* @XB to i32)), %less ], [ sub (i32 ptrtoint (i32* @XA to i32), i32 ptrtoint (i32* @XB to i32)), %entry ] ; <i32> [#uses=1]
|
/external/mockito/src/org/mockito/internal/util/ |
RemoveFirstLine.java | 11 * @return less first line
|
/external/skia/include/core/ |
SkTSearch.h | 34 // The most general form of SkTSearch takes an array of T and a key of type K. A functor, less, is 38 template <typename T, typename K, typename LESS> 39 int SkTSearch(const T base[], int count, const K& key, size_t elemSize, LESS& less) 55 if (less(*elem, key)) 62 if (less(*elem, key)) { 65 } else if (less(key, *elem)) { 71 // Adapts a less-than function to a functor. 72 template <typename T, bool (LESS)(const T&, const T&)> struct SkTLessFunctionToFunctorAdaptor { 73 bool operator()(const T& a, const T& b) { return LESS(a, b); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/ |
types.pass.cpp | 12 // template <class Key, class Compare = less<Key>, 42 static_assert((std::is_same<std::multiset<int>::key_compare, std::less<int> >::value), ""); 43 static_assert((std::is_same<std::multiset<int>::value_compare, std::less<int> >::value), ""); 54 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::key_type, int>::value), ""); 55 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::value_type, int>::value), ""); 56 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::key_compare, std::less<int> >::value), ""); 57 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::value_compare, std::less<int> >::value), ""); 58 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::allocator_type, min_allocator<int>>::value), "") [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/ |
types.pass.cpp | 12 // template <class Key, class Compare = less<Key>, 42 static_assert((std::is_same<std::set<int>::key_compare, std::less<int> >::value), ""); 43 static_assert((std::is_same<std::set<int>::value_compare, std::less<int> >::value), ""); 54 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::key_type, int>::value), ""); 55 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::value_type, int>::value), ""); 56 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::key_compare, std::less<int> >::value), ""); 57 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::value_compare, std::less<int> >::value), ""); 58 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::allocator_type, min_allocator<int> >::value), "") [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
less.hpp | 9 // Preprocessed version of "boost/mpl/less.hpp" header 67 struct less struct in namespace:boost::mpl 74 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, less, (N1, N2)) 78 BOOST_MPL_AUX_NA_SPEC2(2, 2, less)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_ttl.h | 10 IPT_TTL_LT, /* less than */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_hl.h | 11 IP6T_HL_LT, /* less than */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_ttl.h | 10 IPT_TTL_LT, /* less than */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_hl.h | 11 IP6T_HL_LT, /* less than */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_ttl.h | 10 IPT_TTL_LT, /* less than */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_hl.h | 11 IP6T_HL_LT, /* less than */
|
/packages/inputmethods/LatinIME/java/res/values/ |
strings-action-keys.xml | 22 <!-- Label for soft enter key when it performs GO action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 24 <!-- Label for soft enter key when it performs NEXT action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 26 <!-- Label for soft enter key when it performs PREVIOUS action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 28 <!-- Label for soft enter key when it performs DONE action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 30 <!-- Label for soft enter key when it performs SEND action. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 32 <!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7] --> 34 <!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key. 5 chars or less is preferable. [CHAR LIMIT=7]-->
|
/external/llvm/test/Transforms/GlobalOpt/ |
2007-06-04-PackedStruct.ll | 7 %"struct.std::_Rb_tree<int,std::pair<const int, int>,std::_Select1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >" = type { %"struct.std::_Rb_tree<int,std::pair<const int, int>,std::_Select1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >::_Rb_tree_impl<std::less<int>,false>" } 8 %"struct.std::_Rb_tree<int,std::pair<const int, int>,std::_Select1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >::_Rb_tree_impl<std::less<int>,false>" = type { %"struct.__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<const int, int> > >", %"struct.std::_Rb_tree_node_base", i32 } 10 %"struct.std::map<int,int,std::less<int>,std::allocator<std::pair<const int, int> > >" = type { %"struct.std::_Rb_tree<int,std::pair<const int, int>,std::_Select1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >" } 11 @someMap = global %"struct.std::map<int,int,std::less<int>,std::allocator<std::pair<const int, int> > >" zeroinitializer ; <%"struct.std::map<int,int,std::less<int>,std::allocator<std::pair<const int, int> > >"*> [#uses=1] 31 store i8 0, i8* getelementptr (%"struct.std::map<int,int,std::less<int>,std::allocator<std::pair<const int, int> > >"* @someMap, i32 0, i32 0, i32 0, i32 0, i32 0 [all...] |
/external/llvm/cmake/modules/ |
LLVM-Config.cmake | 110 if( NOT idx LESS 0 ) 112 if( NOT idx LESS 0 ) 116 if( NOT idx LESS 0 ) 123 if( NOT asmidx LESS 0 ) 127 if( NOT asmidx LESS 0 ) 131 if( NOT asmidx LESS 0 ) 135 if( NOT asmidx LESS 0 ) 148 else( NOT idx LESS 0 ) 152 if( lib_idx LESS 0 ) 158 else( lib_idx LESS 0 [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/ |
types.pass.cpp | 12 // template <class Key, class T, class Compare = less<Key>, 43 static_assert((std::is_same<std::map<int, double>::key_compare, std::less<int> >::value), ""); 54 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_type, int>::value), ""); 55 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::mapped_type, double>::value), ""); 56 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::value_type, std::pair<const int, double> >::value), ""); 57 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_compare, std::less<int> >::value), ""); 58 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::allocator_type, min_allocator<std::pair<const int, double> > >::value), ""); 59 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::reference, std::pair<const int, double>&>::value), ""); 60 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::const_reference, const std::pair<const int, do (…) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/ |
types.pass.cpp | 12 // template <class Key, class T, class Compare = less<Key>, 43 static_assert((std::is_same<std::multimap<int, double>::key_compare, std::less<int> >::value), ""); 54 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_type, int>::value), ""); 55 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::mapped_type, double>::value), ""); 56 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::value_type, std::pair<const int, double> >::value), ""); 57 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_compare, std::less<int> >::value), ""); 58 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::allocator_type, min_allocator<std::pair<const int, double> > >::value), ""); 59 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::reference, std::pair<const int, double>&>::value), ""); 60 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::const_reference, const std::pair<const int, do (…) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
trcoll.cpp | 59 Collator::LESS, 60 Collator::LESS, 61 Collator::LESS, 62 Collator::LESS, 64 Collator::LESS, 65 Collator::LESS, 68 Collator::LESS, 69 Collator::LESS,
|
/external/compiler-rt/BlocksRuntime/tests/ |
rettypepromotion.c | 23 enum { LESS = -1, EQUAL, GREATER }; 30 if (random()) return LESS;
|
/external/icu4c/test/intltest/ |
trcoll.cpp | 59 Collator::LESS, 60 Collator::LESS, 61 Collator::LESS, 62 Collator::LESS, 64 Collator::LESS, 65 Collator::LESS, 68 Collator::LESS, 69 Collator::LESS,
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/ |
container_fwd.hpp | 77 ,class Compare = std::less<Key> 83 ,class Compare = std::less<Key> 90 ,class Compare = std::less<Key> 97 ,class Compare = std::less<Key> 103 ,class Compare = std::less<Key> 109 ,class Compare = std::less<Key> 116 ,class Compare = std::less<Key> 123 ,class Compare = std::less<Key>
|
/external/chromium_org/chrome/test/base/ |
browser_perf_tests_main.cc | 8 // Always run browser perf tests serially - parallel running would be less
|
/external/chromium_org/v8/test/mjsunit/tools/ |
tickprocessor-test.gc-state | 19 Callers occupying less than 2.0% are not shown.
|
/external/iptables/extensions/ |
libip6t_hl.man | 7 Matches if Hop Limit is less than \fIvalue\fP.
|
libipt_ttl.man | 10 Matches if TTL is less than the given TTL value.
|