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

1 2

  /external/chromium-trace/catapult/tracing/tracing/ui/base/
animation_controller_test.html 19 this.tickCount = 0;
46 this.tickCount++;
64 assert.equal(animation.tickCount, 1);
83 assert.equal(animation.tickCount, 1);
87 assert.equal(animation.tickCount, 2);
113 assert.isAbove(a2.tickCount, 0);
153 assert.equal(a1.tickCount, 0);
157 assert.equal(a1.tickCount, 1);
  /external/lzma/CPP/7zip/Crypto/
RandGen.cpp 74 DWORD tickCount = ::GetTickCount();
75 HASH_UPD(tickCount);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
argvemulator.py 38 stoptime = Evt.TickCount() + timeout
39 while not self.quitting and Evt.TickCount() < stoptime:
  /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:
  /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...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 553 final int tickCount = (int) (range / tickJump);
554 final float[] tickPoints = new float[tickCount];
  /external/dng_sdk/source/
dng_utils.cpp 316 return TickCount () * (1.0 / 60.0);
  /external/libchrome/base/time/
time_mac.cc 56 // with less precision (such as TickCount) just call through to
  /external/libchrome/base/
logging.cc 145 uint64_t TickCount() {
790 stream_ << TickCount() << ':';
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 1096 UInt32 start = TickCount();
1101 UInt32 wait = EventTimeToTicks (maxWait / 1000.0) - (TickCount() - start);
  /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/VEX/switchback/
test_emfloat.c 1887 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...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 

Completed in 3688 milliseconds

1 2