OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGood
(Results
1 - 25
of
25
) 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
() );
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioDestinationNode.h
77
bool
isGood
= destinationBus && destinationBus->length() == numberOfFrames && m_sourceBus->length() == numberOfFrames;
78
ASSERT(
isGood
);
79
if (
isGood
)
AudioParam.cpp
116
bool
isGood
= context() && context()->isAudioThread() && values && numberOfValues;
117
ASSERT(
isGood
);
118
if (!
isGood
)
BiquadDSPKernel.cpp
138
bool
isGood
= nFrequencies > 0 && frequencyHz && magResponse && phaseResponse;
139
ASSERT(
isGood
);
140
if (!
isGood
)
OscillatorNode.cpp
152
bool
isGood
= framesToProcess <= m_phaseIncrements.size() && framesToProcess <= m_detuneValues.size();
153
ASSERT(
isGood
);
154
if (!
isGood
)
PeriodicWave.cpp
50
bool
isGood
= real && imag && real->length() == imag->length();
51
ASSERT(
isGood
);
52
if (
isGood
) {
AudioContext.cpp
770
bool
isGood
= isInitialized() && isGraphOwner();
771
ASSERT(
isGood
);
772
if (!
isGood
)
/external/chromium_org/third_party/WebKit/Source/platform/audio/
MultiChannelResampler.cpp
72
bool
isGood
= m_multiChannelBus.get() && framesToProcess == m_framesToProcess;
73
ASSERT(
isGood
);
74
if (!
isGood
)
AudioFIFO.cpp
48
bool
isGood
= destination && (framesToConsume <= m_fifoLength) && (framesToConsume <= m_framesInFifo) && (destination->length() >= framesToConsume);
49
ASSERT(
isGood
);
50
if (!
isGood
)
87
bool
isGood
= sourceBus && (m_framesInFifo + sourceBus->length() <= m_fifoLength);
88
if (!
isGood
)
AudioResamplerKernel.cpp
68
bool
isGood
= m_fillIndex < m_sourceBuffer.size() && m_fillIndex + framesNeeded <= m_sourceBuffer.size();
69
ASSERT(
isGood
);
70
if (!
isGood
)
FFTConvolver.cpp
56
bool
isGood
= !(halfSize % framesToProcess && framesToProcess % halfSize);
57
ASSERT(
isGood
);
58
if (!
isGood
)
SincResampler.cpp
205
bool
isGood
= sourceProvider && m_blockSize > m_kernelSize && m_inputBuffer.size() >= m_blockSize + m_kernelSize && !(m_kernelSize % 2);
206
ASSERT(
isGood
);
207
if (!
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
89
if (
isGood
())
FileHandle.cpp
223
if (-1 != m_Handler && m_OpenMode != NotOpen &&
isGood
())
247
bool FileHandle::
isGood
() const
ToolOutputFile.cpp
90
m_FileHandle.
isGood
() &&
/frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h
114
bool
isGood
() const;
Directory.h
70
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
'?}}
/frameworks/opt/net/wifi/service/java/com/android/server/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
/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 2639 milliseconds