Home
last modified time | relevance | path

Searched defs:before (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dlexcmp_test.cpp37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); in lexcmp1() local
46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); in lexcmp2() local
/ndk/tests/device/test-stlport/unit/
Dlexcmp_test.cpp37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); in lexcmp1() local
46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); in lexcmp2() local
/ndk/sources/cxx-stl/gabi++/src/
Dtype_info.cc66 type_info::before(const type_info& rhs) const in before() function in std::type_info
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dsp_typeinfo.hpp56 bool before( sp_typeinfo const& rhs ) const in before() function in boost::detail::sp_typeinfo
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-typed-test_test.cc305 IntBeforeRegisterTypedTestCaseP before = 0; variable