/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessBufferAccessTests.cpp | 1670 de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, de::toLower(formatName.substr(10)).c_str(), ""));
|
H A D | vktRobustnessVertexAccessTests.cpp | 1265 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, de::toLower(formatName.substr(10)).c_str(), ""));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 1067 << "_" << de::toLower(getFormatName(resource.imageFormat)).substr(10); in getResourceName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureFilteringExplicitLodTests.cpp | 1263 const std::string prefix = de::toLower(std::string(getFormatName(formats[formatNdx])).substr(10)); in create2DFormatTests()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 321 moduleInfo.rate = deviceInfo.substr(sinkRate_begin + std::strlen("sink_rate:"), in GetUsbModuleInfo() 325 string format = deviceInfo.substr(sinkFormat_begin + std::strlen("sink_format:"), in GetUsbModuleInfo() 331 moduleInfo.rate = deviceInfo.substr(sourceRate_begin + std::strlen("source_rate:"), in GetUsbModuleInfo() 335 string format = deviceInfo.substr(sourceFormat_begin + std::strlen("source_format:"), in GetUsbModuleInfo() 353 moduleInfo.rate = deviceInfo.substr(sinkRate_begin + std::strlen("rate="), in GetDPModuleInfo() 358 string format = deviceInfo.substr(sinkFormat_begin + std::strlen("format="), in GetDPModuleInfo() 364 string channel = deviceInfo.substr(sinkChannel_begin + std::strlen("channels="), in GetDPModuleInfo() 370 string bufferSize = deviceInfo.substr(sinkBSize_begin + std::strlen("buffer_size="), in GetDPModuleInfo() 9850 std::string anonymousNetworkId = networkId.empty() ? "" : networkId.substr(0, 2) + "***"; in LoadSplitModule()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 6480 return join(expr.substr(0, last_significant + 1), " ", in inject_top_level_storage_qualifier() 6481 qualifier, expr.substr(last_significant + 1, string::npos)); in inject_top_level_storage_qualifier() 10319 auto image_expr = expr.substr(0, index); 10320 auto array_expr = expr.substr(index); 10341 auto image_expr = expr.substr(0, index); 10342 auto array_expr = expr.substr(index); 10367 auto buffer_expr = expr.substr(0, index); 10368 auto array_expr = expr.substr(index); 12769 mbr_name = (startPos != string::npos) ? mbr_name.substr(startPos) : "";
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_test_ng.cpp | 2254 EXPECT_EQ(popupPath.substr(394, 12), substring); in HWTEST_F() 2257 EXPECT_EQ(centerPath.substr(285, 12), substring); in HWTEST_F() 2260 EXPECT_EQ(bottomPath.substr(178, 12), substring); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 844 modifierDesc += propertyDesc.substr(0, propertyDesc.length() - splitStr.length()); in DumpDrawCmdModifiers() 848 out += modifierDesc.substr(0, modifierDesc.length() - splitStr.length()) + "]"; in DumpDrawCmdModifiers() 864 out += propertyDesc.substr(0, propertyDesc.length() - splitStr.length()) + "]"; in DumpModifiers()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | glslang_wrapper_utils.cpp | 63 if (name.substr(openBracket + 1, closeBracket - openBracket - 1) != "0") in UniformNameIsIndexZero() 629 pos == std::string::npos ? tfVarying.name : tfVarying.name.substr(pos + 1); in AssignTransformFeedbackQualifiers() 4767 *name = name->substr(0, name->find('['));
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Program.cpp | 206 ASSERT(name.substr(0u, nameLengthWithoutArrayIndex) + "[0]" == variable.name); in GetVariableLocation() 1123 std::string baseName = name.substr(0u, nameLengthWithoutArrayIndex); in bindLocation() 1161 std::string baseName = name.substr(0u, nameLengthWithoutArrayIndex); in getBinding()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2312 Filename = Filename.substr(1, Filename.size() - 2); in parseCppHashLineFilenameComment() 2514 Body = Body.substr(Pos); in expandMacro() 4576 Body = Body.substr(Pos); in checkForBadMacro()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Reactor.cpp | 4444 static std::string replaceAll(std::string str, const std::string &substr, const std::string &replacement) 4447 while((pos = str.find(substr, pos)) != std::string::npos) 4449 str.replace(pos, substr.length(), replacement);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 496 StringRef SubStr1 = Str1.substr(0, Length); 497 StringRef SubStr2 = Str2.substr(0, Length); 925 Str = Str.substr(0, LenC->getZExtValue());
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 3337 builder.addText(text.substr(0, 10).data()); 3340 builder.addText(text.substr(10, 20).data()); 3343 builder.addText(text.substr(30, 50).data());
|
/third_party/libevdev/ |
H A D | configure | 7034 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ 7035 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ 7036 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ 7043 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ 10089 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' 10091 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' 15161 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 15289 defundef = substr(arg[1], 2) 15294 prefix = substr(lin [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 6477 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ 6478 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ 6479 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ 6486 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ 9880 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' 9882 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' 14997 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 15125 defundef = substr(arg[1], 2) 15130 prefix = substr(lin [all...] |
/third_party/eudev/ |
H A D | configure | 7165 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ 7166 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ 7167 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ 7174 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ 10140 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' 10142 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' 15879 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' 15881 export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' 20902 line = substr(line, 1, len) "" value "" substr(lin [all...] |
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 1366 std::string systemModule = path.substr(1); in GetOhmurl() 1371 std::string systemKey = path.substr(pos + 1, systemModule.size()); in GetOhmurl()
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 206 tempUrlPath = url.substr(fileHead.size()); in GetRealPath() 2338 std::string byteString = item.first.substr(j, step); in HandleDrmInfoUpdatedEvent()
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.cpp | 1023 std::string inputFd = url.substr(fdHead.size()); in AddSubSource() 1123 std::string inputFd = url.substr(sizeof("fd://") - 1); in SetSource()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 762 toggleCode = gaussiankeyboard_getKeyCodeByKeyName_(remainStr.substr(0, pos)); in PointerEventHandler() 766 remainStr = remainStr.substr(pos + 1); in PointerEventHandler()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 1329 groupName += authResponseContext_->targetPkgName + sLocalDeviceId.substr(0, interceptLength) in GenerateGroupName() 1330 + authResponseContext_->localDeviceId.substr(0, interceptLength); in GenerateGroupName()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alu.cpp | 906 srcstr = srcstr.substr(1); in from_string() 915 srcstr = srcstr.substr(1, srcstr.length() - 2); in from_string()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 2994 DE_ASSERT(formatStr.substr(0, prefix.length()) == prefix); in formatToName() 2996 return de::toLower(formatStr.substr(prefix.length())); in formatToName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2456 ParseConditionCode(PatchedName.substr(1)) != X86::COND_INVALID))) { in ParseInstruction() 2474 PatchedName = PatchedName.substr(0, Name.size()-1); in ParseInstruction()
|