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

  /external/chromium_org/tools/perf/benchmarks/
scirra.py 27 tickcount = '$tickcount$'
29 # Construct 2 has different variables for Objects, fps and tickcount.
33 tickcount = 'Ff'
39 if (window.cr_getC2Runtime().%(tickcount)s > 500 &&
48 """ % {'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() << ':';
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrtdef.h 70 USHORT TickCount;
188 USHORT 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 181 var tickCount = availableWidth / tickDistance;
182 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;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 571 final int tickCount = (int) (range / tickJump);
572 final float[] tickPoints = new float[tickCount];
  /external/chromium_org/base/time/
time_mac.cc 54 // with less precision (such as TickCount) just call through to
  /external/chromium_org/base/
logging.cc 131 uint64 TickCount() {
682 stream_ << 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/intel/img/psb_video/src/
psb_drv_debug.c 321 fprintf(psb_video_debug_fp, "TickCount - [0x%08lx], ",
    [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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 1282 milliseconds