Home
last modified time | relevance | path

Searched defs:Defer (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/
Ddefer.rs4 pub(crate) struct Defer { struct
8 impl Defer { implementation
/aosp_15_r20/external/pigweed/pw_crypto/
H A Decdsa_mbedtls.cc27 class Defer { class
29 Defer(Function<void()>&& callback) : callback_(std::move(callback)) {} in Defer() function in pw::crypto::ecdsa::__anoned1acb6f0111::Defer
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/trace/
Dmod.rs221 struct Defer<F: FnOnce() -> R, R>(ManuallyDrop<F>); in defer() struct
223 impl<F: FnOnce() -> R, R> Drop for Defer<F, R> { in defer() implementation
/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Ddefer_bench.cpp21 static void Defer(benchmark::State& state) { in Defer() function
H A Ddefer_test.cpp19 TEST_F(WithoutBoundScheduler, Defer) { in TEST_F() argument
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A DSynchronization.h125 explicit Defer(U &&f) : mThunk(std::forward<U>(f)) {} in Defer() function
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/
Dstack.go109 func Defer() { func
/aosp_15_r20/frameworks/native/libs/binder/
H A DIServiceManager.cpp654 class Defer { in waitForService() class
656 explicit Defer(std::function<void()>&& f) : mF(std::move(f)) {} in waitForService() function in android::CppBackendShim::waitForService::Defer
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dgolang.rs198 struct Defer<F: FnOnce()> { struct
202 impl<F: FnOnce()> Drop for Defer<F> { implementation
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dtokens.go84 Defer = _Defer const
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/base/
Ddebug.go23 Defer int `help:"print information about defer compilation"` member
/aosp_15_r20/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h254 explicit Defer(U &&f) : mThunk(std::forward<U>(f)) {} in Defer() function
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go669 Defer token.Pos // position of "defer" keyword member
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h2151 Defer, enumerator