OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_image_paths
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/image_comparison/
verifier.py
49
def verify(self, golden_image_paths,
test_image_paths
):
54
@param
test_image_paths
: list of complete paths to test images.
62
if type(
test_image_paths
) is not list:
63
test_image_paths
= [
test_image_paths
]
73
for g_image, t_image in zip(golden_image_paths,
test_image_paths
):
/external/toolchain-utils/
weekly_report.py
65
def Generate_Test_File(
test_image_paths
, vanilla_image_path, board, remote,
104
for test_path in
test_image_paths
:
Completed in 235 milliseconds