Searched defs:linesep (Results 1 - 12 of 12) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/io/classfile/
H A DClassFileWriter.java31 private static String linesep = System.getProperty("line.separator"); field in class:ClassFileWriter
36 + linesep
38 + linesep
40 + linesep
42 + linesep
44 + linesep
46 + linesep
48 + linesep
H A DClassFileReader.java36 private static String linesep = System.getProperty("line.separator"); field in class:ClassFileReader
40 + linesep
42 + linesep
44 + linesep
46 + linesep
48 + linesep
/external/python/cpython3/Lib/email/
H A D_policybase.py136 linesep -- string containing the value to use as separation
148 max_line_length -- maximum length of lines, excluding 'linesep',
163 linesep = '\n' variable in class:Policy
222 """Given a list of linesep terminated strings constituting the lines of
224 in the model. The input lines should retain their terminating linesep
251 containing linesep characters that implement the folding of the header
263 data containing linesep characters that implement the folding of the
364 parts.append(h.encode(linesep=self.linesep,
366 parts.append(self.linesep)
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
H A DICUZDump.java51 private String linesep = DEFAULT_LINE_SEP; field in class:ICUZDump
80 this.linesep = sep;
122 w.write(linesep);
/external/python/cpython2/Lib/
H A Dos.py13 - os.linesep is the line separator in text files ('\r' or '\n' or '\r\n')
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
43 linesep = '\n'
57 linesep = '\r\n' variable
71 linesep = '\r\n' variable
89 linesep = '\r\n' variable
104 linesep = '\n' variable
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp101 linesep = NULL;
128 linesep = sep;
179 if (linesep != NULL) {
180 out << linesep; local
209 const char* linesep; member in class:ICUZDump
284 UOPTION_DEF("linesep", 'l', UOPT_REQUIRES_ARG)
293 const char *linesep = NULL; local
329 linesep = "\r";
331 linesep = "\r\n";
333 linesep
[all...]
/external/python/cpython3/Lib/
H A Dos.py13 - os.linesep is the line separator in text files ('\r' or '\n' or '\r\n')
32 __all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
50 linesep = '\n'
70 linesep = '\r\n' variable
H A Dmailbox.py31 linesep = os.linesep.encode('ascii') variable
218 data = data.replace(b'\n', linesep)
220 if self._append_newline and not data.endswith(linesep):
222 target.write(linesep)
232 message = message.replace(b'\n', linesep)
234 if self._append_newline and not message.endswith(linesep):
236 target.write(linesep)
254 line = line.replace(b'\n', linesep)
257 if self._append_newline and lastline and not lastline.endswith(linesep)
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_httpservers.py531 linesep = os.linesep.encode('ascii') variable in class:CGIHTTPServerTestCase
658 (b'Hello World' + self.linesep, 'text/html', HTTPStatus.OK))
670 self.assertEqual(res.read(), b'1, python, 123456' + self.linesep)
682 (b'Hello World' + self.linesep, 'text/html', HTTPStatus.OK),
689 (b'Hello World' + self.linesep, 'text/html', HTTPStatus.OK),
697 (b'Hello World' + self.linesep, 'text/html', HTTPStatus.OK),
704 (b'Hello World' + self.linesep, 'text/html', HTTPStatus.OK),
710 (b'Hello World' + self.linesep, 'text/html', HTTPStatus.OK),
716 (b'a=b?c=d' + self.linesep, 'tex
[all...]
/external/python/cpython3/Lib/test/test_email/
H A Dtest_email.py310 newpolicy = msg.policy.clone(linesep='\r\n')
329 newpolicy = msg.policy.clone(linesep='\r\n')
2711 linesep = '\n' variable in class:TestIdempotent
2829 eq(msg.preamble, 'This is a MIME-encapsulated message.' + self.linesep)
2830 eq(msg.epilogue, self.linesep)
2835 eq(msg1.get_payload(), 'Yadda yadda yadda' + self.linesep)
2838 eq(msg2.get_payload(), 'Yadda yadda yadda' + self.linesep)
2847 eq(msg4.get_payload(), 'Yadda yadda yadda' + self.linesep)
2863 eq(msg1.get_payload(), self.linesep)
3348 g.flatten(msg, linesep
4173 linesep = '\\n' variable in class:TestBytesGeneratorIdempotentNL
4180 linesep = '\\r\\n' variable in class:TestBytesGeneratorIdempotentCRLF
[all...]
/external/mksh/src/
H A Dsh.h2084 char linesep; member in struct:columnise_opts
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 417 milliseconds