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

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_string.pass.cpp 28 assert(what_message.find(what_arg) != std::string::npos);
29 assert(what_message.find("Not a directory") != std::string::npos);
ctor_int_error_category_const_char_pointer.pass.cpp 29 assert(what_message.find(what_arg) != std::string::npos);
30 assert(what_message.find("Not a directory") != std::string::npos);
ctor_int_error_category_string.pass.cpp 29 assert(what_message.find(what_arg) != std::string::npos);
30 assert(what_message.find("Not a directory") != std::string::npos);
  /art/compiler/utils/arm/
assembler_arm_test.h 102 if (cond_index != std::string::npos) {
110 if (imm1_index != std::string::npos) {
121 if (imm2_index != std::string::npos) {
133 while ((reg1_index = base3.find(Base::REG1_TOKEN)) != std::string::npos) {
142 while ((reg2_index = base4.find(Base::REG2_TOKEN)) != std::string::npos) {
193 if (cond_index != std::string::npos) {
203 if (imm1_index != std::string::npos) {
213 if (imm2_index != std::string::npos) {
225 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
234 while ((reg2_index = after_reg2.find(Base::REG2_TOKEN)) != std::string::npos) {
    [all...]
  /external/webrtc/webrtc/base/
logging_unittest.cc 49 EXPECT_NE(std::string::npos, str.find("INFO"));
50 EXPECT_EQ(std::string::npos, str.find("VERBOSE"));
74 EXPECT_NE(std::string::npos, str1.find("INFO"));
75 EXPECT_EQ(std::string::npos, str1.find("VERBOSE"));
76 EXPECT_NE(std::string::npos, str2.find("INFO"));
77 EXPECT_NE(std::string::npos, str2.find("VERBOSE"));
stringutils.cc 98 while ((pos = s->find(search, pos, search_len)) != std::string::npos) {
126 if (first == std::string::npos || last == std::string::npos) {
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator_test.cpp 58 ASSERT_NE(std::string::npos, permissionClassPos);
59 ASSERT_NE(std::string::npos, permissionGroupClassPos);
86 EXPECT_LT(pos, std::string::npos);
114 EXPECT_NE(std::string::npos, actual.find(expectedAccessInternet));
123 EXPECT_NE(std::string::npos, actual.find(expectedPlayOutside));
133 EXPECT_NE(std::string::npos, actual.find(expectedSecret));
  /build/kati/
ninja.cc 51 if (found == string::npos || found == 0)
52 return string::npos;
59 if (index == string::npos)
64 while (index != string::npos) {
82 if (index == string::npos)
83 return string::npos;
88 return pos == string::npos ? string::npos : pos + index;
91 return string::npos;
93 return string::npos;
    [all...]
  /external/libchrome/base/strings/
string_split.cc 83 while (start != Str::npos) {
87 if (end == Str::npos) {
89 start = Str::npos;
114 if (end_key_pos == std::string::npos) {
123 if (begin_value_pos == StringPiece::npos) {
143 for (size_type begin_index = 0, end_index = 0; end_index != Piece::npos;
146 Piece term = end_index == Piece::npos
  /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/current/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...]
  /art/runtime/arch/x86/
instruction_set_features_x86.cc 188 if (line.find("flags") != std::string::npos) {
190 if (line.find("ssse3") != std::string::npos) {
193 if (line.find("sse4_1") != std::string::npos) {
196 if (line.find("sse4_2") != std::string::npos) {
199 if (line.find("avx") != std::string::npos) {
202 if (line.find("avx2") != std::string::npos) {
205 if (line.find("popcnt") != std::string::npos) {
208 } else if (line.find("processor") != std::string::npos &&
209 line.find(": 1") != std::string::npos) {
  /frameworks/rs/api/
Scanner.cpp 150 if (docStart == string::npos) {
155 if (last == string::npos) {
169 if (optionStart != string::npos) {
177 if (nameStart == string::npos) {
189 if (p->name.find('*') != string::npos) {
Utilities.cpp 64 if (end == string::npos) {
81 if (p == string::npos) break;
91 if (p != string::npos) {
103 if (lt == string::npos) {
111 if (start == string::npos) {
  /external/chromium-libpac/src/
net_util.cc 32 if (ip_literal.find(':') != std::string::npos) {
68 if (split == std::string::npos)
72 if (parts[1].find('/') != std::string::npos)
  /external/clang/lib/Basic/
ObjCRuntime.cpp 51 if (dash != StringRef::npos && dash + 1 != input.size() &&
53 dash = StringRef::npos;
83 if (dash != StringRef::npos) {
  /external/clang/lib/Format/
BreakableToken.cpp 48 return BreakableToken::Split(StringRef::npos, 0);
64 if (SpaceOffset == StringRef::npos ||
66 Text.find_last_not_of(Blanks, SpaceOffset) == StringRef::npos) {
70 if (FirstNonWhitespace == StringRef::npos)
72 return BreakableToken::Split(StringRef::npos, 0);
76 if (SpaceOffset != StringRef::npos && SpaceOffset != 0) {
82 return BreakableToken::Split(StringRef::npos, 0);
90 return BreakableToken::Split(StringRef::npos, 0);
92 return BreakableToken::Split(StringRef::npos, 0);
131 return BreakableToken::Split(StringRef::npos, 0)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 49 if (BName.find(Name) != StringRef::npos)
81 if (FName.startswith("__inline") && (FName.find(Name) != StringRef::npos))
85 FName.find(Name) != StringRef::npos)