HomeSort by relevance Sort by last modified time
    Searched full:beat (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium_org/build/android/
host_heartbeat.py 7 """Sends a heart beat pulse to the currently online Android devices.
8 This heart beat lets the devices know that they are connected to a host.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-date-format-tofte.html 61 // http://www.xs4all.nl/~ppk/js/beat.html
66 var beat = Math.floor(theSeconds/86.4);
67 if (beat > 1000) beat -= 1000;
68 if (beat < 0) beat += 1000;
69 if ((""+beat).length == 1) beat = "00"+beat;
70 if ((""+beat).length == 2) beat = "0"+beat
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/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/chromium_org/third_party/WebKit/PerformanceTests/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...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
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/chromium_org/base/memory/
singleton.cc 12 // Handle the race. Another thread beat us and either:
  /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.
  /external/chromium_org/chrome/service/
chrome_service_application_mac.mm 20 // launching Chrome if necessary. Used to beat CUPS sandboxing.
  /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...]
  /external/chromium_org/content/test/data/media/
encrypted_media_utils.js 15 // Heart beat message header.
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRect_opts_SSE2.cpp 71 // Googling suggests _mm_stream is only going to beat _mm_store
  /external/skia/src/opts/
SkBlitRect_opts_SSE2.cpp 71 // Googling suggests _mm_stream is only going to beat _mm_store
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 55 int beat = heartBeat; local
60 if (beat != beat2) {
  /external/chromium/chrome/common/extensions/docs/static/
apps.html 83 "description": "Enter a world where a Vanagon can beat a Maserati",
  /external/chromium_org/chrome/browser/autocomplete/
builtin_provider.cc 123 // allow it to beat url-what-you-typed and be inlined.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
apps.html 92 "description": "Enter a world where a Vanagon can beat a Maserati",
  /external/chromium_org/content/browser/geolocation/
location_arbitrator_impl.cc 25 // a GPS-type location provider (in case it misses a beat) plus a little.
  /external/guava/guava/src/com/google/common/collect/
Interners.java 81 /* Someone beat us to it! Trying again...
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 63 M4DA_StreamTypeAudioBba = 21, /**< Beat Brew audio fomat */
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.cc 70 // Heart beat message header. If a key message starts with |kHeartBeatHeader|,
71 // it's a heart beat message. Otherwise, it's a key request.
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 135 // Somebody beat us to the memory setup.
168 // Somebody beat us to the memory setup.
  /external/chromium/base/
lazy_instance.h 97 // if another thread has beat us, wait for instance to be created and
  /external/chromium_org/base/
lazy_instance.h 107 // if another thread has beat us, wait for instance to be created and

Completed in 4578 milliseconds

1 2 3 4 5