OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_delay
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/app_list/views/
pulsing_block_view.h
22
// Constructs a PulsingBlockView of |size|. If |
start_delay
| is true,
24
PulsingBlockView(const gfx::Size& size, bool
start_delay
);
pulsing_block_view.cc
73
PulsingBlockView::PulsingBlockView(const gfx::Size& size, bool
start_delay
) {
78
const int delay =
start_delay
? base::RandInt(0, max_delay) : 0;
/external/chromium_org/third_party/webrtc/base/
asynchttprequest.h
36
// If
start_delay
is less than or equal to zero, this starts immediately.
37
//
Start_delay
defaults to zero.
38
int
start_delay
() const { return start_delay_; }
function in class:rtc::AsyncHttpRequest
/external/fio/
eta.c
218
uint64_t
start_delay
= td->o.
start_delay
;
local
221
t_eta = timeout +
start_delay
+ ramp_time;
236
r_eta += (td->o.
start_delay
/ 1000000ULL);
thread_options.h
136
unsigned long long
start_delay
;
member in struct:thread_options
360
uint64_t
start_delay
;
member in struct:thread_options_pack
libfio.c
203
td->o.
start_delay
= 0;
cconv.c
173
o->
start_delay
= le64_to_cpu(top->
start_delay
);
434
top->
start_delay
= __cpu_to_le64(o->
start_delay
);
init.c
442
delayrange = td->o.start_delay_high - td->o.
start_delay
;
452
delayrange += td->o.
start_delay
;
541
o->
start_delay
= get_rand_start_delay(td);
[
all
...]
backend.c
[
all
...]
options.c
[
all
...]
Completed in 603 milliseconds