Searched refs:mDeltas (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/sdcard/
H A Dstopwatch.cpp60 mDeltas(NULL), mUsed(false)
75 delete [] mDeltas;
139 SNPRINTF_OR_RETURN(*str, *size, "%f %f\n", double(second) + double(nano) / 1.0e9, mDeltas[i]);
163 // mDeltas.
169 mDeltas= new double[n];
175 mDeltas[i / 2] = double(second) + double(nano) / 1.0e9;
182 mMinDuration = mMaxDuration = mDeltas[i];
186 if (mMaxDuration < mDeltas[i])
188 mMaxDuration = mDeltas[i];
191 if (mMinDuration > mDeltas[
[all...]
H A Dstopwatch.h129 // Allocate mDeltas and fill it in. Search for the min and max.
149 double *mDeltas; member in class:android_test::StopWatch

Completed in 552 milliseconds