Home
last modified time | relevance | path

Searched defs:CanClose (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dpool.rs1014 struct CanClose { struct
1016 val: i32,
1017 closed: bool,
1020 impl Poolable for CanClose { implementation
/aosp_15_r20/external/grpc-grpc/test/core/promise/
H A Dinter_activity_pipe_test.cc95 TEST(InterActivityPipe, CanClose) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DDynamicLibrary.cpp44 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true, in AddLibrary()