Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py198 for test, reason in result.skipped:
221 if result.skipped:
/xnu-12377.41.6/tools/lldbmacros/tests/
H A DREADME.md24 2. There are some macros that are skipped for now - we will add at a later time.
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_fsevents.c1964 int skipped; in fmod_watch() local
2025 skipped = 0; in fmod_watch()
2052 skipped = 1; in fmod_watch()
2054 skipped = 0; in fmod_watch()
2086 if (skipped && error == 0) { in fmod_watch()
/xnu-12377.41.6/osfmk/kern/
H A Dtelemetry.c593 bool skipped = available < size_needed; in _telemetry_take_sample_kernel() local
598 if (skipped || available - size_needed <= telemetry_notification_leeway) { in _telemetry_take_sample_kernel()
/xnu-12377.41.6/tests/
H A Dstackshot_tests.m3224 T_LOG("container skipped: %d", container_type);