Searched refs:test_t (Results 1 - 12 of 12) sorted by relevance

/external/selinux/libsepol/tests/policies/test-deps/
H A Dmodreq-type-global.conf10 type test_t;
12 allow test_t type_req_t : file { read write };
/external/jemalloc/test/src/
H A Dtest.c64 p_test_impl(bool do_malloc_init, test_t *t, va_list ap)
82 for (; t != NULL; t = va_arg(ap, test_t *)) {
100 p_test(test_t *t, ...)
114 p_test_no_malloc_init(test_t *t, ...)
/external/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit01.c35 static struct test_t { struct
/external/valgrind/none/tests/ppc32/
H A Djm-insns.c339 typedef struct test_t test_t; typedef in typeref:struct:test_t
341 struct test_t { struct
347 test_t *tests;
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_tw
[all...]
H A Dtest_isa_2_07_part1.c198 typedef struct _test test_t; typedef in typeref:struct:_test
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_op
[all...]
/external/valgrind/none/tests/ppc64/
H A Djm-insns.c339 typedef struct test_t test_t; typedef in typeref:struct:test_t
341 struct test_t { struct
347 test_t *tests;
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_tw
[all...]
H A Dtest_isa_2_07_part1.c198 typedef struct _test test_t; typedef in typeref:struct:_test
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_op
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c115 } test_t; typedef in typeref:struct:__test_t
127 test_t sems;
160 sems_tmp = (test_t *) malloc(sizeof(test_t));
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c114 } test_t; typedef in typeref:struct:__test_t
127 test_t sems;
160 sems_tmp = malloc(sizeof(test_t));
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c112 } test_t; typedef in typeref:struct:__anon14035
256 test_t *dt = (test_t *) arg;
314 test_t td;
/external/jemalloc/test/include/test/
H A Dtest.h297 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/
H A Dtest_cookielib.py91 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())

Completed in 336 milliseconds