Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py99 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 Derrorlib.h98 extern const struct error_system errors[err_max_system + 1];
/xnu-11215/libkern/os/
H A Dlog.c1161 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 Derr_us.sub36 * A place to define User errors
/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c3986 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 Dkern_memorystatus_internal.h136 uint32_t errors; /* Error accumulator */ member
/xnu-11215/doc/debugging/
H A Ddebugging.md115 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 Dbound_checks.md60 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 Dlog.py282 yield line.decode(errors='backslashreplace')
284 yield line.decode(errors='backslashreplace')
H A DREADME.md280 …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 Dioreg.py1789 print(preoslog.data.GetString(err, 0).encode(errors='backslashreplace').decode())
H A Dkcdata.py203 return b.decode('utf-8', errors="surrogateescape")
/xnu-11215/bsd/skywalk/channel/
H A Dchannel_ring.c384 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 Dvm_tests.c234 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 Dstring-handling.md149 introducing errors, and is less ergonomic. Consider this instead:
/xnu-11215/doc/vm/
H A Dsanitize.md121 compiler errors when pointers of opaque types of a specific kind are
/xnu-11215/
H A DAPPLE_LICENSE193 Code may contain errors that could cause failures or loss of data, and
/xnu-11215/makedefs/
H A DMakeInc.def442 # breaking the build they can be explicitly be prevented from being errors by