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

<<11121314151617181920>>

  /tools/test/connectivity/acts/tests/google/ble/examples/
BleExamplesTest.py 84 5. Find an advertisement with the scanner's event dispatcher.
  /system/connectivity/shill/
manager.cc 125 EventDispatcher* dispatcher,
130 : dispatcher_(dispatcher),
136 device_info_(control_interface, dispatcher, metrics, this),
138 modem_info_(control_interface, dispatcher, metrics, this),
143 control_interface, dispatcher, metrics, this)),
146 new VPNProvider(control_interface, dispatcher, metrics, this)),
149 new WiFiProvider(control_interface, dispatcher, metrics, this)),
156 new WiMaxProvider(control_interface, dispatcher, metrics, this)),
168 termination_actions_(dispatcher),
173 crypto_util_proxy_(new CryptoUtilProxy(dispatcher)),
    [all...]
eap_credentials_unittest.cc 322 MockEventDispatcher dispatcher; local
323 MockMetrics metrics(&dispatcher);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorld.cpp 45 //When the user doesn't provide dispatcher or broadphase, create basic versions (and delete them in destructor)
69 btCollisionWorld::btCollisionWorld(btDispatcher* dispatcher,btBroadphaseInterface* pairCache, btCollisionConfiguration* collisionConfiguration)
70 :m_dispatcher1(dispatcher),
224 btDispatcher* dispatcher = getDispatcher(); local
227 if (dispatcher)
228 dispatcher->dispatchAllCollisionPairs(m_broadphasePairCache->getOverlappingPairCache(),dispatchInfo,m_dispatcher1);
    [all...]
btCollisionWorld.h 112 //this constructor doesn't own the dispatcher and paircache/broadphase
113 btCollisionWorld(btDispatcher* dispatcher,btBroadphaseInterface* broadphasePairCache, btCollisionConfiguration* collisionConfiguration);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 280 /* True if this decl is a dispatcher for function versions. */
296 /* If this version node corresponds to a dispatcher for function
301 to the dispatcher function decl, which is the function that must
304 If this cgraph node is a dispatcher (if dispatcher_function is
307 dispatcher. The dispatcher decl is an alias to the resolver
    [all...]
  /system/connectivity/shill/cellular/
cellular.cc 92 modem_info->dispatcher(),
103 new MobileOperatorInfo(modem_info->dispatcher(), "HomeProvider")),
105 new MobileOperatorInfo(modem_info->dispatcher(), "ServingOperator")),
    [all...]
  /external/e2fsprogs/ext2ed/
main.c 15 3. The dispatcher, which analyzes the command line and calls the appropriate handler function.
189 * This function asks the user for a command and calls the dispatcher
  /external/opencv3/samples/winrt/ImageManipulations/common/
LayoutAwarePage.cpp 95 _acceleratorKeyEventToken = Window::Current->CoreWindow->Dispatcher->AcceleratorKeyActivated +=
114 Window::Current->CoreWindow->Dispatcher->AcceleratorKeyActivated -= _acceleratorKeyEventToken;
  /external/valgrind/docs/internals/
register-uses.txt 79 r29 y reserved for dispatcher
235 r29 y reserved for dispatcher
  /external/xmlrpcpp/src/
XmlRpcClient.cpp 110 // Handle server responses. Called by the event dispatcher during execute.
157 // Notify the dispatcher to listen on this source (calls handleEvent when the socket is writable)
  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 63 // Array of window handles to provide to the input dispatcher.
238 /* Updates the cached window information provided to the input dispatcher. */
  /frameworks/native/include/input/
InputTransport.h 26 * The InputPublisher is used by the input dispatcher to send events to the application.
27 * The InputConsumer is used by the application to receive events from the input dispatcher.
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 65 def dispatcher(self, obj): function in function:ForkingPickler.register
68 cls.dispatch[type] = dispatcher
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 65 def dispatcher(self, obj): function in function:ForkingPickler.register
68 cls.dispatch[type] = dispatcher
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 65 def dispatcher(self, obj): function in function:ForkingPickler.register
68 cls.dispatch[type] = dispatcher
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 65 def dispatcher(self, obj): function in function:ForkingPickler.register
68 cls.dispatch[type] = dispatcher
  /system/connectivity/shill/dhcp/
dhcpv4_config.cc 98 EventDispatcher* dispatcher,
106 dispatcher,
  /system/connectivity/shill/wifi/
scan_session_unittest.cc 130 MockEventDispatcher* dispatcher() { return &dispatcher_; } function in class:shill::ScanSessionTest
515 EXPECT_CALL(*dispatcher(), PostDelayedTask(_, _));
  /system/connectivity/shill/wimax/
wimax_provider.cc 56 EventDispatcher* dispatcher,
60 dispatcher_(dispatcher),
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 124 * serves as the dispatcher instead.
  /docs/source.android.com/src/devices/input/
diagnostics.jd 45 <li> Input Dispatcher State
378 <h3 id="input-dispatcher-state">Input Dispatcher State</h3>
383 Input Dispatcher State:
  /external/autotest/scheduler/
monitor_db_functional_test.py 337 self.dispatcher = monitor_db.Dispatcher()
392 self.dispatcher.initialize()
397 self.dispatcher.tick()
    [all...]
  /external/compiler-rt/lib/asan/
asan_mac.cc 133 // Call the original dispatcher for the block.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 125 * serves as the dispatcher instead.

Completed in 970 milliseconds

<<11121314151617181920>>