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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRReaderStream.cs 77 r.Close();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRReaderStream.cs 89 r.Close();
  /external/bsdiff/
brotli_decompressor.cc 47 bool BrotliDecompressor::Close() {
memory_file.cc 34 bool MemoryFile::Close() {
patch_writer.h 37 bool Close() override;
  /external/gptfdisk/
diskio.h 68 void Close();
  /external/libmojo/mojo/edk/system/
platform_handle_dispatcher.h 27 MojoResult Close() override;
  /external/lzma/CPP/Windows/
FileFind.h 81 ~CFindFileBase() { Close(); }
82 bool Close() throw();
149 ~CFindChangeNotification() { Close(); }
150 bool Close() throw();
Synchronization.h 25 ~CBaseEvent() { Close(); }
26 WRes Close() { return Event_Close(&_object); }
131 ~CSemaphore() { Close(); }
132 WRes Close() { return Semaphore_Close(&_object); }
  /external/opencv/otherlibs/highgui/
grfmt_sunras.h 72 void Close();
  /external/pdfium/core/fxcrt/
cfx_fileaccess_posix.h 23 void Close() override;
cfx_fileaccess_windows.h 21 void Close() override;
ifx_fileaccess.h 24 virtual void Close() = 0;
  /external/pdfium/xfa/fxgraphics/
cxfa_gepath.h 25 void Close();
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 75 bool Close();
79 // This leaves no way for the caller to detect if close() fails. If
80 // detecting close() errors is important to you, you should arrange
81 // to close the descriptor yourself.
102 bool Close();
153 bool Close();
155 // Flushes FileOutputStream's buffers but does not close the
162 // This leaves no way for the caller to detect if close() fails. If
163 // detecting close() errors is important to you, you should arrange
164 // to close the descriptor yourself
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
font_input_stream.h 64 virtual void Close();
font_output_stream.h 68 virtual void Close();
  /external/tensorflow/tensorflow/compiler/xla/
text_literal_writer.cc 60 auto ignored = f->Close();
  /external/tensorflow/tensorflow/core/framework/
queue_interface.h 77 virtual void Close(OpKernelContext* ctx, bool cancel_pending_enqueues,
  /external/tensorflow/tensorflow/core/lib/io/
zlib_outputbuffer.h 76 // After calling this, any further calls to `Write()`, `Flush()` or `Close()`
78 Status Close() override;
  /external/tensorflow/tensorflow/core/util/
events_writer.h 77 // Close() calls Flush() and then closes the current events file.
80 Status Close();
  /external/webrtc/webrtc/base/
asyncudpsocket.h 45 int Close() override;
socketstream.h 44 void Close() override;
transformadapter.h 58 void Close() override;
  /external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h 55 virtual bool Close() = 0;

Completed in 247 milliseconds

1 2 3 4 5 6 7 8 91011>>