/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
string | 69 using _Base::npos; 82 : _Base(__str, 0, _Base::npos, __str.get_allocator()) 88 size_type __n = _Base::npos, 555 erase(size_type __pos = 0, size_type __n = _Base::npos) 757 rfind(const basic_string& __str, size_type __pos = _Base::npos) const 769 rfind(const _CharT* __s, size_type __pos = _Base::npos) const 776 rfind(_CharT __c, size_type __pos = _Base::npos) const _GLIBCXX_NOEXCEPT 804 size_type __pos = _Base::npos) const _GLIBCXX_NOEXCEPT 815 find_last_of(const _CharT* __s, size_type __pos = _Base::npos) const 822 find_last_of(_CharT __c, size_type __pos = _Base::npos) cons [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
string | 69 using _Base::npos; 82 : _Base(__str, 0, _Base::npos, __str.get_allocator()) 88 size_type __n = _Base::npos, 555 erase(size_type __pos = 0, size_type __n = _Base::npos) 757 rfind(const basic_string& __str, size_type __pos = _Base::npos) const 769 rfind(const _CharT* __s, size_type __pos = _Base::npos) const 776 rfind(_CharT __c, size_type __pos = _Base::npos) const _GLIBCXX_NOEXCEPT 804 size_type __pos = _Base::npos) const _GLIBCXX_NOEXCEPT 815 find_last_of(const _CharT* __s, size_type __pos = _Base::npos) const 822 find_last_of(_CharT __c, size_type __pos = _Base::npos) cons [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
string | 69 using _Base::npos; 83 : _Base(__str, 0, _Base::npos, __str.get_allocator()) 89 size_type __n = _Base::npos, 556 erase(size_type __pos = 0, size_type __n = _Base::npos) 758 rfind(const basic_string& __str, size_type __pos = _Base::npos) const 770 rfind(const _CharT* __s, size_type __pos = _Base::npos) const 777 rfind(_CharT __c, size_type __pos = _Base::npos) const _GLIBCXX_NOEXCEPT 805 size_type __pos = _Base::npos) const _GLIBCXX_NOEXCEPT 816 find_last_of(const _CharT* __s, size_type __pos = _Base::npos) const 823 find_last_of(_CharT __c, size_type __pos = _Base::npos) cons [all...] |
/art/compiler/utils/arm/ |
assembler_arm32_test.cc | 317 if (equal_sign_index == std::string::npos) { 322 std::string rhs = filter.substr(equal_sign_index + 1, std::string::npos); 338 while ((reg_index = after_reg.find(reg_token)) != std::string::npos) { 342 while ((reg_index = after_reg_filter.find(reg_token)) != std::string::npos) { 362 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { 366 while ((shift_index = after_shift_filter.find(SHIFT_TOKEN)) != std::string::npos) { 385 if (cond_index != std::string::npos) { 390 if (cond_index != std::string::npos) { 409 if (cond_index != std::string::npos) { 414 if (cond_index != std::string::npos) { [all...] |
/art/runtime/arch/arm/ |
instruction_set_features_arm.cc | 139 if (line.find("Features") != std::string::npos) { 141 if (line.find("idivt") != std::string::npos) { 144 CHECK_NE(line.find("idiva"), std::string::npos); 147 if (line.find("lpae") != std::string::npos) { 150 } else if (line.find("processor") != std::string::npos && 151 line.find(": 1") != std::string::npos) {
|
/external/webrtc/webrtc/tools/frame_analyzer/ |
video_quality_analysis.cc | 45 if (space_position == string::npos) { 51 if (underscore_position == string::npos) { 61 if (space_position == string::npos) { 71 if (barcode_error_position != string::npos) { 154 if (found == std::string::npos) { 230 if (std::string(reference_file_name).find("y4m") != std::string::npos) {
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 491 _Self& erase(size_type __pos = 0, size_type __n = npos) { 511 _Self substr(size_type __pos = 0, size_type __n = npos) const 711 size_type rfind(const _Self& __s, size_type __pos = npos) const 713 size_type rfind(const _CharT* __s, size_type __pos = npos) const { 723 size_type rfind(_CharT __c, size_type __pos = npos) const 743 size_type find_last_of(const _Self& __s, size_type __pos = npos) const 745 size_type find_last_of(const _CharT* __s, size_type __pos = npos) const { 755 size_type find_last_of(_CharT __c, size_type __pos = npos) const 775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) cons 814 const size_t basic_string<_CharT, _Traits, _Alloc>::npos = ~(size_t) 0; member in class:basic_string [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 491 _Self& erase(size_type __pos = 0, size_type __n = npos) { 511 _Self substr(size_type __pos = 0, size_type __n = npos) const 711 size_type rfind(const _Self& __s, size_type __pos = npos) const 713 size_type rfind(const _CharT* __s, size_type __pos = npos) const { 723 size_type rfind(_CharT __c, size_type __pos = npos) const 743 size_type find_last_of(const _Self& __s, size_type __pos = npos) const 745 size_type find_last_of(const _CharT* __s, size_type __pos = npos) const { 755 size_type find_last_of(_CharT __c, size_type __pos = npos) const 775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) cons 814 const size_t basic_string<_CharT, _Traits, _Alloc>::npos = ~(size_t) 0; member in class:basic_string [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
cvstd.hpp | 488 static const size_t npos = size_t(-1); member in class:cv::String 492 String(const String& str, size_t pos, size_t len = npos); 527 String substr(size_t pos = 0, size_t len = npos) const; 535 size_t rfind(char c, size_t pos = npos) const; 536 size_t rfind(const String& str, size_t pos = npos) const; 537 size_t rfind(const char* s, size_t pos = npos) const; 545 size_t find_last_of(char c, size_t pos = npos) const; 546 size_t find_last_of(const String& str, size_t pos = npos) const; 547 size_t find_last_of(const char* s, size_t pos = npos) const; 559 String(const std::string& str, size_t pos, size_t len = npos); [all...] |
/external/libchrome/base/files/ |
file_path.cc | 44 // otherwise returns npos. This can only be true on Windows, when a pathname 46 // returns npos. 57 return StringType::npos; 65 if (a_letter_pos == StringType::npos || b_letter_pos == StringType::npos) 82 if (letter != StringType::npos) { 108 // Returns npos if it can't find an extension. 112 return StringType::npos; 125 if (last_dot == StringType::npos || last_dot == 0U) 134 if (penultimate_dot == StringType::npos || [all...] |
scoped_temp_dir_unittest.cc | 60 EXPECT_TRUE(test_path.value().find(tmp_dir.value()) != std::string::npos); 78 EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
|
/art/runtime/arch/mips64/ |
instruction_set_features_mips64.cc | 59 if (line.find("processor") != std::string::npos && line.find(": 1") != std::string::npos) {
|
/external/libcxx/test/std/strings/basic.string/string.capacity/ |
reserve.pass.cpp | 82 test(s, S::npos); 113 test(s, S::npos);
|
resize_size.pass.cpp | 56 test(S(), S::npos, S("not going to happen")); member in class:S 76 test(S(), S::npos, S("not going to happen")); member in class:S
|
resize_size_char.pass.cpp | 56 test(S(), S::npos, 'a', S("not going to happen")); member in class:S 76 test(S(), S::npos, 'a', S("not going to happen")); member in class:S
|
/external/parameter-framework/upstream/parameter/ |
XmlFileIncluderElement.cpp | 122 std::string::size_type pos = strKind.rfind("Include", std::string::npos); 124 assert(pos != std::string::npos);
|
/external/webrtc/webrtc/base/ |
httpcommon-inl.h | 113 if (std::string::npos == pos) 121 if (std::string::npos == end) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/ |
reserve.pass.cpp | 82 test(s, S::npos); 113 test(s, S::npos);
|
resize_size.pass.cpp | 56 test(S(), S::npos, S("not going to happen")); member in class:S 76 test(S(), S::npos, S("not going to happen")); member in class:S
|
resize_size_char.pass.cpp | 56 test(S(), S::npos, 'a', S("not going to happen")); member in class:S 76 test(S(), S::npos, 'a', S("not going to happen")); member in class:S
|
/art/runtime/base/ |
stringpiece.h | 41 static constexpr size_type npos = size_type(-1); member in class:art::StringPiece 146 size_type rfind(const StringPiece& s, size_type pos = npos) const; 147 size_type rfind(char c, size_type pos = npos) const; 149 StringPiece substr(size_type pos, size_type n = npos) const;
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
header_generator.cc | 39 return type.find("::") == std::string::npos;
|
test_utils.cc | 71 if (string::npos != actual_str.find(expected_str))
|
/external/icu/icu4c/source/common/ |
stringpiece.cpp | 71 const int32_t StringPiece::npos = 0x7fffffff; member in class:StringPiece
|
/external/libchrome/base/strings/ |
string_tokenizer.h | 178 if (delims_.find(*token_begin_) == str::npos) 182 while (token_end_ != end_ && delims_.find(*token_end_) == str::npos) 210 return delims_.find(c) != str::npos; 214 return quotes_.find(c) != str::npos;
|