OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:on_timeout
(Results
1 - 4
of
4
) sorted by null
/external/curl/docs/examples/
multi-uv.c
153
void
on_timeout
(uv_timer_t *req, int status)
function
166
uv_timer_start(&timeout,
on_timeout
, timeout_ms, 0);
/external/libweave/src/notification/
xmpp_iq_stanza_handler_unittest.cc
162
auto
on_timeout
= [&called]() { called = true; };
local
167
base::Bind(
on_timeout
));
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py
229
def add_event(self, expected_events, timeout,
on_timeout
=None):
236
@param
on_timeout
: An error string to use if the event times out. If
242
(expected_events, timeout,
on_timeout
))
272
for expected_events, timeout,
on_timeout
in self._expected_events_chain:
277
expected_events, timeout,
on_timeout
, get_next_event)
284
def _verify_event_with_timeout(expected_events, timeout,
on_timeout
,
290
@param
on_timeout
: A string to return if timeout occurs, or None.
312
if
on_timeout
is None:
315
return
on_timeout
[
all
...]
/external/skia/experimental/SkV8Example/
Global.cpp
103
// JS: setTimeout(
on_timeout
, 500);
Completed in 106 milliseconds