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

  /frameworks/compile/mclinker/unittests/
FileHandleTest.cpp 46 ASSERT_TRUE(m_pTestee->isGood());
53 ASSERT_TRUE(m_pTestee->isGood());
66 ASSERT_TRUE(m_pTestee->isGood());
73 ASSERT_TRUE(m_pTestee->isGood());
88 ASSERT_TRUE(m_pTestee->isGood());
97 ASSERT_FALSE(m_pTestee->isGood());
DirIteratorTest.cpp 45 ASSERT_TRUE(m_pDir->isGood());
  /external/clang/test/SemaCXX/
function-redecl.cpp 101 // Ensure we correct the redecl of Foo::isGood to Bar::Foo::isGood and not
102 // Foo::IsGood even though Foo::IsGood is technically a closer match since it
107 bool IsGood() { return false; }
112 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}
116 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/libnfc-nci/src/adaptation/
CrcChecksum.cpp 101 BOOLEAN isGood = FALSE;
122 isGood = TRUE;
130 isGood = TRUE; //assume file does not exist
131 return isGood;
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 74 bool Directory::isGood() const {
86 if (isGood())
FileHandle.cpp 210 if (m_Handler != -1 && m_OpenMode != NotOpen && isGood())
231 bool FileHandle::isGood() const {
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 75 bool isGood() const;
FileHandle.h 104 bool isGood() const;
  /external/clang/test/FixIt/
fixit.cpp 258 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}
262 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'?}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 

Completed in 84 milliseconds