HomeSort by relevance Sort by last modified time
    Searched refs:tick (Results 26 - 50 of 272) sorted by null

12 3 4 5 6 7 8 91011

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon14608
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon14653
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon14660
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
spyware.cc 29 DWORD tick = ::GetTickCount() + 15000; local
30 while (tick > ::GetTickCount()) {
  /external/qemu/hw/arm/
armv7m_nvic.c 40 int64_t tick; member in struct:__anon13357::__anon13358
67 s->systick.tick = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL);
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s);
69 timer_mod(s->systick.timer, s->systick.tick);
140 if (t >= s->systick.tick)
142 val = ((s->systick.tick - (t + 1)) / systick_scale(s)) + 1;
145 tick. This is a hack to return zero during the first tick. */
278 if (s->systick.tick) {
279 s->systick.tick += now
    [all...]
  /external/chromium_org/tools/site_compare/drivers/win32/
mouse.py 100 def MoveToLocation(pos, duration=0, tick=0.01):
106 tick: amount of time between successive moves of the mouse
112 num_steps = (duration/tick)+1
134 time.sleep(tick)
windowing.py 128 def InvokeAndWait(path, cmdline="", timeout=10, tick=1.):
135 tick: length of time to wait between checks
178 tries_until_timeout = timeout/tick
190 time.sleep(tick)
218 def WaitForThrobber(hwnd, rect=None, timeout=20, tick=0.1, done=10):
225 tick: how often to check the throbber
241 time.sleep(tick)
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 105 void encode(int tick, AudioStream *chain);
106 void decode(int tick);
264 void AudioStream::encode(int tick, AudioStream *chain)
266 if (tick - mTick >= mInterval) {
268 int skipped = (tick - mTick) / mInterval;
275 tick = mTick;
310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate);
360 void AudioStream::decode(int tick)
369 if ((unsigned int)(tick + BUFFER_SIZE - mBufferHead) > BUFFER_SIZE * 2)
721 int tick = elapsedRealtime(); local
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Stopwatch.java 124 long tick = ticker.read(); local
127 elapsedNanos += tick - startTick;
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 23 clk.tick();
54 vector1.tick();
69 thr1.tick();
71 thr2.tick();
84 vector.tick();
105 vector1.tick();
107 vector2.tick();
183 void tick() { function in struct:__tsan::SimpleThreadClock
252 thr0[tid]->tick();
253 thr1[tid]->tick();
    [all...]
  /external/chromium_org/courgette/
memory_monitor.cc 32 void tick(size_t w, char sign) { function in struct:H
82 tick(s, '+');
94 tick(s, '-');
  /external/chromium_org/third_party/icu/source/tools/tzcode/
icuzdump.cpp 96 tick = 1000;
112 tick = t;
152 if (diff <= tick) {
155 UDate medt = lot + ((diff / 2) / tick) * tick;
205 int32_t tick; member in class:ICUZDump
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 96 tick = 1000;
112 tick = t;
152 if (diff <= tick) {
155 UDate medt = lot + ((diff / 2) / tick) * tick;
205 int32_t tick; member in class:ICUZDump
  /external/guava/guava/src/com/google/common/base/
Stopwatch.java 125 long tick = ticker.read(); local
128 elapsedNanos += tick - startTick;
  /development/ndk/platforms/android-3/include/linux/
timex.h 47 long tick; member in struct:timex
  /development/ndk/platforms/android-L/include/linux/
timex.h 37 long tick; member in struct:timex
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 71 void tick() { function in struct:__tsan::ThreadClock
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
FastTimes.c 145 UInt64 tick, usec1, usec2; local
148 /* Wait for the beginning of the very next tick */
149 for(tick = MyLMGetTicks() + 1; tick > MyLMGetTicks(); );
156 /* Wait for the exact 60th tick to roll over */
157 while(tick + 60 > MyLMGetTicks());
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 22 waiting timer (flush the single tick) ...
45 waiting timer (flush the single tick) ...
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
timex.h 77 long tick; /* (modified) usecs between clock ticks */ member in struct:timex
107 #define ADJ_TICK 0x4000 /* tick value */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
timex.h 77 long tick; /* (modified) usecs between clock ticks */ member in struct:timex
107 #define ADJ_TICK 0x4000 /* tick value */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
timex.h 47 long tick; member in struct:timex
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
timex.h 47 long tick; member in struct:timex
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
timex.h 47 long tick; member in struct:timex
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
timex.h 47 long tick; member in struct:timex

Completed in 3175 milliseconds

12 3 4 5 6 7 8 91011