/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 335 char *fn_arg[3]; member 931 (tc_ptr->test_setup) (tc_ptr->fn_arg[0], tc_ptr->fn_arg[1], in do_syscalltests() 932 tc_ptr->fn_arg[2]); in do_syscalltests() 941 (tc_ptr->fn_arg[0], tc_ptr->fn_arg[1], in do_syscalltests() 942 tc_ptr->fn_arg[2])) in do_syscalltests() 969 (tc_ptr->ck_test) (tc_ptr->fn_arg[0], in do_syscalltests() 970 tc_ptr->fn_arg[1], in do_syscalltests() 971 tc_ptr->fn_arg[2]); in do_syscalltests() 1028 TEST(symlink(tc_ptr->fn_arg[0], tc_ptr->fn_arg[1])); in do_EEXIST() 1038 TEST(mkdir(tc_ptr->fn_arg[1], MODE)); in do_EEXIST() [all …]
|
/external/selinux/libsemanage/tests/ |
D | test_ibendport.c | 249 void *fn_arg) in helper_ibendport_iterate() argument 251 CU_ASSERT(fn_arg == (void *) 42); in helper_ibendport_iterate() 257 void *fn_arg) in helper_ibendport_iterate_error() argument 259 CU_ASSERT(fn_arg == (void *) 42); in helper_ibendport_iterate_error() 265 void *fn_arg) in helper_ibendport_iterate_break() argument 267 CU_ASSERT(fn_arg == (void *) 42); in helper_ibendport_iterate_break() 432 void *fn_arg) in helper_ibendport_iterate_local() argument 434 CU_ASSERT(fn_arg == (void *) 42); in helper_ibendport_iterate_local() 440 void *fn_arg) in helper_ibendport_iterate_local_error() argument 442 CU_ASSERT(fn_arg == (void *) 42); in helper_ibendport_iterate_local_error() [all …]
|
/external/selinux/libsemanage/src/ |
D | database.h | 134 void *varg), void *fn_arg); 212 void *fn_arg), void *fn_arg);
|
D | database.c | 173 void *fn_arg), void *fn_arg) in dbase_iterate() argument 179 if (dconfig->dtable->iterate(handle, dconfig->dbase, fn, fn_arg) < 0) { in dbase_iterate()
|
D | database_policydb.h | 64 void *fn_arg),
|
D | database_llist.h | 111 void *fn_arg), void *arg);
|
D | database_policydb.c | 364 void *fn_arg), void *arg) in dbase_policydb_iterate() argument
|
D | database_llist.c | 254 void *fn_arg), void *arg) in dbase_llist_iterate() argument
|
/external/selinux/libsepol/include/sepol/ |
D | nodes.h | 42 void *fn_arg), void *arg);
|
D | ibendports.h | 43 void *fn_arg), void *arg);
|
D | interfaces.h | 45 void *fn_arg), void *arg);
|
D | ibpkeys.h | 43 void *fn_arg), void *arg);
|
D | ports.h | 42 void *fn_arg), void *arg);
|
D | users.h | 48 void *fn_arg), void *arg);
|
D | booleans.h | 48 void *fn_arg), void *arg);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ia-mem-r0.ll | 11 define void @test1({ i8*, void (i8*, i8*)* } %fn_arg) { 15 store { i8*, void (i8*, i8*)* } %fn_arg, { i8*, void (i8*, i8*)* }* %fn
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ia-mem-r0.ll | 11 define void @test1({ i8*, void (i8*, i8*)* } %fn_arg) { 15 store { i8*, void (i8*, i8*)* } %fn_arg, { i8*, void (i8*, i8*)* }* %fn
|
/external/selinux/libsepol/src/ |
D | booleans.c | 181 void *fn_arg), void *arg) in sepol_bool_iterate() argument
|
D | ibendports.c | 222 void *fn_arg), void *arg) in sepol_ibendport_iterate() argument
|
D | interfaces.c | 238 void *fn_arg), void *arg) in sepol_iface_iterate() argument
|
D | ibpkeys.c | 219 void *fn_arg), void *arg) in sepol_ibpkey_iterate() argument
|
D | ports.c | 292 void *fn_arg), void *arg) in sepol_port_iterate() argument
|
D | users.c | 344 void *fn_arg), void *arg) in sepol_user_iterate() argument
|
D | nodes.c | 348 void *fn_arg), void *arg) in sepol_node_iterate() argument
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 180 llvm::Argument* fn_arg = &*arg_it; in BuildKernelPrototype() local 200 fn_arg->setName("temp_buf"); in BuildKernelPrototype() 202 fn_arg->setName(StrCat("alloc", alloc->index())); in BuildKernelPrototype()
|