HomeSort by relevance Sort by last modified time
    Searched refs:tick (Results 101 - 125 of 204) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/third_party/libevent/compat/sys/
_time.h 148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
  /external/kernel-headers/original/linux/
timex.h 119 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
compat.h 58 compat_long_t tick; member in struct:compat_timex
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttl.c 303 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;
    [all...]
eas_ota.c 457 duration = pData->tick * (0x20 >> temp);
533 pData->tick = bpmTable[temp];
855 pData->tick = DEFAULT_TICK_CONV;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttl.c 303 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;
    [all...]
eas_ota.c 457 duration = pData->tick * (0x20 >> temp);
533 pData->tick = bpmTable[temp];
855 pData->tick = DEFAULT_TICK_CONV;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttl.c 303 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;
    [all...]
eas_ota.c 457 duration = pData->tick * (0x20 >> temp);
533 pData->tick = bpmTable[temp];
855 pData->tick = DEFAULT_TICK_CONV;
    [all...]
eas_tonecontrol.c 85 /* calculate a new tick time based on resolution & tempo */
90 pData->tick = ((60 * 1000) << 8) / (pData->tempo * pData->resolution);
730 pData->length = (EAS_I32) duration * pData->tick;
  /external/chromium/base/
time_posix.cc 194 #error No usable tick clock function on this platform.
  /external/chromium_org/chrome/test/functional/
stress.py 294 tick = round(random.random() * 100)
295 if tick % 2 != 0:
322 tick = round(random.random() * 100)
325 if tick % 2!= 0:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 91 /** Set tick queue position; event data type = #snd_seq_ev_queue_control_t */
99 /** MIDI Real Time Tick message; event data type = #snd_seq_ev_queue_control_t */
254 /** (MIDI) Tick-time data record */
259 snd_seq_tick_time_t tick; /**< tick-time */ member in union:snd_seq_timestamp
seqmid.h 121 * \brief set tick-scheduling mode on queue
125 * \param ttick tick time-stamp to be delivered
128 * MIDI tick mode.
136 (ev)->time.tick = (ttick),\
276 * \brief set the tick-time position of a queue
279 * \param ttime the new tick-time
285 (ev)->data.queue.param.time.tick = (ttime))
369 * \param dur duration (in tick or msec)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 91 /** Set tick queue position; event data type = #snd_seq_ev_queue_control_t */
99 /** MIDI Real Time Tick message; event data type = #snd_seq_ev_queue_control_t */
254 /** (MIDI) Tick-time data record */
259 snd_seq_tick_time_t tick; /**< tick-time */ member in union:snd_seq_timestamp
seqmid.h 121 * \brief set tick-scheduling mode on queue
125 * \param ttick tick time-stamp to be delivered
128 * MIDI tick mode.
136 (ev)->time.tick = (ttick),\
276 * \brief set the tick-time position of a queue
279 * \param ttime the new tick-time
285 (ev)->data.queue.param.time.tick = (ttime))
369 * \param dur duration (in tick or msec)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 91 /** Set tick queue position; event data type = #snd_seq_ev_queue_control_t */
99 /** MIDI Real Time Tick message; event data type = #snd_seq_ev_queue_control_t */
254 /** (MIDI) Tick-time data record */
259 snd_seq_tick_time_t tick; /**< tick-time */ member in union:snd_seq_timestamp
seqmid.h 121 * \brief set tick-scheduling mode on queue
125 * \param ttick tick time-stamp to be delivered
128 * MIDI tick mode.
136 (ev)->time.tick = (ttick),\
276 * \brief set the tick-time position of a queue
279 * \param ttime the new tick-time
285 (ev)->data.queue.param.time.tick = (ttime))
369 * \param dur duration (in tick or msec)
  /frameworks/base/tools/aapt/
Images.cpp 308 // Look for left tick
310 // Starting with a layout padding tick
315 int tick = tick_type(row + i * 4, transparent, outError); local
316 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
322 // Look for right tick
324 // Ending with a layout padding tick
329 int tick = tick_type(row+i*4, transparent, outError); local
330 if (tick != TICK_TYPE_LAYOUT_BOUNDS) {
346 // Look for top tick
348 // Starting with a layout padding tick
353 int tick = tick_type(rows[i] + offset, transparent, outError); local
367 int tick = tick_type(rows[i] + offset, transparent, outError); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 77 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
81 #define SNDRV_SEQ_EVENT_TICK 37 /* midi Real Time Tick message */
347 snd_seq_tick_time_t tick; member in union:snd_seq_timestamp
662 snd_seq_tick_time_t tick; /* current tick */ member in struct:snd_seq_queue_status
673 unsigned int tempo; /* current tempo, us/tick */
684 #define SNDRV_SEQ_TIMER_MIDI_TICK 2 /* Midi Timer Tick (TICK event) */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 77 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
81 #define SNDRV_SEQ_EVENT_TICK 37 /* midi Real Time Tick message */
347 snd_seq_tick_time_t tick; member in union:snd_seq_timestamp
662 snd_seq_tick_time_t tick; /* current tick */ member in struct:snd_seq_queue_status
673 unsigned int tempo; /* current tempo, us/tick */
684 #define SNDRV_SEQ_TIMER_MIDI_TICK 2 /* Midi Timer Tick (TICK event) */
    [all...]
  /external/qemu/android/camera/
camera-service.c 1004 uint64_t tick; local
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 621 * @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/
menu.js 616 * @param {number} tick The number of pixels to scroll.
619 autoScroll_: function(tick) {
621 this.scrollTop += tick;
625 menu.autoScroll_(tick);
  /external/chromium_org/media/midi/
midi_manager_win.cc 337 base::TimeDelta TickToTimeDelta(DWORD tick) const {
339 base::TimeDelta::FromMicroseconds(static_cast<uint32>(tick));

Completed in 994 milliseconds

1 2 3 45 6 7 8 9