Home
last modified time | relevance | path

Searched defs:example (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py1141 def report_start(self, out, test, example): argument
1154 def report_success(self, out, test, example, got): argument
1162 def report_failure(self, out, test, example, got): argument
1169 def report_unexpected_exception(self, out, test, example, exc_info): argument
1176 def _failure_header(self, test, example): argument
1561 def output_difference(self, example, got, optionflags): argument
1620 def __init__(self, test, example, got): argument
1639 def __init__(self, test, example, exc_info): argument
1744 def report_unexpected_exception(self, out, test, example, exc_info): argument
1747 def report_failure(self, out, test, example, got): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_array.py798 example = '\x01azAZ\x00\xfe' variable in CharacterTest
837 example = unicode(r'\x01\u263a\x00\ufeff', 'unicode-escape') variable in UnicodeTest
962 example = [-1, 0, 1, 42, 0x7f] variable in SignedNumberTest
974 example = [0, 1, 17, 23, 42, 0xff] variable in UnsignedNumberTest
1027 example = [-42.0, 0, 42, 1e5, -1e10] variable in FPTest