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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
iterators.py 22 """Walk over the message tree, yielding each subpart.
29 for subpart in self.get_payload():
30 for subsubpart in subpart.walk():
42 for subpart in msg.walk():
43 payload = subpart.get_payload(decode=decode)
56 for subpart in msg.walk():
57 if subpart.get_content_maintype() == maintype:
58 if subtype is None or subpart.get_content_subtype() == subtype:
59 yield subpart
75 for subpart in msg.get_payload()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
iterators.py 22 """Walk over the message tree, yielding each subpart.
29 for subpart in self.get_payload():
30 for subsubpart in subpart.walk():
42 for subpart in msg.walk():
43 payload = subpart.get_payload(decode=decode)
56 for subpart in msg.walk():
57 if subpart.get_content_maintype() == maintype:
58 if subtype is None or subpart.get_content_subtype() == subtype:
59 yield subpart
75 for subpart in msg.get_payload()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 145 subpart = msg.get_payload(1)
146 eq(subpart.get_filename(), 'dingusfish.gif')
211 # Subpart 1 is 7bit encoded
214 # Subpart 2 is quopri
217 # Subpart 3 is base64
220 # Subpart 4 is base64 with a trailing newline, which
224 # Subpart 5 has no Content-Transfer-Encoding: header.
    [all...]
test_email_renamed.py 145 subpart = msg.get_payload(1)
146 eq(subpart.get_filename(), 'dingusfish.gif')
188 # Subpart 1 is 7bit encoded
191 # Subpart 2 is quopri
194 # Subpart 3 is base64
197 # Subpart 4 is base64 with a trailing newline, which
201 # Subpart 5 has no Content-Transfer-Encoding: header.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 145 subpart = msg.get_payload(1)
146 eq(subpart.get_filename(), 'dingusfish.gif')
211 # Subpart 1 is 7bit encoded
214 # Subpart 2 is quopri
217 # Subpart 3 is base64
220 # Subpart 4 is base64 with a trailing newline, which
224 # Subpart 5 has no Content-Transfer-Encoding: header.
    [all...]
test_email_renamed.py 145 subpart = msg.get_payload(1)
146 eq(subpart.get_filename(), 'dingusfish.gif')
188 # Subpart 1 is 7bit encoded
191 # Subpart 2 is quopri
194 # Subpart 3 is base64
197 # Subpart 4 is base64 with a trailing newline, which
201 # Subpart 5 has no Content-Transfer-Encoding: header.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp 3727 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; local
    [all...]