Home
last modified time | relevance | path

Searched refs:substr (Results 1626 - 1650 of 3191) sorted by relevance

1...<<61626364656667686970>>...128

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp2163 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group()
2212 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group()
5540 specs["v2itype32"] = "%v2" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt16To32Group()
5541 specs["v3itype32"] = "%v3" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt16To32Group()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js116 scriptDirectory = scriptDirectory.substr(0, scriptDirectory.replace(/[?#].*/, "").lastIndexOf("/") + 1);
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp656 if (strcasecmp(indexValue.substr(0, searchStr.length()).c_str(), searchStr.c_str()) == 0) { in GetFocusChildIndex()
669 if (strcasecmp(indexValue.substr(0, searchStr.length()).c_str(), searchStr.c_str()) == 0) { in GetFocusChildIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp647 .imageSrc_ = src.ToString().substr(0, MAX_SRC_LENGTH),
677 .imageSrc_ = altImageSourceInfo.ToString().substr(0, MAX_SRC_LENGTH),
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp653 std::string systemId = schemeIdUrl.substr(uuidPos + urnUuid.length()); in GetDrmInfos()
680 sidxContent = downloadContent_.substr((unsigned int)initLen); in ParseSidx()
H A Ddash_segment_downloader.cpp485 std::string readStr = initSegment->content_.substr(initSegment->readIndex_);
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_hevcdec_unit_test.cpp235 pthread_setname_np(pthread_self(), name.substr(0, 15).c_str()); // 15: max thread name in InputBufferLoop()
261 pthread_setname_np(pthread_self(), name.substr(0, 15).c_str()); // 15: max thread name in OutputBufferLoop()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp1305 StrToInt(srcPath.substr(fdHead.size()), srcFd); in AddCustomizedToneByExternalUri()
1836 std::string baseName = fileName.substr(0, dotPos); in ConvertToHapticsFileName()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp425 tableTime = tableTime.substr(i); in ParseStartTime()
472 databaseVersion = databaseVersion.substr(i); in GetVersionByFileInput()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1374 databasePath.substr(databasePath.length() - 2, 2) == "\\") { in GetDataBasePath()
2030 std::string sqlType = sql.substr(index, 3); in CheckAttach()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp176 string folderPath = "/" + filePath.substr(0, pos); in CheckAndCreateDirectory()
201 string path = filePath.substr(0, filePathPrefix); in GetFileHandleForSpecialCloneCloud()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1658 node->GetWindowName() : node->GetWindowName().substr(0, WINDOW_NAME_MAX_LENGTH); in DumpScreenWindowTreeByWinId()
1684 node->GetWindowName() : node->GetWindowName().substr(0, WINDOW_NAME_MAX_LENGTH); in DumpScreenWindowTree()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp1827 formatString = formatString.substr(3, formatString.length()); in formatToString()
1858 type = type.substr(3, type.length()); in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp2007 assert(RPath.substr(0, OverlayDirLen) == OverlayDir && in write()
2029 assert(RPath.substr(0, OverlayDirLen) == OverlayDir && in write()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmutils.h300 extern char *bcmstrnstr(const char *s, uint s_len, const char *substr, uint substr_len);
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp926 return url.substr(start, end - start); in ParseIdFromUrl()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp826 fixParam = fixParam.substr(startPos, endPos - startPos + 1); in HandleAsyncEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp705 percent = percent.substr(0, index); in IsPercentStr()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp356 hapPath = LOCAL_BUNDLE_CODE_PATH + moduleHapPath.substr(pos + 1); in OnStart()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp317 const auto afterType = view.substr(typeI + type.size());
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp1036 pid = static_cast<uint32_t>(stoi(name.substr(pos + 1))); in QosGetPidByName()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp412 surfaceParams->IsAppWindow() && GetName().substr(0, 3) != "SCB" && !IsHardwareEnabled() && in OnDraw()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dprofession_session.cpp899 string id = cameraId.substr(delimPos + 1); in GetMetadata()
H A Dtime_lapse_photo_session.cpp34 string id = cameraId.substr(delimPos + 1); in GetMetadata()
/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp243 std::string inputFd = player->uri_.substr(fdHead.size()); in SetSrc()

Completed in 79 milliseconds

1...<<61626364656667686970>>...128