Searched defs:try_close (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/ |
D | subscriber.rs | 445 fn try_close(&self, id: span::Id) -> bool { in try_close() method 770 fn try_close(&self, id: span::Id) -> bool { in try_close() function 855 fn try_close(&self, id: span::Id) -> bool { in try_close() function
|
D | dispatcher.rs | 704 pub fn try_close(&self, id: span::Id) -> bool { in try_close() method
|
/aosp_15_r20/external/liburing/test/ |
H A D | open-direct-pick.c | 42 static inline int try_close(struct io_uring *ring, int slot) in try_close() function
|
H A D | open-close.c | 38 static inline int try_close(struct io_uring *ring, int fd, int slot) in try_close() function
|
/aosp_15_r20/trusty/device/arm/generic-arm64/project/qemu/ |
D | qemu.py | 221 def try_close(pipe): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/ |
D | layered.rs | 179 fn try_close(&self, id: span::Id) -> bool { in try_close() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/registry/ |
D | sharded.rs | 346 fn try_close(&self, id: span::Id) -> bool { in try_close() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | mod.rs | 433 fn try_close(&self, id: span::Id) -> bool { in try_close() function
|