Searched refs:test (Results 226 - 250 of 781) sorted by relevance

1234567891011>>

/freebsd-current/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hmac.c41 test(void) function
119 test();
/freebsd-current/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbsnrtowcs.c41 static const struct test { struct
67 const struct test *t;
/freebsd-current/contrib/netbsd-tests/include/sys/
H A Dt_tree.c80 test(void) function
100 atf_tc_set_md_var(tc, "descr", "rb-tree stress test");
110 f = test();
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore-test.c96 int test = 1; local
98 if(*(char*)&test)
/freebsd-current/contrib/bmake/unit-tests/
H A Dobjdir-writable.mk3 # test checking for writable objdir
H A Ddeptgt-end-fail.mk10 test: .PHONY
12 # The default stop-on-error mode is not as interesting to test since it
21 test: ${target}
62 # Until 2020-12-07, several of the test cases printed "`all' not remade
H A Ddeptgt-end-jobs.mk6 # This test is very similar to deptgt-end.mk, except for the -j option.
10 # Before 2020-08-22, this test crashed with a null pointer dereference.
11 # Before 2020-09-23, this test crashed with an assertion failure.
H A Dvar-recursive.mk13 .for test in ${TESTS}
14 @${.MAKE} -f ${MAKEFILE} TEST=${test} || :
60 . error Unknown test "${TEST}"
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h58 if (VisitedBlockIDs.test(Block->getBlockID()))
68 return VisitedBlockIDs.test(Block->getBlockID());
/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dstrlen.c2 * strlen test.
54 test (const struct fun *fun, int align, int len) function
94 test (funtab + i, a, n);
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-json-outfiles-test.py31 """Unit test for the gtest_json_output module."""
35 from googletest.test import gtest_json_test_utils
36 from googletest.test import gtest_test_utils
117 """Unit test for Google Test's JSON output functionality."""
H A Dgtest_xml_outfiles_test.py32 """Unit test for the gtest_xml_output module."""
36 from googletest.test import gtest_test_utils
37 from googletest.test import gtest_xml_test_utils
82 """Unit test for Google Test's XML output functionality."""
/freebsd-current/tools/regression/security/cap_test/
H A Dcap_test.h34 * Define a file required by a test. The test can't complete without the file,
43 /* Whether a test passed or failed. */
47 /* A test has failed; print a message and clear the 'success' flag. */
59 /* Like an assertion, but don't kill the test, just fail and keep going. */
127 * A top-level test should take no arguments and return an integer value,
134 /* Information about a test. */
135 struct test { struct
142 * Run a test in a child process so that cap_enter(2) doesn't mess up
145 int execute(int id, struct test*);
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dstrspn.S49 test %edx, %edx
53 test %eax, %eax
73 test %eax, %eax # end of string?
79 test %eax, %eax
162 test %eax, %eax # end of set reached?
173 test %eax, %eax
182 test %eax, %eax # still not done?
201 test $PAGE_SIZE, %esi # does the head cross a page?
312 test %ecx, %ecx
317 test
[all...]
H A Dmemrchr.S40 test %r11, %r11
43 test %r11, %r11
75 test %rdx, %rdx # empty buffer?
115 test %ecx, %ecx # match found in second chunk?
119 test %ecx, %ecx # any match found?
143 2: test %r8d, %r8d # match in previous chunk?
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_x86_64.inc.S28 test %rax, %rax
/freebsd-current/contrib/cortex-strings/benchmarks/multi/
H A Dharness.c56 /** Meta data about one test */
57 struct test struct
61 /** Function to test */
138 static const struct test tests[] =
156 "usage: %s [-c block-size] [-l loop-count] [-a alignment|src_alignment:dst_alignment] [-f] [-t test-name] [-r run-id]\n"
161 for (const struct test *ptest = tests; ptest->name != NULL; ptest++)
171 /** Find the test by name */
172 static const struct test *find_test(const char *name)
180 for (const struct test *p = tests; p->name != NULL; p++)
268 /** Setup and run a test */
[all...]
/freebsd-current/contrib/netbsd-tests/net/net/
H A Dt_unix.c140 test(bool closeit, size_t len) function
274 ATF_REQUIRE_MSG(test(false, 254) == -1, "test(false, 254): %s",
289 ATF_REQUIRE_MSG(test(false, 253) == 0, "test(false, 253): %s",
303 ATF_REQUIRE_MSG(test(true, 100) == 0, "test(true, 100): %s",
325 test(false, atoi(argv[1]));
326 test(true, atoi(argv[1]));
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtinytest_macros.h33 /* Redefine this if your test functions want to abort with something besides
70 /* Fail and abort the current test for the reason in msg */
76 /* Fail but do not abort the current test for the reason in msg. */
82 /* End the current test, and indicate we are skipping it. */
100 /* Assert b, but do not stop the test if b fails. Log msg on failure. */
104 /* Assert b and stop the test if b fails. Log msg on failure. */
108 /* Assert b, but do not stop the test if b fails. */
110 /* Assert b, and stop the test if b fails. */
113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \
118 int tt_status_ = (test); \
[all...]
/freebsd-current/contrib/libevent/test/
H A Dtinytest_macros.h33 /* Redefine this if your test functions want to abort with something besides
70 /* Fail and abort the current test for the reason in msg */
76 /* Fail but do not abort the current test for the reason in msg. */
82 /* End the current test, and indicate we are skipping it. */
100 /* Assert b, but do not stop the test if b fails. Log msg on failure. */
104 /* Assert b and stop the test if b fails. Log msg on failure. */
108 /* Assert b, but do not stop the test if b fails. */
110 /* Assert b, and stop the test if b fails. */
113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \
118 int tt_status_ = (test); \
[all...]
/freebsd-current/lib/msun/tests/
H A Dtrig_test.c43 #include "test-utils.h"
60 #define test(func, x, result, exceptmask, excepts) do { \ macro
69 test(prefix, x, (double)result, exceptmask, excepts); \
70 test(prefix##f, x, (float)result, exceptmask, excepts); \
71 test(prefix##l, x, result, exceptmask, excepts); \
75 test(prefix, x, (double)result, exceptmask, excepts); \
76 test(prefix##f, x, (float)result, exceptmask, excepts); \
84 "test special cases in sin(), cos(), and tan()");
160 atf_tc_expect_fail("test fails with clang 7-9 - bug 234040");
/freebsd-current/tests/sys/kern/
H A Dlistener_wakeup.c49 * This test runs several scenarios when sleep(9) on a listen(2)ing socket is
52 * that we have and this test makes sure it is preserved. The known software
54 * There might be more. This test is based on submission with the bug, bugzilla
58 static const struct test { struct
119 .sun_path = "listen-shutdown-test.sock",
208 struct test const *test; member in struct:test_ctx
217 ctx->result = sleep_syscalls[ctx->test->sleep](ctx->s);
230 struct test const *t = &tests[i];
232 .test
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_flag.h30 _LIBCPP_HIDE_FROM_ABI bool test(memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT {
33 _LIBCPP_HIDE_FROM_ABI bool test(memory_order __m = memory_order_seq_cst) const _NOEXCEPT {
80 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test(const volatile atomic_flag* __o) _NOEXCEPT { return __o->test(); }
82 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test(const atomic_flag* __o) _NOEXCEPT { return __o->test(); }
86 return __o->test(__m);
90 return __o->test(__m);
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dtestmode.c33 struct mt76_testmode_data *td = &phy->test;
95 struct mt76_testmode_data *td = &phy->test;
106 struct mt76_testmode_data *td = &phy->test;
180 struct mt76_testmode_data *td = &phy->test;
272 struct mt76_testmode_data *td = &phy->test;
284 struct mt76_testmode_data *td = &phy->test;
314 struct mt76_testmode_data *td = &phy->test;
332 enum mt76_testmode_state prev_state = phy->test.state;
356 memset(&phy->test.rx_stats, 0, sizeof(phy->test
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h472 bool test(unsigned Idx) const { function in class:llvm::SmallBitVector
495 if (test(i) && RHS.test(i))
532 (*this)[I] = test(I) && RHS.test(I);
547 if (RHS.test(i))
554 bool test(const SmallBitVector &RHS) const { function in class:llvm::SmallBitVector
558 return getPointer()->test(*RHS.getPointer());
562 if (test(i) && !RHS.test(
[all...]

Completed in 371 milliseconds

1234567891011>>