Home
last modified time | relevance | path

Searched defs:line_ending (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-validation-layers/
D.cmake-format.py30 line_ending = u'unix' variable
/external/libaom/
D.cmake-format.py28 line_ending = u'unix' variable
/external/libgav1/
D.cmake-format.py34 line_ending = 'unix' variable
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_source_encoding.py123 def run_test(self, line_ending): argument
/external/rust/crates/textwrap/src/
Dlib.rs221 mod line_ending; module
238 pub line_ending: LineEnding, field
363 pub fn line_ending(self, line_ending: LineEnding) -> Self { in line_ending() method
/external/rust/crates/nom/src/character/
Dstreaming.rs218 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending() function
Dcomplete.rs227 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending() function
/external/cronet/net/third_party/quiche/src/quiche/balsa/
Dbalsa_frame_test.cc178 const char* line_ending) { in CreateFirstLine()
224 const char* line_ending, const char* body) { in CreateMessage()
790 const char* line_ending) { in HeaderLineTestHelper()