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

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 72 virtual bool Close() = 0;
  /external/chromium_org/third_party/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/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_input_stream.h 64 virtual void Close();
font_output_stream.h 68 virtual void Close();
  /external/chromium_org/third_party/webrtc/base/
asyncudpsocket.h 42 virtual int Close();
filelock.cc 36 file_->Close();
schanneladapter.h 31 virtual int Close();
64 // If true, socket will retain SSL configuration after Close.
66 // If true, we are delaying signalling close until all data is read.
transformadapter.h 54 virtual void Close();
  /external/chromium_org/third_party/webrtc/common_audio/
wav_writer.h 29 // Close the WAV file, after writing its header.
43 void Close();
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PCMFile.h 44 void Close();
  /external/chromium_org/third_party/webrtc/test/testsupport/
frame_writer_unittest.cc 51 // Close the file and verify the size.
52 frame_writer_->Close();
  /external/chromium_org/tools/android/forwarder2/
forwarder.cc 36 // disconnects. To work around this, its peer will call its Close() method
51 // T03: READING ---[Close() call]---> CLOSED
56 // T07: WRITING ---[Close() call]---> CLOSING
60 // T10: CLOSING ---[Close() call]---> CLOSING
87 // Gently asks to close a buffer. Called either by the peer or the forwarder.
88 void Close() {
196 // Internal method used to close the buffer and notify the peer, if any.
199 peer_->Close();
251 buffer1_->Close();
252 buffer2_->Close();
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
__init__.py 51 def Close(self):
  /external/chromium_org/ui/ozone/platform/test/
test_window.h 33 virtual void Close() OVERRIDE;
  /external/chromium_org/ui/views/touchui/
touch_editing_menu.h 52 void Close();
  /external/lzma/CPP/Windows/
FileFind.h 88 ~CFindFile() { Close(); }
95 bool Close();
142 ~CFindChangeNotification() { Close(); }
143 bool Close();
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/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 209 hanging_get_->Close();
231 void PeerConnectionClient::Close() {
232 control_socket_->Close();
233 hanging_get_->Close();
248 Close();
333 should_close.compare("close") == 0) {
334 socket->Close();
383 Close();
480 Close();
502 socket->Close();
    [all...]
  /external/chromium_org/ash/system/locale/
locale_notification_controller.cc 37 virtual void Close(bool by_user) OVERRIDE;
63 void LocaleNotificationDelegate::Close(bool by_user) {
  /external/chromium_org/base/files/
file.cc 59 Close();
64 Close();
memory_mapped_file_win.cc 84 file_mapping_.Close();
86 file_.Close();
  /external/chromium_org/chrome/browser/notifications/
notification_test_util.h 27 virtual void Close(bool by_user) OVERRIDE {}
66 virtual void Close(bool by_user) OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/
open_pdf_in_reader_bubble_view.cc 69 GetWidget()->Close();
77 GetWidget()->Close();
  /external/chromium_org/components/history/core/browser/
in_memory_database.cc 40 db_.Close();
47 db_.Close();

Completed in 1470 milliseconds

<<11121314151617181920>>