HomeSort by relevance Sort by last modified time
    Searched refs:crlf (Results 1 - 25 of 25) sorted by null

  /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/lldb/test/pexpect-2.4/
screen.py 121 def crlf (self): member in class:screen
123 """This advances the cursor with CRLF properties.
132 """This is an alias for crlf().
135 self.crlf()
ANSI.py 269 #\r and \n both produce a call to crlf().
273 # self.crlf()
276 self.crlf()
  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
956 { crlf, LENGTHOF(crlf) },
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 936 static const UChar crlf[]={ 0xd, 0xa, 0x20 }; variable
956 { crlf, LENGTHOF(crlf) },
  /external/libedit/src/
read.c 489 int crlf = 0; local
564 crlf = cp[-1] == '\r' || cp[-1] == '\n';
567 if (crlf)
  /external/pcre/dist/
RunGrepTest 551 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinputgrep >>testtrygrep
558 $valgrind $pcregrep -n --newline=crlf -F -f $srcdir/testdata/greppatN4 testNinputgrep >>testtrygrep
configure     [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/openssl/apps/
s_client.c 316 BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n");
587 int crlf=0; local
727 else if (strcmp(*argv,"-crlf") == 0)
728 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...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /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 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 534 milliseconds