/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/ |
D | close.rs | 10 pub struct Close<'a, Si: ?Sized, Item> { struct 15 impl<Si: Unpin + ?Sized, Item> Unpin for Close<'_, Si, Item> {} implementation 20 impl<'a, Si: Sink<Item> + Unpin + ?Sized, Item> Close<'a, Si, Item> { implementation 26 impl<Si: Sink<Item> + Unpin + ?Sized, Item> Future for Close<'_, Si, Item> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | close.rs | 10 pub struct Close<'a, W: ?Sized> { struct 14 impl<W: ?Sized + Unpin> Unpin for Close<'_, W> {} argument 16 impl<'a, W: AsyncWrite + ?Sized + Unpin> Close<'a, W> { impl 22 impl<W: AsyncWrite + ?Sized + Unpin> Future for Close<'_, W> { implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/fcgi/ |
D | fcgi_test.go | 75 func (c *nilCloser) Close() error { return nil } func 132 func (c *writeOnlyConn) Close() error { func 232 func (nopWriteCloser) Close() error { func 268 func (rwNopCloser) Close() error { func 412 func (rc *signalingNopWriteCloser) Close() error { func
|
D | fcgi.go | 117 func (c *conn) Close() error { func 236 func (w *bufWriter) Close() error { func 274 func (w *streamWriter) Close() error { func
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/ |
H A D | recordio.cc | 93 Status Close() final { return in_->Close(); } in Close() function in private_join_and_compute::__anon9105c4f70111::RecordReaderImpl 136 Status Close() final { return in_->Close(); } in Close() function in private_join_and_compute::__anon9105c4f70111::LineReader 200 Status Close() override { in Close() function in private_join_and_compute::__anon9105c4f70111::MultiSortedReaderImpl 305 Status Close() final { return out_->Close(); } in Close() function in private_join_and_compute::__anon9105c4f70111::RecordWriterImpl 340 Status Close() final { return out_->Close(); } in Close() function in private_join_and_compute::__anon9105c4f70111::LineWriterImpl 440 StatusOr<std::vector<std::string>> Close() override { in Close() function in private_join_and_compute::__anon9105c4f70611::ShardingWriterImpl
|
/aosp_15_r20/external/llvm/lib/Support/Windows/ |
H A D | WindowsSupport.h | 139 static void Close(handle_type h) { in Close() function 161 static void Close(handle_type h) { in Close() function 177 static void Close(handle_type h) { in Close() function 187 static void Close(handle_type h) { in Close() function
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | closedchan.go | 25 Close() methodSpec 75 func (c XChan) Close() { func 138 func (c SChan) Close() { func 209 func (c SSChan) Close() { func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 129 static void Close(handle_type h) { in Close() function 151 static void Close(handle_type h) { in Close() function 167 static void Close(handle_type h) { in Close() function 177 static void Close(handle_type h) { in Close() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 129 static void Close(handle_type h) { in Close() function 151 static void Close(handle_type h) { in Close() function 167 static void Close(handle_type h) { in Close() function 177 static void Close(handle_type h) { in Close() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 129 static void Close(handle_type h) { in Close() function 151 static void Close(handle_type h) { in Close() function 167 static void Close(handle_type h) { in Close() function 177 static void Close(handle_type h) { in Close() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 126 static void Close(handle_type h) { in Close() function 148 static void Close(handle_type h) { in Close() function 164 static void Close(handle_type h) { in Close() function 174 static void Close(handle_type h) { in Close() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 129 static void Close(handle_type h) { in Close() function 151 static void Close(handle_type h) { in Close() function 167 static void Close(handle_type h) { in Close() function 177 static void Close(handle_type h) { in Close() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/Windows/ |
D | WindowsSupport.h | 129 static void Close(handle_type h) { in Close() function 151 static void Close(handle_type h) { in Close() function 167 static void Close(handle_type h) { in Close() function 177 static void Close(handle_type h) { in Close() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
H A D | WindowsSupport.h | 140 static void Close(handle_type h) { in Close() function 162 static void Close(handle_type h) { in Close() function 178 static void Close(handle_type h) { in Close() function 188 static void Close(handle_type h) { in Close() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_impl.cc | 88 bool FileInputStream::Close() { return copying_input_.Close(); } in Close() function in google::protobuf::io::FileInputStream 122 bool FileInputStream::CopyingFileInputStream::Close() { in Close() function in google::protobuf::io::FileInputStream::CopyingFileInputStream 177 bool FileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream 199 bool FileOutputStream::CopyingFileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream::CopyingFileOutputStream
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_impl.cc | 88 bool FileInputStream::Close() { return copying_input_.Close(); } in Close() function in google::protobuf::io::FileInputStream 122 bool FileInputStream::CopyingFileInputStream::Close() { in Close() function in google::protobuf::io::FileInputStream::CopyingFileInputStream 177 bool FileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream 199 bool FileOutputStream::CopyingFileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream::CopyingFileOutputStream
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Synchronization.h | 28 WRes Close() { return Event_Close(&_object); } in Close() function 144 WRes Close() { return Semaphore_Close(&_object); } in Close() function 294 WRes Close() { this->_sync = NULL; return 0; } in Close() function 350 WRes Close() { this->_sync = NULL; return 0; } in Close() function
|
/aosp_15_r20/external/vixl/src/ |
H A D | code-generation-scopes-vixl.h | 108 void Close() { in Close() function 183 void Close() { in Close() function 270 void Close() { in Close() function
|
/aosp_15_r20/external/tink/python/tink/cc/ |
H A D | test_util.h | 43 util::Status Close() override { return util::OkStatus(); } in Close() function 67 util::Status Close() override { return util::OkStatus(); } in Close() function 165 util::Status Close() override { in Close() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/ |
D | reader.go | 198 func (rc *ReadCloser) Close() error { func 277 func (r *dirReader) Close() error { func 334 func (r *checksumReader) Close() error { return r.rc.Close() } func 971 func (d *openDir) Close() error { return nil } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/ |
D | client.go | 68 Close() error methodSpec 235 func (c *gobClientCodec) Close() error { func 283 func (client *Client) Close() error { func
|
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/ |
H A D | std_file_stream.h | 27 void Close() { stream_.close(); } in Close() function 44 void Close() { stream_.close(); } in Close() function
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/ |
H A D | scoped_gdi_object.h | 65 static void Close(T handle) { in Close() function 79 static void Close(HCURSOR handle) { in Close() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/driver/ |
D | driver.go | 249 Close() error methodSpec 338 Close() error methodSpec 432 Close() error methodSpec
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/ |
H A D | record_io_wrapper.cc | 62 void Close() { in Close() function in __anond598a3330111::PyRecordReader 145 void Close() { in Close() function in __anond598a3330111::PyRecordRandomReader 204 tensorflow::Status Close() { in Close() function in __anond598a3330111::PyRecordWriter
|