Searched defs:Close (Results 1 - 25 of 79) sorted by relevance

1234

/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.h35 virtual void Close() {} // no-op function in class:sfntly::MemoryOutputStream
H A Dfile_input_stream.cc33 Close();
40 void FileInputStream::Close() { function in class:sfntly::FileInputStream
152 Close();
H A Dmemory_input_stream.cc35 Close();
42 void MemoryInputStream::Close() { function in class:sfntly::MemoryInputStream
/external/lzma/CPP/Windows/
H A DHandle.h15 ~CHandle() { Close(); }
17 bool Close() function in class:NWindows::CHandle
H A DThread.h17 ~CThread() { Close(); }
19 WRes Close() { return Thread_Close(&thread); } function in class:NWindows::CThread
H A DFileFind.cpp97 bool CFindFile::Close() function in class:NWindows::NFile::NFind::CFindFile
110 if (!Close())
131 if (!Close())
351 bool CFindChangeNotification::Close() function in class:NWindows::NFile::NFind::CFindChangeNotification
/external/sfntly/cpp/src/sfntly/data/
H A Dgrowable_memory_byte_array.cc74 void GrowableMemoryByteArray::Close() { function in class:sfntly::GrowableMemoryByteArray
H A Dmemory_byte_array.cc33 Close();
81 void MemoryByteArray::Close() { function in class:sfntly::MemoryByteArray
H A Dfont_output_stream.cc122 void FontOutputStream::Close() { function in class:sfntly::FontOutputStream
125 stream_->Close();
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_reader.cc28 Close();
53 void FrameReaderImpl::Close() { function in class:webrtc::test::FrameReaderImpl
H A Dframe_writer.cc26 Close();
44 void FrameWriterImpl::Close() { function in class:webrtc::test::FrameWriterImpl
/external/webrtc/test/testsupport/
H A Dframe_reader.cc28 Close();
53 void FrameReaderImpl::Close() { function in class:webrtc::test::FrameReaderImpl
H A Dframe_writer.cc26 Close();
44 void FrameWriterImpl::Close() { function in class:webrtc::test::FrameWriterImpl
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.cpp23 Close();
79 void MkvReader::Close() { function in class:mkvparser::MkvReader
H A Dmkvwriter.cpp23 MkvWriter::~MkvWriter() { Close(); }
57 void MkvWriter::Close() { function in class:mkvmuxer::MkvWriter
/external/lldb/source/Utility/
H A DKQueue.cpp29 KQueue::Close () function in class:KQueue
/external/lzma/CPP/Common/
H A DStdOutStream.cpp28 Close();
34 bool CStdOutStream::Close() function in class:CStdOutStream
52 Close();
H A DC_FileIO.cpp17 Close();
22 bool CFileBase::Close() function in class:NC::NFile::NIO::CFileBase
71 Close();
H A DStdInStream.cpp31 Close();
37 bool CStdInStream::Close() function in class:CStdInStream
47 Close();
/external/opencv/
H A DWLNonFileByteStream.cpp53 Close();
64 void WLNonFileByteStream::Close() function in class:WLNonFileByteStream
/external/chromium-trace/trace-viewer/tracing/build/
H A Dtemporary_dev_server.py108 self.Close()
110 def Close(self): member in class:TemporaryDevServer
/external/google-breakpad/src/client/
H A Dminidump_file_writer.cc60 Close();
80 bool MinidumpFileWriter::Close() { function in class:google_breakpad::MinidumpFileWriter
/external/gptfdisk/
H A Ddiskio-unix.cc53 Close();
100 // Close the disk, in case it's already open for reading only....
101 Close();
122 // Close the disk device. Note that this does NOT erase the stored filenames,
124 void DiskIO::Close(void) { function in class:DiskIO
130 } // DiskIO::Close()
H A Ddiskio-windows.cc56 Close();
87 // Close the disk, in case it's already open for reading only....
88 Close();
114 // Close the disk device. Note that this does NOT erase the stored filenames,
116 void DiskIO::Close(void) { function in class:DiskIO
121 } // DiskIO::Close()
/external/lzma/CPP/7zip/Common/
H A DFileStreams.cpp301 HRESULT COutFileStream::Close() function in class:COutFileStream
303 return ConvertBoolToHRESULT(File.Close());

Completed in 1906 milliseconds

1234