HomeSort by relevance Sort by last modified time
    Searched defs:match0 (Results 1 - 9 of 9) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
ContactCache.cpp 86 const bool match0 = gdxCheckFilter(object0, object1); local
88 if (!filter || match0 || match1)
89 onContactEnded(object0, match0, object1, match1);
106 const bool match0 = gdxCheckFilter(manifold->getBody0(), manifold->getBody1()); local
108 if (filter && !match0 && !match1)
116 onContactStarted(manifold, match0, match1);
120 const bool match0 = gdxCheckFilter(manifold->getBody0(), manifold->getBody1()); local
122 if (filter && !match0 && !match1)
ContactListener.cpp 24 const bool match0 = gdxCheckFilter(colObj0Wrap->m_collisionObject, colObj1Wrap->m_collisionObject); local
26 return (!match0 && !match1) ? false :
27 currentContactAddedListener->onContactAdded(cp, *colObj0Wrap, partId0, index0, match0, *colObj1Wrap, partId1, index1, match1);
30 const bool match0 = gdxCheckFilter(colObj0Wrap->m_collisionObject, colObj1Wrap->m_collisionObject); local
32 return (!match0 && !match1) ? false :
33 currentContactAddedListener->onContactAdded(cp, colObj0Wrap->m_collisionObject, partId0, index0, match0, colObj1Wrap->m_collisionObject, partId1, index1, match1);
36 const bool match0 = gdxCheckFilter(colObj0Wrap->m_collisionObject, colObj1Wrap->m_collisionObject); local
38 return (!match0 && !match1) ? false :
41 partId0, index0, match0,
61 const bool match0 = gdxCheckFilter(colObj0Wrap->m_collisionObject, colObj1Wrap->m_collisionObject) local
67 const bool match0 = gdxCheckFilter(colObj0Wrap->m_collisionObject, colObj1Wrap->m_collisionObject); local
73 const bool match0 = gdxCheckFilter(colObj0Wrap->m_collisionObject, colObj1Wrap->m_collisionObject); local
94 const bool match0 = gdxCheckFilter((btCollisionObject*)body0, (btCollisionObject*)body1); local
101 const bool match0 = gdxCheckFilter((btCollisionObject*)body0, (btCollisionObject*)body1); local
120 const bool match0 = gdxCheckFilter((btCollisionObject*)body0, (btCollisionObject*)body1); local
127 const bool match0 = gdxCheckFilter((btCollisionObject*)body0, (btCollisionObject*)body1); local
155 const bool match0 = gdxCheckFilter(manifold->getBody0(), manifold->getBody1()); local
161 const bool match0 = gdxCheckFilter(manifold->getBody0(), manifold->getBody1()); local
167 const bool match0 = gdxCheckFilter(manifold->getBody0(), manifold->getBody1()); local
187 const bool match0 = gdxCheckFilter(manifold->getBody0(), manifold->getBody1()); local
193 const bool match0 = gdxCheckFilter(manifold->getBody0(), manifold->getBody1()); local
199 const bool match0 = gdxCheckFilter(manifold->getBody0(), manifold->getBody1()); local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-dis.c 255 unsigned long int match0 = op0->match, match1 = op1->match; local
279 if (match0 & lose0)
285 op0->name, match0, lose0);
306 int x0 = (match0 & x) != 0;
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
CollisionJNI.java 3178 jself.onContactProcessed(btManifoldPoint.obtainForArgument(cp, false), btCollisionObject.getInstance(colObj0, false), match0, btCollisionObject.getInstance(colObj1, false), match1); local
3181 jself.onContactProcessed(btManifoldPoint.obtainForArgument(cp, false), userValue0, match0, userValue1, match1); local
3190 jself.onContactProcessed(btCollisionObject.getInstance(colObj0, false), match0, btCollisionObject.getInstance(colObj1, false), match1); local
3211 jself.onContactStarted(btCollisionObject.getInstance(colObj0, false), match0, btCollisionObject.getInstance(colObj1, false), match1); local
3229 jself.onContactEnded(btCollisionObject.getInstance(colObj0, false), match0, btCollisionObject.getInstance(colObj1, false), match1); local
3238 jself.onContactEnded(btCollisionObject.getInstance(colObj0, false), match0, btCollisionObject.getInstance(colObj1, false), match1); local
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 146 milliseconds