Searched refs:beats (Results 1 – 19 of 19) sorted by relevance
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 221 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 …]
|
D | JetUtils.py | 160 measures, beats, ticks = s.split(':',3) 161 return (int(measures), int(beats), int(ticks))
|
D | JetFile.py | 130 measures, beats, ticks = s.split(':',3) 131 return self.ConvertToTicks(int(measures), int(beats), int(ticks))
|
/external/ltp/testcases/kernel/fs/doio/ |
D | README | 55 # runs forever: beats on opens and closes of file ocfile - no io
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/ |
D | RunModelViewController.mm | 60 // Only add it if it beats the threshold and has a chance at being in
|
/external/tensorflow/tensorflow/examples/ios/camera/ |
D | tensorflow_utils.mm | 64 // Only add it if it beats the threshold and has a chance at being in
|
/external/tensorflow/tensorflow/examples/ios/simple/ |
D | RunModelViewController.mm | 80 // Only add it if it beats the threshold and has a chance at being in
|
/external/tensorflow/tensorflow/examples/ios/benchmark/ |
D | BenchmarkViewController.mm | 82 // Only add it if it beats the threshold and has a chance at being in
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/ |
D | CameraExampleViewController.mm | 98 // Only add it if it beats the threshold and has a chance at being in
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 58 This could be much better (bdnz instead of bdz) but it still beats us. If we
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | README.txt | 58 This could be much better (bdnz instead of bdz) but it still beats us. If we
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README.txt | 126 This could be much better (bdnz instead of bdz) but it still beats us. If we
|
/external/python/cpython2/Doc/faq/ |
D | library.rst | 792 than a third of a second. This often beats doing something more complex and
|
D | programming.rst | 204 of moderately advanced usage. :meth:`list.sort` beats other techniques for
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog | 2379 *much* more bare bones. But it turns out it beats the living hell out of
|
/external/curl/ |
D | CHANGES | 6538 that latter method (only CURLAUTH_NEGOTIATE beats it), and if the Bearer
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 14491 beats %38619 bits
|
D | internal_raw_IPA-old.txt | 17052 beats %28595 bits
|