/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
spyware.cc | 29 DWORD tick = ::GetTickCount() + 15000; local 30 while (tick > ::GetTickCount()) {
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_clock.h | 57 void tick(unsigned tid) { function in struct:__tsan::ThreadClock
|
/external/ipsec-tools/src/racoon/ |
schedule.h | 54 time_t tick; /* for debug */ member in struct:sched 75 time_t tick; member in struct:scheddump
|
schedule.c | 127 sched_new(tick, func, param) 128 time_t tick; 145 new->tick = tick; 147 new->xtime = current_time() + tick; 260 dst->tick = p->tick; 295 test(tick) 296 int *tick; 298 printf("execute %d\n", *tick); 305 int *tick; 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/sonivox/arm-fm-22k/lib_src/ |
eas_rtttldata.h | 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon26263
|
eas_imelodydata.h | 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon26250
|
eas_otadata.h | 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon26253
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_rtttldata.h | 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon26313
|
eas_imelodydata.h | 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon26300
|
eas_otadata.h | 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon26303
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_rtttldata.h | 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon26365
|
eas_tcdata.h | 50 EAS_I32 tick; /* tick based on current tempo and resolution */ member in struct:__anon26368
|
eas_imelodydata.h | 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon26348
|
eas_otadata.h | 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon26355
|
/external/guava/guava/src/com/google/common/base/ |
Stopwatch.java | 125 long tick = ticker.read(); local 128 elapsedNanos += tick - startTick;
|
/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/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/qemu/hw/ |
armv7m_nvic.c | 40 int64_t tick; member in struct:__anon25248::__anon25249 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 += now [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
TvStatusBar.java | 118 protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) { method in class:TvStatusBar
|
/external/chromium/third_party/libevent/compat/sys/ |
_libevent_time.h | 148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
|
_time.h | 148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
|
/external/chromium_org/third_party/libevent/compat/sys/ |
_libevent_time.h | 148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
|
_time.h | 148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
timex.h | 46 long int tick; /* (modified) usecs between clock ticks */ member in struct:timex 70 #define ADJ_TICK 0x4000 /* tick value */
|