Searched refs:tests (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTests.cpp103 const char * tests[] = { local
127 for( unsigned int i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
130 entry = IORegistryEntry::fromPath( tests[i], 0, str, &len );
131 IOLog("\"%s\" ", tests[i] );
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmakefile61 $(OBJROOT)/socket_tests.o $(OBJROOT)/tests.o $(OBJROOT)/xattr_tests.o
111 $(OBJROOT)/main.o : main.c tests.h
114 $(OBJROOT)/memory_tests.o : memory_tests.c tests.h
118 $(OBJROOT)/misc.o : misc.c tests.h
125 $(OBJROOT)/sema_tests.o : sema_tests.c tests.h
128 $(OBJROOT)/shared_memory_tests.o : shared_memory_tests.c tests.h
131 $(OBJROOT)/socket_tests.o : socket_tests.c tests.h
134 $(OBJROOT)/tests.o : tests.c tests
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.c616 struct test tests[] = { variable in typeref:struct:test
637 for (i = 0; tests[i].name; i++) {
639 bcopy(tests[i].data, pkt->dp_options, tests[i].len);
641 sizeof(*pkt) + tests[i].len)
642 != tests[i].result) {
643 printf("test '%s' FAILED\n", tests[i].name);
646 printf("test '%s' PASSED\n", tests[i].name);

Completed in 32 milliseconds