OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imagepair
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/gm/rebaseline_server/
imagepairset_test.py
17
import
imagepair
namespace
25
imagepair
.KEY__IMAGEPAIRS__EXTRACOLUMNS: {
29
imagepair
.KEY__IMAGEPAIRS__IMAGE_A_URL: 'test1/1111.png',
30
imagepair
.KEY__IMAGEPAIRS__IMAGE_B_URL: 'test1/1111.png',
31
imagepair
.KEY__IMAGEPAIRS__IS_DIFFERENT: False,
34
imagepair
.KEY__IMAGEPAIRS__DIFFERENCES: {
39
imagepair
.KEY__IMAGEPAIRS__EXTRACOLUMNS: {
43
imagepair
.KEY__IMAGEPAIRS__IMAGE_A_URL: 'test2/2222.png',
44
imagepair
.KEY__IMAGEPAIRS__IMAGE_B_URL: 'test2/22223.png',
45
imagepair
.KEY__IMAGEPAIRS__IS_DIFFERENT: True
[
all
...]
imagepair_test.py
9
Test
imagepair
.py
19
import
imagepair
namespace
40
"""Tests
ImagePair
, using a real ImageDiffDB to download real images.
56
# 4. expected result of
ImagePair
.as_dict()
146
# Test fix for http://skbug.com/2368 -- how do we handle an
ImagePair
196
image_pair =
imagepair
.
ImagePair
(
writable_expectations.py
24
import
imagepair
namespace
96
expectations = modification[
imagepair
.KEY__IMAGEPAIRS__EXPECTATIONS]
99
filepath=modification[
imagepair
.KEY__IMAGEPAIRS__IMAGE_B_URL])
100
extra_columns = modification[
imagepair
.KEY__IMAGEPAIRS__EXTRACOLUMNS]
101
dictname = modification[
imagepair
.KEY__IMAGEPAIRS__SOURCE_JSON_FILE]
compare_to_expectations.py
27
import
imagepair
namespace
114
imagepair
.KEY__IMAGEPAIRS__EXPECTATIONS: {
119
imagepair
.KEY__IMAGEPAIRS__EXTRACOLUMNS: {
134
mod[
imagepair
.KEY__IMAGEPAIRS__EXTRACOLUMNS]
136
mod[
imagepair
.KEY__IMAGEPAIRS__EXTRACOLUMNS]
139
mod[
imagepair
.KEY__IMAGEPAIRS__IMAGE_B_URL])
145
value = mod[
imagepair
.KEY__IMAGEPAIRS__EXPECTATIONS].get(field)
149
mod[
imagepair
.KEY__IMAGEPAIRS__EXTRACOLUMNS]
348
image_pair =
imagepair
.
ImagePair
(
[
all
...]
compare_configs.py
24
import
imagepair
namespace
152
image_pair =
imagepair
.
ImagePair
(
164
'got exception while creating
ImagePair
for test '
compare_rendered_pictures.py
34
import
imagepair
namespace
389
"""Creates an
ImagePair
object for this pair of images.
408
An
ImagePair
object, or None if both image_dict_A and image_dict_B are
452
return
imagepair
.
ImagePair
(
463
'got exception while creating
ImagePair
for'
Completed in 84 milliseconds