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

1 2 3

  /prebuilts/gdb/darwin-x86/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.
  /prebuilts/gdb/linux-x86/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.
  /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.
  /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.
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTriangleIndexVertexMaterialArray.cpp 47 unsigned char ** triangleMaterialBase, int& numTriangles, int& triangleMaterialStride, PHY_ScalarType& triangleType, int subpart)
49 btAssert(subpart< getNumSubParts() );
51 btMaterialProperties& mats = m_materials[subpart];
69 const unsigned char ** triangleMaterialBase, int& numTriangles, int& triangleMaterialStride, PHY_ScalarType& triangleType, int subpart)
71 btMaterialProperties& mats = m_materials[subpart];
btStridingMeshInterface.h 53 /// get read and write access to a subpart of a triangle mesh
54 /// this subpart has a continuous array of vertices and indices
58 virtual void getLockedVertexIndexBase(unsigned char **vertexbase, int& numverts,PHY_ScalarType& type, int& stride,unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& indicestype,int subpart=0)=0;
60 virtual void getLockedReadOnlyVertexIndexBase(const unsigned char **vertexbase, int& numverts,PHY_ScalarType& type, int& stride,const unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& indicestype,int subpart=0) const=0;
62 /// unLockVertexBase finishes the access to a subpart of the triangle mesh
64 virtual void unLockVertexBase(int subpart)=0;
66 virtual void unLockReadOnlyVertexBase(int subpart) const=0;
70 /// each subpart has a continuous array of vertices and indices
btTriangleIndexVertexArray.h 97 virtual void getLockedVertexIndexBase(unsigned char **vertexbase, int& numverts,PHY_ScalarType& type, int& vertexStride,unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& indicestype,int subpart=0);
99 virtual void getLockedReadOnlyVertexIndexBase(const unsigned char **vertexbase, int& numverts,PHY_ScalarType& type, int& vertexStride,const unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& indicestype,int subpart=0) const;
101 /// unLockVertexBase finishes the access to a subpart of the triangle mesh
103 virtual void unLockVertexBase(int subpart) {(void)subpart;}
105 virtual void unLockReadOnlyVertexBase(int subpart) const {(void)subpart;}
108 /// each subpart has a continuous array of vertices and indices
btTriangleIndexVertexArray.cpp 39 void btTriangleIndexVertexArray::getLockedVertexIndexBase(unsigned char **vertexbase, int& numverts,PHY_ScalarType& type, int& vertexStride,unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& indicestype,int subpart)
41 btAssert(subpart< getNumSubParts() );
43 btIndexedMesh& mesh = m_indexedMeshes[subpart];
59 void btTriangleIndexVertexArray::getLockedReadOnlyVertexIndexBase(const unsigned char **vertexbase, int& numverts,PHY_ScalarType& type, int& vertexStride,const unsigned char **indexbase,int & indexstride,int& numfaces,PHY_ScalarType& indicestype,int subpart) const
61 const btIndexedMesh& mesh = m_indexedMeshes[subpart];
btTriangleIndexVertexMaterialArray.h 31 ///m_numTriangles <=========== This exists in the btIndexedMesh object for the same subpart, but since we're
76 unsigned char ** triangleMaterialBase, int& numTriangles, int& triangleMaterialStride, PHY_ScalarType& triangleType ,int subpart = 0);
79 const unsigned char ** triangleMaterialBase, int& numTriangles, int& triangleMaterialStride, PHY_ScalarType& triangleType, int subpart = 0);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btStridingMeshInterface.java 69 public void getLockedVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_ScalarType type, SWIGTYPE_p_int stride, SWIGTYPE_p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_ScalarType indicestype, int subpart) {
70 CollisionJNI.btStridingMeshInterface_getLockedVertexIndexBase__SWIG_0(swigCPtr, this, SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_ScalarType.getCPtr(type), SWIGTYPE_p_int.getCPtr(stride), SWIGTYPE_p_p_unsigned_char.getCPtr(indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_ScalarType.getCPtr(indicestype), subpart);
77 public void getLockedReadOnlyVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_ScalarType type, SWIGTYPE_p_int stride, SWIGTYPE_p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_ScalarType indicestype, int subpart) {
78 CollisionJNI.btStridingMeshInterface_getLockedReadOnlyVertexIndexBase__SWIG_0(swigCPtr, this, SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_ScalarType.getCPtr(type), SWIGTYPE_p_int.getCPtr(stride), SWIGTYPE_p_p_unsigned_char.getCPtr(indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_ScalarType.getCPtr(indicestype), subpart);
85 public void unLockVertexBase(int subpart) {
86 CollisionJNI.btStridingMeshInterface_unLockVertexBase(swigCPtr, this, subpart);
89 public void unLockReadOnlyVertexBase(int subpart) {
90 CollisionJNI.btStridingMeshInterface_unLockReadOnlyVertexBase(swigCPtr, this, subpart);
btTriangleIndexVertexMaterialArray.java 85 public void getLockedMaterialBase(SWIGTYPE_p_p_unsigned_char materialBase, SWIGTYPE_p_int numMaterials, SWIGTYPE_p_PHY_ScalarType materialType, SWIGTYPE_p_int materialStride, SWIGTYPE_p_p_unsigned_char triangleMaterialBase, SWIGTYPE_p_int numTriangles, SWIGTYPE_p_int triangleMaterialStride, SWIGTYPE_p_PHY_ScalarType triangleType, int subpart) {
86 CollisionJNI.btTriangleIndexVertexMaterialArray_getLockedMaterialBase__SWIG_0(swigCPtr, this, SWIGTYPE_p_p_unsigned_char.getCPtr(materialBase), SWIGTYPE_p_int.getCPtr(numMaterials), SWIGTYPE_p_PHY_ScalarType.getCPtr(materialType), SWIGTYPE_p_int.getCPtr(materialStride), SWIGTYPE_p_p_unsigned_char.getCPtr(triangleMaterialBase), SWIGTYPE_p_int.getCPtr(numTriangles), SWIGTYPE_p_int.getCPtr(triangleMaterialStride), SWIGTYPE_p_PHY_ScalarType.getCPtr(triangleType), subpart);
93 public void getLockedReadOnlyMaterialBase(SWIGTYPE_p_p_unsigned_char materialBase, SWIGTYPE_p_int numMaterials, SWIGTYPE_p_PHY_ScalarType materialType, SWIGTYPE_p_int materialStride, SWIGTYPE_p_p_unsigned_char triangleMaterialBase, SWIGTYPE_p_int numTriangles, SWIGTYPE_p_int triangleMaterialStride, SWIGTYPE_p_PHY_ScalarType triangleType, int subpart) {
94 CollisionJNI.btTriangleIndexVertexMaterialArray_getLockedReadOnlyMaterialBase__SWIG_0(swigCPtr, this, SWIGTYPE_p_p_unsigned_char.getCPtr(materialBase), SWIGTYPE_p_int.getCPtr(numMaterials), SWIGTYPE_p_PHY_ScalarType.getCPtr(materialType), SWIGTYPE_p_int.getCPtr(materialStride), SWIGTYPE_p_p_unsigned_char.getCPtr(triangleMaterialBase), SWIGTYPE_p_int.getCPtr(numTriangles), SWIGTYPE_p_int.getCPtr(triangleMaterialStride), SWIGTYPE_p_PHY_ScalarType.getCPtr(triangleType), subpart);
btNodeOverlapCallback.java 76 public void processNode(int subPart, int triangleIndex) {
77 CollisionJNI.btNodeOverlapCallback_processNode(swigCPtr, this, subPart, triangleIndex);
btTriangleIndexVertexArray.java 202 public void getLockedVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_ScalarType type, SWIGTYPE_p_int vertexStride, SWIGTYPE_p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_ScalarType indicestype, int subpart) {
203 CollisionJNI.btTriangleIndexVertexArray_getLockedVertexIndexBase__SWIG_0(swigCPtr, this, SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_ScalarType.getCPtr(type), SWIGTYPE_p_int.getCPtr(vertexStride), SWIGTYPE_p_p_unsigned_char.getCPtr(indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_ScalarType.getCPtr(indicestype), subpart);
210 public void getLockedReadOnlyVertexIndexBase(SWIGTYPE_p_p_unsigned_char vertexbase, SWIGTYPE_p_int numverts, SWIGTYPE_p_PHY_ScalarType type, SWIGTYPE_p_int vertexStride, SWIGTYPE_p_p_unsigned_char indexbase, SWIGTYPE_p_int indexstride, SWIGTYPE_p_int numfaces, SWIGTYPE_p_PHY_ScalarType indicestype, int subpart) {
211 CollisionJNI.btTriangleIndexVertexArray_getLockedReadOnlyVertexIndexBase__SWIG_0(swigCPtr, this, SWIGTYPE_p_p_unsigned_char.getCPtr(vertexbase), SWIGTYPE_p_int.getCPtr(numverts), SWIGTYPE_p_PHY_ScalarType.getCPtr(type), SWIGTYPE_p_int.getCPtr(vertexStride), SWIGTYPE_p_p_unsigned_char.getCPtr(indexbase), SWIGTYPE_p_int.getCPtr(indexstride), SWIGTYPE_p_int.getCPtr(numfaces), SWIGTYPE_p_PHY_ScalarType.getCPtr(indicestype), subpart);
  /external/icu/icu4c/source/i18n/
decimalformatpattern.cpp 160 // The subpart ranges from 0 to 4: 0=pattern proper, 1=prefix,
161 // 2=suffix, 3=prefix in quote, 4=suffix in quote. Subpart 0 is
165 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; local
197 switch (subpart) {
198 case 0: // Pattern proper subpart (between prefix & suffix)
290 // pattern, then jump into suffix subpart.
312 // Transition to suffix subpart
313 subpart = 2; // suffix subpart
319 case 1: // Prefix subpart
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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/gdb/darwin-x86/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/gdb/linux-x86/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...]

Completed in 3786 milliseconds

1 2 3