/external/chromium_org/chrome/tools/ |
inconsistent-eol.py | 42 def PrevailingEOLName(crlf, cr, lf): 46 crlf: How many CRLF (\r\n) sequences are in the file. 47 cr: How many CR (\r) characters are in the file, excluding CRLF sequences. 48 lf: How many LF (\n) characters are in the file, excluding CRLF sequences. 53 most = max(crlf, cr, lf) 56 if most == crlf: 57 return 'crlf' 61 def FixEndings(file, crlf, cr, lf): 62 """Change the file's line endings to CRLF or LF, whichever is more common."" [all...] |
/external/chromium_org/third_party/pexpect/ |
screen.py | 137 def crlf (self): member in class:screen 139 """This advances the cursor with CRLF properties. 148 """This is an alias for crlf(). 151 self.crlf()
|
ANSI.py | 312 self.crlf()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
bocu1tst.c | 935 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable 955 { crlf, LENGTHOF(crlf) },
|
/external/icu4c/test/cintltst/ |
bocu1tst.c | 936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable 956 { crlf, LENGTHOF(crlf) },
|
/external/chromium_org/chrome_frame/ |
urlmon_url_request.cc | 1093 const char* crlf = "\\r\\n"; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_pyio.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_pyio.py | [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_client.c | 314 BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n"); 582 int crlf=0; local 719 else if (strcmp(*argv,"-crlf") == 0) 720 crlf=1; [all...] |
/external/openssl/apps/ |
s_client.c | 314 BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n"); 583 int crlf=0; local 721 else if (strcmp(*argv,"-crlf") == 0) 722 crlf=1; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bz2.py | 58 def createTempFile(self, crlf=0): 60 if crlf: 151 self.createTempFile(crlf=1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bz2.py | 58 def createTempFile(self, crlf=0): 60 if crlf: 151 self.createTempFile(crlf=1)
|
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 542 ;;mov si,#crlf local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |