/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 82 result += (symbolsInPart >= partString.size()) ? partString : partString.substr(partString.size() - symbolsInPart); in uuidToHex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessVertexAccessTests.cpp | 1262 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, de::toLower(formatName.substr(10)).c_str()));
|
/third_party/vk-gl-cts/external/vulkancts/modules/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/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 972 return de::toLower(nameStr.substr(prefixLen)); in getDomainOriginName()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringExplicitLodTests.cpp | 1261 const std::string prefix = de::toLower(std::string(getFormatName(formats[formatNdx])).substr(10)); in create2DFormatTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 744 std::string formatName = de::toLower(de::toString(format).substr(10));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 1295 const std::string fmtName = de::toLower(std::string(getFormatName(testFormats[formatIdx])).substr(skip)); in createBufferViewAccessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 1079 return de::toLower(fullName.substr(prefixLen)); in getDynamicStateBriefName()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ProgramGL.cpp | 1023 fullNameStr << uniform.mappedName.substr(0, uniform.mappedName.length() - 3); in postLink()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 188 Data = Data.substr(C->Offset, C->Length); in DWARFUnit()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 73 os << params.backendAndStory().substr(1); in operator <<()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionCall.cpp | 916 "::" + functions[0]->name().substr(1) + "("; in Convert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 472 return getBlock().getContent().substr(Offset, Size);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Constants.h | 666 return Str.substr(0, Str.size()-1); in getAsCString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 160 StringRef Str = (Line)->substr(1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 498 StringRef Res = mangledName.substr(0, Len);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 677 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface_unittest.cc | 386 std::string dir = name.substr(0, slash_pos); in CreateTempFile()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.cc | 1149 return formatted.substr(1); in FormatNanos()
|
/third_party/spirv-tools/source/opt/ |
H A D | optimizer.cpp | 271 } else if (flag.size() > 2 && flag.substr(0, 2) == "--") { in FlagHasValidForm()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 93 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 1305 const std::string formatName = de::toLower(std::string(getFormatName(format)).substr(skip)); in createSamplerBorderSwizzleTests()
|
H A D | vktPipelineStencilTests.cpp | 930 return de::toLower(fullName.substr(10)); in getFormatCaseName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 82 result += (symbolsInPart >= partString.size()) ? partString : partString.substr(partString.size() - symbolsInPart); in uuidToHex()
|
/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(), ""));
|