Home
last modified time | relevance | path

Searched refs:typeA (Results 1 – 20 of 20) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
DContactID.java59 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()
DCollision.java180 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/
DBasic.h118 #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/
Dderivation-ok-restriction-2-1-1_0_0.err1 …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.
Drestriction-attr1_0_0.err1 …the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'.
/external/neven/Embedded/common/src/b_APIEm/
DFaceFinder.c181 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()
DFaceFinder.h135 enum bpi_FaceFinderType typeA );
158 enum bpi_FaceFinderType typeA );
/external/neven/Embedded/common/src/b_TensorEm/
DVectorMap.c160 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()
DVectorMap.h118 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/
Db2CollideEdge.cpp76 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()
Db2CollidePolygon.cpp99 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()
Db2Collision.h48 uint8 typeA; ///< The feature type on shapeA member
Db2Collision.cpp225 vOut[numOut].id.cf.typeA = b2ContactFeature::e_vertex; in b2ClipSegmentToLine()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
Db2Contact.cpp116 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()
Db2Contact.h180 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/
DFeature.h126 enum bbf_FeatureType typeA );
147 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA );
DFeature.c183 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/
Db2World.cpp639 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/
DWorld.java1286 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/
Dxmlschemas.c16002 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, in xmlSchemaAreEqualTypes() argument
16009 if ((typeA == NULL) || (typeB == NULL)) in xmlSchemaAreEqualTypes()
16011 return (typeA == typeB); in xmlSchemaAreEqualTypes()