HomeSort by relevance Sort by last modified time
    Searched refs:measures (Results 1 - 11 of 11) sorted by null

  /external/sonivox/jet_tools/JetCreator/
midifile.py 221 def ConvertToTicks (self, measures, beats, ticks):
222 total_beats = beats + (measures * self.beats_per_measure)
229 measures = beats / self.beats_per_measure
230 beats -= measures * self.beats_per_measure
231 return (measures, beats, ticks)
234 measures, beats, ticks = self.ConvertTicksToMBT(ticks)
235 return format % (measures, beats, ticks)
239 measures, beats, ticks = s.split(':',3)
240 return (int(measures), int(beats), int(ticks))
245 measures, beats, ticks = self.ConvertStrTimeToTuple(s)
    [all...]
JetFile.py 130 measures, beats, ticks = s.split(':',3)
131 return self.ConvertToTicks(int(measures), int(beats), int(ticks))
    [all...]
JetUtils.py 160 measures, beats, ticks = s.split(':',3)
161 return (int(measures), int(beats), int(ticks))
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
splay.js 30 // JavaScript applications, and it effectively measures how fast the
  /external/v8/benchmarks/
splay.js 30 // JavaScript applications, and it effectively measures how fast the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 30 // JavaScript applications, and it effectively measures how fast the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 30 // JavaScript applications, and it effectively measures how fast the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 30 // JavaScript applications, and it effectively measures how fast the
  /external/blktrace/btt/doc/
btt.tex 154 \item \emph{Q2Q} which measures the time between queue traces
158 \item \emph{Q2C} which measures the times for the complete life cycle
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 514 // document.body.scrollHeight measures afterward. I expect them to be the
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 227 milliseconds