Home
last modified time | relevance | path

Searched defs:test (Results 1 – 21 of 21) sorted by relevance

/xnu-11215/tests/
H A Dskywalk_tests.c289 #define EXPAND_TO_T_DECL_COMMON(test, desc) \ argument
326 #define EXPAND_TO_T_DECL(tdecl_name, test, desc) \ argument
334 #define X(test, desc, ...) EXPAND_TO_T_DECL(test, test, desc) argument
342 #define X(test, desc, ...) EXPAND_TO_T_DECL(pll_##test, test, desc) argument
350 #define X(test, desc, ...) EXPAND_TO_T_DECL(utun_##test, test, desc) argument
358 #define X(test, desc, ...) \ argument
369 #define X(test, desc, ...) \ argument
380 #define X(test, desc, ...) \ argument
402 #define X(test, desc, ...) \ argument
H A Dkqueue_file_tests.c723 test_t test; in run_note_delete_tests() local
825 test_t test; in run_note_write_tests() local
1040 test_t test; in run_note_extend_tests() local
1150 test_t test; in run_note_attrib_tests() local
1316 test_t test; in run_note_link_tests() local
1471 test_t test; in run_note_rename_tests() local
1553 test_t test; in run_note_revoke_tests() local
1570 test_t test; in run_evfilt_read_tests() local
1672 test_t test; in run_evfilt_write_tests() local
1701 test_t test; in run_poll_tests() local
[all …]
H A Dmemorystatus_is_assertion.c113 memorystatus_assertion_test_repetitive(char *test, boolean_t turn_on_dirty_tracking, boolean_t star… in memorystatus_assertion_test_repetitive()
H A Dmemorystatus_assertion_helpers.c44 …pected_limit_mb, uint64_t expected_user_data, boolean_t expected_assertion_state, const char *test) in check_properties()
/xnu-11215/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py96 def addError(self, test, err): argument
105 def startTest(self, test) -> None: argument
109 def stopTest(self, test) -> None: argument
202 def run(self, test): argument
253 def addError(self, test, err): argument
268 def addSkip(self, test, reason): argument
274 def addFailure(self, test, err): argument
284 def addSuccess(self, test): argument
296 def startTest(self, test) -> None: argument
300 def stopTest(self, test) -> None: argument
[all …]
/xnu-11215/bsd/netinet/
H A Ddhcp_options.c421 struct test { struct
428 struct test tests[] = { argument
/xnu-11215/tests/skywalk/
H A Dskywalk_mptests.c100 #define X(test, desc, ...) \ argument
H A Dskywalk_mptest_driver.c69 print_extra_stats(struct skywalk_mptest *test) in print_extra_stats()
/xnu-11215/libkern/kxld/
H A Dkxld_symtab.h49 KXLDSymPredicateTest test; member
H A Dkxld_symtab.c270 KXLDSymPredicateTest test, boolean_t negate) in kxld_symtab_iterator_init()
/xnu-11215/tools/tests/perf_index/
H A Dperf_index.c31 test_t test; variable
80 load_test(char* path, test_t* test) in load_test()
/xnu-11215/tools/
H A Dformat_vm_parameter_validation.py130 def print_legend(test): argument
249 def replace_error_code_return(test, line): argument
/xnu-11215/libkern/os/
H A Dlog.c1172 #define LOG_STAT_CMP(cmp, b, a, e, stat, msg, test) \ argument
1178 #define LOG_STAT_EQ(b, a, e, stat, msg, test) \ argument
1180 #define LOG_STAT_GE(b, a, e, stat, msg, test) \ argument
1250 const char *test) in log_stats_check_errors()
1260 const char *test) in log_stats_check()
1275 log_stats_report(const log_stats_t *before, const log_stats_t *after, const char *test) in log_stats_report()
/xnu-11215/bsd/kern/
H A Dsubr_sbuf.c1604 const char *test = "foo \t\t\n\t"; variable
1618 const char *test = "foo"; variable
1632 const char *test = "foo "; variable
/xnu-11215/tools/tests/superpages/
H A Dtestsp.c93 int i, sig, test; in check_r() local
742 test_t test[] = { variable
/xnu-11215/iokit/Tests/
H A DTests.cpp1315 OSSharedPtr<OSValueObject<T> > test = OSValueObject<T>::create(); in OSDefineValueObjectForDependentType() local
1329 OSSharedPtr<OSValueObject<T> > test = OSValueObject<T>::create(); in OSDefineValueObjectForDependentType() local
/xnu-11215/osfmk/kern/
H A Dexclaves_driverkit.c1093 #define EXCLAVES_HELLO_DRIVER_INTERRUPTS_CHECK_RET(test) if (test) { break; } argument
H A Dwaitq.c2468 wqt_start(const char *test, int64_t *out) in wqt_start()
2487 wqt_end(const char *test, int64_t *out) in wqt_end()
/xnu-11215/osfmk/arm64/
H A Dplatform_tests.c1123 struct munger_test *test = &munger_tests[i]; in mt_test_mungers() local
1715 arm64_panic_lockdown_test_case_s *test, in panic_lockdown_expect_test()
/xnu-11215/bsd/net/
H A Dradix.c324 int test, b, rn_bit; in rn_match_args() local
/xnu-11215/tests/vm/
H A Dvm_allocation.c67 test_fn_t test; member