HomeSort by relevance Sort by last modified time
    Searched full:_metadata (Results 1 - 25 of 31) sorted by null

1 2

  /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/linux-kselftest/tools/testing/selftests/seccomp/
test_harness.h 212 __FILE__, __LINE__, _metadata->name, ##__VA_ARGS__)
220 static void test_name(struct __test_metadata *_metadata); \
229 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) \
275 fixture_name##_setup(_metadata, &self); \
277 if (!_metadata->passed)
    [all...]
seccomp_bpf.c 1021 typedef void tracer_func_t(struct __test_metadata *_metadata,
1024 void start_tracer(struct __test_metadata *_metadata, int fd, pid_t tracee,
1073 tracer_func(_metadata, tracee, status, args);
1080 syscall(__NR_exit, _metadata->passed ? EXIT_SUCCESS : EXIT_FAILURE);
1086 pid_t setup_trace_fixture(struct __test_metadata *_metadata,
1103 start_tracer(_metadata, pipefd[1], tracee, func, args,
1114 void teardown_trace_fixture(struct __test_metadata *_metadata,
1126 _metadata->passed = 0;
1135 void tracer_poke(struct __test_metadata *_metadata, pid_t tracee, int status,
1185 self->tracer = setup_trace_fixture(_metadata, tracer_poke
    [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/seccomp-tests/linux/
test_harness.h 215 __FILE__, __LINE__, _metadata->name, ##__VA_ARGS__)
224 static void test_name(struct __test_metadata *_metadata); \
233 struct __test_metadata __attribute__((unused)) *_metadata)
247 /* Prepares the setup function for the fixture. |_metadata| is included
252 struct __test_metadata __attribute__((unused)) *_metadata, \
256 struct __test_metadata __attribute__((unused)) *_metadata, \
271 struct __test_metadata *_metadata, \
274 struct __test_metadata *_metadata) \
279 fixture_name##_setup(_metadata, &self); \
281 if (!_metadata->passed)
    [all...]
seccomp_bpf.c 1021 typedef void tracer_func_t(struct __test_metadata *_metadata,
1024 void tracer(struct __test_metadata *_metadata, int fd, pid_t tracee,
1069 tracer_func(_metadata, tracee, status, args);
1075 syscall(__NR_exit, _metadata->passed ? EXIT_SUCCESS : EXIT_FAILURE);
1081 pid_t setup_trace_fixture(struct __test_metadata *_metadata,
1098 tracer(_metadata, pipefd[1], tracee, func, args);
1108 void teardown_trace_fixture(struct __test_metadata *_metadata,
1120 _metadata->passed = 0;
1129 void tracer_poke(struct __test_metadata *_metadata, pid_t tracee, int status,
1179 self->tracer = setup_trace_fixture(_metadata, tracer_poke
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
58 typedef _Metadata metadata_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
58 typedef _Metadata metadata_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
58 typedef _Metadata metadata_type;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
58 typedef _Metadata metadata_type;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
58 typedef _Metadata metadata_type;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp 49 template<typename _Value, typename _Metadata, typename _Alloc>
53 typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> this_type;
58 typedef _Metadata metadata_type;
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 84 context->elementGetNativeMetadata(element, [&](const hidl_vec<uint32_t>& _metadata){
85 elementMetadata = _metadata; });
93 context->typeGetNativeMetadata(type, [&typeMetadata](const hidl_vec<OpaqueHandle>& _metadata){
94 typeMetadata = _metadata; });
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
traits.hpp 70 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
117 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
pat_trie_base.hpp 67 struct _Metadata
83 struct _Metadata<null_type, _Alloc>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
traits.hpp 70 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
117 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
pat_trie_base.hpp 67 struct _Metadata
83 struct _Metadata<null_type, _Alloc>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
traits.hpp 70 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
117 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 70 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
117 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 70 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
117 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 70 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
117 typedef base_type::_Metadata<metadata_type, _Alloc> metadata;
  /system/media/camera/docs/
metadata_parser_xml.py 81 self._metadata = Metadata()
83 self._metadata.construct_graph()
107 return self._metadata
  /external/libmojo/build/android/gyp/util/
md5_check.py 55 new_metadata = _Metadata()
72 old_metadata = _Metadata.FromFile(jsonfile)
224 class _Metadata(object):
254 """Returns a _Metadata initialized from a file object."""
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 392 std::vector<uintptr_t> _metadata(6);
393 Device::getHal().TypeGetNativeData(mContext, _type, _metadata.data(), _metadata.size());
394 hidl_vec<OpaqueHandle> metadata = rs_to_hidl<OpaqueHandle>(_metadata, [](uintptr_t val) { return static_cast<OpaqueHandle>(val); });
    [all...]

Completed in 1822 milliseconds

1 2