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

  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 493 Calendar late = Calendar.getInstance(); local
496 late.set(2008, 3, 20, 17, 28, 22);
498 assertTrue(early.before(late));
500 assertFalse(late.before(early));
502 assertTrue(late.after(early));
503 assertFalse(late.after(late));
504 assertFalse(early.after(late));
508 late.set(2008, 3, 20, 17, 28, 12);
510 assertTrue(early.before(late));
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 619 for (EntryFile late : future) {
620 mAllFiles.blocks -= late.blocks;
621 FileList tagFiles = mFilesByTag.get(late.tag);
622 if (tagFiles != null && tagFiles.contents.remove(late)) {
623 tagFiles.blocks -= late.blocks;
625 if ((late.flags & DropBoxManager.IS_EMPTY) == 0) {
627 late.file, mDropBoxDir, late.tag, t++, late.flags, mBlockSize));
629 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 1846 milliseconds