/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app.h | 43 extern void appRender(long tick, int width, int height);
|
/external/sonivox/jet_tools/JetCreator/ |
JetCreatorhlp.dat | 14 starting m/b/t = Sets the starting measure, beat, and tick for the event.
28 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
55 starting m/b/t = Sets the starting measure, beat, and tick for the segment.
67 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
|
/external/v8/tools/ |
tickprocessor-driver.js | 29 // Tick Processor's code flow.
|
/frameworks/base/opengl/tests/angeles/ |
app.h | 43 extern void appRender(long tick, int width, int height);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartAxis.java | 44 /** Return list of tick points for drawing a grid. */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
timex.h | 47 long tick; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
timex.h | 47 long tick; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
timex.h | 47 long tick; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
timex.h | 47 long tick; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
timex.h | 47 long tick; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
timex.h | 47 long tick; member in struct:timex
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
timex.h | 47 long tick; member in struct:timex
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
timex.h | 47 long tick; member in struct:timex
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
timex.h | 47 long tick; member in struct:timex
|
/external/iproute2/tc/ |
tc_core.c | 44 unsigned tc_core_tick2time(unsigned tick) 46 return tick/tick_in_usec; 203 * tick multiplier of 1000 in case of nano-second resolution,
|
/external/webkit/Source/WebCore/platform/win/ |
WheelEventWin.cpp | 105 // (the default scroll amount on Windows is three lines per wheel tick). 110 // |delta| after saving the original value on the wheel tick member. 116 // WebKit, we still note it as a vertical scroll on the wheel tick
|
/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
|
timer.h | 78 * timer tick.
|
/external/qemu/slirp-android/ |
tcp_var.h | 155 * will each average +1/2 tick of bias. When we compute 156 * the retransmit timer, we want 1/2 tick of rounding and 157 * 1 extra tick because of +-1/2 tick uncertainty in the 159 * 1.5 tick we need. But, because the bias is
|
/prebuilt/linux-x86/toolchain/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
|
/external/openssl/crypto/ |
sparccpuid.S | 226 .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
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 285 "tick tick tick",
|
/hardware/ril/mock-ril/src/js/ |
mock_ril.js | 204 function onUnsolicitedTick(tick) { 205 print('onUnsolicitedTick EX tick=' + tick);
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-fake-workers.html | 85 <li id="s1">Open DevTools, Scripts Panel; Tick Debug on Workers sidebar.</li>
|
/external/chromium/chrome/browser/ui/cocoa/ |
animatable_view.mm | 43 // Overridden to call setHeight for each progress tick.
|