OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stalled
(Results
1 - 12
of
12
) sorted by null
/external/dropbear/
progressmeter.c
37
#define STALL_TIME 5 /* we're
stalled
after this many seconds */
62
static long
stalled
; /* how long we have been
stalled
*/
variable
183
stalled
+= elapsed;
185
stalled
= 0;
187
if (
stalled
>= STALL_TIME)
188
strlcat(buf, "-
stalled
-", win_size);
246
stalled
= 0;
/external/openssh/
progressmeter.c
47
#define STALL_TIME 5 /* we're
stalled
after this many seconds */
72
static long
stalled
; /* how long we have been
stalled
*/
variable
193
stalled
+= elapsed;
195
stalled
= 0;
197
if (
stalled
>= STALL_TIME)
198
strlcat(buf, "-
stalled
-", win_size);
257
stalled
= 0;
/external/chromium_org/third_party/WebKit/Source/core/dom/
GlobalEventHandlers.h
89
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(
stalled
);
/external/chromium/net/spdy/
spdy_stream.h
134
void set_stalled_by_flow_control(bool
stalled
) {
135
stalled_by_flow_control_ =
stalled
;
/external/chromium_org/net/spdy/
spdy_stream.h
200
void set_send_stalled_by_flow_control(bool
stalled
) {
201
send_stalled_by_flow_control_ =
stalled
;
369
// If the stream is
stalled
on sending data, but the session is not
370
//
stalled
on sending data and |send_window_size_| is positive, then
/external/chromium_org/tools/perf/metrics/
media.js
121
//
stalled
, waiting, progress, etc. This works only when continuous playback
/external/oprofile/events/i386/atom/
events
60
event:0x7E counters:0,1 um:core,agent minimum:6000 name:SNOOP_STALL_DRV : Bus
stalled
for snoops
/external/oprofile/events/i386/nehalem/
unit_masks
209
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
events
90
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/
HTMLElement.cpp
290
attributeNameToEventNameMap.set(onstalledAttr.localName(), EventTypeNames::
stalled
);
[
all
...]
HTMLMediaElement.cpp
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js
[
all
...]
Completed in 503 milliseconds