/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Triple.cpp | 1029 Str = Str.substr(1); 1051 Name = Name.substr(1); 1060 EnvironmentName = EnvironmentName.substr(EnvironmentTypeName.size()); 1071 OSName = OSName.substr(OSTypeName.size());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 1120 return de::toLower(fullName.substr(10)); in getFormatCaseName() 1128 return de::toLower(fullName.substr(22)); in getTopologyName() 1141 name << de::toLower(fullOpName.substr(14)); in getCompareOpsName() 1428 std::string testName = getFormatCaseName(format) + "_" + de::toLower(std::string(getCompareOpName(compareOp)).substr(14)) + viewportCase.suffix; in createDepthTests()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_server.cpp | 247 std::string temp = strs.substr(0, pos); in splitString() 249 strs = strs.substr(pos + 1, strs.size()); in splitString() 935 key.substr(0, CHECK_FAST_BLOCK_PREFIX.size()) == CHECK_FAST_BLOCK_PREFIX) { in GetAudioParameter() 941 if (key.substr(0, mmiPre.size()) == mmiPre) { in GetAudioParameter() 944 key.substr(mmiPre.size(), key.size() - mmiPre.size())); in GetAudioParameter()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_operations.cpp | 236 MEDIA_DEBUG_LOG("Quering album sql: %{private}s", sql.substr(pos, printMax).c_str()); in QuerySqlDebug() 961 lPath = sourcePath.substr(pos1, pos2 - pos1); in GetLPathFromSourcePath() 1014 albumName = lPath.substr(lPath.find_last_of("/") + 1); in RecoverAlbum() 1733 string midStr = uri.substr(PhotoColumn::PHOTO_URI_PREFIX.size()); in ParseFileIdFromCoverUri() 1740 return midStr.substr(0, pos); in ParseFileIdFromCoverUri()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/ |
H A D | file_n_exporter.cpp | 113 string temp = pathTmp.substr(SPLITE_ZERO, pos); in CheckUri() 115 pathTmp = pathTmp.substr(pos + 1, pathTmp.size()); in CheckUri() 158 string temp = pathTmp.substr(SPLITE_ZERO, pos); in UriToAbsolute() 160 pathTmp = pathTmp.substr(pos + 1, pathTmp.size()); in UriToAbsolute() 248 originUri = originUri.substr(0, originUri.length() - 1); in ConvertUri()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 1462 std::string innerBundleName = item.first.substr(pos + 1); in ImplicitQueryAllAbilityInfos() 1539 std::string innerBundleName = item.first.substr(pos + 1); in ImplicitQueryAllAbilityInfosV9() 2054 std::string index = keyName.substr(0, pos); in GetBundleNameAndIndexByName() 2059 bundleName = keyName.substr(pos + strlen(CLONE_BUNDLE_PREFIX)); in GetBundleNameAndIndexByName() 2302 std::string noPpefixUri = abilityUri.substr(strlen(ServiceConstants::DATA_ABILITY_URI_PREFIX)); in QueryAbilityInfoByUri() 2310 uri = noPpefixUri.substr(posFirstSeparator + 1, noPpefixUri.size() - posFirstSeparator - 1); in QueryAbilityInfoByUri() 2312 uri = noPpefixUri.substr(posFirstSeparator + 1, posSecondSeparator - posFirstSeparator - 1); in QueryAbilityInfoByUri() 2356 std::string noPpefixUri = abilityUri.substr(strlen(ServiceConstants::DATA_ABILITY_URI_PREFIX)); in QueryAbilityInfosByUri() 2364 uri = noPpefixUri.substr(posFirstSeparator + 1, noPpefixUri.size() - posFirstSeparator - 1); in QueryAbilityInfosByUri() 2366 uri = noPpefixUri.substr(posFirstSeparato in QueryAbilityInfosByUri() [all...] |
/third_party/python/Objects/ |
H A D | unicodeobject.c | 9617 PyObject *substr, in PyUnicode_Count() 9626 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < 0) in PyUnicode_Count() 9630 kind2 = PyUnicode_KIND(substr); in PyUnicode_Count() 9635 len2 = PyUnicode_GET_LENGTH(substr); in PyUnicode_Count() 9641 buf2 = PyUnicode_DATA(substr); in PyUnicode_Count() 9650 if (PyUnicode_IS_ASCII(str) && PyUnicode_IS_ASCII(substr)) in PyUnicode_Count() 9677 assert((kind2 != kind1) == (buf2 != PyUnicode_DATA(substr))); in PyUnicode_Count() 9683 assert((kind2 != kind1) == (buf2 != PyUnicode_DATA(substr))); in PyUnicode_Count() 9691 PyObject *substr, in PyUnicode_Find() 9696 if (ensure_unicode(str) < 0 || ensure_unicode(substr) < in PyUnicode_Find() 9616 PyUnicode_Count(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end) PyUnicode_Count() argument 9690 PyUnicode_Find(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_Find() argument 9792 PyUnicode_Tailmatch(PyObject *str, PyObject *substr, Py_ssize_t start, Py_ssize_t end, int direction) PyUnicode_Tailmatch() argument 11362 PyUnicode_Contains(PyObject *str, PyObject *substr) PyUnicode_Contains() argument 12795 PyUnicode_Replace(PyObject *str, PyObject *substr, PyObject *replstr, Py_ssize_t maxcount) PyUnicode_Replace() argument [all...] |
/third_party/node/deps/ada/ |
H A D | ada.h | 4344 return (target[0] == scheme[0]) && (target.substr(1) == scheme.substr(1)); in is_special() 4352 if ((target[0] == scheme[0]) && (target.substr(1) == scheme.substr(1))) { 4367 if ((target[0] == scheme[0]) && (target.substr(1) == scheme.substr(1))) { 5778 std::string_view input = base_buffer.substr( in update_base_authority() 5802 std::string_view username = input.substr(0, password_delimiter); in update_base_authority() 5803 std::string_view password = input.substr(password_delimiter + 1); in update_base_authority() 5872 buffer.replace(start, current_length, input.substr( in replace_and_resize() [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 124 return path.substr(ROOTNODE_PATH.length()); in RemoveRootNodeFromPath() 128 return path.substr(1); in RemoveRootNodeFromPath() 1072 auto entityId = strtoll(name.substr(ix + 1).data(), &dummy, 16); in FindAnimation() 1969 SetValue(interface->Uri(), BASE_NS::string(uri.substr(0, ix + 1))); in GetGraphicsState() 1970 SetValue(interface->Variant(), BASE_NS::string(uri.substr(ix + 1))); in GetGraphicsState() 2215 const auto name = uri.substr(ENGINE_URI_PREFIX_LEN); in LoadSampler()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 997 const std::string arrayResourceName = (implementationName.size() > 3) ? (implementationName.substr(0, implementationName.size() - 3)) : (""); // chop "[0]" 1959 const std::string rootName = resourceName.substr(0, rootNameEnd); 1965 simplifiedResourceName = resourceName.substr(0, resourceName.length() - 3); 1974 simplifiedResourceName = resourceName.substr(0, lastMember); 1984 simplifiedResourceName = resourceName.substr(13); 1992 simplifiedResourceName = resourceName.substr(0, accessorEnd+1);
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1893 prefix = prefix.substr(0, dot_pos); in IsSubSymbolOfBuiltType() 3789 return FindSymbol(name.substr(1), build_it); in LookupSymbolNoPlaceholder() 3808 first_part_of_name = name.substr(0, name_dot_pos); in LookupSymbolNoPlaceholder() 3909 placeholder_full_name = tables_->AllocateString(name.substr(1)); in NewPlaceholderWithMutexHeld() 3917 tables_->AllocateString(placeholder_full_name->substr(0, dotpos)); in NewPlaceholderWithMutexHeld() 3919 tables_->AllocateString(placeholder_full_name->substr(dotpos + 1)); in NewPlaceholderWithMutexHeld() 4057 "\"" + full_name.substr(dot_pos + 1) + in AddSymbol() 4059 full_name.substr(0, dot_pos) + "\"."); in AddSymbol() 4088 tables_->AllocateString(name.substr(0, dot_pos)); in AddPackage() 4090 ValidateSymbolName(name.substr(dot_po in AddPackage() [all...] |
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/ |
H A D | etx_device_mgr.cpp | 171 if (startStr.compare(iter->first.substr(0, startStr.size())) == 0) { in DeleteBundlesOfBundleInfoMap()
|
/drivers/peripheral/camera/vdi_base/common/dump/src/ |
H A D | camera_dump.cpp | 352 std::string userPerStr = infos[4].substr(0, infos[4].length() - 1); in CheckDiskInfo()
|
/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | buffer_helper.cpp | 54 int ret = sscanf_s(filePath.substr(pos).c_str(), "[%ux%u][%ux%u][fmt0x%x].yuv", in ExtractPixelInfoFromFilePath()
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | hibernate.cpp | 125 auto partitionNum = fileSystemInfo.substr(index + 1); in GetResumeInfo()
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nncompiled_cache.cpp | 245 int currentOpVersion = std::stoi(currentVersion.substr(OPVERSION_SUBSTR_NUM)); in GenerateCacheModel()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/ |
H A D | mission_data_storage.cpp | 202 std::string missionId = fileNameExcludePath.substr(fileNameExcludePath.find("_") + 1, missionIdLength); in CheckFileNameValid()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 97 return linkString.substr(0, pos); in GetOptParamUri()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
H A D | app_recovery.cpp | 491 std::string missionIdStr = fileName.substr(0, pos); in GetMissionIds()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 207 frontend_->SetFormSrc(formSrc.substr(2)); // 2:length of "./" in RunCard()
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_sub_container.cpp | 313 pluginResourceInfo.SetPackagePath(path.substr(0, position + 1)); in SetPluginComponentTheme()
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 484 fileNameList.emplace_back(file.substr(0, file.size() - (sizeof(FILE_TYPE_JSON) - 1))); in LoadCustomStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/relative_container/ |
H A D | render_relative_container.cpp | 136 loopDependentNodes.substr(0, loopDependentNodes.size() - 1).c_str()); in PreTopologicalLoopDetection()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend.cpp | 268 fixParam = fixParam.substr(startPos, endPos - startPos + 1); in HandleAsyncEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.h | 159 percent = percent.substr(0, index); in IsPercentStr()
|