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

<<11121314151617181920>>

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btDispatcher.java 92 public void dispatchAllCollisionPairs(btOverlappingPairCache pairCache, btDispatcherInfo dispatchInfo, btDispatcher dispatcher) {
93 CollisionJNI.btDispatcher_dispatchAllCollisionPairs(swigCPtr, this, btOverlappingPairCache.getCPtr(pairCache), pairCache, btDispatcherInfo.getCPtr(dispatchInfo), dispatchInfo, btDispatcher.getCPtr(dispatcher), dispatcher);
btGImpactCollisionAlgorithm.java 119 public static void registerAlgorithm(btCollisionDispatcher dispatcher) {
120 CollisionJNI.btGImpactCollisionAlgorithm_registerAlgorithm(btCollisionDispatcher.getCPtr(dispatcher), dispatcher); local
btCollisionWorld.java 61 public btCollisionWorld(btDispatcher dispatcher, btBroadphaseInterface broadphasePairCache, btCollisionConfiguration collisionConfiguration) {
62 this(CollisionJNI.new_btCollisionWorld(btDispatcher.getCPtr(dispatcher), dispatcher, btBroadphaseInterface.getCPtr(broadphasePairCache), broadphasePairCache, btCollisionConfiguration.getCPtr(collisionConfiguration), collisionConfiguration), true);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btDiscreteDynamicsWorld.java 62 public btDiscreteDynamicsWorld(btDispatcher dispatcher, btBroadphaseInterface pairCache, btConstraintSolver constraintSolver, btCollisionConfiguration collisionConfiguration) {
63 this(DynamicsJNI.new_btDiscreteDynamicsWorld(btDispatcher.getCPtr(dispatcher), dispatcher, btBroadphaseInterface.getCPtr(pairCache), pairCache, btConstraintSolver.getCPtr(constraintSolver), constraintSolver, btCollisionConfiguration.getCPtr(collisionConfiguration), collisionConfiguration), true);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
CollisionWorldTest.java 57 btCollisionDispatcher dispatcher = new btCollisionDispatcher(collisionConfig); local
59 btCollisionWorld collisionWorld = new btCollisionWorld(dispatcher, broadphase, collisionConfig);
60 return new BulletWorld(collisionConfig, dispatcher, broadphase, null, collisionWorld);
ConvexHullDistanceTest.java 115 private btCollisionDispatcher dispatcher; field in class:ConvexHullDistanceTest.ConvexHullDistance
122 dispatcher = new btCollisionDispatcher(collisionConfiguration);
124 collisionWorld = new btCollisionWorld(dispatcher, pairCache, collisionConfiguration);
CharacterTest.java 53 btCollisionDispatcher dispatcher = new btCollisionDispatcher(collisionConfiguration); local
56 btDiscreteDynamicsWorld collisionWorld = new btDiscreteDynamicsWorld(dispatcher, sweep, solver, collisionConfiguration);
59 return new BulletWorld(collisionConfiguration, dispatcher, sweep, solver, collisionWorld);
PairCacheTest.java 109 btCollisionDispatcher dispatcher = new btCollisionDispatcher(collisionConfig); local
110 btCollisionWorld collisionWorld = new btCollisionWorld(dispatcher, broadphase, collisionConfig);
111 return new BulletWorld(collisionConfig, dispatcher, broadphase, null, collisionWorld);
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 764 class EventDispatcher : public Dispatcher {
930 class PosixSignalDispatcher : public Dispatcher {
999 class FileDispatcher: public Dispatcher, public AsyncFile {
1070 class EventDispatcher : public Dispatcher {
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
reduce.hpp 61 reduce_detail::Dispatcher<N>::reductor::template reduce<volatile T*, T&, const Op&>(smem, val, tid, op);
72 reduce_detail::Dispatcher<N>::reductor::template reduce<
81 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, volatile V*, V&, const Cmp&>(skeys, key, svals, val, tid, cmp);
93 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&,
111 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<
  /system/connectivity/shill/cellular/
active_passive_out_of_credits_detector_unittest.cc 53 device_info_(modem_info_.control_interface(), modem_info_.dispatcher(),
55 manager_(modem_info_.control_interface(), modem_info_.dispatcher(),
57 metrics_(modem_info_.dispatcher()),
69 modem_info_.dispatcher(), modem_info_.manager(),
290 modem_info_.dispatcher(),
  /external/chromium-trace/catapult/third_party/webapp2/docs/guide/
handlers.rst 133 default dispatcher implementation, if a handler returns anything that is not
151 this possible. To achieve it, we need to extend the router dispatcher to build
155 dispatcher and a handler that returns a string::
175 And that's all. Now we have a custom dispatcher set using the router method
179 Our custom dispatcher could implement its own URI matching and handler
181 default dispatcher a little bit, wrapping the returned value under certain
188 Following the previous idea of a custom dispatcher, we could go a little
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
MapBindingComponentProcessorTest.java 110 " Map<PathEnum, Provider<Handler>> dispatcher();",
156 " public Map<PathEnum, Provider<Handler>> dispatcher() {",
270 " Map<String, Provider<Handler>> dispatcher();",
314 " public Map<String, Provider<Handler>> dispatcher() {",
437 " Map<WrappedClassKey, Provider<Handler>> dispatcher();",
483 " public Map<WrappedClassKey, Provider<Handler>> dispatcher() {",
608 " Map<PathEnum, Handler> dispatcher();",
658 " public Map<PathEnum, Handler> dispatcher() {",
736 " Map<String, String> dispatcher();",
768 " public Map<String, String> dispatcher() {",
    [all...]
MapKeyProcessorTest.java 199 " Map<PathKey, Provider<Handler>> dispatcher();",
245 " public Map<PathKey, Provider<Handler>> dispatcher() {",
375 " Map<PathKey, Provider<Handler>> dispatcher();",
421 " public Map<PathKey, Provider<Handler>> dispatcher() {",
  /external/autotest/scheduler/
monitor_db.py 172 dispatcher = Dispatcher()
173 dispatcher.initialize(recover_hosts=options.recover_hosts)
179 dispatcher.tick()
203 logging.info("%s> dispatcher starting", time.strftime("%X %x"))
433 agent.dispatcher = self
584 to this dispatcher.
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ErrorHandler.java 35 import org.eclipse.jetty.server.Dispatcher;
81 Dispatcher dispatcher = (Dispatcher) request.getServletContext().getRequestDispatcher(error_page); local
84 if(dispatcher!=null)
86 dispatcher.error(request, response);
  /external/jetty/src/java/org/eclipse/jetty/servlet/
Invoker.java 36 import org.eclipse.jetty.server.Dispatcher;
119 String servlet_path=(String)request.getAttribute(Dispatcher.INCLUDE_SERVLET_PATH);
124 String path_info = (String)request.getAttribute(Dispatcher.INCLUDE_PATH_INFO);
287 if (name.equals(Dispatcher.INCLUDE_REQUEST_URI))
289 if (name.equals(Dispatcher.INCLUDE_PATH_INFO))
291 if (name.equals(Dispatcher.INCLUDE_SERVLET_PATH))
  /external/jmdns/src/javax/jmdns/
JmDNS.java 177 * Usage note: Do not call this method from the AWT event dispatcher thread. You will make the user interface unresponsive.
190 * Usage note: If you call this method from the AWT event dispatcher thread, use a small timeout, or you will make the user interface unresponsive.
205 * Usage note: Do not call this method from the AWT event dispatcher thread. You will make the user interface unresponsive.
220 * Usage note: If you call this method from the AWT event dispatcher thread, use a small timeout, or you will make the user interface unresponsive.
237 * Usage note: Do not call this method from the AWT event dispatcher thread. You will make the user interface unresponsive.
249 * Usage note: Do not call this method from the AWT event dispatcher thread. You will make the user interface unresponsive.
  /external/jetty/src/java/org/eclipse/jetty/servlets/
ConcatServlet.java 120 RequestDispatcher dispatcher=_context.getRequestDispatcher(parts[i]); local
121 if (dispatcher!=null)
122 dispatcher.include(req,resp);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvexConcaveCollisionAlgorithm.cpp 50 btConvexTriangleCallback::btConvexTriangleCallback(btDispatcher* dispatcher,const btCollisionObjectWrapper* body0Wrap,const btCollisionObjectWrapper* body1Wrap,bool isSwapped):
51 m_dispatcher(dispatcher),
58 // create the manifold from the dispatcher 'manifold pool'
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftRigidDynamicsWorld.cpp 29 btDispatcher* dispatcher,
34 btDiscreteDynamicsWorld(dispatcher,pairCache,constraintSolver,collisionConfiguration),
50 m_sbi.m_dispatcher = dispatcher;
  /frameworks/base/libs/hwui/
FrameBuilder.h 50 * to a Dispatcher and Renderer. See BakedOpDispatcher for how these baked drawing operations are
93 * dispatch the op via a method on a static dispatcher when the op is replayed.
109 * static dispatcher when the group of merged ops is replayed.
  /system/connectivity/shill/
connection_health_checker.h 69 EventDispatcher* dispatcher,
110 void set_dispatcher(EventDispatcher* dispatcher) {
111 dispatcher_ = dispatcher;
http_request.cc 57 EventDispatcher* dispatcher,
60 dispatcher_(dispatcher),
78 dispatcher,
icmp_session.cc 49 IcmpSession::IcmpSession(EventDispatcher* dispatcher)
51 dispatcher_(dispatcher),
70 LOG(ERROR) << "Invalid dispatcher";

Completed in 512 milliseconds

<<11121314151617181920>>