/external/python/cpython2/Lib/ |
D | os.py | 43 linesep = '\n' variable 57 linesep = '\r\n' variable 71 linesep = '\r\n' variable 89 linesep = '\r\n' variable 104 linesep = '\n' variable
|
/external/fonttools/Tests/misc/ |
D | xmlWriter_test.py | 7 linesep = tobytes(os.linesep) variable
|
/external/python/cpython3/Lib/email/ |
D | header.py | 313 def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): argument 422 def _str(self, linesep): argument
|
D | _policybase.py | 163 linesep = '\n' variable in Policy
|
D | generator.py | 72 def flatten(self, msg, unixfrom=False, linesep=None): argument
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzdump.cpp | 209 const char* linesep; member in ICUZDump 293 const char *linesep = NULL; in main() local
|
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
D | ptyprocess.py | 135 linesep = os.linesep.encode('ascii') variable in PtyProcess 146 linesep = os.linesep variable in PtyProcess
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
D | ICUZDump.java | 51 private String linesep = DEFAULT_LINE_SEP; field in ICUZDump
|
/external/python/cpython3/Lib/ |
D | os.py | 54 linesep = '\n' variable 74 linesep = '\r\n' variable
|
D | mailbox.py | 32 linesep = os.linesep.encode('ascii') variable
|
/external/python/pyfakefs/pyfakefs/ |
D | helpers.py | 284 def __init__(self, contents=None, linesep='\n', binary=False, argument
|
/external/python/parse_type/tasks/_vendor/ |
D | path.py | 800 linesep=os.linesep, append=False): argument 899 linesep=os.linesep, append=False): argument
|
/external/python/cpython3/Lib/test/ |
D | test_httpservers.py | 605 linesep = os.linesep.encode('ascii') variable in CGIHTTPServerTestCase
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_email.py | 2752 linesep = '\n' variable in TestIdempotent 4230 linesep = '\n' variable in TestBytesGeneratorIdempotentNL 4237 linesep = '\r\n' variable in TestBytesGeneratorIdempotentCRLF
|
/external/mksh/src/ |
D | sh.h | 2170 char linesep; member
|