HomeSort by relevance Sort by last modified time
    Searched full:subparts (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 19 # The public API prohibits attaching multiple subparts to MIMEBase
23 'Cannot attach additional subparts to non-multipart/*')
multipart.py 30 _subparts is a sequence of initial subparts for the payload. It
32 attach new subparts to the message by using the attach() method.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 19 # The public API prohibits attaching multiple subparts to MIMEBase
23 'Cannot attach additional subparts to non-multipart/*')
multipart.py 30 _subparts is a sequence of initial subparts for the payload. It
32 attach new subparts to the message by using the attach() method.
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DumpsysHostTest.java 155 String[] subparts = parts[i].split(":"); local
156 assertEquals(2, subparts.length);
157 checkTag(subparts[0], true); // tag
158 assertInteger(subparts[1]); // duration (msec)
202 String[] subparts = parts[i].split(":"); local
203 assertEquals(8, subparts.length);
204 checkTag(subparts[0], true); // tag
205 assertInteger(subparts[1]); // sample size
206 assertInteger(subparts[2]); // pss min
207 assertInteger(subparts[3]); // pss av
236 String[] subparts = parts[i].split(":"); local
267 String[] subparts = pssStr.split(":"); local
280 String[] subparts = parts[i].split(":"); local
293 String[] subparts = parts[i].split(":"); local
315 String[] subparts = pssStr.split(":"); local
325 String[] subparts = parts[i].split(":"); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
errors.py 59 """A message claimed to be a multipart but no subparts were found."""
generator.py 191 subparts = msg.get_payload()
192 if subparts is None:
193 subparts = []
194 elif isinstance(subparts, basestring):
196 self._fp.write(subparts)
198 elif not isinstance(subparts, list):
200 subparts = [subparts]
201 for part in subparts:
309 Walks through all subparts of a message. If the subpart is of mai
    [all...]
iterators.py 50 """Iterate over the subparts with a given MIME type.
message.py 480 messages that are subparts of multipart/digest containers. Such
481 subparts have a default content type of message/rfc822.
784 charset parameter for this message and all the subparts in its
feedparser.py 238 # nested messages. A blank line separates the subparts.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
errors.py 59 """A message claimed to be a multipart but no subparts were found."""
generator.py 191 subparts = msg.get_payload()
192 if subparts is None:
193 subparts = []
194 elif isinstance(subparts, basestring):
196 self._fp.write(subparts)
198 elif not isinstance(subparts, list):
200 subparts = [subparts]
201 for part in subparts:
309 Walks through all subparts of a message. If the subpart is of mai
    [all...]
iterators.py 50 """Iterate over the subparts with a given MIME type.
message.py 480 messages that are subparts of multipart/digest containers. Such
481 subparts have a default content type of message/rfc822.
784 charset parameter for this message and all the subparts in its
feedparser.py 238 # nested messages. A blank line separates the subparts.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelectorList.h 82 // Skip subparts of compound selectors.
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java 233 String[] subParts = parts[1].split("[^\\\\];");
236 phoneNumbers.add(subParts[subParts.length-1]); // only keep actual phone number
243 String[] subParts = parts[1].split("[^\\\\];");
246 emailAddresses.add(subParts[subParts.length-1]); // only keep actual email address
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepotbase.h 44 1 << kPartBits; // Number of subparts in the table.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
MimeWriter.py 154 is to insert at the start. Subparts should be created using the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
MimeWriter.py 154 is to insert at the start. Subparts should be created using the
  /external/valgrind/main/
README.aarch64 183 on a types-for-subparts policy
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]

Completed in 3051 milliseconds

1 2