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

1 2

  /art/runtime/base/unix_file/
fd_file_test.cc 46 EXPECT_FALSE(file.IsOpened());
55 EXPECT_TRUE(file.IsOpened());
59 EXPECT_FALSE(file.IsOpened());
62 EXPECT_TRUE(file.IsOpened());
74 EXPECT_TRUE(file.IsOpened());
fd_file.h 71 bool IsOpened() const;
mapped_file.cc 42 CHECK(IsOpened());
68 CHECK(IsOpened());
mapped_file_test.cc 76 EXPECT_FALSE(file.IsOpened());
84 EXPECT_TRUE(file.IsOpened());
88 EXPECT_FALSE(file.IsOpened());
96 EXPECT_TRUE(file.IsOpened());
fd_file.cc 177 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/renderer/pepper/
pepper_file_ref_renderer_host.cc 53 if (fs_host_.get() && fs_host_->IsOpened() &&
pepper_file_system_host.h 52 bool IsOpened() const { return opened_; }
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.h 56 bool IsOpened() const { return opened_; }
pepper_internal_file_ref_backend.cc 63 if (!fs_url_.is_valid() && fs_host_.get() && fs_host_->IsOpened()) {

Completed in 329 milliseconds

1 2