OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxDuration
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/sdcard/
stopwatch.h
147
double
mMaxDuration
;
stopwatch.cpp
59
mMaxDuration
(0.0), mMaxIdx(0),
132
mMinDuration, mMinIdx,
mMaxDuration
, mMaxIdx, mSizeKbytes);
182
mMinDuration =
mMaxDuration
= mDeltas[i];
186
if (
mMaxDuration
< mDeltas[i])
188
mMaxDuration
= mDeltas[i];
224
SNPRINTF_OR_RETURN(*str, *size, "# Max %s duration %f [%d]\n", mName,
mMaxDuration
, mMaxIdx);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java
434
private final long
mMaxDuration
;
444
mMaxDuration
= maxDuration;
464
} else if (duration >
mMaxDuration
) {
465
duration =
mMaxDuration
;
477
return
mMaxDuration
;
Completed in 90 milliseconds