Home
last modified time | relevance | path

Searched refs:substr (Results 1051 - 1075 of 3052) sorted by relevance

1...<<41424344454647484950>>...123

/kernel/linux/linux-5.10/sound/drivers/
H A Daloop.c1554 int err, dev, substr, substr_count, idx; in loopback_mixer_new() local
1561 for (substr = 0; substr < substr_count; substr++) { in loopback_mixer_new()
1562 setup = &loopback->setup[substr][dev]; in loopback_mixer_new()
1575 kctl->id.subdevice = substr; in loopback_mixer_new()
/kernel/linux/linux-6.6/sound/drivers/
H A Daloop.c1553 int err, dev, substr, substr_count, idx; in loopback_mixer_new() local
1560 for (substr = 0; substr < substr_count; substr++) { in loopback_mixer_new()
1561 setup = &loopback->setup[substr][dev]; in loopback_mixer_new()
1574 kctl->id.subdevice = substr; in loopback_mixer_new()
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js714 fileName = fileName.substr(1, fileName.length - 2);
888 content = line.length > 0 ? line.substr(1) : line;
943 content = line.length > 0 ? line.substr(1) : line,
1526 if (match.substr(1) === change.substr(1)) {
1560 var changeContent = removeChanges[removeChanges.length - delta + i].substr(1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1863 StringRef RefStepString = In.substr(Position + 1); in parseRefinementStep()
1895 Override = Override.substr(0, RefPos); in getOpEnabled()
1921 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()
1926 RecipType = RecipType.substr(1); in getOpEnabled()
1957 Override = Override.substr(0, RefPos); in getOpRefinementSteps()
1977 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1186 !Name.substr(1).getAsInteger(10, IntVal) && IntVal < 32) { in MatchRegisterName()
1189 !Name.substr(1).getAsInteger(10, IntVal) && IntVal < 32) { in MatchRegisterName()
1192 !Name.substr(2).getAsInteger(10, IntVal) && IntVal < 64) { in MatchRegisterName()
1195 !Name.substr(1).getAsInteger(10, IntVal) && IntVal < 32) { in MatchRegisterName()
1198 !Name.substr(1).getAsInteger(10, IntVal) && IntVal < 32) { in MatchRegisterName()
1201 !Name.substr(2).getAsInteger(10, IntVal) && IntVal < 8) { in MatchRegisterName()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc203 *result++ = std::string(full.substr(begin_index)); in SplitStringToIteratorUsing()
207 std::string(full.substr(begin_index, (end_index - begin_index))); in SplitStringToIteratorUsing()
239 *result++ = std::string(full.substr(begin_index)); in SplitStringToIteratorAllowEmpty()
243 std::string(full.substr(begin_index, (end_index - begin_index))); in SplitStringToIteratorAllowEmpty()
246 *result++ = std::string(full.substr(begin_index)); in SplitStringToIteratorAllowEmpty()
691 *text = text->substr(start - text->data(), end - start); in safe_parse_sign()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.cpp80 auto srcId = src.substr(SYSTEM_RESOURCE_PREFIX.size(), in UseDefaultThemeIcon()
81 src.substr(0, src.rfind(".svg")).size() - SYSTEM_RESOURCE_PREFIX.size()); in UseDefaultThemeIcon()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp260 assetSrc = assetSrc.substr(1); // get the asset src without '/'. in AddImageSpan()
262 assetSrc = assetSrc.substr(2); // get the asset src without './'. in AddImageSpan()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp338 subPath = path.substr(0, index); in CreateDirectory()
362 fileName = filePath.substr(pos + 1); in WriteLocalFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_parser.cpp405 atoi(layerImage.foreground.substr(pos + 1, foregroundLength - pos - 1).c_str())); in ParseIconIdFromJson()
410 backgroundId = static_cast<uint32_t>(atoi(layerImage.background.substr(pos + 1, in ParseIconIdFromJson()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H A Daudio_socket_thread.cpp469 audioEvent.name = switchNameStr.substr(portBegin + std::strlen("device_port="), in AudioDpDetectDevice()
476 std::string portId = switchNameStr.substr(addressBegin + std::strlen("hdmi_audio"), in AudioDpDetectDevice()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp271 filename = path.substr(lastSlashIdx + 1); in GetFileName()
285 directory = path.substr(0, lastSlashIdx); in GetDirectory()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp479 statSubStr = stat.substr(statIndex, DUPM_STRING_BUF_SIZE); in DumpGpuStats()
482 statSubStr = stat.substr(statIndex, statLength - statIndex); in DumpGpuStats()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp167 std::string head = absolutePath.substr(0, iter); in SplitAbsoluteFontPath()
169 absolutePath = absolutePath.substr(iter + 3); // 3 means skip "://" in SplitAbsoluteFontPath()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_audio_encoder.cpp261 std::string nameStr = fileName.substr(0, fileName.rfind(".")); in ParseAudioArgs()
293 fileName_ = inFullName.substr(0, inFullName.length() - PCM_FILE.length()) + FLAC_FILE; in GetAudioConfig()
/foundation/multimedia/av_session/utils/src/
H A Davsession_radar.cpp44 return deviceId.substr(0, half) + "**" + deviceId.substr(deviceId.length() - half); in GetAnonymousDeviceId()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_manager.cpp160 string halfUri = uri.substr(0, pos); in LogDelete()
165 dfxReporter->ReportDeleteBehavior(id, type, halfUri.substr(pathPos + 1)); in LogDelete()
/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp495 std::string tag = lineStr.substr(0, i); in ReadSwapOutKBSinceKernelBoot()
497 std::string value = lineStr.substr(i + 1); in ReadSwapOutKBSinceKernelBoot()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp542 std::string strType = eventStr.substr(0, pos); in StringToTypeAndSaid()
555 systemAbilityId = atoi((eventStr.substr(pos + 1, eventStr.size() - pos - 1)).c_str()); in StringToTypeAndSaid()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.cpp377 wifiConfig.ssid = ssid.substr(subStrBegin, ssid.length() - quotesCount); in ParseSsid()
394 wifiConfig.preSharedKey = preSharedKey.substr(subStrBegin, preSharedKey.length() - quotesCount); in ParsePreSharedKey()
/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp211 res.emplace_back(s.substr(0, pos)); in Split()
212 s = s.substr(pos + sep.size()); in Split()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.cpp258 res.push_back(key.substr(pos)); in Split()
261 res.push_back(key.substr(pos, found - pos)); in Split()
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dfile_uri_n_exporter.cpp198 temp.push_back(uri.GetPath().substr(left, pos - left)); in NormalizeUri()
202 temp.push_back(uri.GetPath().substr(left)); in NormalizeUri()
/third_party/gptfdisk/
H A Dparttypes.cc708 cout << thisType->name.substr(0, DESC_LENGTH); in ShowAllTypes()
709 for (i = 0; i < (DESC_LENGTH - (thisType->name.substr(0, DESC_LENGTH).length())); i++) in ShowAllTypes()
/third_party/node/test/parallel/
H A Dtest-fs-realpath.js45 root = process.cwd().substr(0, 3);
370 const entry = `${tmpAbsDir.substr(entrydir.length + 1)}/cycles/root.js`;

Completed in 37 milliseconds

1...<<41424344454647484950>>...123