HomeSort by relevance Sort by last modified time
    Searched refs:maxTime (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 129 long maxTime = 0;
135 if (maxTime < elapsedTime) {
136 maxTime = elapsedTime;
148 Log.i("DatabaseLockLatency", "MaxTime: " + maxTime);
  /external/openssl/apps/
s_time.c 130 static int maxTime = SECONDS;
153 maxTime = SECONDS;
296 maxTime= atoi(*(++argv));
392 printf( "Collecting connection statistics for %d seconds\n", maxTime );
397 finishtime=(long)time(NULL)+maxTime;
452 i=(int)((long)time(NULL)-finishtime+maxTime);
454 printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
486 finishtime=(long)time(NULL)+maxTime;
544 printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
  /external/skia/src/animator/
SkAnimateActive.cpp 165 SkMSec maxTime = state.fBegin + duration;
166 if (fMaxTime < maxTime)
167 fMaxTime = maxTime;
  /external/webkit/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 354 float maxTime = env->CallFloatMethod(m_glue->m_javaProxy,
357 return maxTime;
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 378 float maxTime = maxTimeLoaded();
381 return totalBytes() * maxTime / dur;
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 139 milliseconds