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

123456789

/external/bsdiff/
H A Ddiff_encoder.cc80 bool DiffEncoder::Close() { function in class:bsdiff::DiffEncoder
82 LOG(ERROR) << "Close() called but not all the output was written";
85 return patch_->Close();
H A Dbz2_decompressor.cc54 bool BZ2Decompressor::Close() { function in class:bsdiff::BZ2Decompressor
H A Dbrotli_decompressor.cc47 bool BrotliDecompressor::Close() { function in class:bsdiff::BrotliDecompressor
H A Dmemory_file.cc34 bool MemoryFile::Close() { function in class:bsdiff::MemoryFile
H A Dsink_file.cc25 bool SinkFile::Close() { function in class:bsdiff::SinkFile
H A Dbuffer_file.cc17 Close();
35 bool BufferFile::Close() { function in class:bsdiff::BufferFile
38 // Prevent writing |buffer_| to |file_| again if Close() is called more than
41 return file_->Close();
H A Dsplit_patch_writer.cc105 bool SplitPatchWriter::Close() { function in class:bsdiff::SplitPatchWriter
112 LOG(ERROR) << "Close() called but there are " << missing_bytes
122 << "Close() called but no bytes habe been written to the last patch";
126 // Close all the remaining streams.
128 if (!patches_[closed_patches_]->Close())
168 if (!patches_[i]->Close())
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.h35 virtual void Close() {} // no-op function in class:sfntly::MemoryOutputStream
/external/tensorflow/tensorflow/core/public/
H A Dsession.h72 /// // Close the session to release the resources associated with
74 /// session->Close();
81 /// Only one thread must call Close(), and Close() must only be called
92 /// must Close() the session first.
139 virtual Status Close(const RunOptions& run_options) { function in class:tensorflow::Session
141 "Close(const RunOptions& run_options) is not supported for this "
187 virtual Status Close() = 0;
/external/autotest/client/cros/cellular/
H A Dscpi.py52 The SCPI driver must export: Query, Send, Reset and Close
75 def Close(self): member in class:Scpi
76 """Close the device."""
77 self.driver.Close()
H A Dprologix_scpi_driver.py68 self.Close()
85 def Close(self): member in class:PrologixScpiDriver
154 self.Close()
/external/lzma/CPP/Common/
H A DStdOutStream.cpp23 Close();
29 bool CStdOutStream::Close() throw() function in class:CStdOutStream
H A DStdInStream.cpp25 Close();
31 bool CStdInStream::Close() throw() function in class:CStdInStream
/external/lzma/CPP/Windows/
H A DHandle.h15 ~CHandle() { Close(); }
17 bool Close() function in class:NWindows::CHandle
/external/nos/host/android/citadel/citadeld/
H A DCitadeldProxyClient.cpp37 Close();
46 void CitadeldProxyClient::Close() { function in class:nos::CitadeldProxyClient
/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
/external/tensorflow/tensorflow/core/util/
H A Dreporter.cc27 Status TestReporter::Close() { function in class:tensorflow::TestReporter
37 return log_file_->Close();
/external/webrtc/webrtc/test/testsupport/
H A Dframe_reader.cc28 Close();
54 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/drm_hwcomposer/
H A Dautofd.h57 void Close() { function in class:android::UniqueFd
/external/libmojo/mojo/edk/js/
H A Dhandle.cc23 void HandleWrapper::Close() { function in class:mojo::edk::js::HandleWrapper
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvwriter.cc23 MkvWriter::~MkvWriter() { Close(); }
57 void MkvWriter::Close() { function in class:mkvmuxer::MkvWriter
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvreader.cc24 Close();
80 void MkvReader::Close() { function in class:mkvparser::MkvReader
/external/nos/host/generic/libnos/
H A DNuggetClient.cpp36 Close();
46 void NuggetClient::Close() { function in class:nos::NuggetClient

Completed in 2849 milliseconds

123456789