/external/srec/portable/include/ |
pcputimer.h | 55 * Starts the timer. This sets the reference time from which all new elapsed 56 * time are computed. This does not reset the elapsed time to 0. This is 71 * Returns the timer elapsed time. If the Timer is in the stopped state, 73 * Timer is in the started state, successive calls will return the elapsed 76 * @return ESR_INVALID_ARGUMENT if timer or elapsed to is null; ESR_FATAL_ERROR if OS timer is available 79 asr_uint32_t* elapsed); 82 * Resets the elapsed time to 0 and resets the reference time of the Timer.
|
ptimer.h | 30 * API to facilitate computing elapsed time of operations. The units of time 54 * Starts the timer. This sets the reference time from which all new elapsed 55 * time are computed. This does not reset the elapsed time to 0. This is 66 * Returns the timer elapsed time. If the Timer is in the stopped state, 68 * Timer is in the started state, successive calls will return the elapsed 72 asr_uint32_t *elapsed); 75 * Resets the elapsed time to 0 and resets the reference time of the Timer.
|
/dalvik/tests/067-preemptive-unpark/src/ |
Main.java | 96 long elapsed = System.currentTimeMillis() - start; local 98 if (elapsed > 200) { 99 System.out.println("park()ed for " + elapsed + " msec");
|
/external/eigen/bench/btl/generic_bench/timers/ |
portable_timer.hh | 68 double elapsed() { function in class:Portable_Timer 74 double user_time() { return elapsed(); } 125 double elapsed() function in class:Portable_Timer
|
/external/webkit/Source/WebCore/svg/animation/ |
SMILTimeContainer.h | 54 SMILTime elapsed() const; 73 void updateAnimations(SMILTime elapsed); 76 void sortByPriority(Vector<SVGSMILElement*>& smilElements, SMILTime elapsed);
|
SVGSMILElement.h | 86 SMILTime elapsed() const; 93 void progress(SMILTime elapsed, SVGSMILElement* resultsElement); 99 bool isContributing(SMILTime elapsed) const; 130 void checkRestart(SMILTime elapsed); 183 ActiveState determineActiveState(SMILTime elapsed) const; 184 float calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const; 185 SMILTime calculateNextProgressTime(SMILTime elapsed) const;
|
SVGSMILElement.cpp | 513 SMILTime SVGSMILElement::elapsed() const function in class:WebCore::SVGSMILElement 515 return m_timeContainer ? m_timeContainer->elapsed() : 0; 759 SMILTime elapsed = this->elapsed(); local 762 else if (elapsed < m_intervalBegin) { 763 SMILTime newBegin = findInstanceTime(Begin, elapsed, false); 767 m_intervalBegin = elapsed; 774 m_nextProgressTime = elapsed; 780 SMILTime elapsed = this->elapsed(); local [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
FadeDrawableComponent.java | 85 float elapsed = currentTime - mStartTime; local 87 if (mLoopType != LOOP_TYPE_NONE && elapsed > mDuration) { 89 elapsed = endTime - currentTime; 98 if (elapsed > mDuration) { 100 } else if (elapsed != 0.0f) { 102 opacity = Lerp.lerp(mInitialOpacity, mTargetOpacity, mDuration, elapsed); 104 opacity = Lerp.ease(mInitialOpacity, mTargetOpacity, mDuration, elapsed);
|
/frameworks/native/libs/cpustats/ |
ThreadCpuUsage.cpp | 128 long long ThreadCpuUsage::elapsed() const function in class:android::ThreadCpuUsage 130 long long elapsed; local 137 elapsed = 0; 140 elapsed = (ts.tv_sec - mMonotonicTs.tv_sec) * 1000000000LL + 144 ALOGW("Can't compute elapsed time because measurements have never been enabled"); 145 elapsed = 0; 147 ALOGV("elapsed %lld", elapsed); 148 return elapsed;
|
/external/skia/src/gpu/ |
FlingState.cpp | 114 double elapsed = (SkTime::GetMSecs() - fTime0) * 0.001; local 115 if (elapsed >= fDuration) { 120 double t = elapsed / fDuration;
|
/external/llvm/utils/lit/lit/ |
Test.py | 60 self.elapsed = None 70 def setResult(self, result, output, elapsed): 74 self.elapsed = elapsed
|
/external/blktrace/ |
blkparse_fmt.c | 163 struct blk_io_trace *t, unsigned long long elapsed, 238 if (elapsed == -1ULL) { 239 fprintf(stderr, "Expecting elapsed value\n"); 242 fprintf(ofp, strcat(format, "llu"), elapsed / 1000); 257 struct blk_io_trace *t, unsigned long long elapsed, 277 print_field(act, pci, t, elapsed, pdu_len, pdu_buf, *p++, 284 struct blk_io_trace *t, unsigned long long elapsed, 321 if (elapsed != -1ULL) { 325 t_sec(t), elapsed, t->error); 329 elapsed, t->error) [all...] |
/external/icu4c/test/perf/ucnvavailperf/ |
ucnvavailperf.cpp | 117 double elapsed = utimer_getElapsedSeconds(&start_time); local 119 printf("ucnv_countAvailable() took %g seconds to figure this out.\n", elapsed);
|
/external/linux-tools-perf/scripts/python/ |
futex-contention.py | 21 lock_waits = {} # long-lived stats on (tid,lock) blockage elapsed time 37 elapsed = nsecs(s, ns) - thread_blocktime[tid] 38 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed)
|
/external/skia/bench/ |
BenchSysTimer_mach.cpp | 67 uint64_t elapsed = end_wall - this->fStartWall; local 72 uint64_t elapsedNano = elapsed * sTimebaseInfo.numer
|
/frameworks/base/tools/preload/loadclass/ |
LoadClass.java | 40 long elapsed = System.currentTimeMillis() - start; local 41 Log.i("LoadClass", "Loaded " + args[0] + " in " + elapsed
|
/external/dropbear/ |
progressmeter.c | 114 double elapsed; local 128 elapsed = now - last_update; 130 elapsed = now - start; 137 if (elapsed != 0) 138 cur_speed = (transferred / elapsed); 183 stalled += elapsed; 195 seconds = elapsed;
|
/external/openssh/ |
progressmeter.c | 124 double elapsed; local 138 elapsed = now - last_update; 140 elapsed = now - start; 147 if (elapsed != 0) 148 cur_speed = (transferred / elapsed); 193 stalled += elapsed; 205 seconds = elapsed;
|
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
SourceLatency.java | 144 long elapsed = end - start; local 146 Log.d(TAG, src + ": null cursor in " + formatTime(elapsed) 149 Log.d(TAG, src + ": " + cursor.getCount() + " rows in " + formatTime(elapsed) 152 return elapsed; 239 long elapsed = (end - start); local 241 Log.d(TAG, mSrc + ": null cursor in " + formatTime(elapsed) 244 Log.d(TAG, mSrc + ": " + cursor.getCount() + " rows in " + formatTime(elapsed) 294 long elapsed = end - mStart; local 297 + " rows in " + formatTime(elapsed));
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
rtpdump.h | 67 RtpDumpPacket(const void* d, size_t s, uint32 elapsed, bool rtcp) 68 : elapsed_time(elapsed), 117 // the stream when it ends. RtpDumpLoopReader maintains the elapsed time, the 135 // During the second and later loops, update the elapsed time of the dump 141 // How much to increase the elapsed time, RTP sequence number, RTP timestampe 152 // The elapsed time, RTP sequence number, and RTP timestamp of the first and 193 uint32 elapsed, bool rtcp);
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_perftest.cc | 159 TimeDelta elapsed = cold_timer.Elapsed(); local 162 cold_load_times.push_back(elapsed.InMillisecondsF()); 175 TimeDelta elapsed = hot_timer.Elapsed(); local 178 hot_load_times.push_back(elapsed.InMillisecondsF());
|
/external/chromium/third_party/libjingle/source/talk/base/ |
time.h | 47 // Returns a future timestamp, 'elapsed' milliseconds from now. 48 uint32 TimeAfter(int32 elapsed); 69 // The number of milliseconds that have elapsed since 'earlier'.
|
/external/llvm/include/llvm/Support/ |
Process.h | 152 /// \param elapsed Returns the TimeValue::now() giving current time 155 static void GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
|
/frameworks/native/include/cpustats/ |
ThreadCpuUsage.h | 104 // Return the elapsed delta wall clock ns since initial enable or reset, 106 long long elapsed() const; 108 // Reset elapsed wall clock. Has no effect on tracking or accumulator.
|
/external/eigen/demos/mandelbrot/ |
mandelbrot.cpp | 141 int elapsed = time.elapsed(); local 145 float speed = elapsed ? float(total_iter)*1000/elapsed : 0; 148 << elapsed << " ms, "
|