/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 1318 const auto layoutGroupName = de::toLower(layoutStr.substr(kLayoutPrefixLen)); in createImageDepthStencilDescriptorTests() 1326 const auto formatGroupName = de::toLower(formatStr.substr(kFormatPrefixLen)); in createImageDepthStencilDescriptorTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 89 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName() 94 return de::toLower(de::toString(getCompareOpStr(compare)).substr(3)); in getCompareOpStringName()
|
H A D | vktPipelineRenderToImageTests.cpp | 1725 return de::toLower(name.substr(10)); in getFormatString() 1740 return de::toLower(s.substr(19)); in getShortImageViewTypeName()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktShaderTileImageTests.cpp | 1939 DE_ASSERT(formatStr.substr(0, prefix.length()) == prefix); in formatToName() 1941 return de::toLower(formatStr.substr(prefix.length())); in formatToName()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 2115 DE_ASSERT(formatStr.substr(0, prefix.length()) == prefix); in formatToName() 2117 return de::toLower(formatStr.substr(prefix.length())); in formatToName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 1317 const auto layoutGroupName = de::toLower(layoutStr.substr(kLayoutPrefixLen)); in createImageDepthStencilDescriptorTests() 1325 const auto formatGroupName = de::toLower(formatStr.substr(kFormatPrefixLen)); in createImageDepthStencilDescriptorTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1634 Name = Name.substr( in DWARFObjInMemory() 1683 RelSecName = RelSecName.substr( in DWARFObjInMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 1258 Name = Name.substr(strlen(".custom_section.")); in writeObject() 1546 .substr(PrefixLength + 1) in writeObject()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 1986 int index = atoi(name.substr(open + 1).c_str()); in ParseUniformName() 1997 return name.substr(0, open); in ParseUniformName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 1779 Pipeline.push_back({Text.substr(0, Pos), {}}); in parsePipelineText() 1786 Text = Text.substr(Pos + 1); in parsePipelineText()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format_unittest.cc | 733 val.substr(last_pos, newline_pos + 1 - last_pos), generator); 739 TextFormat::FastFieldValuePrinter::PrintString(val.substr(last_pos),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 87 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName() 92 return de::toLower(de::toString(getCompareOpStr(compare)).substr(3)); in getCompareOpStringName()
|
H A D | vktPipelineRenderToImageTests.cpp | 1598 return de::toLower(name.substr(10)); in getFormatString() 1613 return de::toLower(s.substr(19)); in getShortImageViewTypeName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 2106 DE_ASSERT(formatStr.substr(0, prefix.length()) == prefix); in formatToName() 2108 return de::toLower(formatStr.substr(prefix.length())); in formatToName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 2090 StringRef RegSuffix = Str.substr(RegName.size()); in isRegister() 2197 StringRef RegSuffix = RegName.substr(RI->Name.size()); in ParseRegularReg() 4507 return Name.substr(0, Name.size() - 4); in parseMnemonicSuffix() 4510 return Name.substr(0, Name.size() - 4); in parseMnemonicSuffix() 4513 return Name.substr(0, Name.size() - 4); in parseMnemonicSuffix() 4516 return Name.substr(0, Name.size() - 5); in parseMnemonicSuffix() 6513 DimId = DimId.substr(12);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 1405 const std::string formatName(de::toLower(std::string(getFormatName(format)).substr(10))); in buildTests() 1509 const std::string formatName(de::toLower(std::string(getFormatName(format)).substr(10))); in buildTests() 1716 const std::string formatName(de::toLower(std::string(getFormatName(format)).substr(10))); in buildTests()
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.cc | 99 return sp.size() >= x.size() && sp.substr(sp.size() - x.size()) == x; in StrEndsWith() 755 std::string mantissa = result.substr(0, exp_pos); in PostProcessFloat() 756 std::string exponent = result.substr(exp_pos + 1); in PostProcessFloat() 766 exponent = exponent.substr(1); in PostProcessFloat() 769 exponent = exponent.substr(1); in PostProcessFloat() 774 exponent = exponent.substr(1); in PostProcessFloat() 1261 return type.substr(prefix); in RelativeTypeName() 3614 ? file->name().substr(file->name().rfind('/')) in GenerateFile()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 1332 const std::string formatName(de::toLower(std::string(getFormatName(format)).substr(10))); in buildTests() 1436 const std::string formatName(de::toLower(std::string(getFormatName(format)).substr(10))); in buildTests() 1643 const std::string formatName(de::toLower(std::string(getFormatName(format)).substr(10))); in buildTests()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 1268 std::string substring = uri.substr(pos, delims - pos); in TestStringForParseUri() 1289 std::string substring = uri.substr(pos, delims - pos); in TestFloatForParseUri() 1310 std::string substring = uri.substr(pos, delims - pos); in TestFloatArrayForParseUri() 1335 std::string substring = uri.substr(pos, delims - pos); in TestStringArrayForParseUri()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 1144 pageProfile = pageProfile.substr(profilePrefix.length()).append(".json"); in CommonInitializeForm() 1187 hapPath = LOCAL_BUNDLE_CODE_PATH + moduleHapPath.substr(pos + 1); in CommonInitializeForm() 1691 pageProfile = pageProfile.substr(profilePrefix.length()).append(".json"); in CommonInitialize() 1733 hapPath = LOCAL_BUNDLE_CODE_PATH + moduleHapPath.substr(pos + 1); in CommonInitialize()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 557 wideString.substr(std::clamp((min - tag), 0, static_cast<int32_t>(wideString.length())), in GetSelectedText() 2123 return StringUtils::ToString(value.substr(min, max - min)); in GetSelectedSpanText() 2140 fontFamilyValue.substr(0, !fontFamilyValue.empty() ? static_cast<int32_t>(fontFamilyValue.size()) - 1 : 0); in GetTextStyleObject() 2289 symbolColorValue.substr(0, !symbolColorValue.empty() ? static_cast<int32_t>(symbolColorValue.size()) - 1 : 0); in GetSymbolSpanStyleObject()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 3025 return OHOS::StrToInt(item.substr(moduleName.length() + 1), state); in GetOverlayModuleState() 3877 hapPath.substr(pos + 1, hapPath.length() - pos - 1) + NATIVE_LIBRARY_PATH_SYMBOL + in SetModuleHapPath() 4066 shortcutInfo.iconId = static_cast<uint32_t>(atoi(oldShortcut.icon.substr(iter + 1).c_str())); in InnerProcessShortcut() 4073 shortcutInfo.labelId = static_cast<uint32_t>(atoi(oldShortcut.label.substr(iter + 1).c_str())); in InnerProcessShortcut()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 887 return CaseInsensitiveStringEquals(s1.substr(i1 + 1), s2.substr(i2 + 1)); in CaseInsensitiveStringEquals() 1051 s2.substr(0, prefix_.length()) == prefix_; in MatchAndExplain() 1105 s2.substr(s2.length() - suffix_.length()) == suffix_; in MatchAndExplain()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm16bitStorageTests.cpp | 2163 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group() 2212 specs["v4itype32"] = "%v4" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt32To16Group() 5542 specs["v2itype32"] = "%v2" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt16To32Group() 5543 specs["v3itype32"] = "%v3" + string(intFacts[factIdx].type32).substr(1); in addGraphics16BitStorageUniformInt16To32Group()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2400 OldName = OldName.substr(LastSROAPrefix + strlen(".sroa.")); 2405 OldName = OldName.substr(IndexEnd + 1); 2409 OldName = OldName.substr(OffsetEnd + 1); 2413 OldName = OldName.substr(0, OldName.find(".sroa_"));
|