/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
text_measure.js | 17 * width of text is measures like as it is rendered in this element. 41 * Measures the width of text.
|
/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))
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 167 * Returns an object which measures elapsed time.
|
/external/chromium_org/native_client_sdk/src/doc/ |
faq.rst | 384 How does Google know that the safety measures in Native Client are sufficient?
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
splay.js | 30 // JavaScript applications, and it effectively measures how fast the
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-splay.js | 30 // JavaScript applications, and it effectively measures how fast the
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-splay.js | 30 // JavaScript applications, and it effectively measures how fast the
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-splay.js | 30 // JavaScript applications, and it effectively measures how fast the
|
/external/chromium_org/v8/benchmarks/ |
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/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 | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |