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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/encoding/xml/
read.go 56 // accumulated in the first struct field that has tag ",chardata".
60 // * If the XML element contains comments, they are accumulated in
565 // Save accumulated data.
  /external/tremolo/Tremolo/
vorbisfile.c 408 ogg_int64_t accumulated=0,pos; local
434 accumulated+=(lastblock+thisblock)>>2;
442 accumulated= pos-accumulated;
449 if(accumulated<0)accumulated=0;
451 vf->pcmlengths[i*2]=accumulated;
    [all...]
  /external/freetype/src/autofit/
afhints.c 911 * other are accumulated. In other words, the auto-hinter either
916 * be equal to the accumulated one.
948 * Note that the accumulated distances so far could have the
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 872 * other are accumulated. In other words, the auto-hinter
876 * accumulated one.
911 * Note that the accumulated distances so far could have the
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 41 * these accumulated changes to the code attributes that it visits.
115 * Resets the accumulated code changes.
144 * Extends the size of the accumulated code changes.
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
gcov-io.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
gcov-io.c     [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.c     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.c     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
gcov-io.c     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
gcov-io.c     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.c     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.c     [all...]
  /bionic/libm/amd64/
fenv.c 354 /* Raise any previously accumulated exceptions */
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BluetoothLeScanTest.java 291 // Return regular BLE scan results accumulated so far.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AggregateSummaryStatistics.java 66 * The SummaryStatistics in which aggregate statistics are accumulated.
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
BsPatch.java 133 // be accumulated into |oldDataOffset| while |copySegmentLength| must NOT be.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
connection.py 354 Allows a creditor to write off the debt balance accumulated partially
  /external/fec/
viterbi39_av.c 172 /* We've accumulated a total of 128 decisions, stash and start again */
viterbi615_av.c 177 /* We've accumulated a total of 128 decisions, stash and start again */
  /external/freetype/src/base/
fttrigon.c 284 /* from accumulated rounding errors in the arctan table */
  /external/google-breakpad/src/processor/
cfi_frame_info.h 168 // Report any accumulated rule to handler_
  /external/icu/icu4c/source/i18n/
regexcmp.h 175 UnicodeString fLiteralChars; // Literal chars or strings from the pattern are accumulated here.
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java 143 // Frequency of occurence statistics are accumulated in a map.
EUCTool.java 143 // Frequency of occurence statistics are accumulated in a map.

Completed in 1412 milliseconds

1 2 3 4 5 6 7 891011>>