Home
last modified time | relevance | path

Searched refs:dispatched (Results 1 – 25 of 89) sorted by relevance

1234

/external/guava/guava/src/com/google/common/eventbus/
DEventBus.java248 boolean dispatched = false; in post()
253 dispatched = true; in post()
260 if (!dispatched && !(event instanceof DeadEvent)) { in post()
/external/webkit/Source/WebCore/dom/
DCustomEvent.cpp43 if (dispatched()) in initCustomEvent()
DPageTransitionEvent.cpp53 if (dispatched()) in initPageTransitionEvent()
DPopStateEvent.cpp46 if (dispatched()) in initPopStateEvent()
DDeviceMotionEvent.cpp50 if (dispatched()) in initDeviceMotionEvent()
DDeviceOrientationEvent.cpp50 if (dispatched()) in initDeviceOrientationEvent()
DProgressEvent.cpp49 if (dispatched()) in initProgressEvent()
DCompositionEvent.cpp50 if (dispatched()) in initCompositionEvent()
DWebKitAnimationEvent.cpp55 if (dispatched()) in initWebKitAnimationEvent()
DErrorEvent.cpp57 if (dispatched()) in initErrorEvent()
DWebKitTransitionEvent.cpp56 if (dispatched()) in initWebKitTransitionEvent()
DBeforeLoadEvent.h46 if (dispatched()) in initBeforeLoadEvent()
DOverflowEvent.cpp63 if (dispatched()) in initOverflowEvent()
DUIEvent.cpp48 if (dispatched()) in initUIEvent()
DHashChangeEvent.h40 if (dispatched()) in initHashChangeEvent()
DMutationEvent.cpp53 if (dispatched()) in initMutationEvent()
DTouchEvent.cpp65 if (dispatched()) in initTouchEvent()
DMessageEvent.cpp57 if (dispatched()) in initMessageEvent()
DTextEvent.cpp93 if (dispatched()) in initTextEvent()
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyses.def51 ANALYSIS_IPA(DynamicDispatch, "dynamic", "Experimental: Enable inlining of dynamically dispatched m…
52 …te, "dynamic-bifurcate", "Experimental: Enable inlining of dynamically dispatched methods, bifurca…
/external/webkit/Source/WebCore/html/canvas/
DWebGLContextEvent.cpp47 if (dispatched()) in initEvent()
/external/oprofile/events/ppc64/ibm-compat-v1/
Devents66 …ero minimum:1000 name:PM_INST_DISP_GRP8 : (Group 8 pm_compat_cpi_1plus_ppc) Instructions dispatched
67 …_1PLUS_PPC_DISP_GRP8 : (Group 8 pm_compat_cpi_1plus_ppc) Cycles at least one instruction dispatched
77 …ro minimum:1000 name:PM_INST_DISP_GRP10 : (Group 10 pm_compat_misc_events2) Instructions dispatched
83 …ro minimum:1000 name:PM_INST_DISP_GRP11 : (Group 11 pm_compat_misc_events3) Instructions dispatched
/external/oprofile/events/ppc64/cell-be/
Devents35 …ounts the cycles from the miss event until the returned instruction is dispatched or cancelled due…
75 …2,3 um:PPU_02_edges minimum:10000 name:store_rc_ack : Store dispatched to RC machine is…
399 … minimum:10000 name:YM_CTL1_YMM_CCS_PERFORM(2) : XIO1 - Read command dispatched; includes high-p…
400 … minimum:10000 name:YM_CTL1_YMM_CCS_PERFORM(3) : XIO1 - Write command dispatched (see Note 1).
401 …M_CCS_PERFORM(4) : XIO1 - Read-Modify-Write command (data size < 16 bytes) dispatched (see Note 1).
402 …es minimum:10000 name:YM_CTL1_YMM_CCS_PERFORM(5) : XIO1 - Refresh dispatched (see Note 1).
403 …CCS_PERFORM(7) : XIO1 - Byte-masking write command (data size >= 16 bytes) dispatched (see Note 1).
404 …_CTL1_YMM_CRW_PERFORM(1) : XIO1 - Write command dispatched after a read command was previously dis…
405 …_CTL1_YMM_CRW_PERFORM(2) : XIO1 - Read command dispatched after a write command was previously dis…
415 … minimum:10000 name:YM_CTL0_YMM_CCS_PERFORM(2) : XIO0 - Read command dispatched; includes high-p…
[all …]
/external/webkit/Source/WebCore/storage/
DStorageEvent.cpp65 if (dispatched()) in initStorageEvent()
/external/webkit/LayoutTests/http/tests/appcache/
Dremove-cache-expected.txt4 …esponse, so the cache group becomes obsolete, and an obsolete event is dispatched (because the doc…

1234