/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/ |
H A D | builders.rs | 153 fn crlf(&mut self, yes: bool) -> &mut Builder { in crlf() method 450 pub fn crlf(&mut self, yes: bool) -> &mut RegexBuilder { in crlf() method 1027 pub fn crlf(&mut self, yes: bool) -> &mut RegexSetBuilder { in crlf() method 1620 pub fn crlf(&mut self, yes: bool) -> &mut RegexBuilder { in crlf() method 2218 pub fn crlf(&mut self, yes: bool) -> &mut RegexSetBuilder { in crlf() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/ |
H A D | syntax.rs | 149 crlf: bool, field 239 pub fn crlf(mut self, yes: bool) -> Config { in crlf() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/ |
H A D | translate.rs | 120 pub fn crlf(&mut self, yes: bool) -> &mut TranslatorBuilder { in crlf() method 926 let crlf = self.flags().crlf(); in hir_assertion() localVariable 1232 crlf: Option<bool>, field 1311 fn crlf(&self) -> bool { in crlf() method
|
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/quotedprintable/ |
D | reader.go | 66 crlf = []byte("\r\n") var
|
/aosp_15_r20/external/bcc/examples/networking/http_filter/ |
H A D | http-parse-complete.py | 215 crlf = b'\r\n' variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/ |
D | reply.cpp | 99 const char crlf[] = { '\r', '\n' }; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server/ |
D | reply.cpp | 99 const char crlf[] = { '\r', '\n' }; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server4/ |
D | reply.cpp | 99 const char crlf[] = { '\r', '\n' }; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/http/server/ |
D | reply.cpp | 98 const char crlf[] = { '\r', '\n' }; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server2/ |
D | reply.cpp | 99 const char crlf[] = { '\r', '\n' }; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/ |
H A D | text_line_dataset_test.py | 49 crlf=False, argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ |
H A D | parser.rs | 163 pub fn crlf(&mut self, yes: bool) -> &mut ParserBuilder { in crlf() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | char.rs | 112 pub fn crlf<Input>() -> impl Parser<Input, Output = char, PartialState = ()> in crlf() function
|
D | byte.rs | 115 pub fn crlf<Input>() -> impl Parser<Input, Output = u8, PartialState = ()> in crlf() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/ |
D | parse.rs | 107 fn crlf() { in crlf() function
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_bz2.py | 57 def createTempFile(self, crlf=0): argument
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
H A D | SipDelegateManagerTest.java | 1987 String crlf = "\r\n"; in generateSipMessage() local 2011 String crlf = "\r\n"; in composeSipSection() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/io_ops/ |
H A D | reader_ops_test.py | 352 def _CreateFiles(self, crlf=False): argument
|
/aosp_15_r20/external/curl/src/ |
H A D | tool_paramhlp.c | 84 bool crlf = ISCRLF(*ptr); in memcrlf() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/term/ |
D | terminal.go | 139 crlf = []byte{'\r', '\n'} var
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | binascii.c | 1077 int crlf = 0; in binascii_b2a_qp_impl() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | bocu1tst.c | 938 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | bocu1tst.c | 938 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | binascii.c | 1300 int crlf = 0; in binascii_b2a_qp() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 1092 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
|