Home
last modified time | relevance | path

Searched refs:npos (Results 451 - 475 of 975) sorted by relevance

1...<<11121314151617181920>>...39

/base/print/print_fwk/utils/include/
H A Dprint_util.h130 return str.find(content) != std::string::npos; in CheckContains()
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_parser.cpp98 if (type.find(StatsUtils::CURRENT_CPU_SPEED) != std::string::npos) { in LoadAveragePowerFromFile()
/base/request/request/frameworks/js/napi/src/upload/
H A Dupload_task.cpp115 if (position != std::string::npos) { in InitFileArray()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Dsandbox_config_kv_data_storage.cpp131 if (it->first.find(prefix) != std::string::npos && first != second) { in GetKeyMapByUserId()
/base/telephony/sms_mms/services/mms/
H A Dmms_apn_info.cpp75 while ((found = apn.find(',', pos)) != std::string::npos) { in SplitAndMatchApnTypes()
/base/update/updater/services/package/pkg_package/
H A Dpackages_info.cpp38 while (index != str.npos) { in SplitString()
/test/testfwk/arkxtest/uitest/core/
H A Dcommon_utilities_hpp.h74 if (pos == std::string_view::npos) { in GenLogTag()
/third_party/glslang/gtests/
H A DTestFixture.cpp177 return (pos == std::string::npos) ? "" : name.substr(name.rfind('.') + 1); in GetSuffix()
/third_party/gn/src/gn/
H A Declipse_writer.cc104 if (equal_pos == std::string::npos) { in GetAllDefines()
/third_party/node/src/inspector/
H A Dnode_string.cc12 size_t kNotFound = std::string::npos;
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.cc133 DCHECK_EQ(name.find(':'), std::string::npos); in BeginNamespace()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.hpp139 if ((m_operand.find("Nontemporal") != std::string::npos) && in checkSupport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFunctionsGL.cpp25 if (version.find("OpenGL ES") == std::string::npos) in GetGLVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionELF.cpp33 "ABCDEFGHIJKLMNOPQRSTUVWXYZ") == Name.npos) { in printName()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dunify_const_test.cpp86 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructionsToSet()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A Dglmark2Benchmark.cpp221 ASSERT_NE(line.find("ANGLE"), std::string::npos); in parseOutput()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dunify_const_test.cpp86 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructionsToSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp193 return Str.find_first_of(RegexMetachars) == StringRef::npos; in isLiteralERE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRegex.cpp212 return Str.find_first_of(RegexMetachars) == StringRef::npos; in isLiteralERE()
H A DTarWriter.cpp135 if (Sep == StringRef::npos) in splitUstar()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc112 if (name.find("/") == std::string::npos) { in FindExecutable()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_field.h90 return field_flags.find("GPBFieldTextFormatNameCustom") != string::npos; in needs_textformat_name_support()
/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc137 if (slashpos == string::npos) { in RecursivelyCreateDir()
/third_party/spirv-tools/test/opt/
H A Dunify_const_test.cpp86 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructionsToSet()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.hpp139 if ((m_operand.find("Nontemporal") != std::string::npos) && in checkSupport()

Completed in 14 milliseconds

1...<<11121314151617181920>>...39