/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 156 public static final byte LF = 10; 159 * Alternate name for {@link #LF}. ({@code LF} is preferred.)
|
/external/python/cpython2/Lib/curses/ |
ascii.py | 14 LF = 0x0a # ^J 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/external/python/cpython3/Lib/curses/ |
ascii.py | 14 LF = 0x0a # ^J 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 733 if (Function *LF = F->Codegen()) { 735 LF->dump(); 758 if (Function *LF = F->Codegen()) { 760 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 844 if (Function *LF = F->Codegen()) { 846 LF->dump(); 869 if (Function *LF = F->Codegen()) { 871 void *FPtr = TheExecutionEngine->getPointerToFunction(LF);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/curses/ |
ascii.py | 14 LF = 0x0a # ^J 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/prebuilts/gdb/linux-x86/lib/python2.7/curses/ |
ascii.py | 14 LF = 0x0a # ^J 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 14 LF = 0x0a # ^J 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 14 LF = 0x0a # ^J 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
poplib.py | 30 # Line terminators (we always output CRLF, but accept any of CRLF, LFCR, LF)
32 LF = '\n'
33 CRLF = CR+LF
110 # server can send any combination of CR & LF
111 # however, 'readline()' returns lines ending in LF
112 # so only possibilities are ...LF, ...CRLF, CR...LF
|
/external/llvm/lib/Analysis/ |
CallGraph.cpp | 117 if (Function *LF = LHS->getFunction()) 119 return LF->getName() < RF->getName();
|
/external/python/cpython2/Lib/ |
poplib.py | 30 # Line terminators (we always output CRLF, but accept any of CRLF, LFCR, LF) 32 LF = '\n' 33 CRLF = CR+LF 118 # server can send any combination of CR & LF 119 # however, 'readline()' returns lines ending in LF 120 # so only possibilities are ...LF, ...CRLF, CR...LF
|
/external/python/cpython3/Lib/ |
poplib.py | 38 # Line terminators (we always output CRLF, but accept any of CRLF, LFCR, LF) 40 LF = b'\n' 41 CRLF = CR+LF 135 # server can send any combination of CR & LF 136 # however, 'readline()' returns lines ending in LF 137 # so only possibilities are ...LF, ...CRLF, CR...LF
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
poplib.py | 30 # Line terminators (we always output CRLF, but accept any of CRLF, LFCR, LF) 32 LF = '\n' 33 CRLF = CR+LF 110 # server can send any combination of CR & LF 111 # however, 'readline()' returns lines ending in LF 112 # so only possibilities are ...LF, ...CRLF, CR...LF
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
poplib.py | 30 # Line terminators (we always output CRLF, but accept any of CRLF, LFCR, LF) 32 LF = '\n' 33 CRLF = CR+LF 110 # server can send any combination of CR & LF 111 # however, 'readline()' returns lines ending in LF 112 # so only possibilities are ...LF, ...CRLF, CR...LF
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
poplib.py | 30 # Line terminators (we always output CRLF, but accept any of CRLF, LFCR, LF) 32 LF = '\n' 33 CRLF = CR+LF 110 # server can send any combination of CR & LF 111 # however, 'readline()' returns lines ending in LF 112 # so only possibilities are ...LF, ...CRLF, CR...LF
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
poplib.py | 30 # Line terminators (we always output CRLF, but accept any of CRLF, LFCR, LF) 32 LF = '\n' 33 CRLF = CR+LF 110 # server can send any combination of CR & LF 111 # however, 'readline()' returns lines ending in LF 112 # so only possibilities are ...LF, ...CRLF, CR...LF
|
/external/syslinux/core/ |
pxelinux.asm | 557 db ' H. Peter Anvin et al', CR, LF, 0 558 err_bootfailed db CR, LF, 'Boot failed: press a key to retry, or wait for reset...', CR, LF, 0 560 localboot_msg db 'Booting from local disk...', CR, LF, 0 561 syslinux_banner db CR, LF, MY_NAME, ' ', VERSION_STR, ' ', MY_TYPE, ' '
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
serialutil.py | 84 LF = to_bytes([10]) 162 def readline(self, size=None, eol=LF): 179 def readlines(self, sizehint=None, eol=LF):
|
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.cpp | 1046 // Systems based on ASCII or a compatible character set use either LF (Line feed, '\n', 0x0A, 10 in decimal) or 1047 // CR (Carriage return, '\r', 0x0D, 13 in decimal) individually, or CR followed by LF (CR+LF, 0x0D 0x0A)... 1048 // * LF: Multics, Unix and Unix-like systems (GNU/Linux, AIX, Xenix, Mac OS X, FreeBSD, etc.), BeOS, Amiga, RISC OS, and others 1049 // * CR+LF: DEC RT-11 and most other early non-Unix, non-IBM OSes, CP/M, MP/M, DOS, OS/2, Microsoft Windows, Symbian OS 1055 const char LF = 0x0a; 1064 *q++ = LF; 1066 if ( *p == LF ) { // check for CR+LF (and skip LF) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
CharsetUtil.java | [all...] |
/prebuilts/go/darwin-x86/src/mime/quotedprintable/ |
reader.go | 67 lf = []byte("\n") 89 // Does the line end in CRLF instead of just LF? 90 hasLF := bytes.HasSuffix(r.line, lf) 97 if !bytes.HasPrefix(rightStripped, lf) && !bytes.HasPrefix(rightStripped, crlf) && 66 lf = []byte("\\n") var
|
/prebuilts/go/linux-x86/src/mime/quotedprintable/ |
reader.go | 67 lf = []byte("\n") 89 // Does the line end in CRLF instead of just LF? 90 hasLF := bytes.HasSuffix(r.line, lf) 97 if !bytes.HasPrefix(rightStripped, lf) && !bytes.HasPrefix(rightStripped, crlf) && 66 lf = []byte("\\n") var
|
/external/curl/docs/cmdline-opts/ |
gen.pl | 12 case we have CRLF line endings in Windows but a perl that defaults to LF.
|
/external/icu/icu4c/source/common/ |
uprops.h | 323 LF =0x000a,
|