HomeSort by relevance Sort by last modified time
    Searched full:npos (Results 151 - 175 of 867) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/test/
field_trial.cc 45 if (name_end == trials_string.npos || next_item == name_end)
49 if (group_name_end == trials_string.npos || name_end + 1 == group_name_end)
  /frameworks/base/tools/aapt2/java/
AnnotationProcessor.cpp 28 if (comment.find(sDeprecated) != std::string::npos) {
33 if (idx != std::string::npos) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 165 _BString& erase(size_type __pos = 0, size_type __n =_BString::npos) {return _M_get_storage().erase(__pos, __n);}
194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); }
195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); }
197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); }
208 size_type find_last_of(const _BString& __s, size_type __pos = _BString::npos) const
210 size_type find_last_of(const _CharT* __s, size_type __pos = _BString::npos) const
214 size_type find_last_of(_CharT __c, size_type __pos = _BString::npos) const
226 size_type find_last_not_of(const _BString& __s, size_type __pos = _BString::npos) const
228 size_type find_last_not_of(const _CharT* __s, size_type __pos =_BString:: npos) const
232 size_type find_last_not_of(_CharT __c, size_type __pos = _BString::npos) cons
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 165 _BString& erase(size_type __pos = 0, size_type __n =_BString::npos) {return _M_get_storage().erase(__pos, __n);}
194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); }
195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); }
197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); }
208 size_type find_last_of(const _BString& __s, size_type __pos = _BString::npos) const
210 size_type find_last_of(const _CharT* __s, size_type __pos = _BString::npos) const
214 size_type find_last_of(_CharT __c, size_type __pos = _BString::npos) const
226 size_type find_last_not_of(const _BString& __s, size_type __pos = _BString::npos) const
228 size_type find_last_not_of(const _CharT* __s, size_type __pos =_BString:: npos) const
232 size_type find_last_not_of(_CharT __c, size_type __pos = _BString::npos) cons
    [all...]
  /art/compiler/utils/
assembler_test.h 161 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
167 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
172 if (imm_index != std::string::npos) {
213 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
219 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
224 if (imm_index != std::string::npos) {
260 while ((reg_index = base.find(REG_TOKEN)) != std::string::npos) {
265 if (imm_index != std::string::npos) {
406 if (imm_index != std::string::npos) {
634 if ((reg_index = base.find(REG_TOKEN)) != std::string::npos) {
    [all...]
  /system/update_engine/
omaha_request_action_unittest.cc     [all...]
  /external/libweave/examples/daemon/common/
daemon.h 47 } else if (arg.find("--registration_ticket") != std::string::npos) {
49 if (pos == std::string::npos) {
53 } else if (arg.find("--v") != std::string::npos) {
55 if (pos == std::string::npos) {
  /external/llvm/unittests/MC/
YAMLTest.cpp 37 EXPECT_NE(OS.str().find("''"), StringRef::npos);
  /external/parameter-framework/upstream/parameter/
RuleParser.cpp 154 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) {
163 string::npos)) {
246 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) {
252 if ((delimiter = _strApplicationRule.find_first_of("{} ,", _uiCurrentPos)) == string::npos) {
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtbuf.h 26 virtual void Insert(int32_t nPos,
  /external/regex-re2/re2/
stringpiece.h 122 static const size_type npos; member in class:re2::StringPiece
143 int rfind(const StringPiece& s, size_type pos = npos) const;
144 int rfind(char c, size_type pos = npos) const;
146 StringPiece substr(size_type pos, size_type n = npos) const;
  /external/v8/test/unittests/compiler/
node-cache-unittest.cc 25 Node** npos = cache.Find(zone(), i); local
26 EXPECT_EQ(pos, npos);
81 Node** npos = cache.Find(zone(), i); local
82 EXPECT_EQ(pos, npos);
  /system/connectivity/shill/shims/
environment.cc 55 if (assign != string::npos) {
  /system/extras/simpleperf/
event_type.cpp 109 if (comm_pos != std::string::npos) {
113 if (c != ' ' && modifier_characters.find(c) == std::string::npos) {
136 if (modifier.find_first_of("ukh") != std::string::npos) {
141 if (modifier.find_first_of("GH") != std::string::npos) {
  /art/cmdline/
token_range.h 241 TokenRange Slice(size_t offset, size_t length = std::string::npos) const {
244 if (length != std::string::npos && offset + length > Size()) {
249 if (length == std::string::npos) {
273 size_t wildcard_idx = std::string::npos;
280 if (wildcard_idx != std::string::npos) {
285 wildcard_idx = std::string::npos;
299 if (next_token_idx == std::string::npos) {
302 } else if (next_token_idx != string_idx && wildcard_idx == std::string::npos) {
315 if (wildcard_idx == std::string::npos) {
350 if (wildcard_idx == std::string::npos) { // No wildcard presen
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 271 if (found != std::string::npos && found < eoh) {
283 if (found != std::string::npos && found < eoh) {
286 if (end == std::string::npos)
307 if (i != std::string::npos) {
350 if (eol == std::string::npos)
437 if (separator != std::string::npos) {
441 if (separator != std::string::npos) {
451 if (pos != std::string::npos)
469 ASSERT(*eoh != std::string::npos);
470 if (*eoh == std::string::npos)
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.h 62 static const size_type npos; // = -1; member in class:TiXmlString
160 // find a char in a string. Return TiXmlString::npos if not found
166 // find a char in a string from an offset. Return TiXmlString::npos if not found
169 if (offset >= length()) return npos;
175 return npos;
  /external/tinyxml/
tinystr.h 59 static const size_type npos; // = -1; member in class:TiXmlString
159 // find a char in a string. Return TiXmlString::npos if not found
165 // find a char in a string from an offset. Return TiXmlString::npos if not found
168 if (offset >= length()) return npos;
174 return npos;
  /external/webrtc/webrtc/p2p/client/
httpportallocator.cc 29 if (first == std::string::npos) {
34 ASSERT(str.find_last_not_of(" \t\r\n") != std::string::npos);
46 if (start_of_line == std::string::npos)
50 if (end_of_line == std::string::npos) {
55 if ((equals >= end_of_line) || (equals == std::string::npos))
  /external/xmlrpcpp/src/
XmlRpcUtil.cpp 105 if (istart == std::string::npos) return std::string();
110 if (iend == std::string::npos) return std::string();
123 if (istart == std::string::npos)
193 if (iAmp == std::string::npos)
230 if (iRep == std::string::npos)
  /external/libchrome/base/strings/
string_piece.h 176 static const size_type npos; member in class:base::BasicStringPiece
308 size_type pos = BasicStringPiece::npos) const {
311 size_type rfind(value_type c, size_type pos = BasicStringPiece::npos) const {
335 size_type pos = BasicStringPiece::npos) const {
339 size_type pos = BasicStringPiece::npos) const {
345 size_type pos = BasicStringPiece::npos) const {
349 size_type pos = BasicStringPiece::npos) const {
355 size_type n = BasicStringPiece::npos) const {
366 BasicStringPiece<STRING_TYPE>::npos = member in class:base::BasicStringPiece
  /external/libweave/third_party/chromium/base/strings/
string_piece.h 100 static const size_type npos; member in class:base::BasicStringPiece
227 size_type pos = BasicStringPiece::npos) const {
230 size_type rfind(value_type c, size_type pos = BasicStringPiece::npos) const {
254 size_type pos = BasicStringPiece::npos) const {
258 size_type pos = BasicStringPiece::npos) const {
264 size_type pos = BasicStringPiece::npos) const {
268 size_type pos = BasicStringPiece::npos) const {
274 size_type n = BasicStringPiece::npos) const {
285 BasicStringPiece<STRING_TYPE>::npos = member in class:base::BasicStringPiece
  /external/llvm/utils/FileCheck/
FileCheck.cpp 132 /// returns the position that is matched or npos if there is no match. If
167 /// \return offset of the closing sequence within Str, or npos if it was not
195 (PatternStr.find("{{") == StringRef::npos &&
196 PatternStr.find("[[") == StringRef::npos)) {
212 if (End == StringRef::npos) {
244 if (End == StringRef::npos) {
270 if (NameEnd != StringRef::npos) {
295 if (NameEnd == StringRef::npos) {
376 /// returns the position that is matched or npos if there is no match. If
407 return StringRef::npos;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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...]

Completed in 2357 milliseconds

1 2 3 4 5 67 8 91011>>