OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_checksum
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt_unittest.py
96
expected_checksum
, drt_output, drt_input=None, expected_text=None):
98
if not
expected_checksum
:
99
expected_checksum
= port.
expected_checksum
(test_name)
101
drt_input = self.input_line(port, test_name, pixel_tests,
expected_checksum
)
106
text_output,
expected_checksum
)
109
def expected_output(self, port, test_name, pixel_tests, text_output,
expected_checksum
):
114
if pixel_tests and
expected_checksum
:
116
'ActualHash: %s\n' %
expected_checksum
,
117
'ExpectedHash: %s\n' %
expected_checksum
])
[
all
...]
mock_drt.py
234
actual_checksum = port.
expected_checksum
(test_input.test_name)
base.py
635
def
expected_checksum
(self, test_name):
member in class:Port
[
all
...]
/external/chromium_org/chrome/browser/nacl_host/test/
gdb_rsp.py
60
expected_checksum
= '%02x' % RspChecksum(reply_body)
61
if checksum !=
expected_checksum
:
63
(checksum,
expected_checksum
))
/external/pixman/test/
utils.h
104
uint32_t
expected_checksum
,
utils.c
638
* compared with '
expected_checksum
' and FAIL or PASS verdict
652
uint32_t
expected_checksum
,
698
if (checksum ==
expected_checksum
)
706
test_name, checksum,
expected_checksum
);
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py
84
self._port.
expected_checksum
(self._test_name),
97
image_hash = self._port.
expected_checksum
(self._test_name)
Completed in 296 milliseconds