HomeSort by relevance Sort by last modified time
    Searched defs:descend (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
fts.c 551 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; local
591 * If we're going to need to stat anything or we want to descend
611 descend = 0;
616 descend = 1;
618 descend = 0;
768 if (descend && (type == BCHILD || !nitems) &&
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 3005 descend(); method
3026 private void descend() { method in class:ConcurrentSkipListMap.SubMap.SubMapIter
    [all...]

Completed in 275 milliseconds