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

<<11121314151617181920>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
SMSDispatcher.java 333 public void dispatch(Intent intent, String permission) { method in class:SMSDispatcher
464 * Dispatch a normal incoming SMS. This is called from the format-specific
488 // Normal short and non-port-addressed message, dispatch it.
618 // Dispatch the PDU to applications
631 // Dispatch the PDUs to applications
663 dispatch(intent, RECEIVE_SMS_PERMISSION); method
677 dispatch(intent, RECEIVE_SMS_PERMISSION); method
1145 dispatch(intent, RECEIVE_EMERGENCY_BROADCAST_PERMISSION); method
1150 dispatch(intent, RECEIVE_SMS_PERMISSION); method
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp 28 // Log debug messages about the dispatch cycle.
70 // key is on the way. This is used to preempt input dispatch and drop input events
249 ALOGD("Dispatch frozen. Waiting some more.");
256 // been pressed. When it expires, we preempt dispatch and drop all other pending events.
299 // Get ready to dispatch the event.
303 // Now we have an event to dispatch.
484 ALOGI("Dropped event because input dispatch is disabled.");
485 reason = "inbound event was dropped because input dispatch is disabled";
771 // Dispatch the key.
831 // Dispatch the motion
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
AccessibilityNodeProviderActivity.java 122 // dispatch. Instead, refer to ViewGroup#dispatchHoverEvent.
263 * @param event The event to dispatch.
267 // The implementation of hover event dispatch can be implemented
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 141 /// Dispatch the work list item based on the given location information.
447 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng)
448 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {}
  /external/valgrind/main/coregrind/
m_sparsewa.c 184 /* dispatch whatever's on top of the stack; what that actually
186 dispatch:
230 goto dispatch;
  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.cpp 338 // Dispatch the event
354 return true; // Did dispatch an event
357 return false; // Did not dispatch an event
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 190 ALOGD("Loading egl dispatch for %s\n", getProcName());
203 fprintf(stderr,"FATAL ERROR: Could not create egl dispatch\n");
221 // init dispatch tabels for GLESv1 & GLESv2
  /frameworks/base/core/java/android/webkit/
WebViewInputDispatcher.java 29 * Perform asynchronous dispatch of input events in a {@link WebView}.
268 * Posts a pointer event to the dispatch queue.
584 * immediately. This method may help to reduce input dispatch latency
776 * immediately. This method may help to reduce input dispatch latency
    [all...]
  /external/bluetooth/glib/
NEWS.pre-1-3 55 * Enforced GSource's check(), prepare() and dispatch() constrains,
56 loop recursions may only happen from dispatch(), and check() as well
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.cc 218 library->Dispatch(event);
225 void Dispatch(const chromeos::CryptohomeAsyncCallStatus& event) {
  /external/chromium/chrome/browser/ui/cocoa/
objc_zombie.mm 190 // dispatch-related method which is being invoked to send |aSelector|
253 // Override a few methods often used for dynamic dispatch to log the
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 291 message_list_.InsertColumn(kDispatchColumn, L"dispatch (ms)", LVCFMT_RIGHT,
337 int64 time_to_process = (base::Time::FromInternalValue(data.dispatch) -
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultClient.java 380 protected void dispatch( Message m ) method in class:DefaultClient
417 dispatch( m );
KernelAdapter.java 164 protected void dispatch( Endpoint p, Message m ) method in class:KernelAdapter
238 dispatch( env.getSource(), m );
  /external/llvm/docs/HistoricalNotes/
2001-05-18-ExceptionHandling.txt 128 by the try block, we must dispatch to its handler... but it does not exist
130 we must dispatch statically with a goto. The bazHandler thus appears as:
  /external/v8/src/
objects-visiting.h 38 // Static visitor is different: it provides a dispatch table which contains
265 // by dispatch table of this visitor because they cannot appear
  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 169 // Dispatch on the source and destination operand kinds. Not all
245 // Dispatch on the source and destination operand kinds. Not all
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 187 // normal JNI. The JNI dispatch abstraction allows the Java plugin
188 // to dispatch the call on the appropriate internal VM thread.
  /external/webkit/Source/WebCore/dom/
EventTarget.cpp 353 // during event dispatch. Also, don't fire event listeners added during event
354 // dispatch. Conveniently, all new event listeners will be added after 'end',
NamedNodeMap.cpp 252 // Notify the element that the attribute has been added, and dispatch appropriate mutation events
286 // dispatch appropriate mutation events
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.cpp 37 #include <dispatch/dispatch.h>
  /frameworks/base/core/java/android/os/
IBinder.java 53 * it runs in. These threads are used to dispatch all
124 * <p>Also, upon completing the dispatch, the object must make a cup
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 165 // reevaluate whether we need to dispatch it and/or
218 // dispatch vsync events to listeners...
  /external/clang/lib/CodeGen/
CGException.cpp 503 /// Emit the dispatch block for a filter scope if necessary.
602 // The dispatch block for the end of the scope chain is a block that
620 // Otherwise, make a dispatch block.
622 dispatchBlock = createBasicBlock("catch.dispatch");
632 dispatchBlock = createBasicBlock("filter.dispatch");
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.h 70 /* Entry in malloc dispatch table. */

Completed in 4042 milliseconds

<<11121314151617181920>>