Searched refs:TEST (Results 101 - 111 of 111) sorted by relevance

12345

/linux-master/tools/testing/selftests/net/
H A Dtls.c1968 TEST(non_established) { function
2020 TEST(keysizes) { function
2045 TEST(no_pad) { function
2096 TEST(tls_v6ops) { function
2151 TEST(prequeue) { function
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c547 TEST(setns_einval) function
/linux-master/drivers/media/i2c/
H A Dov2640.c58 #define TEST 0x57 /* Horizontal size completion */ macro
514 { TEST, TEST_HSIZE_SET(UXGA_WIDTH) },
H A Dtw9910.c67 #define TEST 0x1F /* Test Control Register */ macro
/linux-master/tools/testing/selftests/bpf/
H A DMakefile575 $$(call msg,TEST-HDR,$(TRUNNER_BINARY),$$@)
592 $$(call msg,TEST-OBJ,$(TRUNNER_BINARY),$$@)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh541 printf "TEST: %-60s [%s]\n" "$test_name $opt_str" "$result"
/linux-master/lib/
H A DMakefile421 quiet_cmd_test_fortify = TEST $@
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h19 * TEST(standalone_test) {
149 * TEST() - Defines the test function and creates the registration
156 * TEST(name) { implementation }
163 * EXPECT_* and ASSERT_* are valid in a TEST() { } context.
165 #define TEST(test_name) __TEST_IMPL(test_name, -1) macro
182 * EXPECT_* and ASSERT_* are valid in a TEST() { } context.
394 * Very similar to TEST() except that *self* is the setup instance of fixture's
449 ksft_print_msg("ERROR SPAWNING TEST GRANDCHILD\n"); \
517 * Operators for use in TEST() and TEST_F().
1105 "# FIXTURE", "VARIANT", "TEST");
[all...]
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra30.c2299 PINGROUP(kb_col0_pq0, KBC, NAND, TRACE, TEST, 0x32fc, N, N),
2300 PINGROUP(kb_col1_pq1, KBC, NAND, TRACE, TEST, 0x3300, N, N),
/linux-master/tools/testing/ktest/
H A Dktest.pl302 "TEST" => \$run_test,
847 if ($lvalue =~ /^(TEST|BISECT|CONFIG_BISECT)_TYPE(\[.*\])?$/ &&
1553 doprint "CRITICAL FAILURE... [TEST $i] ", @_, "\n";
1840 doprint "KTEST RESULT: TEST $i$name Failed: ", @_, "\n";
2738 doprint "KTEST RESULT: TEST $i$name SUCCESS!!!! **\n";
4446 doprint "RUNNING TEST $i of $opt{NUM_TESTS}$name with option $test_type $run_type$installme\n\n";
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c3866 TEST(memfd_ftruncate_and_ioctl) function

Completed in 301 milliseconds

12345