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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
72 unixfrom is a flag that forces the printing of a Unix From_ delimiter
79 if unixfrom:
204 g.flatten(part, unixfrom=False)
255 g.flatten(part, unixfrom=False)
282 g.flatten(msg.get_payload(0), unixfrom=False)
message.py 124 return self.as_string(unixfrom=True)
126 def as_string(self, unixfrom=False):
128 Optional `unixfrom' when True, means include the Unix From_ envelope
139 g.flatten(self, unixfrom=unixfrom)
149 def set_unixfrom(self, unixfrom):
150 self._unixfrom = unixfrom
  /external/python/cpython2/Lib/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
72 unixfrom is a flag that forces the printing of a Unix From_ delimiter
79 if unixfrom:
204 g.flatten(part, unixfrom=False)
262 g.flatten(part, unixfrom=False)
289 g.flatten(msg.get_payload(0), unixfrom=False)
message.py 124 return self.as_string(unixfrom=True)
126 def as_string(self, unixfrom=False):
128 Optional `unixfrom' when True, means include the Unix From_ envelope
139 g.flatten(self, unixfrom=unixfrom)
149 def set_unixfrom(self, unixfrom):
150 self._unixfrom = unixfrom
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
72 unixfrom is a flag that forces the printing of a Unix From_ delimiter
79 if unixfrom:
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
message.py 124 return self.as_string(unixfrom=True)
126 def as_string(self, unixfrom=False):
128 Optional `unixfrom' when True, means include the Unix From_ envelope
139 g.flatten(self, unixfrom=unixfrom)
149 def set_unixfrom(self, unixfrom):
150 self._unixfrom = unixfrom
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
72 unixfrom is a flag that forces the printing of a Unix From_ delimiter
79 if unixfrom:
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
message.py 124 return self.as_string(unixfrom=True)
126 def as_string(self, unixfrom=False):
128 Optional `unixfrom' when True, means include the Unix From_ envelope
139 g.flatten(self, unixfrom=unixfrom)
149 def set_unixfrom(self, unixfrom):
150 self._unixfrom = unixfrom
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
72 unixfrom is a flag that forces the printing of a Unix From_ delimiter
79 if unixfrom:
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
message.py 124 return self.as_string(unixfrom=True)
126 def as_string(self, unixfrom=False):
128 Optional `unixfrom' when True, means include the Unix From_ envelope
139 g.flatten(self, unixfrom=unixfrom)
149 def set_unixfrom(self, unixfrom):
150 self._unixfrom = unixfrom
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
72 unixfrom is a flag that forces the printing of a Unix From_ delimiter
79 if unixfrom:
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
message.py 124 return self.as_string(unixfrom=True)
126 def as_string(self, unixfrom=False):
128 Optional `unixfrom' when True, means include the Unix From_ envelope
139 g.flatten(self, unixfrom=unixfrom)
149 def set_unixfrom(self, unixfrom):
150 self._unixfrom = unixfrom
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 138 self.unixfrom = ''
161 self.unixfrom = self.unixfrom + line
    [all...]
httplib.py 263 self.unixfrom = ''
288 self.unixfrom = self.unixfrom + line
    [all...]
mailbox.py     [all...]
  /external/python/cpython2/Lib/
rfc822.py 138 self.unixfrom = ''
161 self.unixfrom = self.unixfrom + line
    [all...]
httplib.py 299 self.unixfrom = ''
324 self.unixfrom = self.unixfrom + line
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 263 self.unixfrom = ''
288 self.unixfrom = self.unixfrom + line
    [all...]
rfc822.py 138 self.unixfrom = ''
161 self.unixfrom = self.unixfrom + line
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 263 self.unixfrom = ''
288 self.unixfrom = self.unixfrom + line
    [all...]
rfc822.py 138 self.unixfrom = ''
161 self.unixfrom = self.unixfrom + line
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 263 self.unixfrom = ''
288 self.unixfrom = self.unixfrom + line
    [all...]
rfc822.py 138 self.unixfrom = ''
161 self.unixfrom = self.unixfrom + line
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 263 self.unixfrom = ''
288 self.unixfrom = self.unixfrom + line
    [all...]
rfc822.py 138 self.unixfrom = ''
161 self.unixfrom = self.unixfrom + line
    [all...]

Completed in 2343 milliseconds

1 2