Home
last modified time | relevance | path

Searched refs:crlf (Results 1 – 25 of 70) sorted by relevance

123

/external/python/cpython2/
D.gitattributes33 *.bat text eol=crlf
34 *.ps1 text eol=crlf
35 *.sln text eol=crlf
36 *.vcxproj* text eol=crlf
37 *.vcproj text eol=crlf
38 *.vsprops text eol=crlf
39 *.props text eol=crlf
40 *.proj text eol=crlf
41 PCbuild/readme.txt text eol=crlf
42 PC/readme.txt text eol=crlf
/external/libusb/
D.gitattributes4 *.dsw eol=crlf
5 *.dsp eol=crlf whitespace=space-before-tab
6 *.sln eol=crlf
7 *.vcproj eol=crlf
8 *.vcxproj* eol=crlf
11 INSTALL_WIN.txt eol=crlf
/external/lz4/
D.gitattributes13 *.sln text eol=crlf
14 *.vcxproj* text eol=crlf
15 *.vcproj* text eol=crlf
17 *.rc text eol=crlf
20 *.bat text eol=crlf
21 *.cmd text eol=crlf
/external/python/cpython3/
D.gitattributes33 *.bat text eol=crlf
34 *.ps1 text eol=crlf
35 *.sln text eol=crlf
36 *.vcxproj* text eol=crlf
37 *.props text eol=crlf
38 *.proj text eol=crlf
39 PCbuild/readme.txt text eol=crlf
40 PC/readme.txt text eol=crlf
/external/mesa3d/
D.gitattributes1 *.dsp -crlf
2 *.dsw -crlf
3 *.sln -crlf
4 *.vcproj -crlf
/external/curl/tests/data/
Dtest1287 --crlf
20 FTP upload with --crlf
23 ftp://%HOSTIP:%FTPPORT/128 -T log/upload128 --crlf
32 --crlf option
54 --crlf option
Dtest9415 --crlf
21 SMTP with --crlf
34 --crlf option
37 …TPPORT/941 --mail-rcpt recipient@example.com --mail-from sender@example.com -T log/upload941 --crlf
62 --crlf option
/external/python/dateutil/
D.gitattributes16 # NEWS and Windows batch files should be crlf
17 NEWS eol=crlf
18 *.bat eol=crlf
/external/libaom/libaom/build/
D.gitattributes1 *-vs8/*.rules -crlf
2 *-msvs/*.rules -crlf
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dtext_line_dataset_test.py48 crlf=False, argument
60 contents.append(b"\r\n" if crlf else b"\n")
80 2, 5, crlf=True, compression_type=compression_type)
127 test_filenames = self._createFiles(2, 5, crlf=True)
/external/swiftshader/third_party/llvm-7.0/llvm/
D.gitattributes17 test/MC/AsmParser/preserve-comments-crlf.s text eol=crlf
/external/bcc/examples/networking/http_filter/
Dhttp-parse-complete.py227 crlf = "\r\n" variable
237 if (crlf in payload_string):
262 if (crlf in payload_string):
/external/python/cpython3/Modules/
Dbinascii.c1381 int crlf = 0; in binascii_b2a_qp_impl() local
1393 crlf = 1; in binascii_b2a_qp_impl()
1413 if (crlf) in binascii_b2a_qp_impl()
1432 if (crlf) in binascii_b2a_qp_impl()
1446 if (crlf) in binascii_b2a_qp_impl()
1490 if (crlf) odata[out++] = '\r'; in binascii_b2a_qp_impl()
1515 if (crlf) odata[out++] = '\r'; in binascii_b2a_qp_impl()
1527 if (crlf) odata[out++] = '\r'; in binascii_b2a_qp_impl()
/external/python/cpython2/Modules/
Dbinascii.c1300 int crlf = 0; in binascii_b2a_qp() local
1315 crlf = 1; in binascii_b2a_qp()
1336 if (crlf) in binascii_b2a_qp()
1355 if (crlf) in binascii_b2a_qp()
1369 if (crlf) in binascii_b2a_qp()
1415 if (crlf) odata[out++] = '\r'; in binascii_b2a_qp()
1440 if (crlf) odata[out++] = '\r'; in binascii_b2a_qp()
1452 if (crlf) odata[out++] = '\r'; in binascii_b2a_qp()
/external/libchrome/base/test/data/file_util/
D.gitattributes2 /crlf.txt -text
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Inputs/
Dmri-crlf.mri1 ; this file intentionally has crlf line endings
/external/llvm/test/Object/Inputs/
Dmri-crlf.mri1 ; this file intentionally has crlf line endings
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dmri-crlf.test1 ; RUN: llvm-ar -M < %S/Inputs/mri-crlf.mri
/external/llvm/test/Object/
Dmri-crlf.test1 ; RUN: llvm-ar -M < %S/Inputs/mri-crlf.mri
/external/scapy/
D.gitattributes3 *.bat text eol=crlf
/external/curl/docs/cmdline-opts/
Dcrlf.d1 Long: crlf
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dcrlf.test1 RUN: llvm-mc -triple x86_64-unknown-unknown %S/Inputs/crlf.s -as-lex | FileCheck %s
/external/vulkan-headers/
D.gitattributes12 *.bat text eol=crlf
/external/vulkan-validation-layers/
D.gitattributes12 *.bat text eol=crlf
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dtextline_dataset_serialization_test.py43 crlf=True,

123