OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:png_path
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
image_diff.py
71
def _save_baseline_files(self, filename,
png_path
, checksum):
76
png_path
: path to the actual PNG result file
79
png_file = open(
png_path
, "rb")
126
self._save_baseline_files(filename, test_args.
png_path
,
152
self._copy_output_png(filename, test_args.
png_path
, '-actual.png')
163
self._copy_output_png(filename, test_args.
png_path
, '-actual.png')
fuzzy_image_diff.py
65
r = port.fuzzy_diff(test_args.
png_path
, expected_png_file)
test_type_base.py
48
png_path
= None
variable in class:TestArguments
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py
478
png_path
= None
480
png_path
= os.path.join(self._options.results_directory,
482
shell_args.append("--pixel-tests=" +
png_path
)
483
test_args.
png_path
=
png_path
495
return test_args,
png_path
, shell_args
520
test_args,
png_path
, shell_args = self._get_test_shell_args(i)
526
png_path
,
[
all
...]
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
base.py
365
def start_driver(self,
png_path
, options):
597
def __init__(self, port,
png_path
, options):
604
png_path
- an absolute path for the driver to write any image
Completed in 527 milliseconds