HomeSort by relevance Sort by last modified time
    Searched full:tickcount (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/clearsilver/csharp/
csperftest.cs 12 start = Environment.TickCount;
14 end = Environment.TickCount;
29 int start = Environment.TickCount;
33 int end = Environment.TickCount;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTask.java 172 * Creates a sub-monitor that will use up to tickCount on the progress bar.
173 * tickCount must be 1 or more.
175 public ITaskMonitor createSubMonitor(int tickCount) {
177 assert tickCount > 0;
178 return new SubTaskMonitor(this, null, mValue, tickCount * mIncCoef);
255 public ITaskMonitor createSubMonitor(int tickCount) {
257 assert tickCount > 0;
261 tickCount * mSubCoef);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskMonitor.java 80 * Creates a sub-monitor that will use up to tickCount on the progress bar.
81 * tickCount must be 1 or more.
83 public ITaskMonitor createSubMonitor(int tickCount);
  /external/opencore/oscl/pvlogger/src/
pvlogger_time_and_id_layout.h 53 iTickBase = OsclTickCount::TickCount();
64 uint32 msec = OsclTickCount::TicksToMsec(OsclTickCount::TickCount() - iTickBase);
  /external/qemu/distrib/sdl-1.2.12/src/timer/epoc/
SDL_systimer.cpp 48 start = User::TickCount();
57 TUint deltaTics = User::TickCount() - start;
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_utility.cpp 220 (0, "PVFrameAndMetadataUtility::AddDataSource called Tick=%d", OsclTickCount::TickCount()));
237 (0, "PVFrameAndMetadataUtility::GetMetadataKeys called Tick=%d", OsclTickCount::TickCount()));
262 (0, "PVFrameAndMetadataUtility::GetMetadataValues called Tick=%d", OsclTickCount::TickCount()));
308 (0, "PVFrameAndMetadataUtility::GetFrame called Tick=%d", OsclTickCount::TickCount()));
365 (0, "PVFrameAndMetadataUtility::RemoveDataSource called Tick=%d", OsclTickCount::TickCount()));
    [all...]
  /external/webkit/JavaScriptCore/wtf/
CurrentTime.cpp 96 DWORD tickCount = GetTickCount();
101 if (tickCount >= tickCountLast)
102 tickCountElapsed = (tickCount - tickCountLast);
105 __int64 tickCountLarge = tickCount + 0x100000000ULL;
107 __int64 tickCountLarge = tickCount + 0x100000000I64;
121 tickCountLast = tickCount;
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_stats.cpp 31 aTicks = OsclTickCount::TickCount();
36 uint32 delta = OsclTickCount::TickCount() - aStart;
oscl_socket_stats.cpp 83 OsclSocketStatEventEntry event(aEvent, OsclTickCount::TickCount(), iEvents[aFxn].size());
89 OsclSocketStatEventEntry event(aEvent, OsclTickCount::TickCount(), aParam);
  /external/opencore/oscl/oscl/osclutil/src/
oscl_tickcount.inl 49 OSCL_COND_EXPORT_REF OSCL_INLINE uint32 OsclTickCount::TickCount()
82 #error No definition for OsclTickCount::TickCount
oscl_tickcount.h 59 static uint32 TickCount();
  /external/webkit/JavaScriptCore/runtime/
JSONObject.cpp 432 unsigned tickCount = localTimeoutChecker.ticksUntilNextCheck();
437 if (!--tickCount) {
442 tickCount = localTimeoutChecker.ticksUntilNextCheck();
668 unsigned tickCount = localTimeoutChecker.ticksUntilNextCheck();
687 if (!--tickCount) {
692 tickCount = localTimeoutChecker.ticksUntilNextCheck();
754 if (!--tickCount) {
759 tickCount = localTimeoutChecker.ticksUntilNextCheck();
820 if (!--tickCount) {
825 tickCount = localTimeoutChecker.ticksUntilNextCheck()
    [all...]
  /external/opencore/doc/oscl_html/
classOsclTickCount.html 17 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classOsclTickCount.html#d0">TickCount</a> ()</td></tr>
61 <a name="d0" doxytag="OsclTickCount::TickCount"></a><p>
67 <td class="md" nowrap valign="top"> uint32 OsclTickCount::TickCount </td>
oscl__tickcount_8h-source.html 28 00042 <span class="keyword">static</span> uint32 <a class="code" href="classOsclTickCount.html#d0">TickCount</a>();
  /external/opencore/oscl/oscl/oscllib/src/
oscl_library_common.h 46 #define SET_TICK(tick1) tick1 = OsclTickCount::TickCount()
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.cpp 270 unsigned tickCount = context.ticksUntilNextCheck();
294 if (!--tickCount) {
299 tickCount = context.ticksUntilNextCheck();
359 if (!--tickCount) {
364 tickCount = context.ticksUntilNextCheck();
418 if (!--tickCount) {
423 tickCount = context.ticksUntilNextCheck();
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 61 Time Manager implementation: UpTime(), Microseconds(), and TickCount() are
63 UpTime() against TickCount(). We now check for this feature using Gestalt(),
73 /* LMGetTicks() is not in Carbon and TickCount() has a fair bit of overhead,
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 271 Common source of the timebase clock is the system tickcount which is implemented
299 * Returns current tickcount. PVMFMediaClock sources this value from the timebase. If no
418 * in 32 bit uint (aTime), aOverflow flag is set. This API also provides current timebase tickcount.
419 * This is not the absolute tickcount value from timebase. PVMFMediaClock uses scaled version of
420 * timebase tickcount by subtracting the tickcount value at clock start time from the current tickcount value.
421 * Thus, the clock starts from tickcount value 0 and probability of overflow is reduced.
425 * @param aTimebaseTime: uint32 value used to return current (scaled) timebase tickcount
    [all...]
  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry_impl.cpp 538 uint32 currticks = OsclTickCount::TickCount();
546 currticks = OsclTickCount::TickCount();
609 uint32 currticks = OsclTickCount::TickCount();
617 currticks = OsclTickCount::TickCount();
  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 727 //There is a chance that Tickcount did not wrap around but aTime value does
772 //There is a chance that Tickcount did not wrap around but aTime value does
894 //Convert tickCount value to msecs
949 //There is a chance that Tickcount did not wrap around but aTime value does
    [all...]
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_node.h 415 iConnectOperationTime[aOp] = OsclTickCount::TicksToMsec(OsclTickCount::TickCount());
419 uint32 delta = OsclTickCount::TicksToMsec(OsclTickCount::TickCount()) - iConnectOperationTime[aOp];
425 iRecvOperationTime[aOp] = OsclTickCount::TicksToMsec(OsclTickCount::TickCount());
429 uint32 delta = OsclTickCount::TicksToMsec(OsclTickCount::TickCount()) - iRecvOperationTime[aOp];
435 iSendOperationTime[aOp] = OsclTickCount::TicksToMsec(OsclTickCount::TickCount());
439 uint32 delta = OsclTickCount::TicksToMsec(OsclTickCount::TickCount()) - iSendOperationTime[aOp];
    [all...]
  /external/opencore/engines/player/src/
pv_player_engine.h 628 // Retrieve the tickcount time
629 uint32 tickcount = 0; local
631 PVMFTimebase_Tickcount::GetCurrentTick32(tickcount, aOverflow);
639 // Calculate the tickcount since last rate change
641 PVTimeComparisonUtils::IsEarlier(iRateChangeTC, tickcount, ticksSinceChange);
663 // Save the tickcount time when the rate changed
668 uint32 tickcount = 0; local
669 PVMFTimebase_Tickcount::GetCurrentTick32(tickcount, overflow);
670 iRateChangeTC = tickcount;
682 uint32 iRateChangeTCTime; // The tickcount's time when rate last change
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
sampletableatom.cpp     [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
pvmi_mio_avi_wav_file.cpp     [all...]
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_readyq.cpp 257 pvbase->iPVReadyQLink.iTimeQueuedTicks = OsclTickCount::TickCount();
403 b->iPVReadyQLink.iTimeQueuedTicks = OsclTickCount::TickCount();

Completed in 610 milliseconds

1 2 3