Searched refs:stalled (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DGlobalEventHandlers.h92 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(stalled);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.l130 stalled-cycles-frontend|idle-cycles-frontend { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_STALLED_CYCLES_FRONTEND); }
131 stalled-cycles-backend|idle-cycles-backend { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_STALLED_CYCLES_BACKEND); }
/external/chromium_org/net/spdy/
H A Dspdy_stream.h202 void set_send_stalled_by_flow_control(bool stalled) { argument
203 send_stalled_by_flow_control_ = stalled;
382 // If the stream is stalled on sending data, but the session is not
383 // stalled on sending data and |send_window_size_| is positive, then
/external/oprofile/events/i386/atom/
H A Devents60 event:0x7E counters:0,1 um:core,agent minimum:6000 name:SNOOP_STALL_DRV : Bus stalled for snoops
/external/oprofile/events/i386/nehalem/
H A Dunit_masks209 0x0F any Counts any cycles the Instruction Length Decoder is stalled
238 0x20 fpcw Counts the number of cycles while execution was stalled due to writing the floating-point unit (FPU) control word
240 0x80 other Counts the number of cycles while execution was stalled due to other resource issues
315 0x01 flags Counts the number of cycles during which execution stalled due to several reasons, one of which is a partial flag register stall
H A Devents90 event:0xD2 counters:0,1,2,3 um:rat_stalls minimum:6000 name:RAT_STALLS : Counts the number of cycles during which execution stalled due to several reason
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLElement.cpp285 attributeNameToEventNameMap.set(onstalledAttr.localName(), EventTypeNames::stalled);
H A DHTMLMediaElement.cpp1918 scheduleEvent(EventTypeNames::stalled);
3526 // When networkState is NETWORK_LOADING, progress and stalled events may be fired.

Completed in 274 milliseconds