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

1 2

  /art/runtime/base/unix_file/
fd_file_test.cc 45 EXPECT_FALSE(file.IsOpened());
54 EXPECT_TRUE(file.IsOpened());
57 EXPECT_FALSE(file.IsOpened());
60 EXPECT_TRUE(file.IsOpened());
fd_file.h 59 bool IsOpened() const;
mapped_file.cc 40 CHECK(IsOpened());
62 CHECK(IsOpened());
mapped_file_test.cc 59 EXPECT_FALSE(file.IsOpened());
67 EXPECT_TRUE(file.IsOpened());
71 EXPECT_FALSE(file.IsOpened());
79 EXPECT_TRUE(file.IsOpened());
fd_file.cc 101 bool FdFile::IsOpened() const {
  /development/host/windows/usb/api/
adb_object_handle.cpp 71 ATLASSERT(!IsOpened());
73 if (!IsOpened()) {
108 ATLASSERT(IsOpened());
110 if (IsOpened()) {
145 ATLASSERT(!IsOpened());
adb_interface_enum.cpp 61 if (!IsOpened()) {
95 if (!IsOpened()) {
adb_io_completion.cpp 44 if (!IsOpened()) {
adb_interface.cpp 69 if (!IsOpened()) {
86 if (!IsOpened()) {
104 if (!IsOpened()) {
adb_object_handle.h 169 bool IsOpened() const {
adb_endpoint_object.cpp 42 if (!IsOpened()) {
adb_legacy_io_completion.cpp 46 if (!IsOpened()) {
adb_legacy_endpoint_object.cpp 54 if (!IsOpened()) {
137 if (!IsOpened()) {
adb_legacy_interface.cpp 106 if (!IsOpened()) {
251 if (!IsOpened()) {
  /external/opencv/otherlibs/highgui/
bitstrm.h 70 bool IsOpened();
170 bool IsOpened();
bitstrm.cpp 79 bool RBaseStream::IsOpened()
195 assert( IsOpened() && pos >= 0 );
211 assert( IsOpened() );
729 bool WBaseStream::IsOpened()
812 assert( IsOpened() );
grfmt_pxm.cpp 210 if( m_offset < 0 || !m_strm.IsOpened())
grfmt_sunras.cpp 187 if( m_offset < 0 || !m_strm.IsOpened())
grfmt_bmp.cpp 201 if( m_offset < 0 || !m_strm.IsOpened())
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 54 if (!IsOpened()) {
adb_winusb_interface.cpp 145 if (!IsOpened()) {
240 if (!IsOpened()) {
320 if (!IsOpened()) {
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.h 39 bool IsOpened() const { return opened_; }
pepper_internal_file_ref_backend.cc 63 if (!fs_url_.is_valid() && fs_host_.get() && fs_host_->IsOpened()) {
72 if (fs_host_.get() && fs_host_->IsOpened() &&
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.h 37 bool IsOpened() const { return opened_; }
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 89 M4OSA_Bool IsOpened; /**< Micro state machine */
576 apContext->IsOpened = M4OSA_FALSE;
586 apContext->IsOpened = M4OSA_FALSE;
592 apContext->IsOpened = M4OSA_TRUE;
681 if (apContext->IsOpened != M4OSA_TRUE)
854 if (apContext->IsOpened != M4OSA_TRUE)
    [all...]

Completed in 1264 milliseconds

1 2