/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
SerializeOptions.java | 65 * The string to be used as a line terminator. If empty it defaults to; linefeed, U+000A, the
|
/libcore/ojluni/src/main/java/java/io/ |
LineNumberInputStream.java | 35 * immediately by a linefeed character. In all three cases, the line
|
BufferedReader.java | 311 * followed immediately by a linefeed. 389 * followed immediately by a linefeed.
|
Console.java | 130 * followed immediately by a linefeed, or an end of stream.
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
miniterm.py | 237 sys.stderr.write('--- data escaping: %s linefeed: %s\n' % ( 348 elif c == '\x0c': # CTRL+L -> cycle linefeed mode
|
/external/pcre/dist/doc/html/ |
pcresyntax.html | 432 (*LF) linefeed only 433 (*CRLF) carriage return followed by linefeed
|
pcrebuild.html | 202 By default, PCRE interprets the linefeed (LF) character as indicating the end 209 which explicitly specifies linefeed as the newline character.
|
pcrepattern.html | 153 strings: a single CR (carriage return) character, a single LF (linefeed) 167 (*LF) linefeed 168 (*CRLF) carriage return, followed by linefeed 339 \n linefeed (hex 0A) 620 U+000A Linefeed (LF) 644 LF, or one of the single characters LF (linefeed, U+000A), VT (vertical tab, [all...] |
/external/pcre/dist/doc/ |
pcrebuild.3 | 195 By default, PCRE interprets the linefeed (LF) character as indicating the end 202 which explicitly specifies linefeed as the newline character.
|
pcrepattern.3 | 121 strings: a single CR (carriage return) character, a single LF (linefeed) 139 (*LF) linefeed 140 (*CRLF) carriage return, followed by linefeed 318 \en linefeed (hex 0A) 619 U+000A Linefeed (LF) 647 LF, or one of the single characters LF (linefeed, U+000A), VT (vertical tab, [all...] |
/external/libvterm/src/ |
state.c | 109 static void linefeed(VTermState *state) function 298 linefeed(state); 373 linefeed(state); 391 linefeed(state); 395 linefeed(state); [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-s390.c | 1519 char *linefeed; local [all...] |
/external/autotest/client/cros/input_playback/ |
input_playback.py | 72 'LINEFEED', 'HOME', 'UP', 'PAGEUP', 'LEFT', 'RIGHT', 'END', 'DOWN',
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
quoprimime.py | 193 76 characters). Long lines will have the `soft linefeed' quoted-printable
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
quoprimime.py | 193 76 characters). Long lines will have the `soft linefeed' quoted-printable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 193 76 characters). Long lines will have the `soft linefeed' quoted-printable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 193 76 characters). Long lines will have the `soft linefeed' quoted-printable
|
/external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
SelectorUtils.java | 620 * "Flattens" a string by removing all whitespace (space, tab, linefeed,
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
CharInfo.java | 75 /** The linefeed character, which the parser should always normalize. */
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
evtest.c | 104 [KEY_LINEFEED] = "LineFeed", [KEY_HOME] = "Home",
|
/external/libvncserver/webclients/novnc/include/ |
keysym.js | 5 XK_Linefeed = 0xff0a, /* Linefeed, LF */
|
/external/tcpdump/ |
util.c | 291 * we pass on the linefeed plus indentation string to
|
/external/valgrind/docs/lib/ |
vg-fo.xsl | 117 linefeed-treatment="preserve" background-color="#f2f2f9"
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
ll.S | 161 mov $0xa,%ax # store linefeed on end
|
/external/valgrind/exp-bbv/tests/arm-linux/ |
ll.S | 152 strb r3,[r10],#+1 @ store a linefeed, increment pointer
|