Searched refs:raiseTestError (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _testcapimodule.c | 21 raiseTestError(const char* test_name, const char* msg) in raiseTestError() function 400 return raiseTestError("test_long_api", msg); in raise_test_long_error() 430 return raiseTestError("test_longlong_api", msg); in raise_test_longlong_error() 478 return raiseTestError("test_long_and_overflow", in test_long_and_overflow() 481 return raiseTestError("test_long_and_overflow", in test_long_and_overflow() 505 return raiseTestError("test_long_and_overflow", in test_long_and_overflow() 508 return raiseTestError("test_long_and_overflow", in test_long_and_overflow() 522 return raiseTestError("test_long_and_overflow", in test_long_and_overflow() 525 return raiseTestError("test_long_and_overflow", in test_long_and_overflow() 549 return raiseTestError("test_long_and_overflow", in test_long_and_overflow() [all …]
|