Home
last modified time | relevance | path

Searched refs:endText (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/server/
DscriptVersionCache.ts553 const endText = text.substring(lineMap[lc]); constant
554 if (endText.length > 0) {
555 lines[lc] = endText;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestPackage.cpp884 std::string endText ("#endTestCaseResult"); in runTestsInSubprocess() local
886 std::size_t endPos = subQpaText.rfind(endText); in runTestsInSubprocess()
890 … + std::string(subQpaText.begin() + beginPos, subQpaText.begin() + endPos + endText.size()) + "\n"; in runTestsInSubprocess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp884 std::string endText ("#endTestCaseResult"); in runTestsInSubprocess() local
886 std::size_t endPos = subQpaText.rfind(endText); in runTestsInSubprocess()
890 … + std::string(subQpaText.begin() + beginPos, subQpaText.begin() + endPos + endText.size()) + "\n"; in runTestsInSubprocess()