HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 276 - 300 of 2354) sorted by null

<<11121314151617181920>>

  /test/vts/drivers/hal/libcodecoverage/
GcdaFile.h 40 int Close();
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 192 hanging_get_->Close();
214 void PeerConnectionClient::Close() {
215 control_socket_->Close();
216 hanging_get_->Close();
231 Close();
316 should_close.compare("close") == 0) {
317 socket->Close();
366 Close();
463 Close();
485 socket->Close();
    [all...]
  /art/libartbase/base/unix_file/
fd_file_test.cc 58 EXPECT_EQ(0, file.Close());
66 ASSERT_EQ(file2.Close(), 0);
112 ASSERT_EQ(file.Close(), 0);
140 ASSERT_EQ(file.Close(), 0);
167 ASSERT_EQ(0, dest.Close());
168 ASSERT_EQ(0, src.Close());
186 ASSERT_EQ(file2.Close(), 0);
207 tmp.Close(); // This is required because of the unlink race between the scratch file and the
208 // FdFile, which leads to close-guard breakage.
285 close(pipefd[0])
    [all...]
  /build/soong/third_party/zip/
example_test.go 43 // Make sure to check the error on Close.
44 err := w.Close()
56 defer r.Close()
70 rc.Close()
  /external/libchrome/base/files/
file.cc 61 Close();
75 Close();
  /external/libchrome/base/memory/
shared_memory_handle.h 52 void Close() const;
150 void Close() const;
  /external/libmojo/mojo/edk/system/
shared_buffer_dispatcher_unittest.cc 139 EXPECT_EQ(MOJO_RESULT_OK, dispatcher->Close());
176 EXPECT_EQ(MOJO_RESULT_OK, dispatcher->Close());
197 // Duplicate |dispatcher1| and then close it.
204 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->Close());
211 EXPECT_EQ(MOJO_RESULT_OK, dispatcher2->Close());
236 EXPECT_EQ(MOJO_RESULT_OK, dispatcher2->Close());
239 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->Close());
268 EXPECT_EQ(MOJO_RESULT_OK, dispatcher1->Close());
307 EXPECT_EQ(MOJO_RESULT_OK, dispatcher->Close());
  /external/libmojo/mojo/public/cpp/bindings/
interface_ptr_set.h 47 it->Close();
62 void Close() {
strong_binding.h 75 // Forces the binding to close. This destroys the StrongBinding instance.
76 void Close() { delete this; }
104 Close();
  /external/libmojo/mojo/public/cpp/bindings/lib/
binding_state.cc 37 void BindingStateBase::Close() {
51 Close();
binding_state.h 50 void Close();
98 ~BindingState() { Close(); }
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.cc 24 Close();
80 void MkvReader::Close() {
  /external/lzma/CPP/Common/
StdOutStream.cpp 23 Close();
29 bool CStdOutStream::Close() throw()
  /external/opencv/
WLNonFileByteStream.cpp 53 Close();
64 void WLNonFileByteStream::Close()
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 69 result = close(fd);
86 bool FileInputStream::Close() {
87 return copying_input_.Close();
117 if (!Close()) {
118 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_);
123 bool FileInputStream::CopyingFileInputStream::Close() {
128 // The docs on close() do not specify whether a file descriptor is still
129 // open after close() fails with EIO. However, the glibc source code
184 bool FileOutputStream::Close() {
186 return copying_output_.Close() && flush_succeeded
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
utils.cc 49 input_stream.Close();
58 input_stream.Close();
  /external/sfntly/cpp/src/sfntly/data/
memory_byte_array.cc 33 Close();
81 void MemoryByteArray::Close() {
  /external/tensorflow/tensorflow/core/lib/io/
zlib_buffers_test.cc 79 TF_ASSERT_OK(out.Close());
81 TF_ASSERT_OK(file_writer->Close());
133 TF_ASSERT_OK(out.Close());
135 TF_ASSERT_OK(file_writer->Close());
180 TF_ASSERT_OK(out.Close());
182 TF_ASSERT_OK(file_writer->Close());
207 TF_ASSERT_OK(out.Close());
209 TF_ASSERT_OK(file_writer->Close());
  /external/tensorflow/tensorflow/core/public/
session.h 72 /// // 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) {
141 "Close(const RunOptions& run_options) is not supported for this "
187 virtual Status Close() = 0;
  /external/tensorflow/tensorflow/python/client/
events_writer.i 38 %unignore tensorflow::EventsWriter::Close;
  /external/tensorflow/tensorflow/python/lib/io/
py_record_reader.i 49 %unignore tensorflow::io::PyRecordReader::Close;
  /external/webrtc/webrtc/common_audio/
wav_file.h 44 // Close the WAV file, after writing its header.
58 void Close();
73 // Close the WAV file.
86 void Close();
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 23 #define closesocket close
41 ~SocketBase() { Close(); }
47 void Close();
107 // If |connection_close| is set to true, an extra "Connection: close" HTTP
  /frameworks/native/libs/vr/libpdx/private/pdx/
channel_handle.h 38 void Close() { value_ = kEmptyHandle; }
100 void Close() {
  /frameworks/native/libs/vr/libvrflinger/
acquired_buffer.cpp 64 // The fence is completed, so to avoid further calls to sync_wait we close
66 acquire_fence_.Close();
97 acquire_fence_.Close();

Completed in 231 milliseconds

<<11121314151617181920>>