HomeSort by: relevance | last modified time | path
    Searched defs:test (Results 1 - 25 of 109) sorted by relevancy

1 2 3 4 5

  /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/
c99_bool_strict_suppressed.c 25 test(_Bool b, int i, const char *p) function
lex_string.c 5 * Test lexical analysis of string constants.
15 test(void) function
37 /* TODO: test digraphs inside string literals */
38 /* TODO: test trigraphs inside string literals */
lex_wide_char.c 15 test(void) function
msg_023.c 4 // Test for message: undefined label '%s' [23]
9 test(void) function
msg_345.c 4 // Test for message: generic selection requires C11 or later [345]
10 test(int x) function
stmt_for.c 13 test(void) function
gcc_attribute_label.c 15 test(int i) function
lex_char.c 15 test(void) function
lex_wide_string.c 5 * Test lexical analysis of wide string constants.
15 test(void) function
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
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
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
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
msg_206.c 4 // Test for message: enumeration value(s) not handled in switch [206]
13 test(enum number num) function
msg_309.c 4 // Test for message: '%s' converts '%s' with its most significant bit being set to '%s' [309]
20 test(void) function
  /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/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/fs/lfs/
t_basic.c 29 /* Actually run the test */
30 void test(int);
50 test(32);
55 test(64);
58 void test(int width) function
  /src/tests/lib/csu/
h_initfini_common.cxx 9 class Test {
11 Test()
23 ~Test()
37 Test test; variable
  /src/sys/arch/x68k/stand/xxboot/
memset.S 77 .macro TEST name
79 jbsr test
86 TEST test1
87 TEST test2
93 test: label
  /src/tests/lib/libbluetooth/
t_sdp_data.c 41 atf_tc_set_md_var(tc, "descr", "Test sdp_data_type results");
50 sdp_data_t test = { data, data + sizeof(data) }; local
53 ATF_REQUIRE(sdp_get_data(&test, &value));
56 ATF_REQUIRE(sdp_get_data(&test, &value));
59 ATF_CHECK_EQ(test.next, test.end);
67 atf_tc_set_md_var(tc, "descr", "Test sdp_data_size results");
90 sdp_data_t test = { data, data + sizeof(data) }; local
93 ATF_REQUIRE(sdp_get_data(&test, &value));
96 ATF_REQUIRE(sdp_get_data(&test, &value))
    [all...]
t_sdp_match.c 41 atf_tc_set_md_var(tc, "descr", "Test sdp_match_uuid16 results");
58 sdp_data_t test = { data, data + sizeof(data) }; local
65 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1100), false); /* mismatch */
66 ATF_REQUIRE(sdp_match_uuid16(&test, 0x1111));
68 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1234), false); /* not uuid */
69 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */
71 ATF_REQUIRE(sdp_match_uuid16(&test, 0x1234));
73 ATF_REQUIRE(sdp_match_uuid16(&test, 0x3456));
75 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1234), false); /* mismatch */
76 ATF_REQUIRE(sdp_match_uuid16(&test, 0x4321))
    [all...]
  /src/games/backgammon/common_source/
table.c 206 int test; local
208 test = (c == 'R');
211 if (a == c || (test && a == '\n')) {
285 if (!test || a != '\n')

Completed in 33 milliseconds

1 2 3 4 5