/external/llvm-project/llvm/test/CodeGen/BPF/ |
D | remove_truncate_5.ll | 4 ; 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/ |
D | test_handle.cil | 16 (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)))
|
D | test_bool.cil | 16 (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)))
|
D | test_user.cil | 22 (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/ |
D | test.c | 114 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/ |
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 | 112 } test_t; typedef 124 test_t sems; 157 sems_tmp = (test_t *) malloc(sizeof(test_t));
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 297 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/ |
D | test_http_cookiejar.py | 94 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/ |
D | getrlimit01.c | 35 static struct test_t { struct
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 105 } 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/ |
D | s-c1.c | 111 } test_t; typedef 124 test_t sems; in main() 157 sems_tmp = malloc(sizeof(test_t)); in main()
|
/external/igt-gpu-tools/tests/ |
D | kms_vrr.c | 54 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/ |
D | arm_inline_asm_constraints.c | 300 float test_t(float x) { in test_t() function
|
/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())
|