Searched defs:LF (Results 1 - 25 of 54) sorted by relevance

123

/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java51 public static final int LF = 10; // <US-ASCII LF, linefeed (10)> field in class:HTTP
98 return ch == SP || ch == HT || ch == CR || ch == LF;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaconf.cpp134 static const UChar LF = 0x0a; local
137 // CR LF
138 if ( c == CR && curOffset + 1 < len && base[curOffset + 1] == LF){
142 // CR or LF
143 if ( c == CR || c == LF) {
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dread.c35 #define LF 0x000A macro
185 if(c == CR || c == LF){
198 if(c == CR || c == LF){
H A Dparse.cpp42 #define LF 0x000A macro
371 while(c != CR && c != LF) {
387 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
H A Dwrtxml.cpp282 /* Disallow C0 controls except TAB, CR, LF*/
356 #define LF 0x000D macro
374 case LF:
/external/chromium_org/third_party/pexpect/
H A Dscreen.py32 LF = 10 # Line feed. variable
33 VT = 11 # Same as LF.
34 FF = 12 # Same as LF.
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py6 # Input characters are sent directly (only LF -> CR/LF/CRLF translation is
84 LF = serial.to_bytes([10]) variable
113 return LF
163 NEWLINE_CONVERISON_MAP = (LF, CR, CRLF)
164 LF_MODES = ('LF', 'CR', 'CR/LF')
540 help = "do not send CR+LF, send CR only",
547 help = "do not send CR+LF, send LF onl
[all...]
/external/guava/guava/src/com/google/common/base/
H A DAscii.java151 public static final byte LF = 10; field in class:Ascii
154 * Alternate name for {@link #LF}. ({@code LF} is preferred.)
/external/icu/icu4c/source/test/intltest/
H A Didnaconf.cpp133 static const UChar LF = 0x0a; local
136 // CR LF
137 if ( c == CR && curOffset + 1 < len && base[curOffset + 1] == LF){
141 // CR or LF
142 if ( c == CR || c == LF) {
/external/icu/icu4c/source/tools/genrb/
H A Dread.c35 #define LF 0x000A macro
185 if(c == CR || c == LF){
198 if(c == CR || c == LF){
H A Dwrtxml.cpp292 /* Disallow C0 controls except TAB, CR, LF*/
366 #define LF 0x000D macro
384 case LF:
/external/lldb/test/pexpect-2.4/
H A Dscreen.py16 LF = 10 # Line feed. variable
17 VT = 11 # Same as LF.
18 FF = 12 # Same as LF.
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1046 // 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; local
1064 *q++ = LF;
1066 if ( *p == LF ) { // check for CR+LF (and skip LF)
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1046 // 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; local
1064 *q++ = LF;
1066 if ( *p == LF ) { // check for CR+LF (and skip LF)
[all...]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialutil.py84 LF = to_bytes([10]) variable
162 def readline(self, size=None, eol=LF):
179 def readlines(self, sizehint=None, eol=LF):
/external/openfst/src/include/fst/
H A Dlookahead-filter.h651 typedef LookAheadComposeFilter<SF, M> LF; typedef in class:fst::DefaultLookAhead
652 typedef PushWeightsComposeFilter<LF, M> WF;
664 typedef LookAheadComposeFilter<SF, M> LF; typedef in class:fst::DefaultLookAhead
665 typedef PushWeightsComposeFilter<LF, M> WF;
677 typedef LookAheadComposeFilter<SF, M> LF; typedef in class:fst::DefaultLookAhead
678 typedef PushWeightsComposeFilter<LF, M> WF;
690 typedef LookAheadComposeFilter<SF, M> LF; typedef in class:fst::DefaultLookAhead
691 typedef PushWeightsComposeFilter<LF, M> WF;
/external/chromium_org/third_party/icu/source/common/
H A Ducnvisci.c50 #define LF 0x0A macro
920 /* Write the language code following LF only if LF is not the last character. */
921 if (args->converter->fromUnicodeStatus == LF) {
H A Duprops.h305 LF =0x000a, enumerator in enum:__anon12060
H A Dubidiimp.h141 #define LF 0x000A macro
H A Ducnv2022.cpp84 #define LF 0x0A macro
1949 if(sourceChar == CR || sourceChar == LF) {
2148 case LF:
2977 if(sourceChar == CR || sourceChar == LF) {
3330 case LF:
/external/icu/icu4c/source/common/
H A Ducnvisci.c50 #define LF 0x0A macro
920 /* Write the language code following LF only if LF is not the last character. */
921 if (args->converter->fromUnicodeStatus == LF) {
H A Duprops.h305 LF =0x000a, enumerator in enum:__anon21849
H A Dubidiimp.h132 #define LF 0x000A macro
/external/llvm/lib/MC/
H A DMCAssembler.cpp751 const MCLEBFragment &LF = cast<MCLEBFragment>(F); local
752 OW->WriteBytes(LF.getContents().str());
995 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { argument
997 uint64_t OldSize = LF.getContents().size();
998 bool IsAbs = LF.getValue().EvaluateAsAbsolute(Value, Layout);
1001 SmallString<8> &Data = LF.getContents();
1004 if (LF.isSigned())
1009 return OldSize != LF.getContents().size();
1224 const MCLEBFragment *LF = cast<MCLEBFragment>(this); local
1226 OS << " Value:" << LF
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py72 LF = '\n' variable
1254 elif line.endswith(LF):
1255 counter[LF] += 1
1257 return (sorted(counter, key=counter.get, reverse=True) or [LF])[0]
2426 return line.lstrip().rstrip(CR + LF) + '\n'

Completed in 717 milliseconds

123