Home
last modified time | relevance | path

Searched refs:set_function (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/pigweed/pw_async/public/pw_async/
H A Dtask.h47 void set_function(TaskFunction&& f) { in set_function() function
48 native_type_.set_function(std::move(f)); in set_function()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dworkqueue.pb.h355 void set_function(::uint64_t value); in Swap()
516 void set_function(::uint64_t value); in Swap()
680 void set_function(::uint64_t value); in Swap()
838 inline void WorkqueueExecuteEndFtraceEvent::set_function(::uint64_t value) { in set_function() function
898 inline void WorkqueueExecuteStartFtraceEvent::set_function(::uint64_t value) { in set_function() function
958 inline void WorkqueueQueueWorkFtraceEvent::set_function(::uint64_t value) { in set_function() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
H A Dworkqueue.pb.h355 void set_function(::uint64_t value); in Swap()
516 void set_function(::uint64_t value); in Swap()
680 void set_function(::uint64_t value); in Swap()
838 inline void WorkqueueExecuteEndFtraceEvent::set_function(::uint64_t value) { in set_function() function
898 inline void WorkqueueExecuteStartFtraceEvent::set_function(::uint64_t value) { in set_function() function
958 inline void WorkqueueQueueWorkFtraceEvent::set_function(::uint64_t value) { in set_function() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dworkqueue.pbzero.h77 void set_function(uint64_t value) { in set_function() function
189 void set_function(uint64_t value) { in set_function() function
247 void set_function(uint64_t value) { in set_function() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
H A Dworkqueue.pbzero.h77 void set_function(uint64_t value) { in set_function() function
189 void set_function(uint64_t value) { in set_function() function
247 void set_function(uint64_t value) { in set_function() function
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dgenerate_psa_tests.py45 tc.set_function(verb + '_not_supported')
157 tc.set_function('generate_key')
281 tc.set_function(category.name.lower() + '_fail')
502 tc.set_function('key_storage_' + verb)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dgenerate_psa_tests.py45 tc.set_function(verb + '_not_supported')
157 tc.set_function('generate_key')
281 tc.set_function(category.name.lower() + '_fail')
502 tc.set_function('key_storage_' + verb)
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dlow_energy_scanner.cc71 timeout_task_.set_function( in PendingScanResult()
93 scan_timeout_task_.set_function( in LowEnergyScanner()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Denhanced_retransmission_mode_tx_engine.cc61 receiver_ready_poll_task_.set_function( in EnhancedRetransmissionModeTxEngine()
69 monitor_task_.set_function( in EnhancedRetransmissionModeTxEngine()
H A Dsignaling_channel.cc112 rtx_task.set_function( in EnqueueResponse()
222 pending_command.response_timeout_task.set_function( in OnRxResponse()
/aosp_15_r20/external/pigweed/pw_async/
H A Dheap_dispatcher.cc41 t->task.set_function([t](Context& ctx, Status status) { in New()
/aosp_15_r20/external/capstone/suite/cstest/include/
H A Dcapstone_test.h63 int set_function(int arch);
/aosp_15_r20/external/pigweed/pw_async_fuchsia/public/pw_async_fuchsia/
H A Dtask.h48 void set_function(TaskFunction&& f);
H A Ddispatcher.h36 t->task.set_function([t](pw::async::Context& ctx, pw::Status status) { in PostAt()
/aosp_15_r20/external/pigweed/pw_async_basic/public/pw_async_basic/
H A Dtask.h41 void set_function(TaskFunction&& f) { func_ = std::move(f); } in set_function() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dsmart_task.h58 void set_function(pw::async::TaskFunction&& func) { func_ = std::move(func); } in set_function() function
/aosp_15_r20/external/pigweed/pw_async_fuchsia/
H A Dtask.cc32 void NativeTask::set_function(TaskFunction&& f) { func_ = std::move(f); } in set_function() function in pw::async::backend::NativeTask
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/
H A Dbredr_connection_request.h68 timeout_task_.set_function( in BrEdrConnectionRequest()
/aosp_15_r20/external/mbedtls/scripts/mbedtls_dev/
H A Dtest_case.py44 def set_function(self, function: str) -> None: member in TestCase
H A Dcrypto_data_tests.py78 tc.set_function(function)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
H A Dtest_case.py44 def set_function(self, function: str) -> None: member in TestCase
H A Dcrypto_data_tests.py78 tc.set_function(function)
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dinstruction.h50 void set_function(Function* func) { function_ = func; } in set_function() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dinstruction.h50 void set_function(Function* func) { function_ = func; } in set_function() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dinstruction.h51 void set_function(Function* func) { function_ = func; } in set_function() function

12