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

1 2

  /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/qemu/distrib/sdl-1.2.12/src/timer/epoc/
SDL_systimer.cpp 48 start = User::TickCount();
57 TUint deltaTics = User::TickCount() - start;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdateNoWindow.java 245 * Creates a sub-monitor that will use up to tickCount on the progress bar.
246 * tickCount must be 1 or more.
248 public ITaskMonitor createSubMonitor(int tickCount) {
250 assert tickCount > 0;
251 return new ConsoleSubTaskMonitor(this, null, mValue, tickCount * mIncCoef);
329 public ITaskMonitor createSubMonitor(int tickCount) {
331 assert tickCount > 0;
335 tickCount * mSubCoef);
  /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/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/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/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 570 * @param tickCount
574 protected final void enableRetransmissionTimer(int tickCount) {
577 retransmissionTimerTicksLeft = tickCount;
580 retransmissionTimerTicksLeft = Math.min(tickCount,
597 * @param tickCount
600 protected final void enableTimeoutTimer(int tickCount) {
603 + " tickCount " + tickCount + " currentTickCount = "
606 timeoutTimerTicksLeft = tickCount;
    [all...]
  /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/chromium/base/
time_mac.cc 119 // with less precision (such as TickCount) just call through to
logging.cc 146 uint64 TickCount() {
447 stream_ << TickCount() << ':';
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/
RepoSourceTest.java 58 public ITaskMonitor createSubMonitor(int tickCount) {
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 376 record.when = TickCount();
522 event.when = TickCount();
688 record.when = TickCount();
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 49 carbonEvent->when = TickCount();
  /external/libvpx/examples/includes/geshi/geshi/
basic4gl.php 204 'windowwidth','windowheight','waittimer','Vec4','Vec3','Vec2','val','UpdateJoystick','ucase$','Transpose','tickcount',
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 109 /*For timestamp and tickcount*/
359 /*add on: TimeStamp & TickCount EmptyBufferDone*/
361 TICK_PRINT("TickCount Output: %ld\n\n",pBuffer->nTickCount);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 601 /** Keep buffer tickcount **/
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 77 /*For timestamp and tickcount*/
398 /*add on: TimeStamp & TickCount EmptyBufferDone*/
400 TICK_PRINT("TickCount Output: %ld\n\n",pBuffer->nTickCount);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 86 /*For timestamp and tickcount*/
411 /*add on: TimeStamp & TickCount EmptyBufferDone*/
413 TICK_PRINT("TickCount Output: %ld\n\n",pBuffer->nTickCount);
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Decoder.h 704 /**Keep buffer tickcount*/
OMX_G711Dec_Utils.h 778 /**Keep buffer tickcount*/
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 916 /**Keep buffer tickcount*/
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 797 /**Keep buffer tickcount*/
    [all...]

Completed in 510 milliseconds

1 2