/external/libbrillo/brillo/strings/ |
string_utils.cc | 47 if (pos != std::string::npos) {
|
/external/libbrillo/brillo/ |
syslog_logging.cc | 118 return s_accumulated.find(string) != std::string::npos;
|
/external/libcxx/test/std/utilities/template.bitset/bitset.cons/ |
char_ptr_ctor.pass.cpp | 12 // typename basic_string<charT>::size_type n = basic_string<charT>::npos,
|
/external/libweave/src/ |
string_utils.cc | 24 if (pos != std::string::npos) {
|
/external/llvm/tools/llvm-cov/ |
CoverageFilters.cpp | 22 return FuncName.find(Name) != StringRef::npos;
|
/external/parameter-framework/upstream/utility/ |
Tokenizer.cpp | 49 if (_delimiters.find(character) != string::npos) {
|
/external/pdfium/testing/utils/ |
path_service.cpp | 59 if (found == std::string::npos)
|
/external/pdfium/xfa/src/fee/src/fee/ |
fde_txtedtbuf.cpp | 249 void CFDE_TxtEdtBuf::Insert(int32_t nPos,
252 FXSYS_assert(nPos >= 0 && nPos <= m_nTotal);
254 Index2CP(nPos, cp);
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
xfa_localevalue.cpp | 901 int32_t nPos = 0;
903 lpBuf[nPos++] = L's';
906 lpBuf[nPos++] = L'z';
907 lpBuf[nPos++] = L'*';
910 lpBuf[nPos++] = L'z';
915 lpBuf[nPos++] = L'.';
918 lpBuf[nPos++] = L'z';
919 lpBuf[nPos++] = L'*';
922 lpBuf[nPos++] = L'z';
|
/external/sfntly/cpp/src/test/tinyxml/ |
tinystr.cpp | 30 const TiXmlString::size_type TiXmlString::npos = static_cast< TiXmlString::size_type >(-1); member in class:TiXmlString
|
/external/tinyxml/ |
tinystr.cpp | 35 const TiXmlString::size_type TiXmlString::npos = static_cast< size_type >(-1); member in class:TiXmlString
|
/external/webrtc/webrtc/base/ |
linux_unittest.cc | 45 EXPECT_NE(std::string::npos, out_processor.find("ARM"));
|
/frameworks/base/tools/aapt2/ |
NameMangler.h | 86 if (pivot == std::string::npos) {
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
System.inc | 57 if (DarwinDashIdx != std::string::npos) {
|
/frameworks/native/cmds/installd/ |
system_properties.h | 35 if (equals_pos == std::string::npos || equals_pos == 0) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/ |
char_ptr_ctor.pass.cpp | 12 // typename basic_string<charT>::size_type n = basic_string<charT>::npos,
|
/system/connectivity/shill/ |
http_url.cc | 64 if (host_end == string::npos) {
|
/system/core/base/ |
parsenetaddress.cpp | 38 if (address.rfind("]:") == std::string::npos) {
|
/system/tools/aidl/tests/ |
aidl_test_sentinel_searcher.cpp | 53 if (line.find(sentinel) != string::npos) {
|
/system/tpm/attestation/common/ |
mock_tpm_utility.cc | 44 if (position == std::string::npos) {
|
/toolchain/binutils/binutils-2.25/gold/ |
version.cc | 56 if (pos != std::string::npos)
|
/external/llvm/lib/Support/ |
Path.cpp | 93 if (pos == StringRef::npos) 97 if (pos == StringRef::npos || 117 return StringRef::npos; 131 return StringRef::npos; 148 return StringRef::npos; 490 if (end_pos == StringRef::npos) 498 if (end_pos != StringRef::npos) 509 if (pos != StringRef::npos && pos >= filename_pos(p)) 553 if (pos == StringRef::npos) 566 if (pos == StringRef::npos) [all...] |
/art/compiler/debug/dwarf/ |
dwarf_test.h | 129 if (actual_line->find(substring) == std::string::npos) { 140 if (it->find(substring) != std::string::npos) {
|
/art/runtime/arch/arm64/ |
instruction_set_features_arm64.cc | 83 if (line.find("processor") != std::string::npos && line.find(": 1") != std::string::npos) {
|
/art/runtime/arch/mips/ |
instruction_set_features_mips.cc | 140 if (line.find("processor") != std::string::npos && line.find(": 1") != std::string::npos) {
|