Home
last modified time | relevance | path

Searched defs:crlf (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dtext_line_dataset_test.py50 crlf=False, argument
/external/bcc/examples/networking/http_filter/
Dhttp-parse-complete.py227 crlf = "\r\n" variable
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dptyprocess.py136 crlf = '\r\n'.encode('ascii') variable in PtyProcess
147 crlf = '\r\n' variable in PtyProcess
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dreader_dataset_ops_test_base.py280 crlf=False, argument
/external/python/cpython2/Lib/test/
Dtest_bz2.py57 def createTempFile(self, crlf=0): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dreader_ops_test.py356 def _CreateFiles(self, crlf=False): argument
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dscreen.py186 def crlf (self): member in screen
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
/external/python/cpython3/Modules/
Dbinascii.c1416 int crlf = 0; in binascii_b2a_qp_impl() local
/external/rust/crates/nom/src/character/
Dcomplete.rs114 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf() function
Dstreaming.rs116 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf() function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java1095 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java1092 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
/external/python/cpython2/Modules/
Dbinascii.c1300 int crlf = 0; in binascii_b2a_qp() local
/external/curl/src/
Dtool_cfgable.h163 bool crlf; member