Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/checkers/
H A Dunix_api_example.c3 void test(const char *path) { in test() function
11 void test() { in test() function
17 void test() { in test() function
21 void test() { in test() function
25 void test() { in test() function
30 void test() { in test() function
34 void test() { in test() function
H A Dmismatched_deallocator_example.cpp2 void test() { in test() function
10 void test() { in test() function
16 void test() { in test() function
22 void test() { in test() function
38 void test() { in test() function
43 void test() { in test() function
49 void test(NSUInteger dataLength) { in test() function
H A Dunix_malloc_example.c2 void test() { in test() function
8 void test() { in test() function
14 void test() { in test() function
20 void test() { in test() function
25 void test() { in test() function
H A Dnewdelete_example.cpp13 void test() { in test() function
19 void test() { in test() function
24 void test() { in test() function
30 void test() { in test() function
35 void test() { in test() function
/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dlfptostr.c50 l_fp test = {{200}, 0}; /* exact 200.0000000000 */ in test_PositiveInteger() local
58 l_fp test = {{-100}, 0}; /* -100 */ in test_NegativeInteger() local
66 l_fp test = {{200}, ONE_FOURTH}; /* 200.25 */ in test_PositiveIntegerWithFraction() local
74 l_fp test = {{-100}, ONE_FOURTH}; /* -99.75 */ in test_NegativeIntegerWithFraction() local
82 l_fp test = {{10}, ONE_FOURTH}; /* 10.25 */ in test_RoundingDownToInteger() local
90 l_fp test = {{10}, HALF}; /* 10.5 */ in test_RoundingMiddleToInteger() local
98 l_fp test = {{5}, THREE_FOURTH}; /* 5.75 */ in test_RoundingUpToInteger() local
106 l_fp test = {{8}, ONE_FOURTH}; /* 8.25 */ in test_SingleDecimal() local
114 l_fp test = {{1}, HALF_PROMILLE_UP}; /* slightly more than 1.0005 */ in test_MillisecondsRoundingUp() local
124 l_fp test = {{1}, HALF_PROMILLE_DOWN}; /* slightly less than 1.0005 */ in test_MillisecondsRoundingDown() local
[all …]
H A Dsfptostr.c36 s_fp test = 300 << 16; // exact 300.000000 in test_PositiveInteger() local
44 s_fp test = -(200 << 16); // exact -200.000000 in test_NegativeInteger() local
52 s_fp test = (300 << 16) + (1 << 15); // 300 + 0.5 in test_PositiveIntegerPositiveFraction() local
60 s_fp test = -(200 << 16) - (1 << 15); // -200 - 0.5 in test_NegativeIntegerNegativeFraction() local
68 s_fp test = (300 << 16) - (1 << 14); // 300 - 0.25 in test_PositiveIntegerNegativeFraction() local
76 s_fp test = -(200 << 16) + (1 << 14)*3; // -200 + 0.75 in test_NegativeIntegerPositiveFraction() local
84 s_fp test = 300 << 16; // 300 in test_SingleDecimalInteger() local
92 s_fp test = (2 << 16) + (1 << 14)*3; // 2 + 0.25*3 = 2.75 in test_SingleDecimalRounding() local
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dmacros_test.cpp336 struct test { in ATF_TEST_CASE_BODY() struct
337 const char *cond; in ATF_TEST_CASE_BODY()
338 bool ok; in ATF_TEST_CASE_BODY()
380 struct test { in ATF_TEST_CASE_BODY() struct
381 const char *v1; in ATF_TEST_CASE_BODY()
382 const char *v2; in ATF_TEST_CASE_BODY()
383 bool ok; in ATF_TEST_CASE_BODY()
429 struct test { in ATF_TEST_CASE_BODY() struct
430 const char *value; in ATF_TEST_CASE_BODY()
431 bool ok; in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dis-a.inl25 test (const rtl_ssa::access_info *ref) function
38 test (const rtl_ssa::access_info *ref) function
49 test (const rtl_ssa::access_info *ref) function
60 test (const rtl_ssa::access_info *ref) function
72 test (const rtl_ssa::access_info *ref) function
83 test (const rtl_ssa::def_node *node) function
94 test (const rtl_ssa::def_node *node) function
/netbsd-src/tests/lib/libc/locale/
H A Dt_mbsnrtowcs.c41 static const struct test { struct
49 } tests[] = { argument
67 const struct test *t; in ATF_TC_BODY() argument
H A Dt_sprintf.c47 static struct test { struct
55 } tests[] = { argument
H A Dt_mbstowcs.c75 static struct test { struct
81 } tests[] = { argument
H A Dt_wcstod.c74 static struct test { struct
79 } tests[] = { argument
H A Dt_mbrtowc.c75 static struct test { struct
81 } tests[] = { argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotptest.c68 test (void) in test() function
70 struct test { in test() struct
71 char *alg; in test()
72 char *passphrase; in test()
73 char *seed; in test()
74 int count; in test()
75 char *hex; in test()
76 char *word; in test()
/netbsd-src/tests/lib/libbluetooth/
H A Dt_sdp_put.c49 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
82 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
115 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
173 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
198 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
224 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
261 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
288 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
333 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
360 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local
[all …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Dui_test.cpp42 struct test { struct
49 } tests[] = { argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-common.h207 is_a_helper <hsa_op_immed *>::test (hsa_op_base *p) in test() function
217 is_a_helper <hsa_op_immed *>::test (hsa_op_with_type *p) in test() function
275 is_a_helper <hsa_op_reg *>::test (hsa_op_base *p) in test() function
285 is_a_helper <hsa_op_reg *>::test (hsa_op_with_type *p) in test() function
335 is_a_helper <hsa_op_address *>::test (hsa_op_base *p) in test() function
357 is_a_helper <hsa_op_code_ref *>::test (hsa_op_base *p) in test() function
386 is_a_helper <hsa_op_code_list *>::test (hsa_op_base *p) in test() function
416 is_a_helper <hsa_op_operand_list *>::test (hsa_op_base *p) in test() function
509 is_a_helper <hsa_insn_phi *>::test (hsa_insn_basic *p) in test() function
535 is_a_helper <hsa_insn_br *>::test (hsa_insn_basic *p) in test() function
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dmd5crypt_test.c40 struct test { struct
52 struct test *t; in do_test() argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dbase64-test.c46 struct test { in main() struct
47 void *data; in main()
48 size_t len; in main()
49 const char *result; in main()
H A Dhex-test.c46 struct test { in main() struct
47 void *data; in main()
48 size_t len; in main()
49 const char *result; in main()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dworker.py35 def execute(test): argument
57 def _get_parallelism_semaphore(test): argument
65 def _execute(test, lit_config): argument
74 def _execute_test_handle_errors(test, lit_config): argument
/netbsd-src/regress/sys/arch/m68k/emuspeed/
H A Demuspeed.c41 const struct test { struct
46 {"Illegal", illegal, "(test: unimplemented)"}, argument
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dformat.py31 def _getTempPaths(test): argument
49 def parseScript(test, preamble): argument
213 def _disableWithModules(self, test): argument
218 def execute(self, test, litConfig): argument
294 def _executeShTest(self, test, litConfig, steps): argument
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dstest.c47 struct test struct
54 static struct test tests[] = argument
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dstest.c47 struct test struct
54 static struct test tests[] = argument

12345678910>>...28