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/
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
(
imagepair.py
9
ImagePair
class (see class docstring for details)
15
# Keys used within
ImagePair
dictionary representations.
30
class
ImagePair
(object):
89
"""Returns a dictionary describing this
ImagePair
.
109
# TODO(epoger): Is it wasteful for every
imagepair
to have its own
compare_configs.py
24
import
imagepair
namespace
152
image_pair =
imagepair
.
ImagePair
(
164
'got exception while creating
ImagePair
for test '
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_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'
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js
960
* Extract the column values from an
ImagePair
(contained in the server
965
function getColValues(
imagePair
, filterCols, otherCols) {
968
result.push(
imagePair
.extraColumns[filterCols[i].key]);
972
result.push(get_robust(
imagePair
, ['expectations', otherCols[i].key]));
981
function getImageValues(
imagePair
, imageCols) {
987
percent = get_robust(
imagePair
, CO[i].percentField);
988
value = get_robust(
imagePair
, CO[i].valueField);
989
url = get_robust(
imagePair
, CO[i].urlField);
[
all
...]
Completed in 53 milliseconds