| /xnu-11215/tools/lldbmacros/tests/lldbtest/ |
| H A D | unittest.py | 99 self.errors.append((test, _format_exc(err))) 101 self.errors.append( 171 for test, error in result.errors: 217 if result.errors: 256 self.errors.append((test, _format_exc(err)))
|
| /xnu-11215/libsyscall/mach/mach/ |
| H A D | errorlib.h | 98 extern const struct error_system errors[err_max_system + 1];
|
| /xnu-11215/libkern/os/ |
| H A D | log.c | 1161 size_t errors; member 1221 stats->errors = counter_load(&oslog_p_error_count); in log_stats_get() 1240 d.errors = after->errors - d.errors; in log_stats_diff() 1252 LOG_STAT_EQ(before, after, expected, errors, "%s: Expected %lu encoding errors", test); in log_stats_check_errors() 1283 diff.errors, diff.errors_kc, diff.errors_fmt, diff.errors_max_args); in log_stats_report()
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_us.sub | 36 * A place to define User errors
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_memorystatus.c | 3986 uint32_t errors = 0; in memorystatus_act_aggressive() local 4019 &errors, &footprint_of_killed_proc); in memorystatus_act_aggressive() 4056 &errors, &footprint_of_killed_proc); in memorystatus_act_aggressive() 4288 state->errors = 0; in memorystatus_thread_internal() 4413 if (state->errors) { in memorystatus_thread_internal() 4629 uint32_t errors = 0; in memorystatus_kill_process_sync() local 4640 if (errors) { in memorystatus_kill_process_sync() 6080 *errors += 1; in memorystatus_kill_top_process() 6313 *errors += 1; in memorystatus_kill_processes_aggressive() 6461 *errors += 1; in memorystatus_kill_hiwat_proc() [all …]
|
| H A D | kern_memorystatus_internal.h | 136 uint32_t errors; /* Error accumulator */ member
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 115 Switch the method by using `errors` handler during conversion: 119 b.decode('utf-8', errors='`backslashreplace'`) 121 b.decode('utf-8', errors='ignore') 123 b.decode('utf-8', errors='surrogateescape') 328 There is no exception, lot of errors and no output. So what next?
|
| /xnu-11215/doc/building/ |
| H A D | bound_checks.md | 60 errors. 104 of small errors. Read on to "where bound-checks-soft comes in" for more details. 115 would manifest as opaque runtime crashes instead of compile-time errors.
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | log.py | 282 yield line.decode(errors='backslashreplace') 284 yield line.decode(errors='backslashreplace')
|
| H A D | README.md | 280 …SyntaxError or TypeError or ValueError then please review your code and look for common errors like 379 …* Run syntax checker on each of the modified files. It will find basic formatting errors in the ch…
|
| H A D | ioreg.py | 1789 print(preoslog.data.GetString(err, 0).encode(errors='backslashreplace').decode())
|
| H A D | kcdata.py | 203 return b.decode('utf-8', errors="surrogateescape")
|
| /xnu-11215/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 384 int errors = 0; in kr_log_bad_ring() local 392 errors++; in kr_log_bad_ring() 395 errors++; in kr_log_bad_ring() 415 if (errors != 0) { in kr_log_bad_ring() 416 SK_ERR("total %d errors", errors); in kr_log_bad_ring()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_tests.c | 234 unsigned int i, errors; in vm_test_collapse_compressor() local 236 errors = 0; in vm_test_collapse_compressor() 240 errors++; in vm_test_collapse_compressor() 253 errors); in vm_test_collapse_compressor() 254 if (errors) { in vm_test_collapse_compressor()
|
| /xnu-11215/doc/primitives/ |
| H A D | string-handling.md | 149 introducing errors, and is less ergonomic. Consider this instead:
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 121 compiler errors when pointers of opaque types of a specific kind are
|
| /xnu-11215/ |
| H A D | APPLE_LICENSE | 193 Code may contain errors that could cause failures or loss of data, and
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.def | 442 # breaking the build they can be explicitly be prevented from being errors by
|