/external/skia/src/animator/ |
SkTypedArray.cpp | 174 int SkDS32Array::rfind(const int32_t& elem) const function in class:SkDS32Array
|
SkTDArray_Experimental.h | 58 int rfind(const int32_t& elem) const; 132 int rfind(const T& elem) const { return SkDS32Array::rfind((const int32_t&) elem); } function in class:SkTDS32Array
|
/external/chromium/base/ |
string_piece.cc | 55 size_type StringPiece::rfind(const StringPiece& s, size_type pos) const { function in class:base::StringPiece 67 size_type StringPiece::rfind(char c, size_type pos) const { function in class:base::StringPiece
|
/external/stlport/stlport/stl/debug/ |
_string.h | 710 // rfind. 711 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string 712 { return _M_non_dbg_impl.rfind(__s._M_non_dbg_impl, __pos); } 713 size_type rfind(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string 716 return _M_non_dbg_impl.rfind(__s, __pos); 718 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string 721 return _M_non_dbg_impl.rfind(__s, __pos, __n); 723 size_type rfind(_CharT __c, size_type __pos = npos) const function in class:basic_string 724 { return _M_non_dbg_impl.rfind(__c, __pos); } 756 { return _M_non_dbg_impl.rfind(__c, __pos); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 710 // rfind. 711 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string 712 { return _M_non_dbg_impl.rfind(__s._M_non_dbg_impl, __pos); } 713 size_type rfind(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string 716 return _M_non_dbg_impl.rfind(__s, __pos); 718 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string 721 return _M_non_dbg_impl.rfind(__s, __pos, __n); 723 size_type rfind(_CharT __c, size_type __pos = npos) const function in class:basic_string 724 { return _M_non_dbg_impl.rfind(__c, __pos); } 756 { return _M_non_dbg_impl.rfind(__c, __pos); [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 710 // rfind. 711 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string 712 { return _M_non_dbg_impl.rfind(__s._M_non_dbg_impl, __pos); } 713 size_type rfind(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string 716 return _M_non_dbg_impl.rfind(__s, __pos); 718 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string 721 return _M_non_dbg_impl.rfind(__s, __pos, __n); 723 size_type rfind(_CharT __c, size_type __pos = npos) const function in class:basic_string 724 { return _M_non_dbg_impl.rfind(__c, __pos); } 756 { return _M_non_dbg_impl.rfind(__c, __pos); [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 710 // rfind. 711 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string 712 { return _M_non_dbg_impl.rfind(__s._M_non_dbg_impl, __pos); } 713 size_type rfind(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string 716 return _M_non_dbg_impl.rfind(__s, __pos); 718 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string 721 return _M_non_dbg_impl.rfind(__s, __pos, __n); 723 size_type rfind(_CharT __c, size_type __pos = npos) const function in class:basic_string 724 { return _M_non_dbg_impl.rfind(__c, __pos); } 756 { return _M_non_dbg_impl.rfind(__c, __pos); [all...] |
/external/stlport/stlport/stl/ |
_string.c | 451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc 468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
|
_string_sum.h | 194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum 195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum 196 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { return _M_get_storage().rfind(__s, __pos, __n); } function in class:__bstr_sum 197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); } function in class:__bstr_sum 215 { return _M_get_storage().rfind(__c, __pos); }
|
_string.h | 966 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string 969 size_type rfind(const _CharT* __s, size_type __pos = npos) const function in class:basic_string [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc 468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
|
_string_sum.h | 194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum 195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum 196 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { return _M_get_storage().rfind(__s, __pos, __n); } function in class:__bstr_sum 197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); } function in class:__bstr_sum 215 { return _M_get_storage().rfind(__c, __pos); }
|
_string.h | 966 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string 969 size_type rfind(const _CharT* __s, size_type __pos = npos) const function in class:basic_string [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc 468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
|
_string_sum.h | 194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum 195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum 196 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { return _M_get_storage().rfind(__s, __pos, __n); } function in class:__bstr_sum 197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); } function in class:__bstr_sum 215 { return _M_get_storage().rfind(__c, __pos); }
|
_string.h | 966 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string 969 size_type rfind(const _CharT* __s, size_type __pos = npos) const function in class:basic_string [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_string.c | 451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc 468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
|
_string_sum.h | 194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum 195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum 196 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { return _M_get_storage().rfind(__s, __pos, __n); } function in class:__bstr_sum 197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); } function in class:__bstr_sum 215 { return _M_get_storage().rfind(__c, __pos); }
|
/external/stlport/test/unit/ |
string_test.cpp | 64 CPPUNIT_TEST(rfind); 123 void rfind(); 729 string::size_type p = s.rfind( "", 0, 0 ); 736 string::size_type p = s.rfind( "", 0, 0 ); 742 string::size_type p = s.rfind( "", 1, 0 ); 748 string::size_type p = s.rfind( "", 1, 0 ); 754 string::size_type p = s.rfind( "", 3, 0 ); 760 void StringTest::rfind() function in class:StringTest 765 CPPUNIT_ASSERT( s.rfind("two") == 18 ); 766 CPPUNIT_ASSERT( s.rfind("two", 0) == string::npos ) [all...] |
/frameworks/base/tools/aidl/ |
aidl.cpp | 275 rfind(char* str, char c) function 722 char* classname = rfind(fullname, '.');
|
/ndk/tests/device/test-gnustl-full/unit/ |
string_test.cpp | 64 CPPUNIT_TEST(rfind); 123 void rfind(); 729 string::size_type p = s.rfind( "", 0, 0 ); 736 string::size_type p = s.rfind( "", 0, 0 ); 742 string::size_type p = s.rfind( "", 1, 0 ); 748 string::size_type p = s.rfind( "", 1, 0 ); 754 string::size_type p = s.rfind( "", 3, 0 ); 760 void StringTest::rfind() function in class:StringTest 765 CPPUNIT_ASSERT( s.rfind("two") == 18 ); 766 CPPUNIT_ASSERT( s.rfind("two", 0) == string::npos ) [all...] |
/ndk/tests/device/test-stlport/unit/ |
string_test.cpp | 64 CPPUNIT_TEST(rfind); 123 void rfind(); 729 string::size_type p = s.rfind( "", 0, 0 ); 736 string::size_type p = s.rfind( "", 0, 0 ); 742 string::size_type p = s.rfind( "", 1, 0 ); 748 string::size_type p = s.rfind( "", 1, 0 ); 754 string::size_type p = s.rfind( "", 3, 0 ); 760 void StringTest::rfind() function in class:StringTest 765 CPPUNIT_ASSERT( s.rfind("two") == 18 ); 766 CPPUNIT_ASSERT( s.rfind("two", 0) == string::npos ) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring.h | 1562 rfind(const __versa_string& __str, size_type __pos = npos) const function in class:__versa_string 1591 rfind(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 1562 rfind(const __versa_string& __str, size_type __pos = npos) const function in class:__versa_string 1591 rfind(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 1562 rfind(const __versa_string& __str, size_type __pos = npos) const function in class:__versa_string 1591 rfind(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string [all...] |