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

  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 211 __FILE__, __LINE__, _metadata->name, ##__VA_ARGS__)
219 static void test_name(struct __test_metadata *_metadata); \
226 struct __test_metadata __attribute__((unused)) *_metadata)
239 /* Prepares the setup function for the fixture. |_metadata| is included
244 struct __test_metadata __attribute__((unused)) *_metadata, \
248 struct __test_metadata __attribute__((unused)) *_metadata, \
263 struct __test_metadata *_metadata, \
266 struct __test_metadata *_metadata) { \
270 fixture_name##_setup(_metadata, &self); \
272 if (!_metadata->passed) return;
    [all...]
seccomp_bpf_tests.c 760 void tracer(struct __test_metadata *_metadata, pid_t tracee,
822 syscall(__NR_exit, _metadata->passed ? EXIT_SUCCESS : EXIT_FAILURE);
863 tracer(_metadata, tracee, poke_addr, pipefd[1]);
883 _metadata->passed = 0;
1082 self->sibling[0].metadata = _metadata;
1090 self->sibling[1].metadata = _metadata;
1123 struct __test_metadata *_metadata = me->metadata; /* enable TH_LOG */
    [all...]
  /external/minijail/
test_harness.h 199 __FILE__, __LINE__, _metadata->name, ##__VA_ARGS__)
203 static void test_name(struct __test_metadata *_metadata); \
210 struct __test_metadata __attribute__((unused)) *_metadata)
223 /* Prepares the setup function for the fixture. |_metadata| is included
228 struct __test_metadata __attribute__((unused)) *_metadata, \
232 struct __test_metadata __attribute__((unused)) *_metadata, \
241 struct __test_metadata *_metadata, \
244 struct __test_metadata *_metadata) { \
248 fixture_name##_setup(_metadata, &self); \
250 if (!_metadata->passed) return;
    [all...]
  /external/tlsdate/src/
test_harness.h 201 __FILE__, __LINE__, _metadata->name, ##__VA_ARGS__)
205 static void test_name(struct __test_metadata *_metadata); \
212 struct __test_metadata __attribute__((unused)) *_metadata)
225 /* Prepares the setup function for the fixture. |_metadata| is included
230 struct __test_metadata __attribute__((unused)) *_metadata, \
234 struct __test_metadata __attribute__((unused)) *_metadata, \
243 struct __test_metadata *_metadata, \
246 struct __test_metadata *_metadata) { \
250 fixture_name##_setup(_metadata, &self); \
252 if (!_metadata->passed) return;
    [all...]
  /cts/tests/tests/os/jni/seccomp-tests/tests/
test_harness.h 214 __FILE__, __LINE__, _metadata->name, ##__VA_ARGS__)
223 static void test_name(struct __test_metadata *_metadata); \
230 struct __test_metadata __attribute__((unused)) *_metadata)
243 /* Prepares the setup function for the fixture. |_metadata| is included
248 struct __test_metadata __attribute__((unused)) *_metadata, \
252 struct __test_metadata __attribute__((unused)) *_metadata, \
267 struct __test_metadata *_metadata, \
270 struct __test_metadata *_metadata) { \
274 fixture_name##_setup(_metadata, &self); \
276 if (!_metadata->passed) return;
    [all...]
seccomp_bpf_tests.c 888 typedef void tracer_func_t(struct __test_metadata *_metadata,
891 void tracer(struct __test_metadata *_metadata, int fd, pid_t tracee,
935 tracer_func(_metadata, tracee, status, args);
941 syscall(__NR_exit, _metadata->passed ? EXIT_SUCCESS : EXIT_FAILURE);
947 pid_t setup_trace_fixture(struct __test_metadata *_metadata,
963 tracer(_metadata, pipefd[1], tracee, func, args);
973 void teardown_trace_fixture(struct __test_metadata *_metadata,
984 _metadata->passed = 0;
993 void tracer_poke(struct __test_metadata *_metadata, pid_t tracee, int status,
1041 self->tracer = setup_trace_fixture(_metadata, tracer_poke
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
_bitmap.py 99 self._metadata = metadata or {}
134 self._metadata['size'] = (self.width, self.height)
135 self._metadata['alpha'] = self.bpp == 4
136 self._metadata['bitdepth'] = 8
137 return self._metadata
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
domain.py 35 self._metadata = None
53 if not self._metadata:
54 self._metadata = self.connection.domain_metadata(self)
55 return self._metadata
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
html_output_formatter.py 44 self._metadata = metadata
149 return self._metadata.name
161 self._metadata, page_test_results.all_page_specific_values,
  /system/media/camera/docs/
metadata_parser_xml.py 81 self._metadata = Metadata()
83 self._metadata.construct_graph()
107 return self._metadata
  /external/jetty/src/java/org/eclipse/jetty/webapp/
WebAppContext.java 178 private MetaData _metadata=new MetaData(); field in class:WebAppContext
492 _metadata.setAllowDuplicateFragmentNames(isAllowDuplicateFragmentNames());
525 if (_metadata != null)
526 _metadata.clear();
527 _metadata=new MetaData();
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 1211 milliseconds