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

  /external/linux-kselftest/android/patches/
0017-seccomp_bpf_disable_tests.patch 36 @@ -677,6 +681,7 @@ void kill_thread_or_group(struct __test_metadata *_metadata, bool kill_process)
68 @@ -1717,8 +1725,10 @@ void tracer_ptrace(struct __test_metadata *_metadata, pid_t tracee,
71 change_syscall(_metadata, tracee, __NR_getppid);
74 change_syscall(_metadata, tracee, -1);
112 _metadata->passed = 0;
0010-seccomp-detect-compat-mode-in-ARM64.patch 29 ret = get_syscall(_metadata, child_pid);
  /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/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...]
  /external/linux-kselftest/tools/testing/selftests/
kselftest_harness.h 94 * writing `_metadata->no_print = true;` before the check sequence that is
107 __FILE__, __LINE__, _metadata->name, ##__VA_ARGS__)
148 static void test_name(struct __test_metadata *_metadata); \
157 struct __test_metadata __attribute__((unused)) *_metadata)
201 * *_metadata* is included so that ASSERT_* work as a convenience
220 struct __test_metadata __attribute__((unused)) *_metadata, \
239 struct __test_metadata __attribute__((unused)) *_metadata, \
266 struct __test_metadata *_metadata, \
269 struct __test_metadata *_metadata) \
274 fixture_name##_setup(_metadata, &self);
    [all...]
  /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;
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 625 void kill_thread_or_group(struct __test_metadata *_metadata, bool kill_process)
693 kill_thread_or_group(_metadata, false);
713 kill_thread_or_group(_metadata, true);
    [all...]
  /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.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;
pat_trie_base.hpp 67 struct _Metadata
83 struct _Metadata<null_type, _Alloc>
    [all...]
  /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."""
  /external/tensorflow/tensorflow/tools/docs/
pretty_docs.py 61 parts = [_Metadata(page_info.full_name).build_html()]
86 meta_data = _Metadata(page_info.full_name)
189 meta_data = _Metadata(page_info.full_name)
322 class _Metadata(object):
  /tools/acloud/internal/lib/
android_compute_client.py 80 self._metadata = acloud_config.metadata_variable.copy()
262 metadata = self._metadata.copy()
  /external/tensorflow/tensorflow/python/client/
timeline.py 62 self._metadata = []
102 self._metadata.append(event)
118 self._metadata.append(event)
258 trace['traceEvents'] = self._metadata + self._events
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 390 std::vector<uintptr_t> _metadata(6);
391 Device::getHal().TypeGetNativeData(mContext, _type, _metadata.data(), _metadata.size());
392 hidl_vec<OpaqueHandle> metadata = rs_to_hidl<OpaqueHandle>(_metadata, [](uintptr_t val) { return static_cast<OpaqueHandle>(val); });
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /external/llvm/docs/
LangRef.rst     [all...]

Completed in 351 milliseconds