/external/chromium_org/tools/perf/benchmarks/ |
scirra.py | 26 tickcount = '$tickcount$' 28 # Construct 2 has different variables for Objects, fps and tickcount. 32 tickcount = 'Ff' 38 if (window.cr_getC2Runtime().%(tickcount)s > 500 && 47 """ % {'tickcount': tickcount, 'fps': fps, 'object_count': object_count}
|
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/ |
SDL_systimer.cpp | 46 start = User::TickCount(); 55 TUint deltaTics = User::TickCount() - start;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
argvemulator.py | 38 stoptime = Evt.TickCount() + timeout 39 while not self.quitting and Evt.TickCount() < stoptime:
|
/external/chromium_org/media/cdm/ppapi/ |
cdm_logging.cc | 69 uint64 TickCount() { 117 stream_ << TickCount() << ':';
|
/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.15/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_org/chrome/browser/resources/net_internals/ |
waterfall_view.js | 192 var tickCount = availableWidth / tickDistance; 193 for (var i = 0; i < tickCount; ++i) {
|
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
SDL_epocaudio.cpp | 577 TInt tics = User::TickCount(); 583 TInt ntics = User::TickCount() - tics;
|
/external/chromium/base/ |
time_mac.cc | 119 // with less precision (such as TickCount) just call through to
|
logging.cc | 143 uint64 TickCount() { 683 stream_ << TickCount() << ':';
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartDataUsageView.java | 640 final int tickCount = (int) (range / tickJump); 641 final float[] tickPoints = new float[tickCount];
|
/external/chromium_org/base/time/ |
time_mac.cc | 53 // with less precision (such as TickCount) just call through to
|
/external/chromium_org/base/ |
logging.cc | 134 uint64 TickCount() { 712 stream_ << TickCount() << ':';
|
/external/libvpx/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...] |
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 1889 ulong tickcount; \/* # of ticks *\/ local [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...] |
/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 | 920 /**Keep buffer tickcount*/ [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
OMX_G711Enc_Utils.h | 797 /**Keep buffer tickcount*/ [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
OMX_WmaDec_Utils.h | 791 /**Keep buffer tickcount*/ [all...] |
/prebuilts/devtools/tools/lib/ |
sdklib.jar | |