HomeSort by relevance Sort by last modified time
    Searched refs:late (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 612 for (EntryFile late : future) {
613 mAllFiles.blocks -= late.blocks;
614 FileList tagFiles = mFilesByTag.get(late.tag);
615 if (tagFiles != null && tagFiles.contents.remove(late)) {
616 tagFiles.blocks -= late.blocks;
618 if ((late.flags & DropBoxManager.IS_EMPTY) == 0) {
620 late.file, mDropBoxDir, late.tag, t++, late.flags, mBlockSize));
622 enrollEntry(new EntryFile(mDropBoxDir, late.tag, t++))
    [all...]
  /external/speex/libspeex/
jitter.c 48 + late
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */
154 int late_cutoff; /**< How late must a packet be for it not to be considered at all */
160 int window_size; /**< Total window over which the late frames are counted */
162 int max_late_rate; /**< Absolute maximum amount of late packets tolerable (in percent) */
171 cost = delay + late_factor*[number of frames that would be late if we used that delay]
173 @param late_factor Equivalent cost of a late frame (in timestamp units)
180 int late = 0; local
209 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late
236 cost = -latest + late_factor*late;
371 int late; local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-219.js 138 // Illegal flags - flags late in string.
  /external/blktrace/btt/doc/
btt.tex 54 command-line usage section occurs relatively late in the document (see
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 1721 milliseconds