Home
last modified time | relevance | path

Searched refs:__test_metadata (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/os/jni/seccomp-tests/tests/
Dtest_harness.h223 static void test_name(struct __test_metadata *_metadata); \
224 static struct __test_metadata _##test_name##_object = \
230 struct __test_metadata __attribute__((unused)) *_metadata)
248 struct __test_metadata __attribute__((unused)) *_metadata, \
252 struct __test_metadata __attribute__((unused)) *_metadata, \
267 struct __test_metadata *_metadata, \
270 struct __test_metadata *_metadata) { \
280 static struct __test_metadata _##fixture_name##_##test_name##_object = { \
290 struct __test_metadata __attribute__((unused)) *_metadata, \
389 struct __test_metadata { struct
[all …]
Dseccomp_bpf_tests.c864 typedef void tracer_func_t(struct __test_metadata *_metadata,
867 void tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, in tracer()
923 pid_t setup_trace_fixture(struct __test_metadata *_metadata, in setup_trace_fixture()
949 void teardown_trace_fixture(struct __test_metadata *_metadata, in teardown_trace_fixture()
969 void tracer_poke(struct __test_metadata *_metadata, pid_t tracee, int status, in tracer_poke()
1073 int get_syscall(struct __test_metadata *_metadata, pid_t tracee) { in get_syscall()
1088 void change_syscall(struct __test_metadata *_metadata, in change_syscall()
1127 void tracer_syscall(struct __test_metadata *_metadata, pid_t tracee, in tracer_syscall()
1389 struct __test_metadata *metadata;
1944 struct __test_metadata* get_seccomp_test_list() { in get_seccomp_test_list()
/cts/tests/tests/os/jni/
Dandroid_os_cts_SeccompTest.cpp33 struct __test_metadata* get_seccomp_test_list();
43 for (struct __test_metadata* t = get_seccomp_test_list(); t; t = t->next) { in android_security_cts_SeccompBpfTest_runKernelUnitTest()
/cts/tests/tests/os/jni/seccomp-tests/
Dlocal-modifications-android.diff19 +struct __test_metadata* get_seccomp_test_list() {