/external/libusb/ |
D | .gitattributes | 4 *.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 | .gitattributes | 13 *.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 | .gitattributes | 1 *.dsp -crlf 2 *.dsw -crlf 3 *.sln -crlf 4 *.vcproj -crlf
|
/external/curl/tests/data/ |
D | test128 | 7 --crlf 20 FTP upload with --crlf 23 ftp://%HOSTIP:%FTPPORT/128 -T log/upload128 --crlf 32 --crlf option 54 --crlf option
|
D | test941 | 5 --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 | .gitattributes | 1 test* -crlf
|
/external/syslinux/diag/mbr/ |
D | handoff.S | 153 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 | .gitattributes | 1 *-vs8/*.rules -crlf 2 *-msvs/*.rules -crlf
|
/external/syslinux/diag/geodsp/ |
D | geodsplib.inc | 35 call crlf 68 call crlf 73 crlf:
|
/external/llvm/test/Object/Inputs/ |
D | mri-crlf.mri | 1 ; this file intentionally has crlf line endings
|
/external/llvm/test/Object/ |
D | mri-crlf.test | 1 ; RUN: llvm-ar -M < %S/Inputs/mri-crlf.mri
|
/external/curl/ |
D | .gitattributes | 1 *.dsw -crlf
|
/external/python/cpython2/Modules/ |
D | binascii.c | 1300 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/ |
D | writestr.c | 25 void crlf(void) in crlf() function
|
D | pxeboot.c | 32 crlf(); in local_boot()
|
D | localboot.c | 46 crlf(); in local_boot()
|
D | extern.inc | 80 extern pm_writestr, crlf
|
/external/curl/docs/cmdline-opts/ |
D | crlf.d | 1 Long: crlf
|
/external/libedit/src/ |
D | read.c | 489 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/ |
D | core.h | 130 extern void crlf(void);
|
/external/devlib/devlib/utils/ |
D | uboot.py | 47 self.conn.crlf = '\n\r' # TODO: this has *got* to be a bug in U-Boot...
|
/external/python/cpython2/Lib/test/ |
D | test_bz2.py | 57 def createTempFile(self, crlf=0): argument 59 if crlf: 150 self.createTempFile(crlf=1)
|
/external/icu/icu4c/source/test/cintltst/ |
D | bocu1tst.c | 936 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/ |
D | UnicodeSetStringSpanTest.java | 1090 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/ |
D | UnicodeSetStringSpanTest.java | 1089 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()
|