/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...] |
generator.py | 102 # is to cache any subpart writes into a StringIO. The we write the 103 # headers and the StringIO contents. That way, subpart handlers can 281 # object for the subpart. Extract that object, stringify it, and 309 Walks through all subparts of a message. If the subpart is of main 310 type `text', then it prints the decoded payload of the subpart.
|
feedparser.py | 252 # EOF. We want to see if we're at the end of this subpart, so 254 # if we're at this subpart's EOF. 351 # Recurse to parse this subpart; the input stream points 352 # at the subpart's first line. 361 # previous subpart's payload (or epilogue if the previous
|
/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...] |
generator.py | 102 # is to cache any subpart writes into a StringIO. The we write the 103 # headers and the StringIO contents. That way, subpart handlers can 281 # object for the subpart. Extract that object, stringify it, and 309 Walks through all subparts of a message. If the subpart is of main 310 type `text', then it prints the decoded payload of the subpart.
|
feedparser.py | 252 # EOF. We want to see if we're at the end of this subpart, so 254 # if we're at this subpart's EOF. 351 # Recurse to parse this subpart; the input stream points 352 # at the subpart's first line. 361 # previous subpart's payload (or epilogue if the previous
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumWin.cpp | 410 unsigned RenderThemeChromiumWin::determineState(RenderObject* o, ControlSubPart subPart) 419 else if (isPressed(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartPressed(o)) 423 else if (isHovered(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartHovered(o)) 450 unsigned RenderThemeChromiumWin::determineClassicState(RenderObject* o, ControlSubPart subPart) 475 else if (isPressed(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartPressed(o)) 479 else if (isHovered(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartHovered(o)) 488 ThemeData RenderThemeChromiumWin::getThemeData(RenderObject* o, ControlSubPart subPart) 535 result.m_part = subPart == SpinButtonUp ? SPNP_UP : SPNP_DOWN; 536 result.m_state = determineState(o, subPart); 537 result.m_classicState = subPart == SpinButtonUp ? DFCS_SCROLLUP : DFCS_SCROLLDOWN [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
MimeWriter.py | 58 ...use the subwriter's methods to create the subpart... 81 body part at all, e.g. for a subpart of type message/rfc822 121 for a subpart of type message/rfc822 that's (mis)used to store some
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
MimeWriter.py | 58 ...use the subwriter's methods to create the subpart... 81 body part at all, e.g. for a subpart of type message/rfc822 121 for a subpart of type message/rfc822 that's (mis)used to store some
|
/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/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVTPartSimple.java | 97 // Don't do anything for the subpart for right now.
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
EDIPartyName.java | 33 * with the following structure which is a subpart of GeneralName
|
OtherName.java | 35 * with OtherName structure which is a subpart of GeneralName
|
PolicyInformation.java | 34 * with PolicyInformation structure which is a subpart of certificatePolicies
|
/external/chromium_org/third_party/icu/source/i18n/ |
decimfmt.cpp | 3727 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; local [all...] |
/external/icu4c/i18n/ |
decimfmt.cpp | 4562 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; local [all...] |
/external/libogg/doc/ |
skeleton.html | 85 <p>Ogg Skeleton is also designed to allow the creation of substreams from Ogg physical bitstreams that retain the original timing information. For example, when cutting out the segment between the 7th and the 59th second of an Ogg file, it would be nice to continue to start this cut out file with a playback time of 7 seconds and not of 0. This is of particular interest if you're streaming this file from a Web server after a query for a temporal subpart such as in http://example.com/video.ogv?t=7-59</p> 106 <p>When cutting out a subpart of an Ogg physical bitstream, the aim is to keep all the content pages intact (including the framing and granule positions) and just change some information in the Skeleton that allows reconstruction of the accurate time mapping. When remultiplexing such a bitstream, it is necessary to take into account all the different contained logical bitstreams. A given cut-in time maps to several different byte positions in the Ogg physical bitstream because each logical bitstream has its relevant information for that time at a different location. In addition, the resolution of each logical bitstream may not be high enough to accommodate for the given cut-in time and thus there may be some surplus information necessary to be remuxed into the new bitstream.</p> 108 <p>The following information is necessary to be added to the Skeleton to allow a correct presentation of a subpart of an Ogg bitstream:</p>
|
/external/aac/libMpegTPEnc/src/ |
tpenc_asc.cpp | 379 /* start of GASpecificConfig according to ISO/IEC 14496-3 Subpart 4, 4.4.1 */ 381 FDKwriteBits( asc, 0, 1); /* dependsOnCoreCoder: Sampling Rate Coder Specific, see in ISO/IEC 14496-3 Subpart 4, 4.4.1 */
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMManager.java | 228 * @param xpathCompiler ??? Somehow we need to pass in a subpart of the
|
/external/aac/libSBRdec/src/ |
psbitdec.cpp | 574 ISO/IEC 14496-3 Subpart 8 Annex 4
|
/external/aac/libAACdec/include/ |
aacdecoder_lib.h | 115 - ISO/IEC 14496-3 (MPEG-4 AAC, subpart 1 and 4), which defines the syntax of MPEG-4 AAC audio bitstreams. [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathContext.java | 234 * @param xpathCompiler ??? Somehow we need to pass in a subpart of the [all...] |