Home
last modified time | relevance | path

Searched refs:lineend (Results 1 – 4 of 4) sorted by relevance

/external/annotation-tools/annotation-file-utilities/
Dannotation-file-format.tex134 % \verbdef\lineend|"\n"|
140 \newcommand{\lineend}{\bnflit{\UseVerb{newline}}}
143 %HEVEA \newcommand{\lineend}{\bnflit{\bs{}n}}
192 The line end symbol \lineend{} is used for all the different line end
228 …t{package} ( \bnflit{:} ) \bnfor{} ( \bnfnt{name} \bnflit{:} \bnfnt{decl-annotation}* ) \lineend \\
264 \qquad \bnflit{class} \bnfnt{name} \bnflit{:} \bnfnt{decl-annotation}* \lineend \\
302 \qquad \bnflit{typeparam} \bnfnt{integer} \bnflit{:} \bnfnt{type-annotation}* \lineend \\
326 …{bound} \bnfnt{integer} \bnflit{\&} \bnfnt{integer} \bnflit{:} \bnfnt{type-annotation}* \lineend \\
343 \qquad \bnflit{extends} \bnflit{:} \bnfnt{type-annotation}* \lineend \\
348 \qquad \bnflit{implements} \bnfnt{integer} \bnflit{:} \bnfnt{type-annotation}* \lineend \\
[all …]
/external/python/cpython2/Lib/test/
Dtest_codecs.py104 for (i, lineend) in enumerate(lineends):
105 vw.append((i*200+200)*u"\u3042" + lineend)
113 for lineend in lineends:
114 s = 10*(size*u"a" + lineend + u"xxx\n")
119 size*u"a" + lineend,
/external/python/cpython3/Lib/test/
Dtest_codecs.py151 for (i, lineend) in enumerate(lineends):
152 vw.append((i*200+200)*"\u3042" + lineend)
160 for lineend in lineends:
161 s = 10*(size*"a" + lineend + "xxx\n")
166 size*"a" + lineend,
/external/libcups/cups/
Dhttp.c1173 *lineend, /* End of line */ in httpGets() local
1191 lineend = line + length - 1; in httpGets()
1194 while (lineptr < lineend) in httpGets()
1296 lineptr < lineend && bufptr < bufend;) in httpGets()