HomeSort by relevance Sort by last modified time
    Searched full:dispatcher (Results 276 - 300 of 793) sorted by null

<<11121314151617181920>>

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDispatcher.h 88 virtual void dispatchAllCollisionPairs(btOverlappingPairCache* pairCache,const btDispatcherInfo& dispatchInfo,btDispatcher* dispatcher) =0;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyDynamicsWorld.h 47 btMultiBodyDynamicsWorld(btDispatcher* dispatcher,btBroadphaseInterface* pairCache,btMultiBodyConstraintSolver* constraintSolver,btCollisionConfiguration* collisionConfiguration);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftRigidDynamicsWorld.h 51 btSoftRigidDynamicsWorld(btDispatcher* dispatcher,btBroadphaseInterface* pairCache,btConstraintSolver* constraintSolver, btCollisionConfiguration* collisionConfiguration, btSoftBodySolver *softBodySolver = 0 );
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
BasicBulletTest.java 59 btCollisionDispatcher dispatcher; field in class:BasicBulletTest
127 dispatcher = new btCollisionDispatcher(collisionConfiguration);
130 collisionWorld = new btDiscreteDynamicsWorld(dispatcher, broadphase, solver, collisionConfiguration);
202 dispatcher.dispose();
GimpactTest.java 42 btGImpactCollisionAlgorithm.registerAlgorithm(world.dispatcher);
  /external/mesa3d/src/egl/main/
README.txt 8 1. An EGL API dispatcher. This directly routes all the eglFooBar() API
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
CallbackInfo.java 57 new CallbackInfo(Dispatcher.class, DispatcherGenerator.INSTANCE),
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
WebSocketEcho.java 30 // Trigger shutdown of the dispatcher's executor so this process can exit cleanly.
  /frameworks/base/services/core/java/com/android/server/input/
InputWindowHandle.java 24 * Enables the native input dispatcher to refer indirectly to the window manager's window state.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
profile.py 165 self.dispatcher = self.trace_dispatch
169 self.dispatcher = self.trace_dispatch_i
172 self.dispatcher = self.trace_dispatch
176 self.dispatcher = self.trace_dispatch_i
184 self.dispatcher = self.trace_dispatch_i
187 self.dispatcher = self.trace_dispatch
189 self.dispatcher = self.trace_dispatch_l
442 sys.setprofile(self.dispatcher)
452 sys.setprofile(self.dispatcher)
  /prebuilts/gdb/linux-x86/lib/python2.7/
profile.py 165 self.dispatcher = self.trace_dispatch
169 self.dispatcher = self.trace_dispatch_i
172 self.dispatcher = self.trace_dispatch
176 self.dispatcher = self.trace_dispatch_i
184 self.dispatcher = self.trace_dispatch_i
187 self.dispatcher = self.trace_dispatch
189 self.dispatcher = self.trace_dispatch_l
442 sys.setprofile(self.dispatcher)
452 sys.setprofile(self.dispatcher)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 165 self.dispatcher = self.trace_dispatch
169 self.dispatcher = self.trace_dispatch_i
172 self.dispatcher = self.trace_dispatch
176 self.dispatcher = self.trace_dispatch_i
184 self.dispatcher = self.trace_dispatch_i
187 self.dispatcher = self.trace_dispatch
189 self.dispatcher = self.trace_dispatch_l
442 sys.setprofile(self.dispatcher)
452 sys.setprofile(self.dispatcher)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 165 self.dispatcher = self.trace_dispatch
169 self.dispatcher = self.trace_dispatch_i
172 self.dispatcher = self.trace_dispatch
176 self.dispatcher = self.trace_dispatch_i
184 self.dispatcher = self.trace_dispatch_i
187 self.dispatcher = self.trace_dispatch
189 self.dispatcher = self.trace_dispatch_l
442 sys.setprofile(self.dispatcher)
452 sys.setprofile(self.dispatcher)
  /system/bt/hci/include/
hci_layer.h 83 // Register with this data dispatcher to receive events flowing upward out of the HCI layer
  /system/connectivity/shill/binder/
binder_control.h 35 BinderControl(EventDispatcher* dispatcher);
  /system/connectivity/shill/
connection_tester.h 48 EventDispatcher* dispatcher,
dns_client.h 62 EventDispatcher* dispatcher,
eap_listener.h 68 // Event dispatcher to use for creating an input handler.
mock_crypto_util_proxy.h 37 explicit MockCryptoUtilProxy(EventDispatcher* dispatcher);
  /system/connectivity/shill/dbus/
chromeos_dbus_objectmanager_proxy.h 34 EventDispatcher* dispatcher,
chromeos_modem_manager_proxy.h 38 EventDispatcher* dispatcher,
chromeos_power_manager_proxy.h 43 EventDispatcher* dispatcher,
chromeos_wimax_manager_proxy.h 35 EventDispatcher* dispatcher,
  /system/connectivity/shill/dhcp/
dhcpv6_config.h 37 EventDispatcher* dispatcher,
  /system/connectivity/shill/ethernet/
ethernet_eap_provider.h 43 EventDispatcher* dispatcher,

Completed in 1063 milliseconds

<<11121314151617181920>>