/external/jemalloc/test/src/ |
D | test.c | 64 p_test_impl(bool do_malloc_init, test_t *t, va_list ap) in p_test_impl() 82 for (; t != NULL; t = va_arg(ap, test_t *)) { in p_test_impl() 100 p_test(test_t *t, ...) in p_test() 114 p_test_no_malloc_init(test_t *t, ...) in p_test_no_malloc_init()
|
/external/valgrind/none/tests/ppc64/ |
D | jm-insns.c | 339 typedef struct test_t test_t; typedef 341 struct test_t { struct 347 test_t *tests; argument 581 static test_t tests_ia_ops_two[] = { 733 static test_t tests_iar_ops_two[] = { 783 static test_t tests_iac_ops_two[] = { 811 static test_t tests_iacr_ops_two[] = { 891 static test_t tests_il_ops_two[] = { 983 static test_t tests_ilr_ops_two[] = { 1025 static test_t tests_icr_ops_two[] = { [all …]
|
D | test_isa_2_07_part1.c | 198 typedef struct _test test_t; typedef 206 test_t *tests; 289 static test_t tests_istq_ops_two_i16[] = { 299 static test_t tests_ildq_ops_two_i16[] = { 340 static test_t tests_stq_ops_three[] = { 364 static test_t tests_ldq_ops_three[] = { 412 static test_t tests_move_ops_spe[] = { 772 static test_t tests_aa_quadword_two_args[] = { 781 static test_t tests_aa_quadword_three_args[] = { 789 static test_t tests_aa_bcd_ops[] = { [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | jm-insns.c | 339 typedef struct test_t test_t; typedef 341 struct test_t { struct 347 test_t *tests; argument 581 static test_t tests_ia_ops_two[] = { 733 static test_t tests_iar_ops_two[] = { 783 static test_t tests_iac_ops_two[] = { 811 static test_t tests_iacr_ops_two[] = { 891 static test_t tests_il_ops_two[] = { 983 static test_t tests_ilr_ops_two[] = { 1025 static test_t tests_icr_ops_two[] = { [all …]
|
D | test_isa_2_07_part1.c | 198 typedef struct _test test_t; typedef 206 test_t *tests; 289 static test_t tests_istq_ops_two_i16[] = { 299 static test_t tests_ildq_ops_two_i16[] = { 340 static test_t tests_stq_ops_three[] = { 364 static test_t tests_ldq_ops_three[] = { 412 static test_t tests_move_ops_spe[] = { 772 static test_t tests_aa_quadword_two_args[] = { 781 static test_t tests_aa_quadword_three_args[] = { 789 static test_t tests_aa_bcd_ops[] = { [all …]
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | modreq-type-global.conf | 10 type test_t; 12 allow test_t type_req_t : file { read write };
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | s-c1.c | 115 } test_t; typedef 127 test_t sems; 160 sems_tmp = (test_t *) malloc(sizeof(test_t));
|
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 93 test_t = 760233600 # assume broken POSIX counting of seconds 94 result = time2isoz(test_t) 97 "%s => '%s' (%s)" % (test_t, result, expected)) 100 self.assertEqual(http2time(s), test_t, s) 101 self.assertEqual(http2time(s.lower()), test_t, s.lower()) 102 self.assertEqual(http2time(s.upper()), test_t, s.upper()) 158 test_t = 760233600 # assume broken POSIX counting of seconds 160 self.assertEqual(iso2time(s), test_t, s) 161 self.assertEqual(iso2time(s.lower()), test_t, s.lower()) 162 self.assertEqual(iso2time(s.upper()), test_t, s.upper())
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 112 } test_t; typedef 256 test_t *dt = (test_t *) arg; in waiter() 314 test_t td; in do_threads_test()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | s-c1.c | 114 } test_t; typedef 127 test_t sems; in main() 160 sems_tmp = malloc(sizeof(test_t)); in main()
|
/external/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 35 static struct test_t { struct
|
/external/jemalloc/test/include/test/ |
D | test.h | 297 typedef void (test_t)(void); typedef 329 test_status_t p_test(test_t *t, ...); 330 test_status_t p_test_no_malloc_init(test_t *t, ...);
|
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 91 test_t = 760233600 # assume broken POSIX counting of seconds 92 result = time2isoz(test_t) 95 "%s => '%s' (%s)" % (test_t, result, expected)) 98 self.assertEqual(http2time(s), test_t, s) 99 self.assertEqual(http2time(s.lower()), test_t, s.lower()) 100 self.assertEqual(http2time(s.upper()), test_t, s.upper())
|