HomeSort by relevance Sort by last modified time
    Searched full:accumulate (Results 301 - 325 of 1081) sorted by null

<<11121314151617181920>>

  /external/okhttp/okio/okio/src/main/java/okio/
Base64.java 77 // For every 4 chars of input, we accumulate 24 bits of output. Emit 3 bytes.
  /external/opencv3/modules/calib3d/test/
test_affine3d_estimator.cpp 173 m == accumulate(outl.begin(), outl.begin() + m, 0);
  /external/opencv3/samples/gpu/performance/
performance.cpp 79 double sum = accumulate(samples.begin(), samples.end(), 0.);
  /external/parameter-framework/upstream/remote-processor/
Message.cpp 258 return accumulate(begin(mData), end(mData), static_cast<uint8_t>(_ucMsgId));
  /external/skia/src/gpu/
GrSWMaskHelper.h 85 // The ClipMaskManager uses it to accumulate clip masks while the
  /external/skia/tools/lua/
glyph-usage.lua 27 Following this call, there will be some number of calls to accumulate(t)
  /external/skia/tools/
skdiff.cpp 174 // Accumulate fractionally different pixels, then divide out
  /external/toybox/toys/posix/
xargs.c 159 // Accumulate cally thing
  /external/webp/src/dsp/
alpha_processing_sse41.c 61 // accumulate sixteen alpha 'and' in parallel
  /external/webp/src/enc/
histogram.h 91 // Accumulate a token 'v' into a histogram.
  /external/webp/src/utils/
rescaler.c 119 if (!wrk->y_expand) { // Accumulate the contribution of the new row.
  /frameworks/av/services/audioflinger/
AudioResampler.h 63 // Resample int16_t samples from provider and accumulate into 'out'.
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableArray.java 132 // The slow way. Accumulate size for each element.
  /frameworks/base/core/java/android/view/
InputEventReceiver.java 123 * The batched input event will continue to accumulate additional movement
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 113 * and accumulate them. Adjustments are less than eight and the maximum
  /libcore/json/src/test/java/org/json/
SelfUseTest.java 130 object.accumulate("foo", "bar");
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java 114 // Accumulate velocity and do a custom fling when above threshold
  /packages/apps/Camera2/src/com/android/camera/stats/
CaptureSessionStatsCollector.java 89 * Accumulate the information that should be available at the time of the Capture Request.
  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchDAO.java 126 * @param accumulatedTime the amount of time accumulate by the stopwatch at the end of the lap
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
Timer.java 42 * timer will accumulate the results for each tag, and dump the results when asked.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
partial_sum.h 163 _ValueType(__gnu_parallel::accumulate(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
partial_sum.h 163 _ValueType(__gnu_parallel::accumulate(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
partial_sum.h 163 _ValueType(__gnu_parallel::accumulate(
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imaplib.py 71 # Accumulate read(1) because it's simpler to handle the differences
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imaplib.py 71 # Accumulate read(1) because it's simpler to handle the differences

Completed in 1394 milliseconds

<<11121314151617181920>>