Searched defs:maxTime (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Devent_win.cc41 EventTypeWrapper EventWindows::Wait(unsigned long maxTime) argument
43 unsigned long res = WaitForSingleObject(_event, maxTime);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioDelayDSPKernel.cpp107 double maxTime = maxDelayTime(); local
117 delayTime = min(maxTime, delayTime);
129 delayTime = std::min(maxTime, delayTime);
/external/icu4c/test/perf/howExpensiveIs/
H A Dsieve.cpp155 double maxTime = times[0]; local
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/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DBombControl.java42 private float maxTime = 4f; field in class:BombControl
139 if(timer>maxTime){
/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_time.c130 static int maxTime = SECONDS; variable
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/openssl/apps/
H A Ds_time.c130 static int maxTime = SECONDS; variable
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/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp162 SkMSec maxTime = state.fBegin + duration; local
163 if (fMaxTime < maxTime)
164 fMaxTime = maxTime;
/external/skia/src/animator/
H A DSkAnimateActive.cpp162 SkMSec maxTime = state.fBegin + duration; local
163 if (fMaxTime < maxTime)
164 fMaxTime = maxTime;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DNetworkPanel.js467 var maxTime = -1; variable
478 if (request.endTime > maxTime)
479 maxTime = request.endTime;
491 Number.secondsToString(maxTime - baseTime),
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1976 milliseconds