/external/perfetto/ui/src/base/ |
D | disposable_stack.ts | 45 defer(onDispose: () => void) { method in DisposableStack 115 defer(onDispose: () => Promise<void>) { method in AsyncDisposableStack
|
D | deferred.ts | 23 export function defer<T>(): Deferred<T> { function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | test_upb.lua | 390 function defer(fn) function 394 function defer(fn) function
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | executor.hpp | 101 void defer(BOOST_ASIO_MOVE_ARG(function) f) in defer() function in boost::asio::executor::impl 212 void defer(BOOST_ASIO_MOVE_ARG(function) f) in defer() function in boost::asio::executor::impl 273 void executor::defer(BOOST_ASIO_MOVE_ARG(Function) f, in defer() function in boost::asio::executor
|
D | system_executor.hpp | 162 void basic_system_executor<Blocking, Relationship, Allocator>::defer( in defer() function in boost::asio::basic_system_executor
|
D | thread_pool.hpp | 333 void thread_pool::basic_executor_type<Allocator, Bits>::defer( in defer() function in boost::asio::thread_pool::basic_executor_type
|
/external/swiftshader/third_party/marl/include/marl/ |
D | defer.h | 40 #define defer(x) \ macro
|
/external/liburing/test/ |
D | eventfd-disable.c | 18 static int test(bool defer) in test()
|
D | iopoll.c | 354 int buf_select, int defer) in test_io() 431 int defer = (i & 16) != 0; in main() local
|
D | cq-overflow.c | 310 bool defer) in test_overflow_handling() 475 bool defer = i & 8; in main() local
|
D | link_drain.c | 201 static int test_drain(bool defer) in test_drain()
|
D | recv-multishot.c | 33 bool defer; member
|
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/ |
D | defer.rs | 15 pub(crate) fn defer(&self, waker: &Waker) { in defer() method
|
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/ |
D | defer.h | 129 __attribute__((__warn_unused_result__)) inline deferred_action<T> defer(T target) { in defer() function
|
/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/ |
D | JsonElementSerializers.kt | 219 private fun defer(deferred: () -> SerialDescriptor): SerialDescriptor = object : SerialDescriptor { in asJsonDecoder() method
|
/external/perfetto/infra/ci/ |
D | common_utils.py | 127 def defer(coro): function
|
/external/cronet/stable/net/http/ |
D | http_transaction_test_util_unittest.cc | 165 [&](bool* defer) { before_network_start_callback_called = true; })); in TEST_F() 182 base::BindLambdaForTesting([&](bool* defer) { in TEST_F() 366 base::BindLambdaForTesting([&](bool* defer) { in TEST_F()
|
/external/cronet/tot/net/http/ |
D | http_transaction_test_util_unittest.cc | 165 [&](bool* defer) { before_network_start_callback_called = true; })); in TEST_F() 182 base::BindLambdaForTesting([&](bool* defer) { in TEST_F() 366 base::BindLambdaForTesting([&](bool* defer) { in TEST_F()
|
/external/rust/android-crates-io/crates/debug_tree/src/ |
D | lib.rs | 8 pub mod defer; module 711 macro_rules! defer { macro
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | io_context_strand.hpp | 256 void defer(BOOST_ASIO_MOVE_ARG(Function) f, const Allocator& a) const in defer() function in boost::asio::io_context::strand
|
/external/rust/android-crates-io/crates/crossbeam-epoch/src/ |
D | guard.rs | 89 pub fn defer<F, R>(&self, f: F) in defer() method
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/invocation/ |
D | prioritised_handlers.cpp | 62 void defer(const Function& f, const Allocator&) const in defer() function in handler_priority_queue::executor
|
/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
D | worker.rs | 235 pub(crate) defer: RefCell<Vec<Notified>>, field 995 let mut defer = cx.defer.borrow_mut(); in schedule_deferred_with_core() localVariable 1050 let mut defer = cx.defer.borrow_mut(); in schedule_deferred_without_core() localVariable 1305 let mut defer = cx.defer.borrow_mut(); in shutdown_clear_defer() localVariable 1314 pub(crate) fn defer(&self, waker: &Waker) { in defer() method
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/invocation/ |
D | prioritised_handlers.cpp | 66 void defer(Function f, const Allocator&) const in defer() function in handler_priority_queue::executor
|
/external/rust/android-crates-io/crates/tokio/src/runtime/task/trace/ |
D | mod.rs | 218 fn defer<F: FnOnce() -> R, R>(f: F) -> impl Drop { in defer() function
|