HomeSort by relevance Sort by last modified time
    Searched refs:elapsed (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/srec/portable/include/
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/webkit/WebCore/svg/animation/
SMILTimeContainer.h 53 SMILTime elapsed() const;
72 void updateAnimations(SMILTime elapsed);
75 void sortByPriority(Vector<SVGSMILElement*>& smilElements, SMILTime elapsed);
SVGSMILElement.h 75 SMILTime elapsed() const;
82 void progress(SMILTime elapsed, SVGSMILElement* resultsElement);
88 bool isContributing(SMILTime elapsed) const;
115 void checkRestart(SMILTime elapsed);
151 ActiveState determineActiveState(SMILTime elapsed) const;
152 float calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const;
153 SMILTime calculateNextProgressTime(SMILTime elapsed) const;
SVGSMILElement.cpp 467 SMILTime SVGSMILElement::elapsed() const function in class:WebCore::SVGSMILElement
469 return m_timeContainer ? m_timeContainer->elapsed() : 0;
711 SMILTime elapsed = this->elapsed(); local
714 else if (elapsed < m_intervalBegin) {
715 SMILTime newBegin = findInstanceTime(Begin, elapsed, false);
719 m_intervalBegin = elapsed;
726 m_nextProgressTime = elapsed;
732 SMILTime elapsed = this->elapsed(); local
    [all...]
  /external/webkit/WebKit/android/jni/
PictureSet.h 59 uint32_t elapsed, bool split)
61 add(area, picture, elapsed, split, emptyPicture(picture));
64 uint32_t elapsed, bool split, bool empty);
PictureSet.cpp 77 uint32_t elapsed, bool split, bool empty)
79 DBG_SET_LOGD("%p area={%d,%d,r=%d,b=%d} pict=%p elapsed=%d split=%d", this,
82 elapsed, split);
90 elapsed, split, false, diff.isEmpty() == false, empty};
275 size_t elapsed = working->mElapsed = getThreadMsec() - startTime; local
277 if (maxElapsed < elapsed && (pathBounds.width() >= MIN_SPLITTABLE ||
279 maxElapsed = elapsed;
298 DBG_SET_LOGD("[%d] %p working->mArea={%d,%d,%d,%d} elapsed=%d base=%s",
552 uint32_t elapsed = working->mElapsed; local
553 if (elapsed < MAX_DRAW_TIME)
596 working->mPicture, elapsed, true, local
    [all...]
  /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/chromium/third_party/icu/source/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/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);
  /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;
  /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/webkit/WebCore/platform/network/qt/
DnsPrefetchHelper.h 46 if (entryTime && entryTime->elapsed() > 300*1000) {
  /external/webkit/WebKit/android/
TimeCounter.cpp 117 uint32_t elapsed = time - sStartTime[type]; local
118 sTotalTimeUsed[type] += elapsed;
119 if (elapsed > 1000)
120 LOGW("***** %s() used %d ms\n", functionName, elapsed);
157 LOGD("*-* Elapsed time: %d ms, ui thread time: %d ms, webcore thread time:"
  /external/bluetooth/glib/glib/
gtimer.c 119 guint64 elapsed; local
124 /* Get elapsed time and reset timer start time
126 * elapsed interval.
129 elapsed = timer->end - timer->start;
133 timer->start -= elapsed;
143 gint64 elapsed; local
150 elapsed = timer->end - timer->start;
152 total = elapsed / 1e9;
155 *microseconds = (elapsed / 1000) % 1000000;
  /external/netperf/
netcpu_kstat.c 257 elapsed, local
302 elapsed = (float)sec + ((float)usec/(float)1000000.0);
307 fprintf(where,"\telapsed time = %g\n",elapsed);
327 (float)(secondcnt[j] - firstcnt[j])/elapsed :
328 (float)(secondcnt[j]-firstcnt[j]+MAXLONG)/elapsed;
356 /* tests tell up what the elapsed time should be. */
netcpu_perfstat.c 123 elapsed, local
203 elapsed = (float)sec + ((float)usec/(float)1000000.0);
227 fprintf(where,"\telapsed time = %g\n",elapsed);
248 (float)(secondcnt[j] - firstcnt[j])/elapsed :
249 (float)(secondcnt[j]-firstcnt[j]+MAXLONG)/elapsed;
279 /* tests tell up what the elapsed time should be. */
netcpu_pstat.c 106 elapsed, local
169 elapsed = (float)sec + ((float)usec/(float)1000000.0);
174 fprintf(where,"\telapsed time = %g\n",elapsed);
199 (float)(secondcnt[j] - firstcnt[j] )/elapsed :
200 (float)(secondcnt[j] - firstcnt[j] + LONG_LONG_MAX)/elapsed;
236 /* tests tell up what the elapsed time should be. */
netcpu_looper.c 493 elapsed,
531 elapsed = (float)sec + ((float)usec/(float)1000000.0);
536 fprintf(where,"\telapsed time = %g\n",elapsed);
556 (float)(secondcnt[j] - firstcnt[j])/elapsed :
557 (float)(secondcnt[j]-firstcnt[j]+MAXLONG)/elapsed;
597 /* tests tell up what the elapsed time should be. */
492 elapsed, local
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTest.java 73 long start, elapsed; local
100 elapsed = System.currentTimeMillis() - start;
101 if(elapsed < 1000) {
102 Log.w(LOGTAG, "Page load finished in " + elapsed
105 Log.v(LOGTAG, "Page load finished in " + elapsed + "ms");
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 177 long elapsed = System.currentTimeMillis() - start; local
179 + " in " + elapsed + "ms.");
  /external/dbus/bus/
expirelist.c 131 double elapsed; local
136 elapsed = ELAPSED_MILLISECONDS_SINCE (item->added_tv_sec,
140 if (elapsed >= (double) list->expire_after)
159 next_interval = ((double)list->expire_after) - elapsed;
  /sdk/traceview/src/com/android/traceview/
DmTraceReader.java 208 long elapsed = callTime - prevStartTime; local
209 long beforeSwitch = elapsed / 2;
210 long afterSwitch = elapsed - beforeSwitch;
254 long elapsed = callTime - prevCallTime; local
260 elapsed = contextSwitch.mThreadStartTime - prevCallTime;
261 globalTime += elapsed;
262 elapsed = 0;
271 elapsed = callTime - contextSwitch.mThreadStartTime;
282 globalTime += elapsed;
299 // Also add the elapsed time for each thread to the topleve
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 176 long elapsed = System.currentTimeMillis() - start; local
177 Log.i(TAG, "pure SAX: " + elapsed + "ms");
184 long elapsed = System.currentTimeMillis() - start; local
185 Log.i(TAG, "Saxy Model: " + elapsed + "ms");
192 long elapsed = System.currentTimeMillis() - start; local
193 Log.i(TAG, "Saxy Model (preloaded): " + elapsed + "ms");

Completed in 4398 milliseconds

12 3 4