Home
last modified time | relevance | path

Searched refs:format_result (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/tools/
H A Dformat_vm_parameter_validation.py32 format_result = { variable
47 format_bool_result = format_result.copy()
50 1 : format_result[RESULT_SUCCESS],
56 return format_result
238 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 …]