Searched refs:isGood (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.cpp50 ASSERT_TRUE(m_pTestee->isGood());
57 ASSERT_TRUE(m_pTestee->isGood());
70 ASSERT_TRUE(m_pTestee->isGood());
77 ASSERT_TRUE(m_pTestee->isGood());
91 ASSERT_TRUE(m_pTestee->isGood());
100 ASSERT_FALSE(m_pTestee->isGood());
H A DDirIteratorTest.cpp50 ASSERT_TRUE( m_pDir->isGood() );
H A DMemoryAreaTest.cpp70 ASSERT_TRUE(area->handler()->isGood());
82 ASSERT_TRUE(area->handler()->isGood());
98 ASSERT_TRUE(area->handler()->isGood()) ;
114 ASSERT_TRUE(area->handler()->isGood()) ;
142 ASSERT_TRUE(area->handler()->isGood()) ;
/frameworks/compile/mclinker/lib/Support/
H A Draw_mem_ostream.cpp23 !(m_MemoryArea.handler()->isGood() &&
H A DDirectory.cpp74 bool Directory::isGood() const function in class:Directory
89 if (isGood())
H A DFileHandle.cpp223 if (-1 != m_Handler && m_OpenMode != NotOpen && isGood())
247 bool FileHandle::isGood() const function in class:FileHandle
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h117 bool isGood() const;
H A DDirectory.h73 bool isGood() const;
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp135 if (!memory->handler()->isGood())
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java916 private void sendLinkStatusNotification(boolean isGood) { argument
918 if (isGood) {

Completed in 1066 milliseconds