HomeSort by relevance Sort by last modified time
    Searched refs:from_line (Results 1 - 12 of 12) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
mailbox.py 763 from_line = self._file.readline().replace(os.linesep, '')
766 msg.set_from(from_line[5:])
788 from_line = None
792 from_line = message[:newline]
795 from_line = message
798 from_line = 'From ' + message.get_from()
800 from_line = message.get_unixfrom() # May be None.
801 if from_line is None:
802 from_line = 'From MAILER-DAEMON %s' % time.asctime(time.gmtime())
804 self._file.write(from_line + os.linesep
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
mailbox.py 763 from_line = self._file.readline().replace(os.linesep, '')
766 msg.set_from(from_line[5:])
788 from_line = None
792 from_line = message[:newline]
795 from_line = message
798 from_line = 'From ' + message.get_from()
800 from_line = message.get_unixfrom() # May be None.
801 if from_line is None:
802 from_line = 'From MAILER-DAEMON %s' % time.asctime(time.gmtime())
804 self._file.write(from_line + os.linesep
    [all...]
  /external/chromium_org/v8/src/
messages.js 493 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
499 from_line -= this.line_offset;
501 if (from_line < 0) from_line = 0;
505 if (from_line >= this.lineCount() ||
507 from_line > to_line) {
512 var from_position = from_line == 0 ? 0 : line_ends[from_line - 1] + 1;
517 from_line + this.line_offset,
727 * from_line : line number for the first line in the slic
    [all...]
d8.js 1574 var from_line = body.fromLine + 1; variable
    [all...]
debug-debugger.js     [all...]
  /external/v8/src/
messages.js 462 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
468 from_line -= this.line_offset;
470 if (from_line < 0) from_line = 0;
474 if (from_line >= this.lineCount() ||
476 from_line > to_line) {
481 var from_position = from_line == 0 ? 0 : line_ends[from_line - 1] + 1;
486 from_line + this.line_offset,
695 * from_line : line number for the first line in the slic
    [all...]
debug-debugger.js     [all...]
d8.js 2163 var from_line = body.fromLine + 1; variable
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-sourceslice.js 64 assertEquals(n, slice.from_line);
  /external/v8/test/mjsunit/
debug-sourceslice.js 64 assertEquals(n, slice.from_line);

Completed in 360 milliseconds