HomeSort by relevance Sort by last modified time
    Searched full:npos (Results 426 - 450 of 874) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_substr/
substr.pass.cpp 12 // basic_string substr(size_type pos = 0, size_type n = npos) const;
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0012-Relax-some-__always_inline__-for-GCC-4.9.patch 76 static const size_type npos = -1;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 30 size_type __pos, size_type __n = npos,
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 30 size_type __pos, size_type __n = npos,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_main.ipp 92 return name.find( m_value ) != const_string::npos;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parser.ipp 105 if( pos != static_cast<dstring::size_type>(cstring::npos) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 167 // value that will be returned by max_size(). (Whereas npos
172 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
176 // m = ((npos - 2 * sizeof(_Rep) + 1) / sizeof(_CharT)) - 1
375 // 83. String::npos vs. string::max_size()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 167 // value that will be returned by max_size(). (Whereas npos
172 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
176 // m = ((npos - 2 * sizeof(_Rep) + 1) / sizeof(_CharT)) - 1
375 // 83. String::npos vs. string::max_size()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h 167 // value that will be returned by max_size(). (Whereas npos
172 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
176 // m = ((npos - 2 * sizeof(_Rep) + 1) / sizeof(_CharT)) - 1
375 // 83. String::npos vs. string::max_size()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textserv.h 93 virtual WINBOOL TxSetScrollPos (INT fnBar,INT nPos,WINBOOL fRedraw) = 0;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 167 // value that will be returned by max_size(). (Whereas npos
172 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
176 // m = ((npos - 2 * sizeof(_Rep) + 1) / sizeof(_CharT)) - 1
375 // 83. String::npos vs. string::max_size()
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 30 size_type __pos, size_type __n = npos,
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 30 size_type __pos, size_type __n = npos,
  /system/connectivity/apmanager/
hostapd_monitor.cc 202 if (pos == string::npos) {
  /system/connectivity/shill/
http_proxy.cc 437 if (url_idx != string::npos) {
441 if (host_end != string::npos) {
461 if (method_end == string::npos || method_end == 0) {
475 if (http_ver_pos != string::npos) {
http_proxy_unittest.cc 282 EXPECT_NE(string::npos, server_data.find(response_data));
683 EXPECT_NE(string::npos, FindInRequest(text_to_keep));
698 EXPECT_EQ(string::npos, FindInRequest(text_to_remove));
699 EXPECT_NE(string::npos, FindInRequest("Proxy-Connection: close\r\n"));
  /system/extras/simpleperf/
cpu_hotplug_test.cpp 99 return (content.find('1') != std::string::npos);
read_apk.cpp 167 if (pos == std::string::npos) {
utils.cpp 165 if (next_end == std::string::npos) {
  /system/tools/aidl/
aidl_language.cpp 192 if (term.find('.') != string::npos) {
  /external/opencv3/modules/viz/src/vtk/
vtkVizInteractorStyle.cpp 324 if (key.find("XF86ZoomIn") != String::npos)
326 else if (key.find("XF86ZoomOut") != String::npos)
391 if (key.find("XF86ZoomIn") != String::npos)
393 else if (key.find("XF86ZoomOut") != String::npos)
395 else if (key.find("F5") != String::npos)
    [all...]
  /external/tinyxml/docs/
tinystr_8h-source.html 66 <a name="l00059"></a>00059 <span class="keyword">static</span> <span class="keyword">const</span> size_type npos; <span class="comment">// = -1;</span>
166 <a name="l00159"></a>00159 <span class="comment">// find a char in a string. Return TiXmlString::npos if not found</span>
172 <a name="l00165"></a>00165 <span class="comment">// find a char in a string from an offset. Return TiXmlString::npos if not found</span>
175 <a name="l00168"></a>00168 <span class="keywordflow">if</span> (offset &gt;= length()) <span class="keywordflow">return</span> npos;
181 <a name="l00174"></a>00174 <span class="keywordflow">return</span> npos;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
dynamic_bitset 90 static const size_type npos = static_cast<size_type>(-1);
455 static const size_type npos = static_cast<size_type>(-1);
633 __n = std::basic_string<_CharT, _Traits, _Alloc1>::npos,
637 _M_Nb(0) // Watch for npos.
643 // Watch for npos.
    [all...]
  /system/connectivity/shill/vpn/
openvpn_driver.cc 267 if (argument.find(' ') != string::npos ||
268 argument.find('\t') != string::npos ||
269 argument.find('"') != string::npos ||
270 argument.find(separator) != string::npos) {
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 743 if (start == std::string::npos)
745 Ops.first = Ops.first.slice(start + 1, std::string::npos);
750 if (start == std::string::npos)
752 Ops.second = Ops.second.slice(start + 1, std::string::npos);
877 (!Start || Separators.find(String[Start - 1]) != StringRef::npos ||
879 (End >= String.size() || Separators.find(String[End]) != StringRef::npos);
    [all...]

Completed in 1013 milliseconds

<<11121314151617181920>>