Searched refs:Close (Results 251 - 275 of 1698) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dinput_stream.h31 virtual void Close() = 0;
H A Dmemory_input_stream.h33 virtual void Close();
/external/chromium_org/third_party/webrtc/base/
H A Dfilelock.cc36 file_->Close();
H A Dsocketstream.h40 virtual void Close();
H A Dtransformadapter.h54 virtual void Close();
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DPCMFile.h44 void Close();
H A DTestStereo.cc243 out_file_.Close();
267 out_file_.Close();
288 out_file_.Close();
303 out_file_.Close();
355 out_file_.Close();
382 out_file_.Close();
405 out_file_.Close();
443 out_file_.Close();
463 out_file_.Close();
477 out_file_.Close();
[all...]
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dframe_writer_unittest.cc51 // Close the file and verify the size.
52 frame_writer_->Close();
/external/chromium_org/tools/android/forwarder2/
H A Dforwarder.cc36 // 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
88 void Close() { function in class:forwarder2::Forwarder::BufferedCopier
199 peer_->Close();
251 buffer1_->Close();
252 buffer2_->Close();
/external/chromium_org/ui/base/
H A Dbase_window.h67 virtual void Close() = 0;
/external/lzma/CPP/Common/
H A DStdOutStream.h20 bool Close();
/external/lzma/CPP/Windows/
H A DFileFind.h88 ~CFindFile() { Close(); }
95 bool Close();
142 ~CFindChangeNotification() { Close(); }
143 bool Close();
H A DSynchronization.h25 ~CBaseEvent() { Close(); }
26 WRes Close() { return Event_Close(&_object); } function in class:NWindows::NSynchronization::CBaseEvent
131 ~CSemaphore() { Close(); }
132 WRes Close() { return Semaphore_Close(&_object); } function in class:NWindows::NSynchronization::CSemaphore
/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.h66 void Close();
H A Dgrfmt_png.h62 void Close();
H A Dgrfmt_pxm.h59 void Close();
H A Dgrfmt_sunras.h72 void Close();
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h75 bool Close();
102 bool Close();
153 bool Close();
184 bool Close();
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.h33 virtual void Close();
H A Dinput_stream.h31 virtual void Close() = 0;
H A Dmemory_input_stream.h33 virtual void Close();
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_writer_unittest.cc51 // Close the file and verify the size.
52 frame_writer_->Close();
/external/webrtc/test/testsupport/
H A Dframe_writer_unittest.cc51 // Close the file and verify the size.
52 frame_writer_->Close();
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dpeer_connection_client.cc209 hanging_get_->Close();
231 void PeerConnectionClient::Close() { function in class:PeerConnectionClient
232 control_socket_->Close();
233 hanging_get_->Close();
248 Close();
334 socket->Close();
383 Close();
480 Close();
502 socket->Close();
511 hanging_get_->Close();
[all...]
/external/chromium_org/ash/display/
H A Dvirtual_keyboard_window_controller.cc34 Close();
72 void VirtualKeyboardWindowController::Close() { function in class:ash::VirtualKeyboardWindowController

Completed in 487 milliseconds

<<11121314151617181920>>