Searched defs:startTime (Results 1 - 25 of 47) sorted by relevance

12

/external/opencore/protocols/sdp/parser/include/
H A Dsdp_parser.h46 int startTime; member in struct:_playTime
75 int convertToMilliSec(RtspRangeType range , int &startTime, int &stopTime);
/external/proguard/src/proguard/gui/splash/
H A DSplashPanel.java43 private long startTime = Long.MAX_VALUE; field in class:SplashPanel
94 startTime = System.currentTimeMillis();
111 startTime = 0L;
138 sprite.paint(graphics, System.currentTimeMillis() - startTime);
156 if (time > startTime + stopTime)
/external/webkit/JavaScriptCore/wtf/
H A DMainThread.cpp84 double startTime = currentTime(); local
104 if (currentTime() - startTime > maxRunLoopSuspensionTime) {
/external/webkit/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h68 virtual float startTime() const { return 0; } function in class:WebCore::MediaPlayerPrivateInterface
/external/emma/lib/internal/
H A Dstamptool.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/util/ com/vladium/util/version/ ...
/external/srec/srec/include/
H A Dfpi_tgt.h105 unsigned long startTime; /* Time of first frame of this utt */ member in struct:__anon5049
/external/webkit/WebCore/inspector/
H A DTimelineRecordFactory.cpp46 ScriptObject TimelineRecordFactory::createGenericRecord(InspectorFrontend* frontend, double startTime) argument
49 record.set("startTime", startTime);
/external/webkit/WebKitTools/record-memory-win/
H A Dmain.cpp21 time_t ElapsedTime(time_t startTime);
120 time_t startTime = time(NULL); local
126 pastDuration = gDuration > 0 ? ElapsedTime(startTime) > gDuration : false;
131 time_t ElapsedTime(time_t startTime) argument
134 return currentTime - startTime;
/external/icu4c/i18n/unicode/
H A Dsimpletz.h801 * @param startTime the time DST starts
816 int32_t startTime, TimeMode startTimeMode,
856 int32_t startTime; member in class:SimpleTimeZone
857 TimeMode startTimeMode, endTimeMode; // Mode for startTime, endTime; see TimeMode
/external/icu4c/test/threadtest/
H A Dthreadtest.cpp416 unsigned long startTime = ThreadFuncs::getCurrentMillis(); local
464 elapsedSeconds = (ThreadFuncs::getCurrentMillis() - startTime) / 1000;
/external/webkit/WebCore/html/
H A DPreloadScanner.cpp134 double startTime = currentTime(); local
138 m_timeUsed += currentTime() - startTime;
/external/webkit/WebKitTools/DumpRenderTree/wx/
H A DDumpRenderTreeWx.cpp55 time_t startTime; // to detect timeouts / failed tests variable
225 time(&startTime);
310 time(&startTime);
/external/icu4c/test/cintltst/
H A Dcintltst.c72 UDate startTime, endTime; local
82 startTime = uprv_getUTCtime();
215 diffTime = (int32_t)(endTime - startTime);
/external/icu4c/test/iotest/
H A Diotest.cpp806 UDate startTime, endTime; local
809 startTime = uprv_getUTCtime();
867 diffTime = (int32_t)(endTime - startTime);
/external/opencore/baselibs/gen_data_structures/src/
H A Drtsp_time_formats.h162 /*Function : int32 convertToMillisec(int32 &startTime, int32 &stopTime) */
165 /*Parameters : int32 &startTime - Output */
176 int32 convertToMilliSec(int32 &startTime, int32 &stopTime) argument
191 startTime = 0;
196 startTime = (int32)(MILLISEC_IN_SEC * (npt_start.npt_sec.sec) +
202 startTime = MILLISEC_IN_HOUR * npt_start.npt_hhmmss.hours +
212 startTime = 0;
251 startTime = MILLISEC_IN_HOUR * smpte_start.hours +
257 startTime = 0;
275 startTime
331 uint64 startTime = 0; local
[all...]
/external/opencore/protocols/sdp/parser/src/
H A Dsdpparser.cpp866 convertToMilliSec(*sdp->getSessionInfo()->getRange(), mv->duration.startTime, mv->duration.stopTime);
917 SDP_Parser::convertToMilliSec(RtspRangeType range , int &startTime, int &stopTime) argument
929 startTime = 0;
934 startTime = (int)(1000 * ((float)range.npt_start.npt_sec.sec + range.npt_start.npt_sec.milli_sec));
939 startTime = 3600000 * range.npt_start.npt_hhmmss.hours + 60000 * range.npt_start.npt_hhmmss.min + 1000 * range.npt_start.npt_hhmmss.sec + (int)(10 * range.npt_start.npt_hhmmss.frac_sec);
946 startTime = 0;
981 startTime = 3600000 * range.smpte_start.hours + 60000 * range.smpte_start.minutes + 1000 * range.smpte_start.seconds;
985 startTime = 0;
999 startTime = 0;
1006 startTime
[all...]
/external/skia/src/utils/
H A DSkInterpolator.cpp54 bool SkInterpolatorBase::getDuration(SkMSec* startTime, SkMSec* endTime) const { argument
59 if (startTime) {
60 *startTime = fTimes[0].fTime;
83 SkMSec startTime = 0, endTime = 0; // initialize to avoid warning local
84 this->getDuration(&startTime, &endTime);
85 SkMSec totalTime = endTime - startTime;
86 SkMSec offsetTime = time - startTime;
100 time = offsetTime + startTime;
/external/webkit/JavaScriptCore/profiler/
H A DProfileNode.h77 double startTime() const { return m_startTime; } function in class:JSC::ProfileNode
78 void setStartTime(double startTime) { m_startTime = startTime; } argument
/external/webkit/WebCore/page/animation/
H A DAnimationBase.h97 void onAnimationStartResponse(double startTime) argument
99 updateStateMachine(AnimationBase::AnimationStateInputStartTimeSet, startTime);
H A DAnimationController.cpp501 void AnimationController::notifyAnimationStarted(RenderObject*, double startTime) argument
503 m_data->receivedStartTimeResponse(startTime);
/external/webkit/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp294 SkMSec startTime = SkTime::GetMSecs(); local
304 PLUGIN_LOG_EVENT(instance, &evt, result, endTime - startTime);
/external/icu4c/i18n/
H A Dolsontz.cpp743 UDate startTime = (UDate)finalMillis; local
766 finalZoneWithStartYear->getNextTransition(startTime, false, tzt);
774 startTime = tzt.getTime();
785 finalZone->getRawOffset(), 0, &startTime, 1, DateTimeRule::UTC_TIME);
808 firstFinalTZTransition->setTime(startTime);
860 UDate startTime = ((UDate)transitionTimes[ttidx+1]) * U_MILLIS_PER_SECOND; local
868 return getNextTransition(startTime, false, result);
870 result.setTime(startTime);
921 UDate startTime = ((UDate)transitionTimes[ttidx]) * U_MILLIS_PER_SECOND; local
929 return getPreviousTransition(startTime, fals
[all...]
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperfold.cpp285 unsigned long startTime = timeGetTime(); local
303 startTime = timeGetTime();
310 elapsedTime = timeGetTime()-startTime;
334 startTime = timeGetTime();
346 elapsedTime = timeGetTime()-startTime;
371 unsigned long startTime = timeGetTime(); local
388 startTime = timeGetTime();
397 elapsedTime = timeGetTime()-startTime;
/external/svox/pico/lib/
H A Dpicopal.c494 picopal_clock_t startTime; variable
497 LARGE_INTEGER startTime; variable
514 dt = picopal_clock() - startTime;
526 dt = now.QuadPart - GLOB(startTime).QuadPart;
532 dt = (double)(now.QuadPart - startTime.QuadPart);
539 dt = GetTickCount() - startTime.LowPart;
/external/webkit/WebCore/dom/
H A DContainerNode.cpp814 double startTime = currentTime(); local
827 double remainingTime = 0.1 - (currentTime() - startTime);

Completed in 397 milliseconds

12