OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:golden_image_path
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/image_comparison/
upload_on_fail_comparer.py
42
def compare(self,
golden_image_path
, test_image_path, box=None):
57
@param
golden_image_path
: path, complete path to the golden image.
68
res = self.local_comparer.compare(
golden_image_path
,
82
res_remote = self.remote_comparer.compare(
golden_image_path
,
publisher.py
36
def publish(self,
golden_image_path
, test_image_path, diff_image_path,
42
@param
golden_image_path
: path, complete path to a golden image.
50
with open(
golden_image_path
, "rb") as image_file:
Completed in 192 milliseconds