Home
last modified time | relevance | path

Searched refs:npos (Results 426 - 450 of 1616) sorted by relevance

1...<<11121314151617181920>>...65

/third_party/gn/src/gn/
H A Descape.cc165 DCHECK(str.find_first_of("\r\n\v\t") == std::string::npos); in EscapeStringToString_WindowsNinjaFork()
168 if (str.find_first_of(" \"") == std::string::npos) { in EscapeStringToString_WindowsNinjaFork()
H A Dsource_file.cc167 DCHECK(value.find('/') != std::string::npos); in GetName()
177 DCHECK(value.find('/') != std::string::npos); in GetDir()
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
H A Dauth.c84 if (!ctx->npos) in auth_api_amazon_com_parser_cb()
94 ctx->npos)) { in auth_api_amazon_com_parser_cb()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DConfigurator.cpp76 if(pLeft != string::npos) in readFile()
84 if(pRight != string::npos && pRight > pLeft) in readFile()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DConfigurator.cpp76 if(pLeft != string::npos) in readFile()
84 if(pRight != string::npos && pRight > pLeft) in readFile()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_windows.cc114 if (name.find("/") == std::string::npos && in FindExecutable()
115 name.find("\\") == std::string::npos) { in FindExecutable()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_name_resolver.cc89 GOOGLE_CHECK(full_name.find('.') == std::string::npos); in ClassNameWithoutPackage()
136 if (last_slash == std::string::npos) { in GetFileDefaultImmutableClassName()
/third_party/python/PC/
H A Dpython_uwp.cpp150 if (i == std::wstring::npos) { in set_process_name()
153 executable.replace(i + 1, std::wstring::npos, PROGNAME); in set_process_name()
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp163 size_t end = string::npos; in split()
165 while ((end = src.find(' ', start)) != string::npos) in split()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp154 if (position == std::string::npos) { in CheckFileType()
766 sandBoxPath.find(ServiceConstants::SANDBOX_DATA_PATH) == std::string::npos) { in RevertToRealPath()
795 if (position == std::string::npos) { in EndWith()
836 if (pos == std::string::npos) { // this circumstance could not be considered laterly in CopyFileToSecurityDir()
838 if ((lastPathSeperator != std::string::npos) && (lastPathSeperator != filePath.length() - 1)) { in CopyFileToSecurityDir()
844 if ((secondLastPathSep == std::string::npos) || (secondLastPathSep == filePath.length() - 1)) { in CopyFileToSecurityDir()
849 if ((thirdLastPathSep == std::string::npos) || (thirdLastPathSep == filePath.length() - 1)) { in CopyFileToSecurityDir()
958 if (dot_position == std::string::npos) { in ExtractGroupIdByDevelopId()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dfunc_test.cpp460 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
567 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
596 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
625 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
654 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
683 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
712 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
741 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
/third_party/gn/src/base/strings/
H A Dstring_util.cc251 if (input.empty() || (first_good_char == Str::npos) || in TrimStringT()
252 (last_good_char == Str::npos)) { in TrimStringT()
286 if (begin == std::basic_string_view<char_type>::npos) in TrimStringPieceT()
420 return input.find_first_not_of(characters) == std::string_view::npos; in ContainsOnlyChars()
425 return input.find_first_not_of(characters) == std::u16string_view::npos; in ContainsOnlyChars()
661 if (first_match == StringType::npos) in DoReplaceMatchesAfterOffset()
676 for (size_t offset = first_match; offset != StringType::npos; in DoReplaceMatchesAfterOffset()
706 for (size_t match = first_match; match != StringType::npos; in DoReplaceMatchesAfterOffset()
774 // min() clamps StringType::npos (the largest unsigned value) to str_length. in DoReplaceMatchesAfterOffset()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp403 if (key.find(SAVE_INFO) != std::string::npos) { in NotifyChange()
430 if (key.size() < keyPrefix.size() || key.find(SAVE_INFO) != std::string::npos) { in GetObjectData()
578 return key.find(ObjectStore::ASSET_DOT) != std::string::npos; in IsAssetKey()
608 if (asset.name.find(ObjectStore::STRING_PREFIX) != std::string::npos) { in GetAssetsFromDBRecords()
613 if (asset.uri.find(ObjectStore::STRING_PREFIX) != std::string::npos) { in GetAssetsFromDBRecords()
618 if (asset.modifyTime.find(ObjectStore::STRING_PREFIX) != std::string::npos) { in GetAssetsFromDBRecords()
623 if (asset.size.find(ObjectStore::STRING_PREFIX) != std::string::npos) { in GetAssetsFromDBRecords()
964 if (key.find(SAVE_INFO) != std::string::npos) { in RetrieveFromStore()
1023 if (targetDevicePos == std::string::npos) { in SplitEntryKey()
1031 if (sourceDeviceUdidPos == std::string::npos) { in SplitEntryKey()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp830 if (runPos == std::string::npos) in PrintTestOutputSnippet()
839 if (endPos == std::string::npos && result.type == TestResultType::Pass) in PrintTestOutputSnippet()
843 if (endPos != std::string::npos) in PrintTestOutputSnippet()
846 if (newline_pos != std::string::npos) in PrintTestOutputSnippet()
851 if (endPos != std::string::npos) in PrintTestOutputSnippet()
864 if (slashPos == std::string::npos) in GetConfigNameFromTestIdentifier()
870 if (doubleUnderscorePos == std::string::npos) in GetConfigNameFromTestIdentifier()
993 if (separator == std::string::npos) in ParseFromString()
1541 if (startPos != std::string::npos) in finishProcess()
1547 else if (failPos != std::string::npos) in finishProcess()
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_quickfix_callback.cpp35 if (position == std::string::npos) { in operator ()()
/foundation/arkui/napi/utils/
H A Dlog.cpp21 for (auto pos = str.find(prefix, 0); pos != std::string::npos; pos = str.find(prefix, pos)) { in StripFormatString()
/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
H A Dtool_system_test.cpp72 return str.find(subStr) != std::string::npos; in IsSubSequence()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Decs_property_util.h39 if (separatorPosition == string::npos) { in ResolveContainerProperty()
/foundation/multimedia/media_library/frameworks/services/media_permission/src/
H A Dpemission_common.cpp49 (cmd.GetOprnType() == Media::OperationType::OPEN && openFileNode.find('w') == string::npos); in IsMediatoolOperationType()
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dmemory_policy.cpp70 if (sname.find(mem_name) != string::npos) { in GetMemAvailable()
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dresponse_data.cpp48 if (index == std::string::npos) { in ParseHeaders()
/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_response.cpp48 if (index == std::string::npos) { in ParseHeaders()
/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H A Dsystem_info_collector.cpp60 if (found != std::string::npos) { in GetOsType()
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_string_utils.cpp37 if (pos == std::string::npos) { in RemoveFromQuery()
/foundation/filemanagement/app_file_service/utils/src/b_anony/
H A Db_anony.cpp53 if (found == std::string::npos) { in GetAnonyPath()

Completed in 18 milliseconds

1...<<11121314151617181920>>...65