/src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
time | 3 function test () { function 29 test $ARCH $FILE libgcc "" 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a 32 test $ARCH $FILE installed $INSTALLED
|
/src/sys/external/bsd/compiler_rt/dist/test/timing/ |
time | 3 function test () { function 29 test $ARCH $FILE libgcc "" 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a 32 test $ARCH $FILE installed $INSTALLED
|
/src/tests/usr.bin/xlint/lint1/ |
lex_string.c | 5 * Test lexical analysis of string constants. 15 test(void) function in typeref:typename:void 37 /* TODO: test digraphs inside string literals */ 38 /* TODO: test trigraphs inside string literals */
|
c99_bool_strict_suppressed.c | 25 test(_Bool b, int i, const char *p) function in typeref:typename:void
|
msg_023.c | 4 // Test for message: undefined label '%s' [23] 9 test(void) function in typeref:typename:void
|
msg_345.c | 4 // Test for message: generic selection requires C11 or later [345] 10 test(int x) function in typeref:typename:int
|
stmt_for.c | 13 test(void) function in typeref:typename:void
|
lex_wide_char.c | 15 test(void) function in typeref:typename:void
|
lex_char.c | 15 test(void) function in typeref:typename:void
|
lex_wide_string.c | 5 * Test lexical analysis of wide string constants. 15 test(void) function in typeref:typename:void
|
gcc_attribute_label.c | 15 test(int i) function in typeref:typename:void
|
msg_101.c | 4 // Test for message: type '%s' does not have member '%s' [101] 15 test(const struct point *ptr, const struct point pt) function in typeref:typename:void
|
msg_103.c | 4 // Test for message: left operand of '.' must be struct or union, not '%s' [103] 13 test(struct point pt, struct point *ptr) function in typeref:typename:void
|
msg_104.c | 4 // Test for message: left operand of '->' must be pointer to struct or union, not '%s' [104] 14 test(struct point pt, struct point *ptr) function in typeref:typename:void
|
msg_215.c | 4 // Test for message: function '%s' implicitly declared to return int [215] 20 test(struct str str, const double *p_double) function in typeref:typename:void
|
/src/usr.bin/make/unit-tests/ |
directive-ifnmake.mk | 9 .ifnmake(test) 14 .MAKEFLAGS: test 16 .ifnmake(test) 21 test: target
|
depsrc-nopath.mk | 5 .if !target(test-*) 13 @${MAKE} -f ${MAKEFILE} test-regular 14 @${MAKE} -f ${MAKEFILE} test-nopath || echo "should have failed" 19 test-regular: regular.file 21 test-nopath: nopath.file 26 # expect: : Making test-regular from depsrc-nopath.dir/regular.file 27 # expect: : Making test-nopath from nopath.file
|
deptgt-silent-jobs.mk | 16 .PHONY: all compat jobs test 19 test: target 28 @${MAKE} -r -f ${MAKEFILE} test VARIANT=compat 34 @${MAKE} -r -f ${MAKEFILE} test VARIANT=jobs -j1
|
/src/tests/lib/lua/libm/ |
lualibm.lua | 8 local function test(s, x) function 16 test("M_E", lm.M_E); 17 test("M_LOG2E", lm.M_LOG2E) 18 test("M_LOG10E", lm.M_LOG10E) 19 test("M_LN2", lm.M_LN2) 20 test("M_LN10", lm.M_LN10) 21 test("M_PI", lm.M_PI) 22 test("M_PI_2", lm.M_PI_2) 23 test("M_PI_4", lm.M_PI_4) 24 test("M_1_PI", lm.M_1_PI [all...] |
/src/common/dist/zlib/contrib/blast/ |
Makefile | 4 test: blast target 5 blast < test.pk | cmp - test.txt
|
/src/share/examples/refuse/fanoutfs/ |
Makefile | 15 test: target
|
/src/sys/arch/hpc/hpc/ |
Makefile | 5 test: platid_test target
|
/src/sys/external/bsd/drm2/dist/drm/selftests/ |
Makefile | 2 test-drm_modeset-y := test-drm_modeset_common.o test-drm_plane_helper.o \ 3 test-drm_format.o test-drm_framebuffer.o \ 4 test-drm_damage_helper.o test-drm_dp_mst_helper.o \ 5 test-drm_rect.o 7 obj-$(CONFIG_DRM_DEBUG_SELFTEST) += test-drm_mm.o test-drm_modeset.o test-drm_cmdline_parser. [all...] |
/src/tests/share/mk/ |
Makefile | 8 .for test in ${TESTS_SH} 9 TESTS_SH_SRC_${test}= ${test}.sh common.subr 12 .include <bsd.test.mk>
|
/src/regress/sys/kern/execve/ |
Makefile | 34 regress: test-empty test-nonexist \ 35 test-nonexistshell test-devnullscript test-badinterplen \ 36 test-goodscript test-scriptarg test-scriptarg-nospace \ 37 test-goodaout test-truncaou [all...] |