Home
last modified time | relevance | path

Searched refs:function_ptr (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/detail/cpp03/preprocessed/
Dbind_function_20.hpp21 detail::function_ptr<
33 typedef detail::function_ptr< in bind()
61 detail::function_ptr<
73 typedef detail::function_ptr< in bind()
101 detail::function_ptr<
113 typedef detail::function_ptr< in bind()
141 detail::function_ptr<
153 typedef detail::function_ptr< in bind()
181 detail::function_ptr<
193 typedef detail::function_ptr< in bind()
[all …]
Dbind_function_10.hpp21 detail::function_ptr<
33 typedef detail::function_ptr< in bind()
61 detail::function_ptr<
73 typedef detail::function_ptr< in bind()
101 detail::function_ptr<
113 typedef detail::function_ptr< in bind()
141 detail::function_ptr<
153 typedef detail::function_ptr< in bind()
181 detail::function_ptr<
193 typedef detail::function_ptr< in bind()
[all …]
Dbind_function_30.hpp21 detail::function_ptr<
33 typedef detail::function_ptr< in bind()
61 detail::function_ptr<
73 typedef detail::function_ptr< in bind()
101 detail::function_ptr<
113 typedef detail::function_ptr< in bind()
141 detail::function_ptr<
153 typedef detail::function_ptr< in bind()
181 detail::function_ptr<
193 typedef detail::function_ptr< in bind()
[all …]
Dbind_function_40.hpp21 detail::function_ptr<
33 typedef detail::function_ptr< in bind()
61 detail::function_ptr<
73 typedef detail::function_ptr< in bind()
101 detail::function_ptr<
113 typedef detail::function_ptr< in bind()
141 detail::function_ptr<
153 typedef detail::function_ptr< in bind()
181 detail::function_ptr<
193 typedef detail::function_ptr< in bind()
[all …]
Dbind_function_50.hpp21 detail::function_ptr<
33 typedef detail::function_ptr< in bind()
61 detail::function_ptr<
73 typedef detail::function_ptr< in bind()
101 detail::function_ptr<
113 typedef detail::function_ptr< in bind()
141 detail::function_ptr<
153 typedef detail::function_ptr< in bind()
181 detail::function_ptr<
193 typedef detail::function_ptr< in bind()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/
Dbind_function.hpp25 struct function_ptr struct
29 function_ptr(FP fp_) in function_ptr() argument
38 bool operator==(function_ptr const& rhs) const in operator ==() argument
44 bool operator==(function_ptr<RhsRT, RhsFP> const& /*rhs*/) const in operator ==() argument
55 detail::function_ptr<RT, RT (*)(T...)>
60 typedef detail::function_ptr<RT, RT (*)(T...)> fp_type; in bind()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/detail/cpp03/
Dbind_function.hpp21 detail::function_ptr<0, RT, RT(*)()>
25 typedef detail::function_ptr<0, RT, RT(*)()> fp_type; in bind()
36 detail::function_ptr<1, RT, RT(*)(T0)>
41 typedef detail::function_ptr<1, RT, RT(*)(T0)> fp_type; in bind()
86 detail::function_ptr<
98 typedef detail::function_ptr< in bind()
Dfunction_ptr.hpp23 struct function_ptr : function_ptr_impl<N>::template impl<RT, FP> struct
27 function_ptr(FP fp_) in function_ptr() argument
32 bool operator==(function_ptr const & rhs) const in operator ==() argument
38 bool operator==(function_ptr<M, RhsRT, RhsFP> const & /*rhs*/) const in operator ==() argument
107 <boost/phoenix/bind/detail/cpp03/function_ptr.hpp>))
/aosp_15_r20/external/pytorch/test/
H A Dtest_tensorboard.py464 def get_expected_file(function_ptr): argument
465 module_id = function_ptr.__class__.__module__
472 functionName = function_ptr.id().split('.')[-1]
477 def read_expected_content(function_ptr): argument
478 expected_file = get_expected_file(function_ptr)
483 def compare_image_proto(actual_proto, function_ptr): argument
485 expected_file = get_expected_file(function_ptr)
489 expected_str = read_expected_content(function_ptr)
505 def compare_proto(str_to_compare, function_ptr): argument
507 write_proto(str_to_compare, function_ptr)
[all …]
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim_default_dispatch_to_linker_wrapped_symbols.cc81 void* function_ptr = dlsym(RTLD_DEFAULT, "malloc_usable_size"); in RealSizeEstimate() local
82 if (function_ptr) { in RealSizeEstimate()
84 function_ptr); in RealSizeEstimate()
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/libuv/examples/
H A Didle-basic.cc50 void* function_ptr; in IdleBasic() local
52 sandbox.rpc_channel()->Symbol("IdleCallback", &function_ptr)); in IdleBasic()
53 sapi::v::RemotePtr idle_callback(function_ptr); in IdleBasic()
H A Duvcat.cc60 void* function_ptr; in UVCat() local
61 SAPI_RETURN_IF_ERROR(sandbox.rpc_channel()->Symbol("OnOpen", &function_ptr)); in UVCat()
62 sapi::v::RemotePtr on_open(function_ptr); in UVCat()
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/examples/
H A Dexample2.cc34 void* function_ptr; in Example2() local
36 sandbox.rpc_channel()->Symbol("WriteToMemory", &function_ptr)); in Example2()
37 sapi::v::RemotePtr write_to_memory(function_ptr); in Example2()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_fork_join.cc64 void* function_ptr) { in __xla_cpu_runtime_ParallelForkJoin() argument
71 CHECK_NE(function_ptr, nullptr); in __xla_cpu_runtime_ParallelForkJoin()
79 reinterpret_cast<ComputeFunctionType>(function_ptr); in __xla_cpu_runtime_ParallelForkJoin()
H A Druntime_fork_join.h29 void* function_ptr);
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp212 typedef void(*function_ptr)(int, ...); typedef
216 function_ptr get_f_ptr();
220 function_ptr arr_f_ptr[5];
H A DMicrosoftCompatibility-cxx98.cpp17 long (*function_ptr)(int a); variable
22 …void *a3 = function_ptr; // expected-warning {{implicit conversion between pointer-to-funct… in function_to_voidptr_conv()
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver.cc305 const Function* function_ptr = 0; in FindWindowsFrameInfo() local
307 if (functions_.RetrieveNearestRange(address, function_ptr, in FindWindowsFrameInfo()
310 function->CopyFrom(function_ptr); in FindWindowsFrameInfo()
322 (!function_ptr || public_address > function_base)) { in FindWindowsFrameInfo()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dasync_resolver.cc141 std::function<void()>* function_ptr = in RunResolution() local
143 (*function_ptr)(); in RunResolution()
144 delete function_ptr; in RunResolution()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dbinders.hpp550 struct function_ptr struct
584 function_ptr(FPT fp) in function_ptr() function
625 inline function_ptr<RT>
628 return function_ptr<RT>(fptr); in bind()
671 inline function_ptr<RT, A>
674 return function_ptr<RT, A>(fptr); in bind()
717 inline function_ptr<RT, A, B>
720 return function_ptr<RT, A, B>(fptr); in bind()
763 inline function_ptr<RT, A, B, C>
766 return function_ptr<RT, A, B, C>(fptr); in bind()
[all …]
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/tests/
H A Dtest_utils.cc71 void* function_ptr; in CurlTestSetUp() local
73 sandbox_->rpc_channel()->Symbol("WriteToMemory", &function_ptr)); in CurlTestSetUp()
74 sapi::v::RemotePtr remote_function_ptr(function_ptr); in CurlTestSetUp()
/aosp_15_r20/external/cronet/base/functional/
H A Dfunction_ref_unittest.cc155 int32_t (*const function_ptr)(int32_t) = +lambda; in TEST() local
177 decltype(function_ptr)>); in TEST()
191 decltype(function_ptr)>); in TEST()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/include/boost/function/
Dfunction_template.hpp96 static R invoke(function_buffer& function_ptr BOOST_FUNCTION_COMMA in invoke()
99 FunctionPtr f = reinterpret_cast<FunctionPtr>(function_ptr.members.func_ptr); in invoke()
112 invoke(function_buffer& function_ptr BOOST_FUNCTION_COMMA in invoke()
116 FunctionPtr f = reinterpret_cast<FunctionPtr>(function_ptr.members.func_ptr); in invoke()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device.cc351 TFE_Context* context, const TranslatedFunction* function_ptr,
1456 TFE_Context* context, const TranslatedFunction* function_ptr, in ExecuteFunctionAndWait() argument
1460 const std::string mesh_str = function_ptr->function_mesh.ToString(); in ExecuteFunctionAndWait()
1465 /*operation_name=*/function_ptr->translated_function_name.c_str(), in ExecuteFunctionAndWait()
1467 /*expected_max_outputs=*/function_ptr->local_output_shapes.size(), in ExecuteFunctionAndWait()
1473 function_ptr->local_output_shapes, status); in ExecuteFunctionAndWait()
1477 << function_ptr->translated_function_name in ExecuteFunctionAndWait()
/aosp_15_r20/external/pytorch/c10/util/
H A Dorder_preserving_flat_hash_map.h63 typedef Result (*function_ptr)(Args...);
64 function_ptr function;
65 functor_storage(function_ptr function) : function(function) {}
69 operator function_ptr&() {
72 operator const function_ptr&() {

12