Searched
full:npos (Results
376 -
400 of
874) sorted by null
<<11121314151617181920>>
/external/google-breakpad/src/tools/linux/symupload/ |
sym_upload.cc | 70 while ((next_pos = source_string.find(c, cur_pos)) != string::npos) { 92 if (line_break_pos == string::npos) {
|
/external/parameter-framework/upstream/utility/ |
convert.hpp | 125 if (str.find_first_of(std::string("\r\n\t\v ")) != std::string::npos) { 132 if (str.find("-") != std::string::npos && !std::numeric_limits<T>::is_signed) {
|
/external/webrtc/talk/media/devices/ |
linuxdevicemanager.cc | 175 if (first == std::string::npos || last == std::string::npos)
|
/external/webrtc/webrtc/system_wrappers/source/ |
data_log_unittest.cc | 101 EXPECT_NE(next_separator, std::string::npos); 102 if (next_separator == std::string::npos)
|
/frameworks/av/services/audiopolicy/utilities/convert/ |
convert.h | 115 if (str.find_first_of(std::string("\r\n\t\v ")) != std::string::npos) { 122 if (str.find("-") != std::string::npos
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
bitset | 148 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 169 = std::basic_string<_CharT>::npos,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/ |
bitset | 114 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 135 = std::basic_string<_CharT>::npos,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
bitset | 148 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 169 = std::basic_string<_CharT>::npos,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/ |
bitset | 114 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 135 = std::basic_string<_CharT>::npos,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
bitset | 148 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 169 = std::basic_string<_CharT>::npos,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
bitset | 114 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 135 = std::basic_string<_CharT>::npos,
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
bitset | 148 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 169 = std::basic_string<_CharT>::npos,
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
bitset | 114 __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos)) 135 = std::basic_string<_CharT>::npos,
|
/system/connectivity/shill/ |
http_request_unittest.cc | 209 EXPECT_NE(string::npos, response_string.find(expected_response_data)); 441 EXPECT_NE(string::npos,
|
/art/compiler/driver/ |
compiler_options.h | 215 if (pretty_method.find(cur_method) != std::string::npos) {
|
/bionic/tools/relocation_packer/src/ |
elf_file_unittest.cc | 31 ASSERT_NE(std::string::npos, pos);
|
/external/clang/lib/Format/ |
Encoding.h | 86 if (TabPos == StringRef::npos)
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerRegistry.cpp | 121 if (pos == StringRef::npos)
|
/external/clang/lib/Tooling/Core/ |
Lookup.cpp | 104 return Pos != StringRef::npos ? ReplacementString.substr(Pos + 2)
|
/external/clang/test/SemaCXX/ |
crashes.cpp | 14 = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4;
|
/external/deqp/framework/opengl/ |
gluES3PlusWrapperContext.cpp | 362 if (precEndPos != std::string::npos && endPos != std::string::npos && endPos > precEndPos+1) 386 if (extNameEndPos != std::string::npos && behaviorPos != std::string::npos)
|
/external/deqp/framework/randomshaders/ |
rsgPrettyPrinter.cpp | 155 if (f.find('.') == std::string::npos)
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MatrixMarketIterator.h | 208 if( (found!=std::string::npos) && (m_sym != NonSymmetric) )
|
/external/google-benchmark/src/ |
string_util.cc | 163 while((start = str->find(from, start)) != std::string::npos) {
|
/external/libbrillo/brillo/ |
data_encoding.cc | 131 if (input.find_first_of("\r\n") != std::string::npos) {
|
Completed in 640 milliseconds
<<11121314151617181920>>