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

1 2 3 4 5 6

  /external/annotation-tools/scene-lib/src/annotations/io/classfile/
ClassFileWriter.java 31 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
ClassFileReader.java 36 private static String linesep = System.getProperty("line.separator"); field in class:ClassFileReader
40 + linesep
42 + linesep
44 + linesep
46 + linesep
48 + linesep
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 101 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 = "\n"
    [all...]
  /prebuilts/checkstyle/gitlint/
git.py 73 '--ignore-submodules=all']).decode('utf-8').split(os.linesep)
93 commit]).decode('utf-8').split(os.linesep)
130 os.linesep.encode('utf-8'))
  /external/python/cpython3/Lib/
mailbox.py 31 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/email/
policy.py 152 Otherwise the name and the value with any linesep characters removed
171 the name and the value with any linesep characters removed to the
176 not to be refolded, the lines are rejoined using the linesep from the
214 return name + ': ' + self.linesep.join(lines) + self.linesep
221 SMTP = default.clone(linesep='\r\n')
222 HTTP = default.clone(linesep='\r\n', max_line_length=None)
generator.py 73 def flatten(self, msg, unixfrom=False, linesep=None):
84 linesep specifies the characters used to indicate a new line in
95 if linesep is not None:
96 policy = policy.clone(linesep=linesep)
99 self._NL = policy.linesep
273 g.flatten(part, unixfrom=False, linesep=self._NL)
332 g.flatten(part, unixfrom=False, linesep=self._NL)
359 g.flatten(msg.get_payload(0), unixfrom=False, linesep=self._NL)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 68 linesep = os.linesep variable
  /external/python/cpython2/Lib/
mailbox.py 211 data = buffer.read().replace('\n', os.linesep)
213 if self._append_newline and not data.endswith(os.linesep):
215 target.write(os.linesep)
219 message = message.replace('\n', os.linesep)
221 if self._append_newline and not message.endswith(os.linesep):
223 target.write(os.linesep)
232 line = line.replace('\n', os.linesep)
235 if self._append_newline and lastline and not lastline.endswith(os.linesep):
237 target.write(os.linesep)
773 from_line = self._file.readline().replace(os.linesep, '')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 213 data = buffer.read().replace('\n', os.linesep)
215 if self._append_newline and not data.endswith(os.linesep):
217 target.write(os.linesep)
221 message = message.replace('\n', os.linesep)
223 if self._append_newline and not message.endswith(os.linesep):
225 target.write(os.linesep)
234 line = line.replace('\n', os.linesep)
237 if self._append_newline and lastline and not lastline.endswith(os.linesep):
239 target.write(os.linesep)
763 from_line = self._file.readline().replace(os.linesep, '')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 213 data = buffer.read().replace('\n', os.linesep)
215 if self._append_newline and not data.endswith(os.linesep):
217 target.write(os.linesep)
221 message = message.replace('\n', os.linesep)
223 if self._append_newline and not message.endswith(os.linesep):
225 target.write(os.linesep)
234 line = line.replace('\n', os.linesep)
237 if self._append_newline and lastline and not lastline.endswith(os.linesep):
239 target.write(os.linesep)
763 from_line = self._file.readline().replace(os.linesep, '')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 213 data = buffer.read().replace('\n', os.linesep)
215 if self._append_newline and not data.endswith(os.linesep):
217 target.write(os.linesep)
221 message = message.replace('\n', os.linesep)
223 if self._append_newline and not message.endswith(os.linesep):
225 target.write(os.linesep)
234 line = line.replace('\n', os.linesep)
237 if self._append_newline and lastline and not lastline.endswith(os.linesep):
239 target.write(os.linesep)
763 from_line = self._file.readline().replace(os.linesep, '')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 213 data = buffer.read().replace('\n', os.linesep)
215 if self._append_newline and not data.endswith(os.linesep):
217 target.write(os.linesep)
221 message = message.replace('\n', os.linesep)
223 if self._append_newline and not message.endswith(os.linesep):
225 target.write(os.linesep)
234 line = line.replace('\n', os.linesep)
237 if self._append_newline and lastline and not lastline.endswith(os.linesep):
239 target.write(os.linesep)
763 from_line = self._file.readline().replace(os.linesep, '')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 210 target.write(buffer.read().replace('\n', os.linesep))
214 message = message.replace('\n', os.linesep)
223 line = line.replace('\n', os.linesep)
731 from_line = self._file.readline().replace(os.linesep, '')
733 msg = self._message_factory(string.replace(os.linesep, '\n'))
744 return string.replace(os.linesep, '\n')
772 self._file.write(from_line + os.linesep)
791 f.write(os.linesep)
802 stops.append(line_pos - len(os.linesep))
822 f.write('\001\001\001\001' + os.linesep)
    [all...]
  /external/v8/src/inspector/build/
compile-scripts.py 151 print 'injected-script-source.js compilation output:%s' % os.linesep
156 print 'debugger-script.js compilation output:%s' % os.linesep
161 print 'Validate injected-script-source.js output:%s' % os.linesep
  /external/python/cpython3/Lib/test/
test_mailbox.py 141 os.linesep.encode()))
284 self.assertEqual(data0.decode('ascii').replace(os.linesep, '\n'),
286 self.assertEqual(data1.decode('ascii').replace(os.linesep, '\n'),
542 _bytes_sample_message.replace(b'\n', os.linesep.encode()))
    [all...]
  /external/clang/utils/check_cfc/
obj_diff.py 28 return filter(keep_line, out.split(os.linesep))
37 return filter(keep_line, out.split(os.linesep))
  /external/llvm/utils/
schedcover.py 42 sys.stdout.write(os.linesep)
51 sys.stdout.write(os.linesep)
  /external/python/cpython2/Lib/test/
test_mailbox.py 148 self.assertEqual(msg.fp.read(), '1' + os.linesep)
183 self.assertEqual(msg0.read().replace(os.linesep, '\n'),
186 self.assertEqual(msg1.read().replace(os.linesep, '\n'),
452 _sample_message.replace('\n', os.linesep))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mailbox.py 148 self.assertEqual(msg.fp.read(), '1' + os.linesep)
183 self.assertEqual(msg0.read().replace(os.linesep, '\n'),
186 self.assertEqual(msg1.read().replace(os.linesep, '\n'),
453 _sample_message.replace('\n', os.linesep))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mailbox.py 148 self.assertEqual(msg.fp.read(), '1' + os.linesep)
183 self.assertEqual(msg0.read().replace(os.linesep, '\n'),
186 self.assertEqual(msg1.read().replace(os.linesep, '\n'),
453 _sample_message.replace('\n', os.linesep))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 148 self.assertEqual(msg.fp.read(), '1' + os.linesep)
183 self.assertEqual(msg0.read().replace(os.linesep, '\n'),
186 self.assertEqual(msg1.read().replace(os.linesep, '\n'),
453 _sample_message.replace('\n', os.linesep))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 148 self.assertEqual(msg.fp.read(), '1' + os.linesep)
183 self.assertEqual(msg0.read().replace(os.linesep, '\n'),
186 self.assertEqual(msg1.read().replace(os.linesep, '\n'),
453 _sample_message.replace('\n', os.linesep))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mailbox.py 172 self.assertEqual(self._box.get_file(key0).read().replace(os.linesep, '\n'),
174 self.assertEqual(self._box.get_file(key1).read().replace(os.linesep, '\n'),
419 _sample_message.replace('\n', os.linesep))
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
runner.py 137 handle.write(opts['file'] + os.linesep)
138 handle.write(error.title().replace('_', ' ') + os.linesep)
139 handle.write(' '.join(cmd) + os.linesep)
140 handle.write(' '.join(os.uname()) + os.linesep)

Completed in 679 milliseconds

1 2 3 4 5 6