/external/webrtc/src/system_wrappers/source/ |
H A D | event_win.cc | 41 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 D | AudioDelayDSPKernel.cpp | 107 double maxTime = maxDelayTime(); local 117 delayTime = min(maxTime, delayTime); 129 delayTime = std::min(maxTime, delayTime);
|
/external/icu4c/test/perf/howExpensiveIs/ |
H A D | sieve.cpp | 155 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 D | BombControl.java | 42 private float maxTime = 4f; field in class:BombControl 139 if(timer>maxTime){
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
H A D | s_time.c | 130 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 D | s_time.c | 130 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 D | SkAnimateActive.cpp | 162 SkMSec maxTime = state.fBegin + duration; local 163 if (fMaxTime < maxTime) 164 fMaxTime = maxTime;
|
/external/skia/src/animator/ |
H A D | SkAnimateActive.cpp | 162 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 D | NetworkPanel.js | 467 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 D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |