Searched defs:typeB (Results 1 - 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
H A DContactID.java60 public byte typeB; field in class:ContactID
63 return ((int) indexA) << 24 | ((int) indexB) << 16 | ((int) typeA) << 8 | ((int) typeB);
80 typeB = c.typeB;
88 typeA = typeB;
89 typeB = tempA;
99 typeB = 0;
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
H A Db2Contact.cpp117 b2Shape::Type typeB = fixtureB->GetType(); local
119 b2Assert(0 <= typeA && typeB < b2Shape::e_typeCount);
120 b2Assert(0 <= typeA && typeB < b2Shape::e_typeCount);
122 b2ContactDestroyFcn* destroyFcn = s_registers[typeA][typeB].destroyFcn;
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
H A Db2Collision.h49 uint8 typeB; ///< The feature type on shapeB member in struct:b2ContactFeature
/external/libxml2/
H A Dxmlschemas.c16016 xmlSchemaTypePtr typeB)
16022 if ((typeA == NULL) || (typeB == NULL))
16024 return (typeA == typeB);
16015 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, xmlSchemaTypePtr typeB) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 137 milliseconds