Home
last modified time | relevance | path

Searched refs:test_t (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/BPF/
Dremove_truncate_5.ll4 ; struct test_t {
12 ; struct test_t t = {.a = 5};
16 %struct.test_t = type { i32, i8, i32, i8 }
18 @test.t = private unnamed_addr constant %struct.test_t { i32 5, i8 0, i32 0, i8 0 }, align 4
23 %1 = alloca %struct.test_t, align 4
24 %2 = bitcast %struct.test_t* %1 to i8*
26 …call void @llvm.memcpy.p0i8.p0i8.i64(i8* nonnull align 4 %2, i8* align 4 bitcast (%struct.test_t* …
/external/selinux/libsemanage/tests/
Dtest_handle.cil16 (roletype object_r test_t)
17 (type test_t)
18 (sidcontext security (system_u object_r test_t ((s0) (s0))))
21 (allow test_t self (test_class (test_perm)))
Dtest_bool.cil16 (roletype object_r test_t)
17 (type test_t)
18 (sidcontext security (system_u object_r test_t ((s0) (s0))))
21 (allow test_t self (test_class (test_perm)))
Dtest_user.cil22 (roletype object_r test_t)
23 (type test_t)
24 (sidcontext security (first_u object_r test_t ((s0) (s0))))
27 (allow test_t self (test_class (test_perm)))
/external/jemalloc_new/test/src/
Dtest.c114 p_test_impl(bool do_malloc_init, bool do_reentrant, test_t *t, va_list ap) { in p_test_impl()
131 for (; t != NULL; t = va_arg(ap, test_t *)) { in p_test_impl()
171 p_test(test_t *t, ...) { in p_test()
184 p_test_no_reentrancy(test_t *t, ...) { in p_test_no_reentrancy()
197 p_test_no_malloc_init(test_t *t, ...) { in p_test_no_malloc_init()
/external/selinux/libsepol/tests/policies/test-deps/
Dmodreq-type-global.conf10 type test_t;
12 allow test_t type_req_t : file { read write };
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c112 } test_t; typedef
124 test_t sems;
157 sems_tmp = (test_t *) malloc(sizeof(test_t));
/external/jemalloc_new/test/include/test/
Dtest.h297 typedef void (test_t)(void); typedef
333 test_status_t p_test(test_t *t, ...);
334 test_status_t p_test_no_reentrancy(test_t *t, ...);
335 test_status_t p_test_no_malloc_init(test_t *t, ...);
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py94 test_t = 760233600 # assume broken POSIX counting of seconds
95 result = time2isoz(test_t)
98 "%s => '%s' (%s)" % (test_t, result, expected))
101 self.assertEqual(http2time(s), test_t, s)
102 self.assertEqual(http2time(s.lower()), test_t, s.lower())
103 self.assertEqual(http2time(s.upper()), test_t, s.upper())
166 test_t = 760233600 # assume broken POSIX counting of seconds
168 self.assertEqual(iso2time(s), test_t, s)
169 self.assertEqual(iso2time(s.lower()), test_t, s.lower())
170 self.assertEqual(iso2time(s.upper()), test_t, s.upper())
/external/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit01.c35 static struct test_t { struct
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c105 } test_t; typedef
249 test_t *dt = (test_t *) arg; in waiter()
307 test_t td; in do_threads_test()
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c111 } test_t; typedef
124 test_t sems; in main()
157 sems_tmp = malloc(sizeof(test_t)); in main()
/external/igt-gpu-tools/tests/
Dkms_vrr.c54 typedef void (*test_t)(data_t*, enum pipe, igt_output_t*, uint32_t); typedef
368 run_vrr_test(data_t *data, test_t test, uint32_t flags) in run_vrr_test()
/external/llvm-project/clang/test/Sema/
Darm_inline_asm_constraints.c300 float test_t(float x) { in test_t() function
/external/python/cpython2/Lib/test/
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())