Searched refs:format_result (Results 1 – 1 of 1) sorted by relevance
32 format_result = { variable47 format_bool_result = format_result.copy()50 1 : format_result[RESULT_SUCCESS],56 return format_result238 RESULT_BUSTED: format_result[RESULT_BUSTED].lstrip() + ': trial broken, not performed',240 RESULT_ZEROSIZE: format_result[RESULT_ZEROSIZE].lstrip() + ': size == 0',241 …RESULT_PANIC: format_result[RESULT_PANIC].lstrip() + ': trial is believed to panic, not perform…242 …RESULT_GUARD: format_result[RESULT_GUARD].lstrip() + ': trial is believed to throw EXC_GUARD, n…243 …RESULT_OUT_PARAM_BAD: format_result[RESULT_OUT_PARAM_BAD].lstrip() + ': trial set incorrect values…244 …RESULT_MACH_SEND_INVALID_MEMORY: format_result[RESULT_MACH_SEND_INVALID_MEMORY].lstrip() + ': MACH…[all …]