HomeSort by relevance Sort by last modified time
    Searched full:imagepair (Results 1 - 20 of 20) 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
39 """Tests ImagePair, using a real ImageDiffDB to download real images.
55 # 4. expected result of ImagePair.as_dict()
134 # Test fix for http://skbug.com/2368 -- how do we handle an ImagePair
167 image_pair = imagepair.ImagePair(
imagepair.py 9 ImagePair class (see class docstring for details)
15 # Keys used within ImagePair dictionary representations.
25 class ImagePair(object):
75 """Returns a dictionary describing this ImagePair.
compare_rendered_pictures.py 23 import imagepair namespace
148 for imagepair in imagepairs_for_this_skp:
149 if imagepair:
150 all_image_pairs.add_image_pair(imagepair)
151 result_type = imagepair.extra_columns_dict\
154 failing_image_pairs.add_image_pair(imagepair)
181 """Creates an ImagePair object for this pair of images.
190 An ImagePair object, or None if both image_dict_A and image_dict_B are
229 return imagepair.ImagePair(
    [all...]
imagepairset.py 17 import imagepair namespace
60 """Adds an ImagePair; this may be repeated any number of times."""
61 # Special handling when we add the first ImagePair...
66 raise Exception('added ImagePair with base_url "%s" instead of "%s"' % (
79 an ImagePair's extra_columns dictionary)
89 an ImagePair's extra_columns dictionary)
109 """Records one column_id/value extraColumns pair found within an ImagePair.
117 an ImagePair's extra_columns dictionary)
compare_to_expectations.py 27 import imagepair namespace
104 imagepair.KEY__IMAGEPAIRS__EXPECTATIONS: {
109 imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS: {
124 mod[imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS]
126 mod[imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS]
129 mod[imagepair.KEY__IMAGEPAIRS__IMAGE_B_URL])
135 value = mod[imagepair.KEY__IMAGEPAIRS__EXPECTATIONS].get(field)
139 mod[imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS]
329 image_pair = imagepair.ImagePair(
    [all...]
compare_configs.py 25 import imagepair namespace
152 image_pair = imagepair.ImagePair(
163 'got exception while creating ImagePair for image_name '
  /external/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
39 """Tests ImagePair, using a real ImageDiffDB to download real images.
55 # 4. expected result of ImagePair.as_dict()
134 # Test fix for http://skbug.com/2368 -- how do we handle an ImagePair
167 image_pair = imagepair.ImagePair(
imagepair.py 9 ImagePair class (see class docstring for details)
15 # Keys used within ImagePair dictionary representations.
25 class ImagePair(object):
75 """Returns a dictionary describing this ImagePair.
compare_rendered_pictures.py 23 import imagepair namespace
148 for imagepair in imagepairs_for_this_skp:
149 if imagepair:
150 all_image_pairs.add_image_pair(imagepair)
151 result_type = imagepair.extra_columns_dict\
154 failing_image_pairs.add_image_pair(imagepair)
181 """Creates an ImagePair object for this pair of images.
190 An ImagePair object, or None if both image_dict_A and image_dict_B are
229 return imagepair.ImagePair(
    [all...]
imagepairset.py 17 import imagepair namespace
60 """Adds an ImagePair; this may be repeated any number of times."""
61 # Special handling when we add the first ImagePair...
66 raise Exception('added ImagePair with base_url "%s" instead of "%s"' % (
79 an ImagePair's extra_columns dictionary)
89 an ImagePair's extra_columns dictionary)
109 """Records one column_id/value extraColumns pair found within an ImagePair.
117 an ImagePair's extra_columns dictionary)
compare_to_expectations.py 27 import imagepair namespace
104 imagepair.KEY__IMAGEPAIRS__EXPECTATIONS: {
109 imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS: {
124 mod[imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS]
126 mod[imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS]
129 mod[imagepair.KEY__IMAGEPAIRS__IMAGE_B_URL])
135 value = mod[imagepair.KEY__IMAGEPAIRS__EXPECTATIONS].get(field)
139 mod[imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS]
329 image_pair = imagepair.ImagePair(
    [all...]
compare_configs.py 25 import imagepair namespace
152 image_pair = imagepair.ImagePair(
163 'got exception while creating ImagePair for image_name '
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/
view.html 295 <!-- imagepair-selection checkbox column -->
299 <tr ng-repeat="imagePair in limitedImagePairs" valign="top"
303 {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__RESULT_TYPE]}}
307 ng-click="showOnlyResultType(imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__RESULT_TYPE])"
308 title="show only results of type {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__RESULT_TYPE]}}">
321 {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][categoryName]}}
325 ng-disabled="imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][categoryName] == categoryValueMatch[categoryName]"
326 ng-click="setCategoryValueMatch(categoryName, imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][categoryName])"
327 title="show only results of {{categoryName}} {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][categoryName]}}">
340 {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__CONFIG]}
    [all...]
loader.js 37 var imagePair = unfilteredImagePairs[i];
38 var extraColumnValues = imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS];
50 (viewingTab == imagePair.tab)) {
51 filteredImagePairs.push(imagePair);
81 var imagePair = unfilteredImagePairs[i];
82 imagePair[constants.KEY__IMAGEPAIRS__ROWSPAN] = 1;
83 filteredImagePairs[i] = imagePair;
89 var imagePair = unfilteredImagePairs[numPairs-1];
90 var nextRowImageAUrl = imagePair[constants.KEY__IMAGEPAIRS__IMAGE_A_URL];
91 var nextRowImageBUrl = imagePair[constants.KEY__IMAGEPAIRS__IMAGE_B_URL]
    [all...]
constants.js 24 // NOTE: Keep these in sync with ../imagepair.py
  /external/skia/gm/rebaseline_server/static/
view.html 295 <!-- imagepair-selection checkbox column -->
299 <tr ng-repeat="imagePair in limitedImagePairs" valign="top"
303 {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__RESULT_TYPE]}}
307 ng-click="showOnlyResultType(imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__RESULT_TYPE])"
308 title="show only results of type {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__RESULT_TYPE]}}">
321 {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][categoryName]}}
325 ng-disabled="imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][categoryName] == categoryValueMatch[categoryName]"
326 ng-click="setCategoryValueMatch(categoryName, imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][categoryName])"
327 title="show only results of {{categoryName}} {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][categoryName]}}">
340 {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__CONFIG]}
    [all...]
loader.js 37 var imagePair = unfilteredImagePairs[i];
38 var extraColumnValues = imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS];
50 (viewingTab == imagePair.tab)) {
51 filteredImagePairs.push(imagePair);
81 var imagePair = unfilteredImagePairs[i];
82 imagePair[constants.KEY__IMAGEPAIRS__ROWSPAN] = 1;
83 filteredImagePairs[i] = imagePair;
89 var imagePair = unfilteredImagePairs[numPairs-1];
90 var nextRowImageAUrl = imagePair[constants.KEY__IMAGEPAIRS__IMAGE_A_URL];
91 var nextRowImageBUrl = imagePair[constants.KEY__IMAGEPAIRS__IMAGE_B_URL]
    [all...]
constants.js 24 // NOTE: Keep these in sync with ../imagepair.py

Completed in 402 milliseconds