OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tests_result
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/tests/
main.cc
48
int
tests_result
= RUN_ALL_TESTS();
local
50
int
tests_result
= base::RunUnitTestsUsingBaseTestSuite(argc, argv);
local
54
return
tests_result
;
/development/testrunner/test_defs/
test_defs.py
130
tests_result
= TestDefinitions()
131
tests_result
.Parse(file_path)
132
return
tests_result
Completed in 4176 milliseconds