Searched refs:tick (Results 26 - 50 of 80) sorted by relevance

1234

/external/qemu/hw/
H A Darmv7m_nvic.c40 int64_t tick; member in struct:__anon24635::__anon24636
67 s->systick.tick = qemu_get_clock_ns(vm_clock);
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s);
69 qemu_mod_timer(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
[all...]
/external/chromium_org/tools/site_compare/drivers/win32/
H A Dwindowing.py128 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)
H A Dmouse.py100 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)
/external/chromium/base/debug/
H A Dtrace_event.cc72 TimeTicks tick = TimeTicks::HighResNow();
74 TimeTicks tick = TimeTicks::Now();
76 TimeDelta delta = tick - trace_start_time_;
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DStopwatch.java124 long tick = ticker.read();
127 elapsedNanos += tick - startTick;
/external/chromium_org/v8/tools/profviz/
H A Dcomposer.js51 var kTickHalfDuration = 0.5; // Duration of half a tick in ms.
91 function Tick(tick) {
92 this.tick = tick;
166 var tick = ticks[i].tick;
168 new Range(tick - kTickHalfDuration, tick + kTickHalfDuration));
341 var tick = new Tick(timer);
344 if (entry) FindCodeKind(entry.kind).in_execution.push(tick);
[all...]
/external/chromium_org/courgette/
H A Dmemory_monitor.cc32 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/
H A Dicuzdump.cpp96 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/icu4c/tools/tzcode/
H A Dicuzdump.cpp96 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/
H A DStopwatch.java125 long tick = ticker.read();
128 elapsedNanos += tick - startTick;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h57 void tick(unsigned tid) { function in struct:__tsan::ThreadClock
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
H A DFastTimes.c145 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/
H A Dtimerfd-syscall.stderr.exp22 waiting timer (flush the single tick) ...
45 waiting timer (flush the single tick) ...
/external/iproute2/tc/
H A Dtc_core.c44 unsigned tc_core_tick2time(unsigned tick) argument
46 return tick/tick_in_usec;
203 * tick multiplier of 1000 in case of nano-second resolution,
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dsparccpuid.S226 .word 0x91410000 !rd %tick,%o0
259 ! a lot of %tick-s, couple of thousand on Linux...
263 .word 0x91410000 !rd %tick,%o0
266 .word 0x93410000 !rd %tick,%o1
269 .word 0x95410000 !rd %tick,%o2
272 .word 0x97410000 !rd %tick,%o3
275 .word 0x99410000 !rd %tick,%o4
/external/openssl/crypto/
H A Dsparccpuid.S226 .word 0x91410000 !rd %tick,%o0
259 ! a lot of %tick-s, couple of thousand on Linux...
263 .word 0x91410000 !rd %tick,%o0
266 .word 0x93410000 !rd %tick,%o1
269 .word 0x95410000 !rd %tick,%o2
272 .word 0x97410000 !rd %tick,%o3
275 .word 0x99410000 !rd %tick,%o4
/external/chromium/chrome/browser/resources/
H A Dmenu.js621 * @param {number} tick The number of pixels to scroll.
624 autoScroll_: function(tick) {
626 this.scrollTop += tick;
630 menu.autoScroll_(tick);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmenu.js616 * @param {number} tick The number of pixels to scroll.
619 autoScroll_: function(tick) {
621 this.scrollTop += tick;
625 menu.autoScroll_(tick);
/external/chromium/third_party/libevent/compat/sys/
H A D_libevent_time.h148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
H A D_time.h148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
/external/chromium_org/third_party/libevent/compat/sys/
H A D_libevent_time.h148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
H A D_time.h148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
/external/kernel-headers/original/linux/
H A Dtimex.h119 long tick; /* (modified) usecs between clock ticks */ member in struct:timex
144 #define ADJ_TICK 0x4000 /* tick value */
202 extern int tickadj; /* amount of adjustment per tick */
220 extern long time_next_adjust; /* Value for time_adjust at next tick */
261 * time jump forward during a tick. A slower clock is usually a side effect
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttl.c303 ticks = pData->duration * pData->tick;
369 pData->tick = TICK_CONVERT / (EAS_U32) temp;
408 ticks = c * pData->tick;
911 pData->tick = TICK_CONVERT / (EAS_U32) tempo;
986 pData->tick = DEFAULT_TICK_CONV;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttl.c303 ticks = pData->duration * pData->tick;
369 pData->tick = TICK_CONVERT / (EAS_U32) temp;
408 ticks = c * pData->tick;
911 pData->tick = TICK_CONVERT / (EAS_U32) tempo;
986 pData->tick = DEFAULT_TICK_CONV;

Completed in 728 milliseconds

1234