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

1 2 3 4 5 6 7 8 91011>>

  /system/core/adb/
adb_unique_fd.h 21 // Helper to automatically close an FD when it goes out of scope.
23 static void Close(int fd);
  /external/webrtc/webrtc/test/testsupport/mock/
mock_frame_reader.h 25 MOCK_METHOD0(Close, void());
mock_frame_writer.h 25 MOCK_METHOD0(Close, void());
  /external/lzma/CPP/Common/
StdInStream.h 18 ~CStdInStream() { Close(); }
21 bool Close() throw();
  /external/lzma/CPP/Windows/
Handle.h 15 ~CHandle() { Close(); }
17 bool Close()
  /external/bsdiff/
buffer_file.cc 17 Close();
35 bool BufferFile::Close() {
38 // Prevent writing |buffer_| to |file_| again if Close() is called more than
41 return file_->Close();
bz2_decompressor.h 22 bool Close() override;
decompressor_interface.h 23 // valid until the Close() function is called.
31 // Close the decompression stream.
32 virtual bool Close() = 0;
  /system/update_engine/payload_consumer/
file_writer.h 31 // a file. This file is a thin wrapper around open/write/close system calls,
57 // Wrapper around close. Returns 0 on success or -errno on error.
58 virtual int Close() = 0;
73 int Close() override;
90 int err = writer_->Close();
92 LOG(ERROR) << "FileWriter::Close failed: "
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15975.go 12 Close()
17 defer x.Close()
18 // if it panics when evaluating x.Close, it should not reach here
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15975.go 12 Close()
17 defer x.Close()
18 // if it panics when evaluating x.Close, it should not reach here
  /external/webrtc/webrtc/test/testsupport/
frame_reader.h 41 virtual void Close() = 0;
60 void Close() override;
frame_writer.h 39 virtual void Close() = 0;
58 void Close() override;
  /test/vts/drivers/shell/
ShellDriver.h 44 Close();
49 int Close();
  /art/libartbase/base/unix_file/
random_access_file.h 41 virtual int Close() = 0;
  /external/bsdiff/include/bsdiff/
patch_writer_interface.h 32 // until Close() is called.
37 // at any point before calling Close(), regardless of whether the
42 // Finalize the patch writing process and close the file.
43 virtual bool Close() = 0;
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms.cc 59 writer.Close();
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.h 24 void Close();
  /external/nos/host/generic/libnos/include/nos/
NuggetClientInterface.h 42 virtual void Close() = 0;
  /external/nos/host/generic/libnos/test/include/nos/
MockNuggetClient.h 31 MOCK_METHOD0(Close, void());
  /external/puffin/src/include/puffin/
stream.h 39 virtual bool Close() = 0;
  /external/sfntly/cpp/src/sfntly/port/
output_stream.h 30 virtual void Close() = 0;
  /external/tensorflow/tensorflow/core/kernels/data/sql/
query_connection.h 45 // The client must call `Close()` to release the connection resources, even
46 // if `Open()` fails. `Close()` must be called before making another call
51 virtual Status Close() = 0;
  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_gdi_object.h 30 Traits::Close(handle_);
39 Traits::Close(handle_);
62 // The traits class that uses DeleteObject() to close a handle.
67 static void Close(T handle) {
76 // The traits class that uses DestroyCursor() to close a handle.
80 static void Close(HCURSOR handle) {
  /external/webrtc/webrtc/sound/
soundinputstreaminterface.h 45 virtual bool Close() = 0;

Completed in 2000 milliseconds

1 2 3 4 5 6 7 8 91011>>