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

1 2 3 4 5

  /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)
  /external/chromium_org/content/browser/
storage_partition_impl_map_unittest.cc 14 // Test that the Less comparison function is implemented properly to uniquely
32 StoragePartitionImplMap::StoragePartitionConfigLess less; local
35 EXPECT_TRUE(less(c1, c3));
36 EXPECT_TRUE(less(c1, c4));
37 EXPECT_TRUE(less(c3, c4));
38 EXPECT_TRUE(less(c4, c5));
39 EXPECT_TRUE(less(c4, c8));
40 EXPECT_TRUE(less(c6, c4));
41 EXPECT_TRUE(less(c6, c7));
42 EXPECT_TRUE(less(c8, c9))
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 52 struct less<mcld::sys::fs::RealPath> : public binary_function< struct in namespace:std
Path.h 162 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path, struct in namespace:std
  /external/chromium_org/v8/test/mjsunit/
compare-objects.js 49 function test(a, b, less, greater) {
57 assertEquals(lt(a, b), less);
60 assertEquals(gt(b, a), less);
66 var less = obj1 < obj2; variable
69 test(obj1, obj2, less, greater);
70 test(obj1, obj2, less, greater);
71 test(obj1, obj2, less, greater);
73 test(obj1, obj2, less, greater);
74 test(obj1, obj2, less, greater);
77 test(obj1, obj2, less, greater)
85 var less = obj1 < obj2; variable
96 var less = obj1 < obj2; variable
103 var less = true; variable
    [all...]
  /external/clang/test/CXX/except/except.spec/
canonical.cpp 36 struct less struct in namespace:std
42 typedef __map_value_compare<int, short, less> __vc;
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 110 static bool less(AliasInfo p1, AliasInfo p2) { function in class:mcld::ELFReader
200 static bool less(AliasInfo p1, AliasInfo p2) { function in class:mcld::ELFReader
  /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)) {
  /external/chromium_org/third_party/re2/util/
sparse_set.h 165 // sort(arr.begin(), arr.end(), arr.less);
166 static bool less(int a, int b) { return a < b; } function in class:re2::SparseSet
  /external/regex-re2/util/
sparse_set.h 164 // sort(arr.begin(), arr.end(), arr.less);
165 static bool less(int a, int b) { return a < b; } function in class:re2::SparseSet
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 363 return std::less<_CT>()(__a.get(), __b.get());
369 { return std::less<_Tp*>()(__a.get(), nullptr); }
374 { return std::less<_Tp*>()(nullptr, __a.get()); }
401 { return std::less<_Tp*>()(nullptr, __a.get()); }
406 { return std::less<_Tp*>()(__a.get(), nullptr); }
425 struct less<shared_ptr<_Tp>> : public _Sp_less<shared_ptr<_Tp>> struct in inherits:_Sp_less
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 363 return std::less<_CT>()(__a.get(), __b.get());
369 { return std::less<_Tp*>()(__a.get(), nullptr); }
374 { return std::less<_Tp*>()(nullptr, __a.get()); }
401 { return std::less<_Tp*>()(nullptr, __a.get()); }
406 { return std::less<_Tp*>()(__a.get(), nullptr); }
425 struct less<shared_ptr<_Tp>> : public _Sp_less<shared_ptr<_Tp>> struct in inherits:_Sp_less
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 364 return std::less<_CT>()(__a.get(), __b.get());
370 { return std::less<_Tp*>()(__a.get(), nullptr); }
375 { return std::less<_Tp*>()(nullptr, __a.get()); }
402 { return std::less<_Tp*>()(nullptr, __a.get()); }
407 { return std::less<_Tp*>()(__a.get(), nullptr); }
426 struct less<shared_ptr<_Tp>> : public _Sp_less<shared_ptr<_Tp>> struct in inherits:_Sp_less
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 364 return std::less<_CT>()(__a.get(), __b.get());
370 { return std::less<_Tp*>()(__a.get(), nullptr); }
375 { return std::less<_Tp*>()(nullptr, __a.get()); }
402 { return std::less<_Tp*>()(nullptr, __a.get()); }
407 { return std::less<_Tp*>()(__a.get(), nullptr); }
426 struct less<shared_ptr<_Tp>> : public _Sp_less<shared_ptr<_Tp>> struct in inherits:_Sp_less
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr.h 363 return std::less<_CT>()(__a.get(), __b.get());
369 { return std::less<_Tp*>()(__a.get(), nullptr); }
374 { return std::less<_Tp*>()(nullptr, __a.get()); }
401 { return std::less<_Tp*>()(nullptr, __a.get()); }
406 { return std::less<_Tp*>()(__a.get(), nullptr); }
425 struct less<shared_ptr<_Tp>> : public _Sp_less<shared_ptr<_Tp>> struct in inherits:_Sp_less
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h 369 return std::less<_CT>()(__a.get(), __b.get());
375 { return std::less<_Tp*>()(__a.get(), nullptr); }
380 { return std::less<_Tp*>()(nullptr, __a.get()); }
407 { return std::less<_Tp*>()(nullptr, __a.get()); }
412 { return std::less<_Tp*>()(__a.get(), nullptr); }
431 struct less<shared_ptr<_Tp>> : public _Sp_less<shared_ptr<_Tp>> struct in inherits:_Sp_less
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 234 # form (T*)(S*), M.less(N) iff M.len() < N.len() and
238 def less(self, other): member in class:Whitespace
253 # Intended to be used after not self.less(other) is known, in which
293 if not indents[-1].less(thisguy):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 234 # form (T*)(S*), M.less(N) iff M.len() < N.len() and
238 def less(self, other): member in class:Whitespace
253 # Intended to be used after not self.less(other) is known, in which
293 if not indents[-1].less(thisguy):
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 111 std::less<Scalar> less; local
112 return selectComplexRoot_withRespectToNorm( less );
239 std::less<Scalar> less; local
240 return selectRealRoot_withRespectToAbsRealPart( less, hasArealRoot, absImaginaryThreshold );
285 std::less<Scalar> less; local
286 return selectRealRoot_withRespectToRealPart( less, hasArealRoot, absImaginaryThreshold );
  /external/openfst/src/include/fst/
prune.h 135 NaturalLess<Weight> less; local
140 if (!less(limit, (*fdistance)[s])) {
151 if (less(limit, Times(idistance[s], fst->Final(s))))
162 if (less(limit, weight)) {
167 if (less(Times(idistance[s], arc.weight), idistance[arc.nextstate]))
236 NaturalLess<Weight> less;
237 if (less(opts.weight_threshold, Weight::One()) ||
277 if (!less(limit, Times(idistance[s], ifst.Final(s))))
288 if (less(limit, weight)) continue;
294 if (less(Times(idistance[s], arc.weight)
    [all...]
  /external/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/stlport/test/unit/
mvctor_declaration_test.cpp 113 struct less<struct_with_specialized_less> { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > {
293 //For associative containers it is important that less is correctly recognize as
294 //the STLport less or a user specialized less:
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) );
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) );
  /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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 99 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator in enum:assert_::relations
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 113 struct less<struct_with_specialized_less> { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > {
293 //For associative containers it is important that less is correctly recognize as
294 //the STLport less or a user specialized less:
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) );
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) );

Completed in 659 milliseconds

1 2 3 4 5