Searched
full:npos (Results
401 -
425 of
874) sorted by null
<<11121314151617181920>>
/external/libbrillo/brillo/ |
mime_utils.cc | 51 if (param.find_first_of("()<>@,;:\\\"/[]?=") != std::string::npos) {
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
substr.pass.cpp | 13 // size_type pos, size_type n = npos,
|
/external/libcxx/test/std/strings/basic.string/string.ops/string_substr/ |
substr.pass.cpp | 12 // basic_string substr(size_type pos = 0, size_type n = npos) const;
|
/external/libweave/src/ |
data_encoding.cc | 127 if (input.find_first_of("\r\n") != std::string::npos) {
|
/external/libweave/third_party/chromium/base/ |
values.cc | 391 delimiter_position != std::string::npos; 475 delimiter_position != std::string::npos; 717 if (delimiter_position != std::string::npos) { 749 if (delimiter_position == std::string::npos)
|
/external/llvm/lib/MC/ |
MCSectionELF.cpp | 36 "ABCDEFGHIJKLMNOPQRSTUVWXYZ") == Name.npos) {
|
/external/llvm/lib/ProfileData/ |
SampleProfReader.cpp | 100 if (n2 == StringRef::npos) { 115 if (n3 == StringRef::npos) { 122 while (n3 != StringRef::npos) { 127 if (n3 != StringRef::npos) {
|
/external/llvm/lib/Support/ |
DataExtractor.cpp | 124 if (pos != StringRef::npos) {
|
Regex.cpp | 181 return Str.find_first_of(RegexMetachars) == StringRef::npos;
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 780 if (Stem.find("ranlib") == StringRef::npos && 781 Stem.find("lib") != StringRef::npos) 791 if (Stem.find("ranlib") != StringRef::npos) 793 if (Stem.find("ar") != StringRef::npos)
|
/external/llvm/tools/llvm-diff/ |
DiffConsumer.cpp | 169 if (percent == StringRef::npos) {
|
/external/llvm/unittests/Option/ |
OptionParsingTest.cpp | 97 EXPECT_NE(Help.find("-A"), std::string::npos);
|
/external/opencv3/samples/cpp/tutorial_code/video/ |
bg_sub.cpp | 147 if(index == string::npos) {
|
/external/pdfium/testing/ |
test_support.cpp | 33 if (last_separator != std::string::npos) {
|
/external/pdfium/xfa/src/fee/src/fee/ |
fde_txtedtpage.cpp | 603 int32_t nPos = (int32_t)(uintptr_t)pos;
605 if (nPos + 1 > m_PieceMassArr.GetSize()) {
608 pos = (FX_POSITION)(uintptr_t)(nPos + 1);
610 return (FDE_HVISUALOBJ)(m_PieceMassArr.GetPtrAt(nPos - 1));
|
/external/protobuf/src/google/protobuf/testing/ |
file.cc | 125 if (slashpos == string::npos) {
|
/external/webrtc/webrtc/base/ |
optionsfile.cc | 46 if (equals_pos == std::string::npos) {
|
/external/webrtc/webrtc/libjingle/xmllite/ |
xmlnsstack.cc | 131 if (i != std::string::npos && len - i <= 4 + 1)
|
/external/webrtc/webrtc/test/testsupport/ |
fileutils_unittest.cc | 131 ASSERT_NE(resource.find("resources"), std::string::npos);
|
/external/webrtc/webrtc/tools/psnr_ssim_analyzer/ |
psnr_ssim_analyzer.cc | 28 if (std::string(reference_file_name).find("y4m") != std::string::npos) {
|
/frameworks/compile/mclinker/lib/Core/ |
GeneralOptions.cpp | 73 if (std::string::npos == pos)
|
/frameworks/minikin/libs/minikin/ |
FontLanguageListCache.cpp | 87 while ((commaLoc = input.find_first_of(',', currentIdx)) != std::string::npos) {
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
hw_primary.cpp | 139 if (xpos == string::npos || ypos == string::npos) { 174 if (xpos == string::npos || ypos == string::npos) {
|
/libcore/luni/src/main/native/ |
canonicalize_path.cpp | 67 if (nextSlash != std::string::npos) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/ |
substr.pass.cpp | 13 // size_type pos, size_type n = npos,
|
Completed in 1411 milliseconds
<<11121314151617181920>>