Home
last modified time | relevance | path

Searched refs:isGood (Results 1 – 14 of 14) sorted by relevance

/external/libnfc-nci/src/adaptation/
DCrcChecksum.cpp101 BOOLEAN isGood = FALSE; in crcChecksumVerifyIntegrity() local
122 isGood = TRUE; in crcChecksumVerifyIntegrity()
130 isGood = TRUE; //assume file does not exist in crcChecksumVerifyIntegrity()
131 return isGood; in crcChecksumVerifyIntegrity()
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioFIFO.cpp48 …bool isGood = destination && (framesToConsume <= m_fifoLength) && (framesToConsume <= m_framesInFi… in consume() local
49 ASSERT(isGood); in consume()
50 if (!isGood) in consume()
87 bool isGood = sourceBus && (m_framesInFifo + sourceBus->length() <= m_fifoLength); in push() local
88 if (!isGood) in push()
DMultiChannelResampler.cpp72 bool isGood = m_multiChannelBus.get() && framesToProcess == m_framesToProcess; in provideInput() local
73 ASSERT(isGood); in provideInput()
74 if (!isGood) in provideInput()
DFFTConvolver.cpp56 bool isGood = !(halfSize % framesToProcess && framesToProcess % halfSize); in process() local
57 ASSERT(isGood); in process()
58 if (!isGood) in process()
DAudioResamplerKernel.cpp68 …bool isGood = m_fillIndex < m_sourceBuffer.size() && m_fillIndex + framesNeeded <= m_sourceBuffer.… in getSourcePointer() local
69 ASSERT(isGood); in getSourcePointer()
70 if (!isGood) in getSourcePointer()
DSincResampler.cpp204 …bool isGood = sourceProvider && m_blockSize > m_kernelSize && m_inputBuffer.size() >= m_blockSize … in process() local
205 ASSERT(isGood); in process()
206 if (!isGood) in process()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioDestinationNode.h83 …bool isGood = destinationBus && destinationBus->length() == numberOfFrames && m_sourceBus->length(… in provideInput() local
84 ASSERT(isGood); in provideInput()
85 if (isGood) in provideInput()
DBiquadDSPKernel.cpp131 bool isGood = nFrequencies > 0 && frequencyHz && magResponse && phaseResponse; in getFrequencyResponse() local
132 ASSERT(isGood); in getFrequencyResponse()
133 if (!isGood) in getFrequencyResponse()
DAudioParam.cpp116 bool isGood = context() && context()->isAudioThread() && values && numberOfValues; in calculateFinalValues() local
117 ASSERT(isGood); in calculateFinalValues()
118 if (!isGood) in calculateFinalValues()
DPeriodicWave.cpp50 bool isGood = real && imag && real->length() == imag->length(); in create() local
51 ASSERT(isGood); in create()
52 if (isGood) { in create()
DOscillatorNode.cpp154 …bool isGood = framesToProcess <= m_phaseIncrements.size() && framesToProcess <= m_detuneValues.siz… in calculateSampleAccuratePhaseIncrements() local
155 ASSERT(isGood); in calculateSampleAccuratePhaseIncrements()
156 if (!isGood) in calculateSampleAccuratePhaseIncrements()
DAudioContext.cpp875 bool isGood = m_isInitialized && isGraphOwner(); in scheduleNodeDeletion() local
876 ASSERT(isGood); in scheduleNodeDeletion()
877 if (!isGood) in scheduleNodeDeletion()
/external/clang/test/SemaCXX/
Dfunction-redecl.cpp110 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 decl… in isGood() function in redecl_typo::Foo
/external/clang/test/FixIt/
Dfixit.cpp256 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}
260 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any decl… in isGood() function in redecl_typo::Foo