/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/ |
D | lib.rs | 221 mod line_ending; module 238 pub line_ending: LineEnding, field 363 pub fn line_ending(self, line_ending: LineEnding) -> Self { in line_ending() method
|
/aosp_15_r20/external/vulkan-validation-layers/ |
H A D | .cmake-format.py | 30 line_ending = u'unix' variable
|
/aosp_15_r20/external/libaom/ |
H A D | .cmake-format.py | 28 line_ending = u'unix' variable
|
/aosp_15_r20/external/libgav1/ |
H A D | .cmake-format.py | 34 line_ending = 'unix' variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/ |
D | trivia.rs | 112 pub(crate) fn line_ending<'i>(input: &mut Input<'i>) -> PResult<&'i str> { in line_ending() function
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_source_encoding.py | 123 def run_test(self, line_ending): argument
|
/aosp_15_r20/external/libwebm/ |
H A D | .cmake-format.py | 88 line_ending = 'unix' variable
|
/aosp_15_r20/external/webp/ |
H A D | .cmake-format.py | 88 line_ending = 'unix' variable
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/ |
H A D | balsa_frame_test.cc | 180 const char* line_ending) { in CreateFirstLine() 226 const char* line_ending, const char* body) { in CreateMessage() 791 const char* line_ending) { in HeaderLineTestHelper()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/character/ |
H A D | streaming.rs | 218 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending() function
|
H A D | complete.rs | 227 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/character/ |
D | complete.rs | 227 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending() function
|
D | streaming.rs | 218 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending() function
|
/aosp_15_r20/tools/netsim/ |
H A D | cmake-format.json | 295 "line_ending": "unix" string
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ascii/ |
D | mod.rs | 217 pub fn line_ending<I, E: ParserError<I>>(input: &mut I) -> PResult<<I as Stream>::Slice, E> in line_ending() function
|