Home
last modified time | relevance | path

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

12

/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/libvpx/libvpx/build/
D.gitattributes1 *-vs8/*.rules -crlf
2 *-msvs/*.rules -crlf
/external/chromium-trace/catapult/third_party/coverage/
Digor.py261 def check_file(fname, crlf=True, trail_white=True): argument
271 if crlf:
277 if not crlf:
306 check_file("tests/farm/html/src/bom.py", crlf=False)
/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/chromium-trace/catapult/dashboard/dashboard/
Drietveld_service.py117 crlf = '\r\n'
139 body = crlf.join(lines)
/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/icu/icu4c/source/test/cintltst/
Dbocu1tst.c934 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
954 { crlf, UPRV_LENGTHOF(crlf) },
/external/curl/src/
Dtool_cfgable.h120 bool crlf; member
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java1083 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
1095 crlf.spanAndCount(s, 2, SpanCondition.CONTAINED, count)); in TestSpanAndCount()
1108 crlf.freeze(); in TestSpanAndCount()
1117 crlf.spanAndCount(s, 2, SpanCondition.CONTAINED, count)); in TestSpanAndCount()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java1087 UnicodeSet crlf = new UnicodeSet().add('\n').add('\r').add("\r\n"); in TestSpanAndCount() local
1099 crlf.spanAndCount(s, 2, SpanCondition.CONTAINED, count)); in TestSpanAndCount()
1112 crlf.freeze(); in TestSpanAndCount()
1121 crlf.spanAndCount(s, 2, SpanCondition.CONTAINED, count)); in TestSpanAndCount()
/external/pcre/dist/testdata/
Dtestinput84060 xyz\r\nabc\<crlf>
4064 xyz\nabc\<crlf>
4065 xyz\rabc\<crlf>
4074 xyzabc\r\n\<crlf>
4075 xyzabc\r\npqr\<crlf>
4094 /^abc/m<crlf>
4107 \<crlf>abc\ndef
4108 \<crlf>abc\rdef
4109 \<crlf>abc\r\ndef
4214 /.+foo/<crlf>
[all …]
Dtestinput21590 xyz\r\nabc\<crlf>
1594 xyz\nabc\<crlf>
1595 xyz\rabc\<crlf>
1604 xyzabc\r\n\<crlf>
1605 xyzabc\r\npqr\<crlf>
1624 /^abc/Im<crlf>
1643 \<crlf>abc\ndef
1644 \<crlf>abc\rdef
1645 \<crlf>abc\r\ndef
1983 /a/<any><crlf>
[all …]
Dtestoutput86358 xyz\r\nabc\<crlf>
6366 xyz\nabc\<crlf>
6368 xyz\rabc\<crlf>
6384 xyzabc\r\n\<crlf>
6386 xyzabc\r\npqr\<crlf>
6419 /^abc/m<crlf>
6442 \<crlf>abc\ndef
6444 \<crlf>abc\rdef
6446 \<crlf>abc\r\ndef
6653 /.+foo/<crlf>
[all …]
/external/xmlrpcpp/src/
DXmlRpcValue.cpp465 encoder.put(_value.asBinary->begin(), _value.asBinary->end(), ins, iostatus, base64<>::crlf()); in binaryToXml()
585 … encoder.put(_value.asBinary->begin(), _value.asBinary->end(), out, iostatus, base64<>::crlf()); in write()
Dbase64.h56 struct crlf struct
/external/pcre/dist/
DRunGrepTest564 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinputgrep >>testtrygrep
571 $valgrind $pcregrep -n --newline=crlf -F -f $srcdir/testdata/greppatN4 testNinputgrep >>testtrygrep
Dconfigure.ac198 AC_ARG_ENABLE(newline-is-crlf,
199 AS_HELP_STRING([--enable-newline-is-crlf],
201 ac_pcre_newline=crlf)
387 crlf) ac_pcre_newline_value=3338 ;;
/external/curl/lib/
Dtransfer.c179 (data->set.crlf)) { in Curl_fillreadbuffer()
903 (data->set.crlf))) { in readwrite_upload()
924 if(!data->set.crlf) { in readwrite_upload()
/external/chromium-trace/catapult/third_party/WebOb/webob/
Drequest.py1219 crlf = '\r\n'
1222 crlf = b'\r\n'
1225 header = start_line.rstrip(crlf)
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
Dautobanh.jar ... java.io.IOException String str public synchronized void crlf () throws java.io.IOException } de ...

12