Searched refs:isSafe (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DAudioArray.h47 bool isSafe = (start <= end) && (end <= this->size()); local
48 ASSERT(isSafe);
49 if (!isSafe)
57 bool isSafe = (start <= end) && (end <= this->size()); local
58 ASSERT(isSafe);
59 if (!isSafe)
H A DAudioChannel.cpp52 bool isSafe = (sourceChannel && sourceChannel->length() >= length()); local
53 ASSERT(isSafe);
54 if (!isSafe)
82 bool isSafe = sourceChannel && sourceChannel->length() >= length();
83 ASSERT(isSafe);
84 if (!isSafe)
H A DReverbAccumulationBuffer.cpp96 bool isSafe = writeIndex <= bufferLength && numberOfFrames1 + writeIndex <= bufferLength && numberOfFrames2 <= bufferLength; local
97 ASSERT(isSafe);
98 if (!isSafe)
H A DReverbConvolver.cpp180 bool isSafe = sourceChannel && destinationChannel && sourceChannel->length() >= framesToProcess && destinationChannel->length() >= framesToProcess; local
181 ASSERT(isSafe);
182 if (!isSafe)
/external/icu4c/i18n/
H A Dusearch.cpp1621 UBool isSafe = TRUE; // indication flag for position in safe zone local
1626 if (isSafe) {
1642 isSafe = FALSE;
1649 if (isSafe && failedoffset >= safelength) {
1655 if (isSafe) {
1678 if (isSafe) {
2284 UBool isSafe = TRUE; // safe zone indication flag for position local
2290 if (isSafe) {
2306 isSafe = FALSE;
2313 if (isSafe
[all...]
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1901 bool isSafe = false; local
1904 while (!isSafe && ++I != E) {
1907 !isSafe && IO != EO; ++IO) {
1910 isSafe = true;
1916 isSafe = true;
1923 isSafe = true;
1936 if (!isSafe)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 96 milliseconds