Searched refs:test (Results 201 - 225 of 777) sorted by relevance

1234567891011>>

/freebsd-current/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wctomb.c74 static struct test { struct
100 h_wctomb(const struct test *t, char tc)
165 struct test *t;
181 struct test *t;
197 struct test *t;
H A Dt_mbrtowc.c75 static struct test { struct
124 h_ctype2(const struct test *t, bool use_mbstate)
244 struct test *t;
259 struct test *t;
/freebsd-current/tools/regression/sockets/sendfile/
H A Dsendfile.c47 * Simple regression test for sendfile. Creates a file sized at four pages
117 printf("# test timeout\n");
267 send_test(int connect_socket, struct sendfile_test test) argument
284 length = st.st_size - test.offset;
285 if (test.length > 0 && test.length < (uint32_t)length)
286 length = test.length;
288 init_th(&th, test.hdr_length, test.offset, length);
294 if (test
[all...]
/freebsd-current/crypto/openssl/test/
H A Drun_tests.pl32 my $recipesdir = catdir($srctop, "test", "recipes");
37 $ENV{OPENSSL_CONF_INCLUDE} = rel2abs(catdir($bldtop, "test"));
40 $ENV{CTLOG_FILE} = rel2abs(catfile($srctop, "test", "ct", "log_list.cnf"));
84 # for parallel test runs, do slow tests first
106 my $test = $2;
107 my @matches = find_matching_tests($test);
115 warn "Test $test found no match, skipping ",
119 foreach $test (@matches) {
121 delete $tests{$test};
123 $tests{$test}
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp64 if (InputExts.test(E.ID) && !E.Feature.empty())
160 if (Enabled.test(E))
212 if (!Enabled.test(E))
232 if (E.Feature.empty() || !Touched.test(E.ID))
234 if (Enabled.test(E.ID))
247 if (CPUExtensions.test(E.ID))
256 if (Arch.DefaultExts.test(E.ID))
/freebsd-current/sys/tests/
H A Dktest.c183 const struct ktest_test_info *test = NULL; local
196 test = test_info;
202 if (test != NULL)
206 if (test == NULL)
209 /* Run the test */
222 if (test->parse != NULL && attrs.test_meta != NULL) {
223 error = test->parse(&ctx, attrs.test_meta);
230 KTEST_LOG_LEVEL(&ctx, LOG_INFO, "start running %s", test->name);
231 error = test->func(&ctx);
232 KTEST_LOG_LEVEL(&ctx, LOG_INFO, "end running %s", test
[all...]
/freebsd-current/contrib/libucl/tests/
H A Dtest_schema.c76 fprintf (stdout, "Bad test case\n");
99 const ucl_object_t *schema, *tests, *description, *test; local
102 fprintf (stdout, "Bad test case\n");
111 fprintf (stdout, "Bad test case\n");
117 while ((test = ucl_object_iterate (tests, &iter, true)) != NULL) {
118 if (!perform_test (schema, test, &err)) {
/freebsd-current/contrib/netbsd-tests/net/sys/
H A Dt_rfc6056.c51 test(const char *hostname, const char *service, int family, int al) function
130 test("localhost", "http", AF_INET, i);
143 test("localhost", "http", AF_INET6, i);
/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dstrchr.c2 * strchr test.
50 test (const struct fun *fun, int align, int seekpos, int len) function
111 test (funtab + i, a, sp, n);
112 test (funtab + i, a, -1, n);
H A Dmemchr.c2 * memchr test.
52 test (const struct fun *fun, int align, size_t seekpos, size_t len, function
101 test (funtab + i, a, sp, n, n);
102 test (funtab + i, a, n, n, SIZE_MAX - a);
H A D__mtag_tag_zero_region.c2 * __mtag_tag_zero_region test.
54 test (const struct fun *fun, int salign, int len) function
128 test (funtab + i, s, n);
132 test (funtab + i, s, n);
H A D__mtag_tag_region.c2 * __mtag_tag_region test.
54 test (const struct fun *fun, int salign, int len) function
128 test (funtab + i, s, n);
132 test (funtab + i, s, n);
H A Dstrrchr.c2 * strrchr test.
50 test (const struct fun *fun, int align, int seekpos, int len) function
111 test (funtab + i, a, sp, n);
112 test (funtab + i, a, -1, n);
H A Dstrnlen.c2 * strnlen test.
53 test (const struct fun *fun, int align, size_t maxlen, size_t len) function
100 test (funtab + i, a, maxlen, n);
101 test (funtab + i, a, SIZE_MAX - a, n);
H A Dmemcpy.c2 * memcpy test.
58 test (const struct fun *fun, int dalign, int salign, int len) function
116 test (funtab + i, d, s, n);
118 test (funtab + i, d, s, n);
/freebsd-current/share/mk/
H A Dtap.test.mk2 # You must include bsd.test.mk instead of this file from your Makefile.
4 # Logic to build and install TAP-compliant test programs.
10 .if !target(__<bsd.test.mk>__)
11 .error tap.test.mk cannot be included directly.
14 # List of C, C++ and shell test programs to build.
27 # Perl interpreter to use for test programs written in this language.
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c59 if (phy->mt76->test.state != MT76_TM_STATE_OFF)
60 tx_power = phy->mt76->test.tx_power;
141 .testmode_en = !(phy->mt76->test.state == MT76_TM_STATE_OFF),
258 struct mt76_testmode_data *td = &mphy->test;
339 u32 *b = phy->test.reg_backup;
361 if (phy->mt76->test.state == MT76_TM_STATE_OFF) {
372 phy->test.reg_backup = b;
437 struct mt76_testmode_data *td = &phy->mt76->test;
451 phy->test.spe_idx = td->tx_spe_idx;
453 phy->test
[all...]
/freebsd-current/contrib/sendmail/libsm/
H A Dt-strrevcmp.c16 #include <sm/test.h>
26 sm_test_begin(argc, argv, "test string compare");
H A Dt-string.c16 #include <sm/test.h>
29 sm_test_begin(argc, argv, "test string utilities");
H A Dt-heap.c16 #include <sm/test.h>
33 sm_test_begin(argc, argv, "test heap handling");
/freebsd-current/contrib/bionic-x86_64-string/
H A Dsse2-strcat-slm.S83 test %r8, %r8
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.h37 TypeReferenced.test(TI.toArrayIndex());
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-global-environment-unittest.py28 """Unit test for Google Test's global test environment behavior.
30 A user can specify a global test environment via
39 from googletest.test import gtest_test_utils
43 """Runs the test program and returns its output."""
56 """Tests global test environment failures."""
61 # Run the test.
67 # Our test should have been skipped due to the error, and not treated as a
69 self.assertIn('[ SKIPPED ] 1 test', txt)
72 # The test cas
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegUsageInfoCollector.cpp156 if (SavedRegs.test(PReg))
162 if (!SavedRegs.test(*AI))
169 if (UsedPhysRegsMask.test(PReg))
209 if (SavedRegs.test(Reg)) {
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c352 call3_test_t *test; local
396 for (test = call3_tests; test->arginit; ++test) {
397 argbuf = realloc(argbuf, test->argsize);
398 resbuf = realloc(resbuf, test->ressize);
403 (test->arginit)(argbuf);
404 bzero(resbuf, test->ressize);
405 status = clnt_call(client, test->proc,
406 test
[all...]

Completed in 134 milliseconds

1234567891011>>