Home
last modified time | relevance | path

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

123

/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/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
D.gitattributes1 test* -crlf
/external/syslinux/diag/mbr/
Dhandoff.S153 call crlf
156 call crlf
162 call crlf
184 call crlf
188 call crlf
203 call crlf
219 call crlf
269 call crlf
273 call crlf
300 crlf: label
/external/libvpx/libvpx/build/
D.gitattributes1 *-vs8/*.rules -crlf
2 *-msvs/*.rules -crlf
/external/syslinux/diag/geodsp/
Dgeodsplib.inc35 call crlf
68 call crlf
73 crlf:
/external/llvm/test/Object/Inputs/
Dmri-crlf.mri1 ; this file intentionally has crlf line endings
/external/llvm/test/Object/
Dmri-crlf.test1 ; RUN: llvm-ar -M < %S/Inputs/mri-crlf.mri
/external/curl/
D.gitattributes1 *.dsw -crlf
/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/syslinux/core/
Dwritestr.c25 void crlf(void) in crlf() function
Dpxeboot.c32 crlf(); in local_boot()
Dlocalboot.c46 crlf(); in local_boot()
Dextern.inc80 extern pm_writestr, crlf
/external/curl/docs/cmdline-opts/
Dcrlf.d1 Long: crlf
/external/libedit/src/
Dread.c489 int crlf = 0; in FUN() local
564 crlf = cp[-1] == '\r' || cp[-1] == '\n'; in FUN()
567 if (crlf) in FUN()
/external/syslinux/core/include/
Dcore.h130 extern void crlf(void);
/external/devlib/devlib/utils/
Duboot.py47 self.conn.crlf = '\n\r' # TODO: this has *got* to be a bug in U-Boot...
/external/python/cpython2/Lib/test/
Dtest_bz2.py57 def createTempFile(self, crlf=0): argument
59 if crlf:
150 self.createTempFile(crlf=1)
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
956 { crlf, UPRV_LENGTHOF(crlf) },
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java1090 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
1102 crlf.spanAndCount(s, 2, SpanCondition.CONTAINED, count)); in TestSpanAndCount()
1115 crlf.freeze(); in TestSpanAndCount()
1124 crlf.spanAndCount(s, 2, SpanCondition.CONTAINED, count)); in TestSpanAndCount()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java1089 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
1101 crlf.spanAndCount(s, 2, SpanCondition.CONTAINED, count)); in TestSpanAndCount()
1114 crlf.freeze(); in TestSpanAndCount()
1123 crlf.spanAndCount(s, 2, SpanCondition.CONTAINED, count)); in TestSpanAndCount()

123