HomeSort by relevance Sort by last modified time
    Searched refs:isGood (Results 1 - 14 of 14) sorted by null

  /frameworks/compile/mclinker/unittests/
FileHandleTest.cpp 50 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());
DirIteratorTest.cpp 50 ASSERT_TRUE( m_pDir->isGood() );
MemoryAreaTest.cpp 70 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()) ;
  /external/clang/test/SemaCXX/
function-redecl.cpp 99 // Ensure we correct the redecl of Foo::isGood to Bar::Foo::isGood and not
100 // Foo::IsGood even though Foo::IsGood is technically a closer match since it
105 bool IsGood() { return false; }
110 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}
114 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any declaration in namespace 'redecl_typo::Foo'; did you mean 'Bar::Foo::isGood'?}
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
AudioResamplerKernel.cpp 68 bool isGood = m_fillIndex < m_sourceBuffer.size() && m_fillIndex + framesNeeded <= m_sourceBuffer.size();
69 ASSERT(isGood);
70 if (!isGood)
  /frameworks/compile/mclinker/lib/Support/
raw_mem_ostream.cpp 23 !(m_MemoryArea.handler()->isGood() &&
Directory.cpp 71 bool Directory::isGood() const
86 if (isGood())
FileHandle.cpp 294 if (-1 != m_Handler && m_OpenMode != NotOpen && isGood())
318 bool FileHandle::isGood() const
  /external/clang/test/FixIt/
fixit.cpp 255 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}
259 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any declaration in namespace 'redecl_typo::Foo'; did you mean 'Bar::Foo::isGood'?}}
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 73 bool isGood() const;
FileHandle.h 118 bool isGood() const;
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 135 if (!memory->handler()->isGood())
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 

Completed in 600 milliseconds