Searched refs:maxTime (Results 1 - 19 of 19) 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);
H A Devent_win.h27 virtual EventTypeWrapper Wait(unsigned long maxTime);
H A Devent_posix.h35 virtual EventTypeWrapper Wait(unsigned long maxTime);
/external/webrtc/src/system_wrappers/interface/
H A Devent_wrapper.h50 virtual EventTypeWrapper Wait(unsigned long maxTime) = 0;
/external/chromium_org/chrome/test/webdriver/test/
H A Dchromedriver_server.py34 maxTime = time.time() + 30
35 while time.time() < maxTime and not self.IsRunning():
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py70 maxTime=0
101 if (secs>maxTime):
102 maxTime=secs
165 #width=20.0*(maxTime-minTime)
166 if (maxTime < minTime + 10.0):
167 maxTime = minTime + 10.0
169 width=20.0*(maxTime-minTime)
171 scale = width/(maxTime-minTime)
225 for time in range (int(minTime),int(maxTime)+1):
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DDelayDSPKernel.cpp105 double maxTime = maxDelayTime(); local
115 delayTime = min(maxTime, delayTime);
127 delayTime = std::min(maxTime, delayTime);
/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/content/public/android/java/src/org/chromium/content/browser/input/
H A DInputDialogContainer.java120 long maxTime = (long) max;
127 time.year, time.month, time.monthDay, 0, 0, minTime, maxTime);
134 minTime, maxTime);
141 minTime, maxTime);
144 time.year, time.month, minTime, maxTime);
152 year, week, minTime, maxTime);
/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/llvm/utils/lit/lit/
H A Dmain.py73 def __init__(self, tests, maxTime):
74 self.maxTime = maxTime
87 if self.maxTime is not None:
88 if time.time() - self.startTime > self.maxTime:
224 group.add_option("", "--max-time", dest="maxTime", metavar="N",
370 provider = TestProvider(tests, opts.maxTime)
/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/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.js465 var maxTime = -1; variable
476 if (request.endTime > maxTime)
477 maxTime = request.endTime;
489 Number.secondsToString(maxTime - baseTime),
H A DTimelineOverviewPane.js476 var maxTime = this._model.maximumRecordTime();
485 var xFactor = width / (maxTime - minTime);
/external/llvm/utils/Misc/
H A Dzkill197 group.add_option("", "--max-time", dest="maxTime", metavar="N",
254 if opts.minTime <= p.cpu_time <= opts.maxTime]
/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 626 milliseconds