Searched refs:accumulator (Results 1 - 9 of 9) 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...]
H A DAudioBufferProviderSource.cpp90 for (size_t accumulator = 0; ; ) {
91 ALOG_ASSERT(accumulator <= total);
92 size_t count = total - accumulator;
94 return accumulator;
113 return accumulator > 0 ? accumulator : (ssize_t) status;
123 if (CC_LIKELY(accumulator > 0)) {
124 return accumulator;
130 accumulator += ret;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java983 int accumulator = 0;
994 accumulator++;
996 accumulator += 2; // escape character + shift table index
999 accumulator++;
1001 if (accumulator > limit) {
/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/Renderscript/
H A DRSKernelExpand.cpp336 // Create skeleton of a general reduce kernel's expanded accumulator.
530 // ForEach-able function or a general reduction accumulator
598 // ForEach-able function or an expanded general reduction accumulator
682 // or an expanded general reduction accumulator function. Also, for the call to the
1099 // Expand the accumulator function for a general reduce-style kernel.
1107 // The input accumulator function gets expanded into a function of the form
1123 ALOGV("Expanding accumulator %s for general reduce kernel",
1144 // Create empty accumulator function.
1149 // Extract the expanded accumulator's parameters. It is
1178 // Populate the actual call to the original accumulator
1394 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); local
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5261 float accumulator, int negativeKeyCode, int positiveKeyCode) {
5262 while (accumulator <= -mConfigTickDistance) {
5264 accumulator += mConfigTickDistance;
5266 while (accumulator >= mConfigTickDistance) {
5268 accumulator -= mConfigTickDistance;
5270 return accumulator;
5260 consumeAccumulatedMovement(long time, int metaState, float accumulator, int negativeKeyCode, int positiveKeyCode) argument
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A DScriptC_reduce_general_accumulator.java.expect22 package accumulator;
25 import accumulator.reduce_general_accumulatorBitCode;
/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 216 milliseconds