OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_retval
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/tests/
vboot_api_kernel3_tests.c
34
static int
run_retval
;
variable
82
run_retval
= VBERROR_SUCCESS;
134
return
run_retval
;
140
return
run_retval
;
237
run_retval
= VBERROR_SIMULATED;
338
run_retval
= VBERROR_SIMULATED;
343
run_retval
= VBERROR_EC_REBOOT_TO_RO_REQUIRED;
/external/toolchain-utils/crosperf/
results_organizer.py
75
run_retval
= run.get('retval', None)
80
lambda: _DictWithReturnValues(
run_retval
, run_pass_fail), max_dup)
Completed in 146 milliseconds