Searched defs:expected_checksum (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py652 def expected_checksum(self, test_name): member in class:Port
/external/pixman/test/
H A Dutils.c638 * 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);
650 fuzzer_test_main(const char *test_name, int default_number_of_iterations, uint32_t expected_checksum, uint32_t (*test_function)(int testnum, int verbose), int argc, const char *argv[]) argument

Completed in 391 milliseconds