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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxevents.c 181 // dispatch event
  /external/valgrind/main/docs/internals/
notes.txt 79 * Reinstate per-thread dispatch ctrs. First find out what the
  /external/webkit/Source/WebCore/html/parser/
HTMLScriptRunner.cpp 274 notImplemented(); // Dispatch error event.
  /external/webkit/Source/WebKit/chromium/src/
SharedWorkerRepository.cpp 138 // Keep the worker + JS wrapper alive until the resource load is complete in case we need to dispatch an error event.
WebDevToolsAgentImpl.cpp 133 // The view was not closed during the dispatch.
WorkerFileSystemCallbacksBridge.h 124 // Methods that dispatch WebFileSystemCallbacks on the worker threads.
  /frameworks/base/core/java/android/os/
Looper.java 169 * at the beginning and ending of each message dispatch, identifying the
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 21 // Log debug messages about the dispatch cycle.
  /frameworks/base/docs/html/guide/faq/
framework.jd 45 separate pool of transaction threads in each process to dispatch all
  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 271 mSmsDispatcher.dispatch(intent, permission);
  /frameworks/support/v4/java/android/support/v4/content/
LocalBroadcastManager.java 273 * the Intent this function will block and immediately dispatch them before
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 178 // so we need to re-dispatch from here to the intended target.
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 101 // Dispatch from entry point
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
aout.h 227 /* Output an element of a dispatch table. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 126 DEFTIMEVAR (TV_MVERSN_DISPATCH , "multiversion dispatch")
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 126 DEFTIMEVAR (TV_MVERSN_DISPATCH , "multiversion dispatch")
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 126 DEFTIMEVAR (TV_MVERSN_DISPATCH , "multiversion dispatch")
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 73 /* failure to init the GLES2 dispatch table is not fatal */
  /external/chromium/chrome/browser/accessibility/
accessibility_win_browsertest.cc 114 CComPtr<IDispatch> dispatch; local
115 HRESULT hr = parent->get_accChild(CreateI4Variant(V_I4(var)), &dispatch);
117 return CComQIPtr<IAccessible>(dispatch).Detach();
  /external/clang/lib/Driver/
ToolChains.h 348 // Legacy dispatch is used everywhere except on x86_64.
352 // This is only used with the non-fragile ABI and non-legacy dispatch.
354 // Mixed dispatch is used everywhere except OS X before 10.6.
  /external/compiler-rt/lib/asan/
asan_mac.cc 434 // The reference manual for Grand Central Dispatch is available at
456 // of including <dispatch/dispatch.h>. This header is not present on
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 34 import com.bulletphysics.collision.dispatch.CollisionFlags;
273 rBody.setActivationState(com.bulletphysics.collision.dispatch.CollisionObject.DISABLE_DEACTIVATION);
276 rBody.setActivationState(com.bulletphysics.collision.dispatch.CollisionObject.ACTIVE_TAG);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettings.java 623 * Dispatch to edit quick responses.
637 * Dispatch to edit incoming settings.
665 * Dispatch to edit outgoing settings.
  /external/oprofile/events/ppc64/power6/
events 235 #Group 36 pm_disp_wait, Dispatch stalls
241 #Group 37 pm_disp_held, Dispatch held conditions
247 #Group 38 pm_disp_held2, Dispatch held conditions
253 #Group 39 pm_disp_held3, Dispatch held conditions
259 #Group 40 pm_disp_held4, Dispatch held conditions
265 #Group 41 pm_disp_held5, Dispatch held conditions
268 event:0X0292 counters:2 um:zero minimum:1000 name:PM_DPU_HELD_COMPLETION_GRP41 : (Group 41 pm_disp_held5) DISP unit held due to completion holding dispatch
271 #Group 42 pm_disp_held6, Dispatch held conditions
277 #Group 43 pm_disp_held7, Dispatch held conditions
283 #Group 44 pm_disp_held8, Dispatch held condition
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.js 396 WebInspector.socket.onmessage = function(message) { InspectorBackend.dispatch(message.data); }
543 // tests require that each command was dispatch within individual timeout callback, so we don't batch them.
547 WebInspector.dispatch = function(message) {
550 InspectorBackend.dispatch(messagesToDispatch.shift());
556 WebInspector.dispatch(messageObject);
    [all...]

Completed in 2073 milliseconds

<<11121314151617181920>>