/external/webrtc/webrtc/test/testsupport/ |
fileutils.cc | 81 if (path.find(working_dir) != std::string::npos) { 128 while (path_delimiter_index != std::string::npos) {
|
/system/core/adb/ |
shell_service_test.cpp | 244 EXPECT_FALSE(stdout.find(command) == std::string::npos); 246 EXPECT_FALSE(stdout.find("--abc123--") == std::string::npos);
|
/system/core/init/ |
bootchart.cpp | 142 if (open != std::string::npos && close != std::string::npos) {
|
/system/extras/perfprofd/ |
configreader.cc | 275 if (efound == std::string::npos) { 281 std::string value(line.substr(efound+1, std::string::npos));
|
/external/libchrome/base/metrics/ |
field_trial.cc | 79 if (name_end == trials_string.npos || next_item == name_end) 85 if (group_name_end == trials_string.npos) 447 DCHECK_EQ(std::string::npos, 449 DCHECK_EQ(std::string::npos, 468 DCHECK_EQ(std::string::npos, 470 DCHECK_EQ(std::string::npos,
|
/external/llvm/lib/Support/ |
TargetParser.cpp | 422 size_t offset = StringRef::npos; 436 if (A.find("eb") != StringRef::npos) 443 if (offset != StringRef::npos && A.substr(offset, 2) == "eb") 449 if (offset != StringRef::npos) 457 if (offset != StringRef::npos) { 462 if (A.find("eb") != StringRef::npos)
|
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 798 if (a == Name.npos || a == 0) 800 Foo = Name.slice(a+1, Name.npos); 804 if (Idx != Foo.npos && Foo.size() >= 2) { 805 Suffix = Foo.slice(Idx, Foo.npos); 811 if (b == Name.npos) 824 if (b == Name.npos) 827 if (c == Name.npos || c == 0) 829 V = Name.slice(c+1, Name.npos); 833 if (d == Name.npos) 848 if (a == Name.npos || a == 0 [all...] |
/external/clang/lib/Frontend/ |
VerifyDiagnosticConsumer.cpp | 174 return S.find(Text) != StringRef::npos; 487 while ((FPos = Content.find(NewlineStr, CPos)) != StringRef::npos) { 496 if (RegexKind && Text.find("{{") == StringRef::npos) { 540 if (loc == StringRef::npos) { 549 if (loc == StringRef::npos || loc == C.size()) { 905 assert(RegexMatchLength != StringRef::npos); 913 if (VerbatimMatchLength == StringRef::npos)
|
/external/clang/lib/StaticAnalyzer/Core/ |
CallEvent.cpp | 384 if (FName.startswith("NS") && (FName.find("Insert") != StringRef::npos)) 390 return StrInStrNoCase(FName, "InsertValue") != StringRef::npos || 391 StrInStrNoCase(FName, "AddValue") != StringRef::npos || 392 StrInStrNoCase(FName, "SetValue") != StringRef::npos || 393 StrInStrNoCase(FName, "WithData") != StringRef::npos || 394 StrInStrNoCase(FName, "AppendValue") != StringRef::npos || 395 StrInStrNoCase(FName, "SetAttribute") != StringRef::npos; [all...] |
/external/llvm/utils/TableGen/ |
CodeGenInstruction.cpp | 166 if (DotIdx != std::string::npos) { 209 if (wpos == std::string::npos) 224 assert(pos != std::string::npos && "Unrecognized constraint"); 230 if (wpos == std::string::npos) 237 if (wpos == std::string::npos) 263 while (bidx != std::string::npos) { 265 if (eidx == std::string::npos)
|
/external/icu/icu4c/source/test/intltest/ |
strtest.cpp | 238 // static const npos 239 const int32_t *ptr_npos=&StringPiece::npos; 240 if(StringPiece::npos!=0x7fffffff || *ptr_npos!=0x7fffffff) { 241 errln("StringPiece::npos!=0x7fffffff"); 243 // substr() method with pos, using len=npos.
|
/art/dex2oat/ |
dex2oat.cc | [all...] |
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | 332 if (Proto.find('i') != std::string::npos) 337 if (Proto.find('p') != std::string::npos || 338 Proto.find('c') != std::string::npos) 343 if (OutTS.find('h') != std::string::npos && 344 Proto.find('s') != std::string::npos) 368 return Proto.find('i') != std::string::npos; 379 bool hasSplat() const { return Proto.find('a') != std::string::npos; } 1115 while (S.find('$') != std::string::npos) { [all...] |
/external/clang/lib/ARCMigrate/ |
TransUnbridgedCasts.cpp | 151 fname.find("Create") != StringRef::npos || 152 fname.find("Copy") != StringRef::npos) { 172 if (fname.find("Get") != StringRef::npos) {
|
/external/pdfium/xfa/src/fee/src/fee/ |
fde_txtedtblock.cpp | 44 int32_t nPos = i - 1;
48 CFX_WideStringC wsField(lpBuf + nPos, i - nPos);
|
/external/webrtc/webrtc/libjingle/xmpp/ |
jid.cc | 33 resource_name_ = (slash == std::string::npos ? STR_EMPTY : 39 if (at < slash && at != std::string::npos) { 47 size_t domain_length = (slash == std::string::npos) ?
|
/frameworks/base/tools/aapt2/compile/ |
Compile.cpp | 75 if (dashPos != std::string::npos) { 92 if (dotPos != std::string::npos) { 203 parserOptions.translatable = pathData.name.find(u"donottranslate") == std::string::npos;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 455 _Self& erase(size_type __pos = 0, size_type __n = npos) { 582 _Self substr(size_type __pos = 0, size_type __n = npos) const
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, 455 _Self& erase(size_type __pos = 0, size_type __n = npos) { 582 _Self substr(size_type __pos = 0, size_type __n = npos) const
|
/system/connectivity/shill/vpn/ |
openvpn_management_server.cc | 241 if (message.find("SC:") != string::npos) { 264 if (start_pos == string::npos) { 268 if (end_pos == string::npos) {
|
/system/core/fastboot/ |
udp_test.cpp | 276 EXPECT_NE(std::string::npos, error.find("error1")); 284 EXPECT_NE(std::string::npos, error.find("error2")); 299 EXPECT_NE(std::string::npos, error.find("error1 error2"));
|
/system/update_engine/common/ |
http_fetcher_unittest.cc | 140 while (line.find('\n') == string::npos) { 551 EXPECT_NE(string::npos, 553 EXPECT_NE(string::npos, 556 EXPECT_EQ(string::npos, delegate.data.find("\nAccept:")); 557 EXPECT_EQ(string::npos, delegate.data.find("X-Foo: Invalid")); 558 EXPECT_EQ(string::npos, delegate.data.find("X-Bar: I do not")); [all...] |
/art/compiler/debug/ |
elf_debug_line_writer.h | 186 if (file_name_slash == std::string::npos && // Just filename. 188 class_name_slash != std::string::npos) { // Has package name.
|
/build/tools/atree/ |
files.cpp | 136 if (input.find("${") == string::npos) { 153 while((pos = result.find(it->first, pos)) != string::npos) {
|
/build/tools/makeparallel/ |
makeparallel.cpp | 83 } while (found != makeflags.npos); 93 if (args[0].find('=') == makeflags.npos) {
|