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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioChannel.cpp 61 bool isSafe = (sourceChannel && sourceChannel->length() >= length());
62 ASSERT(isSafe);
63 if (!isSafe)
105 bool isSafe = sourceChannel && sourceChannel->length() >= length();
106 ASSERT(isSafe);
107 if (!isSafe)
ReverbAccumulationBuffer.cpp 96 bool isSafe = writeIndex <= bufferLength && numberOfFrames1 + writeIndex <= bufferLength && numberOfFrames2 <= bufferLength;
97 ASSERT(isSafe);
98 if (!isSafe)
AudioArray.h 123 bool isSafe = (start <= end) && (end <= this->size());
124 ASSERT(isSafe);
125 if (!isSafe)
135 bool isSafe = (start <= end) && (end <= this->size());
136 ASSERT(isSafe);
137 if (!isSafe)
ReverbConvolver.cpp 155 bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess && destinationChannel->length() >= framesToProcess;
156 ASSERT(isSafe);
157 if (!isSafe)
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.cpp 118 bool isSafe = zeroStartFrame < quantumFrameSize && framesToZero <= quantumFrameSize && zeroStartFrame + framesToZero <= quantumFrameSize;
119 ASSERT(isSafe);
121 if (isSafe) {
AudioParam.cpp 106 bool isSafe = context() && context()->isAudioThread() && values && numberOfValues;
107 ASSERT(isSafe);
108 if (!isSafe)
WaveShaperDSPKernel.cpp 131 bool isSafe = framesToProcess == RenderingQuantum;
132 ASSERT(isSafe);
133 if (!isSafe)
148 bool isSafe = framesToProcess == RenderingQuantum;
149 ASSERT(isSafe);
150 if (!isSafe)
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 64 bool isSafe() const { return m_isSafe; }
332 allowLoad = validator.isSafe();
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp     [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 152 milliseconds