HomeSort by relevance Sort by last modified time
    Searched refs:npos (Results 176 - 200 of 1280) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/
crash_upload_list_win.cc 70 if (start_index != std::wstring::npos) {
73 if (end_index != std::wstring::npos) {
  /external/chromium_org/components/autofill/core/browser/
address_field.cc 313 if (same_as != base::string16::npos || use_shipping != base::string16::npos)
326 if (bill == base::string16::npos && ship == base::string16::npos)
329 if (bill != base::string16::npos && ship == base::string16::npos)
332 if (bill == base::string16::npos && ship != base::string16::npos)
  /external/chromium_org/net/base/
escape_unittest.cc 20 const size_t kNpos = base::string16::npos;
99 } else if (no_escape.find(in) == std::string::npos) {
340 {"", 0, std::string::npos},
343 {"test", 4, std::string::npos},
344 {"test", std::string::npos, std::string::npos},
346 {"%2dtest", 2, std::string::npos},
349 {"%E4%BD%A0+%E5%A5%BD", 6, std::string::npos},
  /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_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/chromium/chrome/browser/metrics/
metrics_log_unittest.cc 31 ASSERT_NE(std::string::npos, offset);
34 ASSERT_NE(std::string::npos, postfix_position);
235 EXPECT_NE(std::string::npos,
237 EXPECT_EQ(std::string::npos,
239 EXPECT_EQ(std::string::npos,
241 EXPECT_EQ(std::string::npos,
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_browsertest.cc 35 AutocompleteInput(ASCIIToUTF16("keywor"), string16::npos, string16(), member in class:string16
57 AutocompleteInput(ASCIIToUTF16("keyword suggestio"), string16::npos, member in class:string16
167 AutocompleteInput(ASCIIToUTF16("keyword command"), string16::npos, member in class:string16
184 AutocompleteInput(ASCIIToUTF16("keyword newtab"), string16::npos, member in class:string16
223 AutocompleteInput(ASCIIToUTF16("keyword suggestio"), string16::npos, member in class:string16
246 string16::npos, string16(), GURL(), member in class:string16
  /external/chromium_org/chrome/common/
content_settings_pattern_parser.cc 74 if (current_pos != std::string::npos) {
91 if (current_pos == std::string::npos)
95 if (current_pos == std::string::npos) {
98 if (current_pos == std::string::npos) {
112 if (current_pos == std::string::npos) {
150 if (host.find(kHostWildcard) != std::string::npos) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 289 if (found != std::string::npos && found < eoh) {
301 if (found != std::string::npos && found < eoh) {
304 if (end == std::string::npos)
325 if (i != std::string::npos) {
368 if (eol == std::string::npos)
455 if (separator != std::string::npos) {
459 if (separator != std::string::npos) {
469 if (pos != std::string::npos)
487 ASSERT(*eoh != std::string::npos);
488 if (*eoh == std::string::npos)
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 251 IsSSE = (HasOpSizePrefix && (Name.find("16") == Name.npos)) ||
252 (Name.find("CRC32") != Name.npos);
262 if (Predicates[i]->getName().find("32Bit") != Name.npos) {
266 if (Predicates[i]->getName().find("64Bit") != Name.npos) {
279 Rec->getName().find("MOV64") != Name.npos ||
280 Rec->getName().find("PUSH64") != Name.npos ||
281 Rec->getName().find("POP64") != Name.npos;
489 (IsCodeGenOnly && Name.find("_REV") == Name.npos))
496 if (Name.find("_Int") != Name.npos ||
497 Name.find("Int_") != Name.npos)
    [all...]
  /external/open-vcdiff/gflags/src/
gflags_completions.cc 392 pos != string::npos)
397 flag.filename.find(match_token) != string::npos)
403 flag.description.find(match_token) != string::npos)
431 string::size_type pos = string::npos;
434 string::size_type slash = string::npos;
435 if (pos != string::npos) // candidate for package or subpackage match
449 pos != string::npos && slash == string::npos) {
458 pos != string::npos && slash != string::npos) {
    [all...]
  /external/chromium/net/base/
net_util_unittest.cc 26 static const size_t kNpos = string16::npos;
    [all...]
  /external/stlport/stlport/stl/
_string.c 428 return npos;
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
441 return npos;
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
456 return npos;
464 return __result != __last ? __result - this->_M_Start() : npos;
472 return npos;
478 return __rresult != rend() ? (__rresult.base() - 1) - begin() : npos;
485 return npos;
490 return __result != end() ? __result - begin() : npos;
658 const size_t basic_string<_CharT, _Traits, _Alloc>::npos; member in class:_Alloc
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 428 return npos;
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
441 return npos;
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
456 return npos;
464 return __result != __last ? __result - this->_M_Start() : npos;
472 return npos;
478 return __rresult != rend() ? (__rresult.base() - 1) - begin() : npos;
485 return npos;
490 return __result != end() ? __result - begin() : npos;
658 const size_t basic_string<_CharT, _Traits, _Alloc>::npos; member in class:_Alloc
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.c 428 return npos;
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
441 return npos;
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
456 return npos;
464 return __result != __last ? __result - this->_M_Start() : npos;
472 return npos;
478 return __rresult != rend() ? (__rresult.base() - 1) - begin() : npos;
485 return npos;
490 return __result != end() ? __result - begin() : npos;
658 const size_t basic_string<_CharT, _Traits, _Alloc>::npos; member in class:_Alloc
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.c 428 return npos;
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
441 return npos;
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
456 return npos;
464 return __result != __last ? __result - this->_M_Start() : npos;
472 return npos;
478 return __rresult != rend() ? (__rresult.base() - 1) - begin() : npos;
485 return npos;
490 return __result != end() ? __result - begin() : npos;
658 const size_t basic_string<_CharT, _Traits, _Alloc>::npos; member in class:_Alloc
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.c 428 return npos;
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
441 return npos;
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
456 return npos;
464 return __result != __last ? __result - this->_M_Start() : npos;
472 return npos;
478 return __rresult != rend() ? (__rresult.base() - 1) - begin() : npos;
485 return npos;
490 return __result != end() ? __result - begin() : npos;
658 const size_t basic_string<_CharT, _Traits, _Alloc>::npos; member in class:_Alloc
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.c 428 return npos;
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
441 return npos;
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
456 return npos;
464 return __result != __last ? __result - this->_M_Start() : npos;
472 return npos;
478 return __rresult != rend() ? (__rresult.base() - 1) - begin() : npos;
485 return npos;
490 return __result != end() ? __result - begin() : npos;
658 const size_t basic_string<_CharT, _Traits, _Alloc>::npos; member in class:_Alloc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string.c 428 return npos;
434 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
441 return npos;
447 return __result != this->_M_Finish() ? __result - this->_M_Start() : npos;
456 return npos;
464 return __result != __last ? __result - this->_M_Start() : npos;
472 return npos;
478 return __rresult != rend() ? (__rresult.base() - 1) - begin() : npos;
485 return npos;
490 return __result != end() ? __result - begin() : npos;
658 const size_t basic_string<_CharT, _Traits, _Alloc>::npos; member in class:_Alloc
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.cc 75 if (newline_pos != string16::npos) {
77 title->assign(str, newline_pos + 1, string16::npos);
445 size_t fragment_start = std::string::npos;
446 size_t fragment_end = std::string::npos;
452 fragment_start != std::string::npos &&
453 fragment_end != std::string::npos) {
468 if (line_start != std::string::npos) {
471 if (src_end != std::string::npos && src_start != std::string::npos) {
488 if (tag_start == std::string::npos) {
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 21 if (*cursor_position == string16::npos)
32 : cursor_position_(string16::npos),
58 DCHECK(cursor_position <= text.length() || cursor_position == string16::npos)
129 if (first_non_white == string16::npos)
277 if (registry_length == std::string::npos) {
289 if (tld_length != std::string::npos)
326 ((registry_length != 0) && (host.find(' ') == string16::npos))) ?
503 DCHECK(cursor_position <= text.length() || cursor_position == string16::npos)
512 cursor_position_ = string16::npos;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPageNewSerializerTest.cpp 67 if (endOfLineIndex == std::string::npos) {
308 ASSERT_TRUE(pos != std::string::npos);
311 ASSERT_TRUE(pos == std::string::npos);
331 if (line.find("multipart/related;") != std::string::npos) {
335 if (line.find("text/") != std::string::npos)
337 else if (line.find("image/") != std::string::npos)
345 EXPECT_TRUE(line.find(expectedEncoding) != std::string::npos);
410 if (line.find("data:image") != std::string::npos)
433 if (line.find("data:text") != std::string::npos)
  /external/chromium/base/
utf_offset_string_conversions.cc 125 *offset_for_adjustment = std::wstring::npos;
145 *offset_for_adjustment = std::wstring::npos;
225 if (offset == std::wstring::npos)
232 offset = std::wstring::npos;
238 offset = std::wstring::npos;
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 68 const size_t npos = FilePath::StringType::npos; local
73 if (i != npos) {
74 if ((i == 0 || kSeparators.find(value[i-1]) == npos) &&
75 (i+1 < value.length() || kSeparators.find(value[i+1]) == npos)) {
url_pattern.cc 122 if (scheme_end_pos == std::string::npos) {
127 if (scheme_end_pos == std::string::npos)
157 if (host_end_pos == std::string::npos)
175 if (host_.find('*') != std::string::npos)
183 if (strictness == PARSE_STRICT && host_.find(':') != std::string::npos)

Completed in 3380 milliseconds

1 2 3 4 5 6 78 91011>>