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

  /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)
  /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...]
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 70 bool Directory::isGood() const
85 if (isGood())
FileHandle.cpp 291 if (-1 != m_Handler && m_OpenMode != NotOpen && isGood())
315 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'?}}
  /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 109 milliseconds