Searched defs:accumulator (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libnbaio/
H A DNBAIO.cpp77 size_t accumulator = 0; local
78 while (accumulator < total) {
79 size_t count = total - accumulator;
90 accumulator += ret;
94 return accumulator > 0 ? accumulator : ret;
96 return accumulator;
113 size_t accumulator = 0; local
114 while (accumulator < total) {
115 size_t count = total - accumulator;
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java466 private boolean readContentParameters(int startIndex, int leftToRead, int accumulator) { argument
493 - totalRead, accumulator + totalRead);
521 accumulator + totalRead);
524 mDataLength = accumulator;
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp72 * In the case of a general reduction kernel, the kernel's accumulator
74 * original accumulator function name "<ACCUMFN>" followed by
76 * for the function generated from the accumulator should not
77 * introduce any possibility for name clashes today: The accumulator
81 * any reduction kernels that share the accumulator <ACCUMFN> can
359 // Create skeleton of a general reduce kernel's expanded accumulator.
553 // ForEach-able function or a general reduction accumulator
621 // ForEach-able function or an expanded general reduction accumulator
705 // or an expanded general reduction accumulator function. Also, for the call to the
1122 // Expand the accumulator functio
1419 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); local
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5631 float accumulator, int negativeKeyCode, int positiveKeyCode) {
5632 while (accumulator <= -mConfigTickDistance) {
5634 accumulator += mConfigTickDistance;
5636 while (accumulator >= mConfigTickDistance) {
5638 accumulator -= mConfigTickDistance;
5640 return accumulator;
5630 consumeAccumulatedMovement(long time, int metaState, float accumulator, int negativeKeyCode, int positiveKeyCode) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 4845 milliseconds