/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 292 string packageName = baseName.substr(0, baseName.length()-10); in readCaseLists()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_gtest.cpp | 58 std::string gTestName = dEQPName.substr(dEQPName.find('.') + 1); in DrawElementsToGoogleTestName()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.cpp | 263 mStory = mStory.substr(1); in ANGLEPerfTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 118 StringRef CurFmt = Fmt.substr(PrevFmtSpecifierIdx, in getConversionSpecifiers()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | json_util_test.cc | 614 EXPECT_EQ(input_data.substr(0, kOutputBufferLength), in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | nanobenchmark.cc | 132 brand_string.substr(pos_space + 1, pos_prefix - pos_space - 1); in NominalClockRate()
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 1239 substring = uri.substr(pos, delims - pos); in HWTEST_F() 1310 substring = uri.substr(pos, delims - pos); in HWTEST_F() 1326 std::string substring = uri.substr(pos, delims - pos); in HWTEST_F() 1399 std::string substring = uri.substr(pos, delims - pos); in HWTEST_F() 1474 std::string substring = uri.substr(pos, delims - pos); in HWTEST_F() 1494 std::string substring = uri.substr(pos, delims - pos); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_photo_operations.cpp | 141 string fileName = uriString.substr(PhotoColumn::PHOTO_CACHE_URI_PREFIX.size()); in DeleteCache() 850 return oldUri.substr(0, questionMaskPoint); in GetUriWithoutSeg() 1575 string fileName = uriString.substr(PhotoColumn::PHOTO_CACHE_URI_PREFIX.size()); in OpenCache() 1890 modifyFilePath = path.substr(0, pos) + extension; in GetModityExtensionPath() 3131 string tempOutputPath = outputPath.substr(0, lastSlash) + in AddFiltersToPhoto() 3132 "/filters_" + photoStatus + outputPath.substr(lastSlash + 1); in AddFiltersToPhoto()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 4310 return expr.substr(1); 4330 return enclose_expression(expr.substr(2, expr.size() - 3)); 4336 return expr.substr(1); 6398 array_expr = image_expr.substr(array_index, string::npos); 8814 deferred_index = expr.substr(column_index); 8964 auto chain = access_chain_internal(base, indices, count, flags, nullptr).substr(1); 9575 string final_swiz = op.substr(pos + 1, string::npos); 9582 if (final_swiz.substr(final_swiz.size() - 2, string::npos) == "()") 9639 string final_swiz = op.substr(pos + 1, string::npos); 9646 if (final_swiz.substr(final_swi [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 144 auto prefixPath = nativeLibraryPath.substr(0, position); in BuildTempNativeLibraryPath() 145 auto suffixPath = nativeLibraryPath.substr(position); in BuildTempNativeLibraryPath() 2437 nativeLibraryPath = nativeLibraryPath.substr(pos, nativeLibraryPath.length() - pos); in ProcessHqfInfo() 2601 auto newHqfLibraryPath = hqfLibraryPath.substr(position); in CheckHapLibsWithPatchLibs() 3026 if (pos == std::string::npos || !BundleUtil::IsExistDir(dir.substr(0, pos))) { in CreateScreenLockProtectionExistDirs() 3027 LOG_E(BMS_TAG_INSTALLER, "parent dir(%{public}s) missing: el5", dir.substr(0, pos).c_str()); in CreateScreenLockProtectionExistDirs() 5488 std::string tempDir = hapPath.substr(0, posOfPathSep + 1) + info.GetCurrentModulePackage(); in GetTempHapPath() 5493 return tempDir.append(hapPath.substr(posOfPathSep)); in GetTempHapPath() 5729 std::string subTempSoDir = tempSoDir.substr(0, thirdPos); in RemoveTempSoDir()
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 363 seqType->SetName(seqName.substr(index + 1));
in ParseSequenceableInfo() 1880 std::string parentDir = filePath.substr(0, index);
in CheckPackageName() 1978 return (extendsInterfaceName.substr(index + 1).compare(interfaceType->GetName()) == 0) ? true : false;
in CheckExtendsName()
|
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/ |
H A D | napi_data_ability_helper_utils.cpp | 1138 std::string valueString = jsonString.substr(pos); in ExcludeTag() 1154 valueString = valueString.substr(valuePos); in ExcludeTag() 1155 return valueString.substr(0, valueString.size() - 1); in ExcludeTag()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.cpp | 689 ((pseudoSymbolLocation != std::string::npos) ? styleKey.substr(0, pseudoSymbolLocation) : styleKey); in CachePseudoClassStyle() 1022 std::string transformType = subValue.substr(0, rightIndex); in GetTransformJsonValue() 1023 std::string transformValue = subValue.substr(rightIndex + 1, leftIndex - 1 - rightIndex); in GetTransformJsonValue()
|
/third_party/nghttp2/src/ |
H A D | h2load.cc | 1158 std::cout << proto.substr(1) << std::endl; in connection_made() 2013 << "value = " << script_line.substr(0, pos) << std::endl; in read_script_from_file() 2023 uris.push_back(script_line.substr(pos + 1, script_line.size())); in read_script_from_file()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 857 getContext(), String.substr(HeadTail.first.size(), 1), Loc)); in splitIdentifier() 1131 getContext(), Token.getString().substr(0, 1), Token.getLoc())); in parseInstruction() 1133 getContext(), Token.getString().substr(1, 1), Token.getLoc())); in parseInstruction()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 93 result += value.substr(valuePtr); in RemoveErrorTextFromValue() 1704 strBeforeSelection = valueToUpdate.text.substr(0, start); in KeyboardEditingValueFilter() 1709 strInSelection = valueToUpdate.text.substr(start, end - start); in KeyboardEditingValueFilter() 1715 strAfterSelection = valueToUpdate.text.substr(end, lenLeft); in KeyboardEditingValueFilter()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 220 std::string fontSize = fontProp.substr(0, fontProp.size() - 2); in JsParseTextState() 1086 width = StringToDouble(cWidth.substr(0, cWidth.size() - 2)); // 2: remove px units in ParseDomImage() 1089 height = StringToDouble(cHeight.substr(0, cHeight.size() - 2)); // 2: remove px units in ParseDomImage() 2222 std::string fontSize = fontProp.substr(0, fontProp.size() - 2); in JsFontSetter()
|
H A D | jsi_offscreen_canvas_bridge.cpp | 177 std::string fontSize = fontProp.substr(0, fontProp.size() - 2); in JsParseTextState() 905 width = StringToDouble(cWidth.substr(0, cWidth.size() - 2)); // remove px units in ParseDomImage() 908 height = StringToDouble(cHeight.substr(0, cHeight.size() - 2)); in ParseDomImage() 1861 std::string fontSize = fontProp.substr(0, fontProp.size() - 2); in JsFontSetter()
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | clone_restore.cpp | 621 if (path.length() <= cloudDirLength || path.substr(0, cloudDirLength).compare(RESTORE_FILES_CLOUD_DIR) != 0) { in GetThumbnailLocalPath() 625 std::string suffixStr = path.substr(cloudDirLength); in GetThumbnailLocalPath() 645 std::string assembledFileId = RESTORE_KVSTORE_FILE_ID_TEMPLATE.substr(length) + fileId; in GenerateKvStoreKey() 656 assembledDateKey = RESTORE_KVSTORE_DATE_KEY_TEMPLATE.substr(length) + dateKey; in GenerateKvStoreKey()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 2198 std::string value = currBssid.substr(0, npos); in ParseWifiCategoryBlackListInfo() 2200 currBssid = currBssid.substr(npos + 1); in ParseWifiCategoryBlackListInfo() 2306 std::string addTmp = addr.substr(0, pos); in TransIpAddressToVec() 2498 vec.push_back(str.substr(0, pos)); in TransStrToVec()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_library_napi.cpp | 1931 firstDirName = relativePath.substr(0, pos + 1); in GetFirstDirName() 1932 NAPI_DEBUG_LOG("firstDirName substr = %{private}s", firstDirName.c_str()); in GetFirstDirName() 2275 deleteId = notifyUri.substr(index + 1); in JSDeleteAssetExecute() 2276 notifyUri = notifyUri.substr(0, index); in JSDeleteAssetExecute() 2279 mediaType = notifyUri.substr(indexType + 1); in JSDeleteAssetExecute() 2505 return uri.substr(startIndex + PhotoColumn::PHOTO_URI_PREFIX.length()); in GetFileIdFromUri() 2507 return uri.substr(startIndex + PhotoColumn::PHOTO_URI_PREFIX.length(), in GetFileIdFromUri() 2516 albumId = uri.substr(startIndex + PhotoAlbumColumns::ALBUM_URI_PREFIX.length()); in GetAlbumIdFromUri() 4463 res = mimeType.substr(0, slash); in ConvertMediaType() 4637 context.uri = uri.substr( in GetImagePreviewArgsUri() [all...] |
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 133 ret = name.substr(pos + 1); in GetSectionName()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.cpp | 92 ssize_t nwrite = OHOS_TEMP_FAILURE_RETRY(write(fd, data.substr(index, writeLength).c_str(), writeLength)); in WriteData()
|
/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_listener.cpp | 541 std::string ratio = std::to_string(root["RATIO"].asFloat()).substr(THERMAL_RATIO_BEGIN, THERMAL_RATIO_LENGTH);
in ProcessThermalEvent()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/ |
H A D | dlp_permission_serializer.cpp | 274 std::string domainStr = domainInfo.serverConfigId_.substr(0, pos); in SerializeDomainInfo()
|