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

  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestArgs.java 23 long maxTime;
33 maxTime = source.readLong();
47 dest.writeLong(maxTime);
  /external/icu4c/test/perf/howExpensiveIs/
sieve.cpp 155 double maxTime = times[0];
159 if(maxTime<times[i]) maxTime=times[i];
178 printf("min: %.9f, q1=%.9f, q2=%.9f, q3=%.9f, max=%.9f, n=%d\n", minTime,q1,q2,q3,maxTime, n);
  /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 162 SkMSec maxTime = state.fBegin + duration;
163 if (fMaxTime < maxTime)
164 fMaxTime = maxTime;
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineOverviewPane.js 533 var maxTime;
540 if (typeof maxTime === "undefined" || r.endTime > maxTime)
541 maxTime = r.endTime;
546 var xFactor = width / (maxTime - minTime);
NetworkPanel.js 367 var maxTime = -1;
373 if (resource.endTime > maxTime)
374 maxTime = resource.endTime;
380 Number.secondsToString(maxTime - baseTime),
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 123 long maxTime = 0;
129 if (maxTime < elapsedTime) {
130 maxTime = elapsedTime;
142 Log.i("DatabaseLockLatency", "MaxTime: " + maxTime);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
BombControl.java 42 private float maxTime = 4f;
139 if(timer>maxTime){
  /external/skia/legacy/src/animator/
SkAnimateActive.cpp 162 SkMSec maxTime = state.fBegin + duration;
163 if (fMaxTime < maxTime)
164 fMaxTime = maxTime;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 464 float maxTime = env->CallFloatMethod(m_glue->m_javaProxy,
467 return maxTime;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 451 float maxTime = maxTimeLoaded();
454 return totalBytes() * maxTime / dur;
MediaPlayerPrivateQuickTimeVisualContext.cpp 597 float maxTime = maxTimeLoaded();
600 return totalBytes() * maxTime / dur;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 130 long maxTime = 0;
135 minTime = maxTime = t;
138 maxTime = Math.max(maxTime, t);
142 setTimeRange(maxTime - minTime, n);
  /frameworks/base/services/java/com/android/server/am/
ActiveServices.java     [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1041 milliseconds