HomeSort by relevance Sort by last modified time
    Searched full:accumulated (Results 76 - 100 of 656) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 145 * that x86 has accumulated... so far).
  /external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java 91 // Apply all accumulated changes to the code.
  /external/skia/tools/lua/
scrape_dashing_full.lua 124 "accumulated".
  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager.h 104 // During the initial phase where packets are being accumulated and silence
  /frameworks/base/core/java/com/android/internal/util/
BitwiseOutputStream.java 59 * Return byte array containing accumulated data, sized to just fit.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
  /libcore/ojluni/src/main/java/sun/net/www/http/
PosterOutputStream.java 83 * stream to zero, so that all currently accumulated output in the
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BogusMoveEventDetector.java 63 // Accumulated distance from actual and artificial down keys.
  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 17 // A score includes scores accumulated in previous turns for each player,
  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 17 // A score includes scores accumulated in previous turns for each player,
  /system/connectivity/shill/
link_monitor.h 68 // accumulated statistics.
passive_link_monitor.h 52 // Stop passive link-monitoring. Clears any accumulated statistics.
active_link_monitor.cc 96 // Clear stats accumulated from previous monitor cycles.
303 // accumulated stats regarding the gateway are not cleared.
  /system/core/healthd/include/healthd/
healthd.h 51 // batteryChargeCounterPath: battery accumulated charge
  /system/extras/simpleperf/
sample_tree.h 45 uint64_t accumulated_period; // Accumulated when appearing in other samples' callchain.
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 56 * Resets the accumulated code.
71 * Extends the size of the accumulated code.
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.h 312 uint32_t _recordedBytes; // accumulated #recorded bytes (reset periodically)
317 LONGLONG _playAcc; // accumulated time for playout callback
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.cpp 151 // buffer is not accumulated and it contains a complete frame
170 // buffer accumulated contains a complete frame
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CountingInputStream.java 116 * @return the number of bytes accumulated
152 * @return the number of bytes accumulated
  /prebuilts/gdb/darwin-x86/lib/python2.7/
MimeWriter.py 79 - If you call flushheaders(), the headers accumulated so far are
118 """Writes out and forgets all headers accumulated so far.
  /prebuilts/gdb/linux-x86/lib/python2.7/
MimeWriter.py 79 - If you call flushheaders(), the headers accumulated so far are
118 """Writes out and forgets all headers accumulated so far.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
MimeWriter.py 79 - If you call flushheaders(), the headers accumulated so far are
118 """Writes out and forgets all headers accumulated so far.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
MimeWriter.py 79 - If you call flushheaders(), the headers accumulated so far are
118 """Writes out and forgets all headers accumulated so far.
  /system/core/metricsd/
metrics_collector.h 251 // Active use accumulated in a day.
253 // Active use accumulated since the latest version update.
  /external/webp/src/dsp/
lossless_enc.c 424 static float PredictionCostSpatialHistogram(const int accumulated[4][256],
431 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]);
554 // Returns best predictor and updates the accumulated histogram.
557 int accumulated[4][256],
599 (const int (*)[256])accumulated, (const int (*)[256])histo_argb);
611 accumulated[i][j] += best_histo[i][j];
    [all...]

Completed in 2485 milliseconds

1 2 34 5 6 7 8 91011>>