/external/webkit/SunSpider/tests/sunspider-0.9/ |
date-format-tofte.js | 57 // http://www.xs4all.nl/~ppk/js/beat.html 62 var beat = Math.floor(theSeconds/86.4); 63 if (beat > 1000) beat -= 1000; 64 if (beat < 0) beat += 1000; 65 if ((""+beat).length == 1) beat = "00"+beat; 66 if ((""+beat).length == 2) beat = "0"+beat [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
date-format-tofte.js | 57 // http://www.xs4all.nl/~ppk/js/beat.html 62 var beat = Math.floor(theSeconds/86.4); 63 if (beat > 1000) beat -= 1000; 64 if (beat < 0) beat += 1000; 65 if ((""+beat).length == 1) beat = "00"+beat; 66 if ((""+beat).length == 2) beat = "0"+beat [all...] |
/development/samples/JetBoy/res/values/ |
strings.xml | 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
|
/external/sonivox/arm-wt-22k/vectors/ |
abba.imy | 6 BEAT:112
|
/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.
|
JetCtrls.py | 392 """ Combination of controls to capture measure, beat, tick times """
|
JetUtils.py | 323 """ Compates to measure/beat/tick values """
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
ShortcutRepositoryTest.java | 266 assertShortcuts("expected app1 to beat app2 since it has more hits", 272 assertShortcuts("query 'app': expecting app2 to beat app1 since it has more hits", 274 assertShortcuts("query 'a': expecting app2 to beat app1 since it has more hits", 289 assertShortcuts("expected app3 to beat app1 and app2 because it's clicked last", 294 assertShortcuts("query 'app': expecting app2 to beat app1 since it's clicked last", 296 assertShortcuts("query 'a': expecting app2 to beat app1 since it's clicked last", 298 assertShortcuts("query '': expecting app2 to beat app1 since it's clicked last", 307 assertShortcuts("expected app2 to beat app1 since it's clicked last", "", 324 "expecting app1 to beat all others since it's clicked last", 338 assertShortcuts("expected app1 to beat app2 since it has more hits" [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 136 // how many frames per beat? The basic animation can be changed for 175 // JET info: 82 is used as game time for 1/4 note beat. 179 // used to track beat for synch of mute/unmute actions 198 // used to save the beat event system time. 203 // how much do we move the asteroids per beat? 579 // Compute what percentage through a beat we are and adjust 580 // animation and position based on that. This assumes 140bpm(428ms/beat). 581 // This is just inter-beat interpolation, no game state is updated 715 // Note the time of the last beat 824 // check if the key was pressed close enough to the beat to make a hi [all...] |
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 528 Starting measure, beat and tick of the segment</li> 531 Ending measure, beat and tick of the segment</li> 620 Sets the starting measure, beat, and tick for the event</p> 623 Sets the ending measure, beat, and tick for the event, if applicable</p> 1096 create a 4-bar segment with a drum fill that ends on beat 1 of the 5<sup>th</sup [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-x86_64.pl | 20 # on Opteron, I failed to beat 32-bit assembler on EM64T core. Well,
|
/frameworks/base/core/java/android/os/ |
Process.java | 754 * beat you up. 764 * beat you up.
|
/development/tools/zoneinfo/tzdata2009s/ |
africa | 60 # 2:30 BEAT British East Africa Time (no longer used) 367 2:30 - BEAT 1940 834 2:30 - BEAT 1957 [all...] |
/external/tcpdump/ |
sctpConstants.h | 190 /* parameter for Heart Beat */
|
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 222 // for vertical directions, beams only beat up to a point:
|
/frameworks/base/core/tests/coretests/src/android/view/ |
FocusFinderTest.java | 538 "expecting %s to beam beat %s w.r.t %s in direction %s",
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ThreadGroupTest.java | 58 int beat = heartBeat; local 63 if (beat != beat2) { [all...] |
/dalvik/vm/ |
Native.c | 220 * our own pointer back. If somebody beat us to the punch, we'll get
|
/dalvik/vm/oo/ |
Array.c | 606 * Looks like somebody beat us to it. Free up the one we
|
/external/openssl/crypto/engine/ |
eng_dyn.c | 251 /* Good, someone didn't beat us to it */
|
/external/grub/netboot/ |
tlan.c | [all...] |
/external/sonivox/arm-fm-22k/bin/ |
arm-fm-22k | |
/external/srec/srec/crec/ |
astar.c | 766 /* figure out the cost to beat ! */ [all...] |
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 676 * it has to be closer to the boundary to beat our [all...] |
ScrollView.java | 675 * it has to be closer to the boundary to beat our [all...] |