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

<<11121314151617181920>>

  /build/kati/
command.cc 207 index = string::npos;
222 if (index == string::npos)
  /development/ndk/sources/android/ndk_helper/
shader.cpp 50 while( (pos = str.find( it->first, pos )) != std::string::npos )
55 if( replaced_pos == std::string::npos || replaced_pos > pos )
  /external/ceres-solver/internal/ceres/
split.cc 98 while (begin_index != string::npos) {
100 if (end_index == string::npos) {
  /external/clang/lib/Basic/
Version.cpp 50 if (Start != StringRef::npos)
68 if (Start != StringRef::npos)
  /external/libchrome/base/process/
internal_linux.cc 83 if (open_parens_idx == std::string::npos ||
84 close_parens_idx == std::string::npos ||
process_iterator_mac.cc 113 if (exec_name_end == std::string::npos) {
122 if (last_slash == std::string::npos)
  /external/libchrome/base/strings/
string_util.cc 245 while (found != STR::npos) {
300 (first_good_char == Str::npos) || (last_good_char == Str::npos)) {
463 return input.find_first_not_of(characters) == StringPiece::npos;
468 return input.find_first_not_of(characters) == StringPiece16::npos;
711 if (offset == StringType::npos)
731 } while (offset != StringType::npos);
785 } while (offset != StringType::npos);
    [all...]
  /external/libchrome/base/
vlog.cc 40 if (first_slash != std::string::npos)
92 if (last_slash_pos != base::StringPiece::npos)
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
string_size_size.pass.cpp 13 // append(const basic_string<charT,traits>& str, size_type pos, size_type n = npos);
14 // the "= npos" was added for C++14
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/
string_size_size.pass.cpp 13 // assign(const basic_string<charT,traits>& str, size_type pos, size_type n=npos);
14 // the =npos was added for C++14
  /external/libcxx/test/std/strings/basic.string/
types.pass.cpp 32 // static const size_type npos = -1;
71 static_assert(S::npos == -1, "");
  /external/libweave/examples/provider/
curl_http_client.cc 41 if (pos != std::string::npos) {
47 if (pos != std::string::npos) {
  /external/libweave/src/notification/
xmpp_iq_stanza_handler.cc 33 CHECK_EQ(std::string::npos, to.find_first_of("<'>"))
39 CHECK_EQ(std::string::npos, from.find_first_of("<'>"))
  /external/libweave/third_party/modp_b64/modp_b64/
modp_b64.h 142 x.erase(d, std::string::npos);
163 x.erase(d, std::string::npos);
  /external/modp_b64/modp_b64/
modp_b64.h 142 x.erase(d, std::string::npos);
163 x.erase(d, std::string::npos);
  /external/opencv3/samples/gpu/performance/
performance.cpp 24 if ((*it)->name().find(test_filter_, 0) != string::npos)
35 if ((*it)->name().find(test_filter_, 0) != string::npos)
  /external/webrtc/webrtc/base/
fileutils_mock.h 100 return std::string::npos !=
113 if (end != std::string::npos) {
  /external/webrtc/webrtc/libjingle/xmllite/
xmlprinter.cc 133 if (unsafe == std::string::npos)
154 if (unsafe == std::string::npos)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/
string_size_size.pass.cpp 13 // append(const basic_string<charT,traits>& str, size_type pos, size_type n = npos);
14 // the "= npos" was added for C++14
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/
string_size_size.pass.cpp 13 // assign(const basic_string<charT,traits>& str, size_type pos, size_type n=npos);
14 // the =npos was added for C++14
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
types.pass.cpp 32 // static const size_type npos = -1;
71 static_assert(S::npos == -1, "");
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h 354 static const size_type npos; member in class:google::protobuf::StringPiece
377 stringpiece_ssize_type rfind(StringPiece s, size_type pos = npos) const;
378 stringpiece_ssize_type rfind(char c, size_type pos = npos) const;
388 size_type pos = npos) const;
389 stringpiece_ssize_type find_last_of(char c, size_type pos = npos) const {
393 size_type pos = npos) const;
394 stringpiece_ssize_type find_last_not_of(char c, size_type pos = npos) const;
396 StringPiece substr(size_type pos, size_type n = npos) const;
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 162 if (config->getTriple().find("arm") != std::string::npos) {
172 if ((config->getTriple().find("i686") != std::string::npos) ||
173 (config->getTriple().find("x86_64") != std::string::npos)) {
180 if (config->getTriple().find("i686") != std::string::npos) {
189 if (config->getTriple().find("x86_64") != std::string::npos) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 164 // value that will be returned by max_size(). (Whereas npos
169 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
171 // m = ((npos - sizeof(_Rep))/sizeof(CharT)) - 1
285 static const size_type npos = static_cast<size_type>(-1); member in class:basic_string
463 size_type __n = npos);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 164 // value that will be returned by max_size(). (Whereas npos
169 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
171 // m = ((npos - sizeof(_Rep))/sizeof(CharT)) - 1
285 static const size_type npos = static_cast<size_type>(-1); member in class:basic_string
463 size_type __n = npos);
    [all...]

Completed in 1677 milliseconds

<<11121314151617181920>>