/external/chromium/base/ |
string_piece_unittest.cc | 219 ASSERT_EQ(a.rfind(b), 0U); 220 ASSERT_EQ(a.rfind(b, 1), 0U); 221 ASSERT_EQ(a.rfind(c), 23U); 222 ASSERT_EQ(a.rfind(c, 22U), StringPiece::npos); 223 ASSERT_EQ(a.rfind(c, 1U), StringPiece::npos); 224 ASSERT_EQ(a.rfind(c, 0U), StringPiece::npos); 225 ASSERT_EQ(b.rfind(c), StringPiece::npos); 226 ASSERT_EQ(b.rfind(c, 0U), StringPiece::npos); 227 ASSERT_EQ(a.rfind(d), (size_t) a.as_string().rfind(std::string())) [all...] |
string_piece.h | 140 size_type rfind(const StringPiece& s, size_type pos = npos) const; 141 size_type rfind(char c, size_type pos = npos) const; 151 return rfind(c, pos);
|
/external/chromium/third_party/libjingle/overrides/talk/xmllite/ |
qname.cc | 24 size_t i = name.rfind(':'); 32 size_t i = name.rfind(':');
|
/external/skia/legacy/src/animator/ |
SkTDArray_Experimental.h | 50 int rfind(const int32_t& elem) const; 124 int rfind(const T& elem) const { return SkDS32Array::rfind((const int32_t&) elem); } function in class:SkTDS32Array
|
/external/skia/src/animator/ |
SkTDArray_Experimental.h | 50 int rfind(const int32_t& elem) const; 124 int rfind(const T& elem) const { return SkDS32Array::rfind((const int32_t&) elem); } function in class:SkTDS32Array
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.ops/string_rfind/ |
char_size.pass.cpp | 12 // size_type rfind(charT c, size_type pos = npos) const; 22 assert(s.rfind(c, pos) == x); 31 assert(s.rfind(c) == x);
|
pointer_size.pass.cpp | 12 // size_type rfind(const charT* s, size_type pos = npos) const; 22 assert(s.rfind(str, pos) == x); 34 assert(s.rfind(str) == x);
|
/external/llvm/unittests/ADT/ |
SmallStringTest.cpp | 129 EXPECT_EQ(3U, theString.rfind('l')); 130 EXPECT_EQ(StringRef::npos, theString.rfind('z')); 131 EXPECT_EQ(StringRef::npos, theString.rfind("helloworld")); 132 EXPECT_EQ(0U, theString.rfind("hello")); 133 EXPECT_EQ(1U, theString.rfind("ello")); 134 EXPECT_EQ(StringRef::npos, theString.rfind("zz"));
|
/build/tools/ |
fileslist.py | 28 base = len(root[:root.rfind(os.path.sep)])
|
/external/stlport/stlport/stl/ |
_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); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_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); }
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_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); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_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); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_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); }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_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/llvm/utils/ |
wciia.py | 31 rpar = filesfolders.rfind(')') 85 rstar = path.rfind('*')
|
/external/regex-re2/util/ |
stringpiece.cc | 60 int StringPiece::rfind(const StringPiece& s, size_type pos) const { function in class:StringPiece 70 int StringPiece::rfind(char c, size_type pos) const { function in class:StringPiece
|
/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...] |
/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...] |
/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...] |
/prebuilts/ndk/5/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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/7/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...] |