Home
last modified time | relevance | path

Searched refs:run_one (Results 1 – 25 of 35) sorted by relevance

12

/third_party/mbedtls/tests/scripts/
Dtest_config_script.py98 def run_one(options, args, stem_prefix='', input_file=None): function
154 run_one(options, [preset])
156 run_one(options, ['get', symbol])
157 (stem, filename) = run_one(options, ['set', symbol])
158 run_one(options, ['get', symbol], stem_prefix=stem, input_file=filename)
159 run_one(options, ['--force', 'set', symbol])
160 (stem, filename) = run_one(options, ['set', symbol, 'value'])
161 run_one(options, ['get', symbol], stem_prefix=stem, input_file=filename)
162 run_one(options, ['--force', 'set', symbol, 'value'])
163 run_one(options, ['unset', symbol])
Dtest_psa_constant_names.py106 def run_one(self, inputs: InputsForTest, type_word: str) -> None: member in Tests
134 self.run_one(inputs, type_word)
/third_party/boost/libs/asio/doc/overview/
Dimplementation.qbk25 `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
45 `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
66 calls `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
88 `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
109 `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
130 `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
152 `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
174 `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
196 `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
217 `io_context::run()`, `io_context::run_one()`, `io_context::poll()` or
[all …]
Dbsd_sockets.qbk170 [link boost_asio.reference.io_context.run_one io_context::run_one()],
/third_party/boost/boost/asio/impl/
Dio_context.ipp75 io_context::count_type io_context::run_one()
78 count_type s = impl_.run_one(ec);
84 io_context::count_type io_context::run_one(boost::system::error_code& ec)
86 return impl_.run_one(ec);
/third_party/boost/libs/asio/include/boost/asio/impl/
Dio_context.ipp75 io_context::count_type io_context::run_one()
78 count_type s = impl_.run_one(ec);
84 io_context::count_type io_context::run_one(boost::system::error_code& ec)
86 return impl_.run_one(ec);
/third_party/boost/libs/beast/test/beast/websocket/
Dping.cpp195 ioc.run_one(); in testSuspend()
237 ioc.run_one(); in testSuspend()
278 ioc.run_one(); in testSuspend()
318 ioc.run_one(); in testSuspend()
466 ioc.run_one(); in testSuspend()
Dread3.cpp48 ioc.run_one(); in testSuspend()
255 ioc.run_one(); in testParseFrame()
329 ioc.run_one(); in testParseFrame()
Dclose.cpp375 ioc.run_one(); in testSuspend()
416 ioc.run_one(); in testSuspend()
457 ioc.run_one(); in testSuspend()
/third_party/boost/libs/fiber/doc/
Dintegration.qbk217 [@http://www.boost.org/doc/libs/release/doc/html/boost_asio/reference/io_service/run_one.html
218 `io_service::run_one()`] [mdash] or we can execute already-queued Asio
234 If there are no ready fibers, we wait by calling `run_one()`. Once any Asio
235 handler has been called [mdash] no matter which [mdash] `run_one()` returns.
246 `io_service::run_one()` in the lambda loop? Why not call it in
290 causing `run_one()` to return, potentially causing the fiber manager to call
293 Given that we suspend the thread by calling `io_service::run_one()`, what[s]
295 will cause `run_one()` to return. It[s] not so important specifically what
/third_party/boost/libs/process/test/
Don_exit.cpp48 ios.run_one();
/third_party/boost/boost/asio/detail/
Dscheduler.hpp64 BOOST_ASIO_DECL std::size_t run_one(boost::system::error_code& ec);
Dwin_iocp_io_context.hpp73 BOOST_ASIO_DECL size_t run_one(boost::system::error_code& ec);
/third_party/boost/doc/html/boost_asio/example/cpp03/invocation/
Dprioritised_handlers.cpp160 while (io_context.run_one()) in main()
/third_party/boost/libs/asio/example/cpp03/invocation/
Dprioritised_handlers.cpp160 while (io_context.run_one()) in main()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dscheduler.hpp64 BOOST_ASIO_DECL std::size_t run_one(boost::system::error_code& ec);
Dwin_iocp_io_context.hpp73 BOOST_ASIO_DECL size_t run_one(boost::system::error_code& ec);
/third_party/boost/libs/fiber/examples/asio/
Dround_robin.hpp92 if ( ! io_ctx_->run_one() ) { in round_robin()
/third_party/boost/libs/asio/example/cpp11/invocation/
Dprioritised_handlers.cpp191 while (io_context.run_one()) in main()
/third_party/boost/doc/html/boost_asio/example/cpp11/invocation/
Dprioritised_handlers.cpp191 while (io_context.run_one()) in main()
/third_party/boost/libs/asio/doc/
Dnet_ts.qbk81 [[link boost_asio.reference.io_context.run_one `io_context::run_one`]]
82 [[link boost_asio.reference.io_context.run_one `io_service::run_one`] overload
/third_party/nghttp2/m4/
Dax_boost_asio.m476 io.run_one();
/third_party/boost/libs/asio/include/boost/asio/
Dio_context.hpp401 BOOST_ASIO_DECL count_type run_one();
423 BOOST_ASIO_DECL count_type run_one(boost::system::error_code& ec);
/third_party/boost/boost/asio/
Dio_context.hpp401 BOOST_ASIO_DECL count_type run_one();
423 BOOST_ASIO_DECL count_type run_one(boost::system::error_code& ec);
/third_party/boost/libs/beast/test/beast/http/
Dread.cpp392 ioc.run_one(); in testIoService()

12