OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:was_timeout
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/test/launcher/
test_launcher.h
129
bool
was_timeout
,
200
// after |timeout|, it is terminated and |*
was_timeout
| is set to true.
204
bool*
was_timeout
);
212
// running after |timeout|, it is terminated and |*
was_timeout
| is set to true.
217
bool*
was_timeout
);
unit_test_launcher.cc
250
bool
was_timeout
,
259
was_timeout
,
279
bool
was_timeout
,
289
was_timeout
,
316
bool
was_timeout
,
343
if (
was_timeout
) {
test_launcher.cc
236
bool
was_timeout
,
238
callback.Run(exit_code, elapsed_time,
was_timeout
, output);
295
bool
was_timeout
= false;
local
297
command_line, options, timeout, &
was_timeout
);
324
was_timeout
,
816
bool
was_timeout
,
820
callback.Run(exit_code, elapsed_time,
was_timeout
, output);
881
bool*
was_timeout
) {
896
was_timeout
);
928
bool*
was_timeout
) {
[
all
...]
/external/chromium_org/content/public/test/
test_launcher.cc
149
bool
was_timeout
,
392
bool
was_timeout
,
400
else if (
was_timeout
)
Completed in 30 milliseconds