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

  /packages/apps/Email/src/org/apache/commons/io/
DirectoryWalker.java 260 private final int depthLimit;
278 * @param depthLimit controls how <i>deep</i> the hierarchy is
281 protected DirectoryWalker(FileFilter filter, int depthLimit) {
283 this.depthLimit = depthLimit;
297 * @param depthLimit controls how <i>deep</i> the hierarchy is
300 protected DirectoryWalker(IOFileFilter directoryFilter, IOFileFilter fileFilter, int depthLimit) {
310 this.depthLimit = depthLimit;
355 if (depthLimit < 0 || childDepth <= depthLimit) {
    [all...]
  /dalvik/vm/interp/
Stack.c     [all...]

Completed in 196 milliseconds