HomeSort by relevance Sort by last modified time
    Searched refs:linesep (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /external/python/cpython3/Lib/email/
_policybase.py 136 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...]
contentmanager.py 144 linesep = policy.linesep.encode('ascii')
145 def embedded_body(lines): return linesep.join(lines) + linesep
  /external/autotest/client/cros/bluetooth/
output_recorder.py 92 output_f.write(os.linesep + '*' * 80 + os.linesep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 13 - 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
118 linesep = '\n' variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 26 - os.linesep is the line separator in text files ('\r' or '\n' or '\r\n')
44 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
56 linesep = '\n'
70 linesep = '\r\n' variable
84 linesep = '\r\n' variable
102 linesep = '\r\n' variable
117 linesep = '\n' variable
131 linesep = '\n' variable
  /external/autotest/site_utils/lib/
infra.py 53 print newline.rstrip(os.linesep)
  /external/python/cpython3/Lib/test/test_email/
test_generator.py 140 g.flatten(msg, linesep='\n')
216 linesep='\n'))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 13 - 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/python/cpython2/Lib/
os.py 13 - 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
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 13 - 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
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 13 - 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 13 - 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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 13 - 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
feedparser.py 305 r')(?P<end>--)?(?P<ws>[ \t]*)(?P<linesep>\r\n|\r|\n)?$')
308 linesep = False
323 linesep = mo.group('linesep')
404 if linesep:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_refactor.py 244 old_sep = os.linesep
245 os.linesep = "\r\n"
251 os.linesep = old_sep
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/
TargetTool.py 89 errMsg += " Missing %s configuration information, please use TargetTool to set value!" % Key + os.linesep
94 print os.linesep + 'Warning:' + os.linesep + errMsg
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 51 private String linesep = DEFAULT_LINE_SEP; field in class:ICUZDump
80 this.linesep = sep;
122 w.write(linesep);
274 String lineSep = System.getProperty("line.separator");
277 lineSep = "\r";
279 lineSep = "\n";
281 lineSep = "\r\n";
326 dumpZone(pw, lineSep, tzids[i], low, high, jdk);
340 dumpZone(w, lineSep, tzids[i], low, high, jdk);
349 private static void dumpZone(Writer w, String lineSep, String tzid, int low, int high, boolean isJdk) throws IOException
    [all...]
  /external/python/cpython2/Lib/email/
feedparser.py 99 # Crack into lines, but preserve the linesep characters on the end of each
326 r')(?P<end>--)?(?P<ws>[ \t]*)(?P<linesep>\r\n|\r|\n)?$')
329 linesep = False
344 linesep = mo.group('linesep')
425 if linesep:
  /external/python/cpython2/Lib/lib2to3/tests/
test_refactor.py 285 old_sep = os.linesep
286 os.linesep = "\r\n"
292 os.linesep = old_sep
  /external/python/cpython3/Lib/lib2to3/tests/
test_refactor.py 279 old_sep = os.linesep
280 os.linesep = "\r\n"
286 os.linesep = old_sep
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 305 r')(?P<end>--)?(?P<ws>[ \t]*)(?P<linesep>\r\n|\r|\n)?$')
308 linesep = False
323 linesep = mo.group('linesep')
404 if linesep:
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 305 r')(?P<end>--)?(?P<ws>[ \t]*)(?P<linesep>\r\n|\r|\n)?$')
308 linesep = False
323 linesep = mo.group('linesep')
404 if linesep:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 305 r')(?P<end>--)?(?P<ws>[ \t]*)(?P<linesep>\r\n|\r|\n)?$')
308 linesep = False
323 linesep = mo.group('linesep')
404 if linesep:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 280 old_sep = os.linesep
281 os.linesep = "\r\n"
287 os.linesep = old_sep
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 305 r')(?P<end>--)?(?P<ws>[ \t]*)(?P<linesep>\r\n|\r|\n)?$')
308 linesep = False
323 linesep = mo.group('linesep')
404 if linesep:

Completed in 489 milliseconds

12 3 4 5 6