Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/tools/
Dinconsistent-eol.py42 def PrevailingEOLName(crlf, cr, lf): argument
53 most = max(crlf, cr, lf)
56 if most == crlf:
61 def FixEndings(file, crlf, cr, lf): argument
63 most = max(crlf, cr, lf)
64 if most == crlf:
88 crlf = CountChars(text, '\r\n')
89 cr = CountChars(text, '\r') - crlf
90 lf = CountChars(text, '\n') - crlf
93 if crlf > 0 or cr > 0:
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/
D.gitattributes11 *.rc -crlf
12 *.ds[pw] -crlf
13 *.bat -crlf
14 *.mmp -crlf
15 *.dpj -crlf
16 *.pjt -crlf
17 *.vcp -crlf
18 *.inf -crlf
/external/chromium_org/third_party/WebKit/PerformanceTests/
D.gitattributes1 PageLoad/svg/files/Harvey_Rayner.svg -crlf
2 PageLoad/svg/files/cacuts_02.svg -crlf
3 PageLoad/svg/files/crawfish2_ganson.svg -crlf
4 PageLoad/svg/files/france.svg -crlf
5 PageLoad/svg/files/mtsthelens.svg -crlf
6 PageLoad/svg/files/worldcup.svg -crlf
7 SunSpider/tests/parse-only/jquery-1.3.2.js -crlf
/external/chromium_org/third_party/WebKit/ManualTests/
D.gitattributes1 DOMContextMenuEvent.html -crlf
2 cursor-max-size.html -crlf
3 drag-with-div-or-image-as-data-image.html -crlf
4 empty-script-crash.html -crlf
5 remove-form-node-with-radio-buttons-crash.html -crlf
6 select-delete-item.html -crlf
7 textarea-caret-position-after-auto-spell-correct.html -crlf
/external/chromium_org/third_party/angle/
D.gitattributes2 *.sln eol=crlf
3 *.vcxproj eol=crlf
4 *.vcxproj.filters eol=crlf
5 *.bat eol=crlf
6 *.rc eol=crlf
7 **/compiled/*.h eol=crlf
/external/mesa3d/
D.gitattributes1 *.dsp -crlf
2 *.dsw -crlf
3 *.sln -crlf
4 *.vcproj -crlf
/external/chromium_org/third_party/libvpx/source/libvpx/build/
D.gitattributes1 *-vs8/*.rules -crlf
2 *-msvs/*.rules -crlf
/external/libvpx/libvpx/build/
D.gitattributes1 *-vs8/*.rules -crlf
2 *-msvs/*.rules -crlf
/external/chromium_org/third_party/WebKit/Source/core/
D.gitattributes1 inspector/Inspector.json -crlf
2 rendering/RenderThemeChromiumWin.h -crlf
/external/chromium_org/third_party/WebKit/
D.gitattributes2 # For example: instead of "Source/WebCore/inspector/Inspector.json -crlf" here,
3 # place "Inspector.json -crlf" in Source/WebCore/inspector/.gitattributes
/external/chromium_org/third_party/WebKit/Tools/
D.gitattributes1 TestResultServer/index.yaml -crlf
/external/chromium_org/third_party/pexpect/
Dscreen.py137 def crlf (self): member in screen
151 self.crlf()
DANSI.py312 self.crlf()
/external/lldb/test/pexpect-2.4/
Dscreen.py121 def crlf (self): member in screen
135 self.crlf()
DANSI.py276 self.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/chromium_org/third_party/icu/source/test/cintltst/
Dbocu1tst.c936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
956 { crlf, LENGTHOF(crlf) },
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
956 { crlf, LENGTHOF(crlf) },
/external/pcre/dist/testdata/
Dtestinput21588 xyz\r\nabc\<crlf>
1592 xyz\nabc\<crlf>
1593 xyz\rabc\<crlf>
1602 xyzabc\r\n\<crlf>
1603 xyzabc\r\npqr\<crlf>
1622 /^abc/Im<crlf>
1641 \<crlf>abc\ndef
1642 \<crlf>abc\rdef
1643 \<crlf>abc\r\ndef
1981 /a/<any><crlf>
[all …]
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 …]
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/pcre/dist/
DRunGrepTest551 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinputgrep >>testtrygrep
558 $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/openssl/apps/
Ds_client.c587 int crlf=0; in MAIN() local
728 crlf=1; in MAIN()
1880 if (crlf) in MAIN()
/external/openssl/patches/
D0002-handshake_cutthrough.patch39 int crlf=0;

12