Home
last modified time | relevance | path

Searched refs:beats (Results 1 – 17 of 17) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
Dmidifile.py221 def ConvertToTicks (self, measures, beats, ticks): argument
222 total_beats = beats + (measures * self.beats_per_measure)
227 beats = ticks / self.ppqn
228 ticks -= beats * self.ppqn
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)
[all …]
DJetUtils.py160 measures, beats, ticks = s.split(':',3)
161 return (int(measures), int(beats), int(ticks))
DJetFile.py130 measures, beats, ticks = s.split(':',3)
131 return self.ConvertToTicks(int(measures), int(beats), int(ticks))
/external/ltp/testcases/kernel/fs/doio/
DREADME55 # runs forever: beats on opens and closes of file ocfile - no io
/external/tensorflow/tensorflow/contrib/lite/examples/ios/simple/
DRunModelViewController.mm60 // Only add it if it beats the threshold and has a chance at being in
/external/tensorflow/tensorflow/examples/ios/camera/
Dtensorflow_utils.mm64 // Only add it if it beats the threshold and has a chance at being in
/external/tensorflow/tensorflow/examples/ios/simple/
DRunModelViewController.mm80 // Only add it if it beats the threshold and has a chance at being in
/external/tensorflow/tensorflow/examples/ios/benchmark/
DBenchmarkViewController.mm82 // Only add it if it beats the threshold and has a chance at being in
/external/tensorflow/tensorflow/contrib/lite/examples/ios/camera/
DCameraExampleViewController.mm85 // Only add it if it beats the threshold and has a chance at being in
/external/llvm/lib/Target/PowerPC/
DREADME.txt58 This could be much better (bdnz instead of bdz) but it still beats us. If we
/external/libvncserver/
DREADME309 beats Tarantella.
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME.txt126 This could be much better (bdnz instead of bdz) but it still beats us. If we
/external/python/cpython2/Doc/faq/
Dlibrary.rst792 than a third of a second. This often beats doing something more complex and
Dprogramming.rst204 of moderately advanced usage. :meth:`list.sort` beats other techniques for
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog2379 *much* more bare bones. But it turns out it beats the living hell out of
/external/python/cpython3/Modules/_ctypes/libffi/
DChangeLog2379 *much* more bare bones. But it turns out it beats the living hell out of
/external/jline/src/src/test/resources/jline/example/
Denglish.gz