HomeSort by relevance Sort by last modified time
    Searched refs:_FIXTURE_DATA (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 97 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the
109 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the
229 #define _FIXTURE_DATA(fixture_name) struct _test_data_##fixture_name
237 _FIXTURE_DATA(fixture_name)
245 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self)
249 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self)
264 _FIXTURE_DATA(fixture_name) *self); \
268 _FIXTURE_DATA(fixture_name) self; \
269 memset(&self, 0, sizeof(_FIXTURE_DATA(fixture_name))); \
287 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self
    [all...]
  /external/minijail/
test_harness.h 87 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the
99 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the
213 #define _FIXTURE_DATA(fixture_name) struct _test_data_##fixture_name
221 _FIXTURE_DATA(fixture_name)
229 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self)
233 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self)
242 _FIXTURE_DATA(fixture_name) *self); \
246 _FIXTURE_DATA(fixture_name) self; \
247 memset(&self, 0, sizeof(_FIXTURE_DATA(fixture_name))); \
264 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
test_harness.h 98 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the
110 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the
232 #define _FIXTURE_DATA(fixture_name) struct _test_data_##fixture_name
241 _FIXTURE_DATA(fixture_name)
249 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self)
253 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self)
268 _FIXTURE_DATA(fixture_name) *self); \
273 _FIXTURE_DATA(fixture_name) self; \
274 memset(&self, 0, sizeof(_FIXTURE_DATA(fixture_name))); \
295 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self
    [all...]
  /external/seccomp-tests/linux/
test_harness.h 100 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the
112 * datatype defined with _FIXTURE_DATA will be exposed as |self| for the
236 #define _FIXTURE_DATA(fixture_name) struct _test_data_##fixture_name
245 _FIXTURE_DATA(fixture_name)
253 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self)
257 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self)
272 _FIXTURE_DATA(fixture_name) *self); \
277 _FIXTURE_DATA(fixture_name) self; \
278 memset(&self, 0, sizeof(_FIXTURE_DATA(fixture_name))); \
299 _FIXTURE_DATA(fixture_name) __attribute__((unused)) *self
    [all...]

Completed in 44 milliseconds