Home
last modified time | relevance | path

Searched defs:got (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_install.py38 def check_path(got, expected): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzread.c54 unsigned got; local
293 unsigned got, n; local
Dgzwrite.c74 int ret, got; local
Dminigzip.c266 unsigned got; local
Dinflate.c1359 unsigned got; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py272 def _ellipsis_match(want, got): argument
1154 def report_success(self, out, test, example, got): argument
1162 def report_failure(self, out, test, example, got): argument
1484 def check_output(self, want, got, optionflags): argument
1538 def _do_a_fancy_diff(self, want, got, optionflags): argument
1561 def output_difference(self, example, got, optionflags): argument
1620 def __init__(self, test, example, got): 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_math.py51 def ulps_check(expected, got, ulps=20): argument
63 def acc_check(expected, got, rel_err=2e-15, abs_err = 5e-323): argument
Dtest_datetime.py1474 def verify_field_equality(self, expected, got): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinflate.c1244 unsigned got; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c42 int expected, int got) in sizeof_error()