/external/rust/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> { implementation 22 impl<W: AsyncWrite + ?Sized + Unpin> Future for Close<'_, W> { implementation
|
/external/rust/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> {} argument 20 impl<'a, Si: Sink<Item> + Unpin + ?Sized, Item> Close<'a, Si, Item> { implementation 29 impl<Si: Sink<Item> + Unpin + ?Sized, Item> Future for Close<'_, Si, Item> { implementation
|
/external/llvm/lib/Support/Windows/ |
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
|
/external/webrtc/modules/desktop_capture/win/ |
D | scoped_gdi_object.h | 62 static void Close(T handle) { in Close() function 75 static void Close(HCURSOR handle) { in Close() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/ |
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
|
/external/llvm-project/llvm/include/llvm/Support/Windows/ |
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
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
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
|
/external/vixl/src/ |
D | code-generation-scopes-vixl.h | 108 void Close() { in Close() function 183 void Close() { in Close() function 270 void Close() { in Close() function
|
/external/webrtc/test/testsupport/ |
D | video_frame_writer.cc | 80 void Y4mVideoFrameWriterImpl::Close() { in Close() function in webrtc::test::Y4mVideoFrameWriterImpl 106 void YuvVideoFrameWriterImpl::Close() { in Close() function in webrtc::test::YuvVideoFrameWriterImpl
|
D | yuv_frame_writer.cc | 70 void YuvFrameWriterImpl::Close() { in Close() function in webrtc::test::YuvFrameWriterImpl
|
D | yuv_frame_reader.cc | 77 void YuvFrameReaderImpl::Close() { in Close() function in webrtc::test::YuvFrameReaderImpl
|
/external/tensorflow/tensorflow/core/util/ |
D | reporter.cc | 32 Status TestReportFile::Close() { in Close() function in tensorflow::TestReportFile 61 Status TestReporter::Close() { in Close() function in tensorflow::TestReporter
|
/external/openscreen/platform/impl/ |
D | scoped_pipe_unittest.cc | 24 static void Close(int fd) { g_freed_values->push_back(fd); } in Close() function 44 TEST_F(ScopedPipeTest, Close) { in TEST_F() argument
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 86 bool FileInputStream::Close() { return copying_input_.Close(); } in Close() function in google::protobuf::io::FileInputStream 114 bool FileInputStream::CopyingFileInputStream::Close() { in Close() function in google::protobuf::io::FileInputStream::CopyingFileInputStream 170 bool FileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream 200 bool FileOutputStream::CopyingFileOutputStream::Close() { in Close() function in google::protobuf::io::FileOutputStream::CopyingFileOutputStream
|
/external/rust/crates/libz-sys/src/zlib/contrib/ada/ |
D | zlib-streams.adb | 19 procedure Close (Stream : in out Stream_Type) is subprogram 28 Close (Stream.Writer); argument
|
/external/sfntly/cpp/src/sfntly/port/ |
D | memory_output_stream.h | 35 virtual void Close() {} // no-op in Close() function
|
/external/libchrome/mojo/public/cpp/system/ |
D | handle.h | 175 void Close() { in Close() function 208 inline void Close(ScopedHandleBase<HandleType> /*handle*/) { in Close() function
|
/external/lzma/CPP/Windows/ |
D | Synchronization.h | 26 WRes Close() { return Event_Close(&_object); } in Close() function 132 WRes Close() { return Semaphore_Close(&_object); } in Close() function
|
D | Handle.h | 17 bool Close() in Close() function
|
D | SecurityUtils.h | 19 bool Close() in Close() function 103 NTSTATUS Close() in Close() function
|
/external/libwebm/webvtt/ |
D | vttreader.cc | 28 void VttReader::Close() { in Close() function in libwebvtt::VttReader
|
/external/bsdiff/ |
D | diff_encoder.cc | 80 bool DiffEncoder::Close() { in Close() function in bsdiff::DiffEncoder
|
D | brotli_decompressor.cc | 68 bool BrotliDecompressor::Close() { in Close() function in bsdiff::BrotliDecompressor
|
/external/libchrome/base/memory/ |
D | shared_memory_android.cc | 60 void SharedMemory::Close() { in Close() function in base::SharedMemory
|
/external/lzma/CPP/Common/ |
D | StdInStream.cpp | 29 bool CStdInStream::Close() throw() in Close() function in CStdInStream
|