Home
last modified time | relevance | path

Searched refs:line_ending (Results 1 – 5 of 5) sorted by relevance

/third_party/vulkan-headers/
D.cmake-format.py30 line_ending = u'unix' variable
/third_party/python/Lib/test/test_importlib/source/
Dtest_source_encoding.py123 def run_test(self, line_ending): argument
126 source = line_ending.join(source_lines)
/third_party/cef/tools/yapf/yapf/yapflib/
Dyapf_api.py195 line_ending = file_resources.LineEnding(lines)
197 return source, line_ending, encoding
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp757 const glw::GLchar* lineEndingsToStr(LINE_ENDINGS line_ending) const;
Dgl4cShadingLanguage420PackTests.cpp3158 const GLchar* LineContinuationTest::lineEndingsToStr(LINE_ENDINGS line_ending) const in lineEndingsToStr()
3162 if (UNIX == line_ending) in lineEndingsToStr()