/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/ |
D | ContactID.java | 59 public byte typeA; field in ContactID 63 return ((int) indexA) << 24 | ((int) indexB) << 16 | ((int) typeA) << 8 | ((int) typeB); in getKey() 79 typeA = c.typeA; in set() 87 tempA = typeA; in flip() 88 typeA = typeB; in flip() 98 typeA = 0; in zero()
|
D | Collision.java | 180 vOutNO.id.typeA = (byte) ContactID.Type.VERTEX.ordinal(); in clipSegmentToLine() 535 c0.id.typeA = (byte) ContactID.Type.FACE.ordinal(); 545 c1.id.typeA = (byte) ContactID.Type.FACE.ordinal(); 770 cf.typeA = (byte) ContactID.Type.VERTEX.ordinal(); 805 cf.typeA = (byte) ContactID.Type.VERTEX.ordinal(); 837 cf.typeA = (byte) ContactID.Type.FACE.ordinal(); 883 id.typeA = c.typeA; 1268 ie0.id.typeA = (byte) ContactID.Type.FACE.ordinal(); 1274 ie1.id.typeA = (byte) ContactID.Type.FACE.ordinal(); 1296 ie0.id.typeA = (byte) ContactID.Type.VERTEX.ordinal(); [all …]
|
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Basic.h | 118 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) << 1 ) argument 119 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) ) argument 120 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 1 ) argument 122 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) ) argument 123 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) >> 1 ) argument 124 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 2 ) argument
|
/external/libxml2/result/schemas/ |
D | derivation-ok-restriction-2-1-1_0_0.err | 1 …the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'. 2 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'. 3 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'. 4 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'. 5 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'. 6 …equired' attribute use 'barB_3' of the base complex type definition '{http://FOO}typeA' is missing.
|
D | restriction-attr1_0_0.err | 1 …the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'.
|
/external/neven/Embedded/common/src/b_APIEm/ |
D | FaceFinder.c | 181 enum bpi_FaceFinderType typeA ) in bpi_faceFinderInit() argument 183 switch( typeA ) in bpi_faceFinderInit() 250 uint32 bpi_faceFinderSizeOf16( struct bbs_Context* cpA, enum bpi_FaceFinderType typeA ) in bpi_faceFinderSizeOf16() argument 252 switch( typeA ) in bpi_faceFinderSizeOf16()
|
D | FaceFinder.h | 135 enum bpi_FaceFinderType typeA ); 158 enum bpi_FaceFinderType typeA );
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | VectorMap.c | 160 enum bts_VectorMapType typeA ) in bts_vectorMapInit() argument 162 switch( typeA ) in bts_vectorMapInit() 249 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA ) in bts_vectorMapSizeOf16() argument 251 switch( typeA ) in bts_vectorMapSizeOf16()
|
D | VectorMap.h | 118 enum bts_VectorMapType typeA ); 139 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA );
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/ |
D | b2CollideEdge.cpp | 76 cf.typeA = b2ContactFeature::e_vertex; in b2CollideEdgeAndCircle() 114 cf.typeA = b2ContactFeature::e_vertex; in b2CollideEdgeAndCircle() 144 cf.typeA = b2ContactFeature::e_face; in b2CollideEdgeAndCircle() 501 ie[0].id.cf.typeA = b2ContactFeature::e_face; in Collide() 507 ie[1].id.cf.typeA = b2ContactFeature::e_face; in Collide() 534 ie[0].id.cf.typeA = b2ContactFeature::e_vertex; in Collide() 540 ie[1].id.cf.typeA = b2ContactFeature::e_vertex; in Collide() 607 cp->id.cf.typeA = clipPoints2[i].id.cf.typeB; in Collide() 608 cp->id.cf.typeB = clipPoints2[i].id.cf.typeA; in Collide()
|
D | b2CollidePolygon.cpp | 99 c[0].id.cf.typeA = b2ContactFeature::e_face; in b2FindIncidentEdge() 105 c[1].id.cf.typeA = b2ContactFeature::e_face; in b2FindIncidentEdge() 231 cp->id.cf.typeA = cf.typeB; in b2CollidePolygons() 232 cp->id.cf.typeB = cf.typeA; in b2CollidePolygons()
|
D | b2Collision.h | 48 uint8 typeA; ///< The feature type on shapeA member
|
D | b2Collision.cpp | 225 vOut[numOut].id.cf.typeA = b2ContactFeature::e_vertex; in b2ClipSegmentToLine()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/ |
D | b2Contact.cpp | 116 b2Shape::Type typeA = fixtureA->GetType(); in Destroy() local 119 b2Assert(0 <= typeA && typeB < b2Shape::e_typeCount); in Destroy() 120 b2Assert(0 <= typeA && typeB < b2Shape::e_typeCount); in Destroy() 122 b2ContactDestroyFcn* destroyFcn = s_registers[typeA][typeB].destroyFcn; in Destroy()
|
D | b2Contact.h | 180 b2Shape::Type typeA, b2Shape::Type typeB); 183 …static void Destroy(b2Contact* contact, b2Shape::Type typeA, b2Shape::Type typeB, b2BlockAllocator…
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | Feature.h | 126 enum bbf_FeatureType typeA ); 147 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA );
|
D | Feature.c | 183 enum bbf_FeatureType typeA ) in bbf_featureInit() argument 185 switch( typeA ) in bbf_featureInit() 313 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA ) in bbf_featureSizeOf16() argument 315 switch( typeA ) in bbf_featureSizeOf16()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
D | b2World.cpp | 639 b2BodyType typeA = bA->m_type; in SolveTOI() local 641 b2Assert(typeA == b2_dynamicBody || typeB == b2_dynamicBody); in SolveTOI() 643 bool activeA = bA->IsAwake() && typeA != b2_staticBody; in SolveTOI() 652 bool collideA = bA->IsBullet() || typeA != b2_dynamicBody; in SolveTOI()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
D | World.java | 1286 BodyType typeA = bA.m_type; 1288 assert (typeA == BodyType.DYNAMIC || typeB == BodyType.DYNAMIC); 1290 boolean activeA = bA.isAwake() && typeA != BodyType.STATIC; 1298 boolean collideA = bA.isBullet() || typeA != BodyType.DYNAMIC;
|
/external/libxml2/ |
D | xmlschemas.c | 16002 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, in xmlSchemaAreEqualTypes() argument 16009 if ((typeA == NULL) || (typeB == NULL)) in xmlSchemaAreEqualTypes() 16011 return (typeA == typeB); in xmlSchemaAreEqualTypes()
|