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

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Options.java 140 private int depthLimit;
172 int niceLen, int mf, int depthLimit)
180 setDepthLimit(depthLimit);
213 depthLimit = presetToDepthLimit[preset];
218 depthLimit = 0;
508 * <code>depthLimit</code> is invalid
510 public void setDepthLimit(int depthLimit)
512 if (depthLimit < 0)
514 "Depth limit cannot be negative: " + depthLimit);
516 this.depthLimit = depthLimit
    [all...]
  /packages/apps/UnifiedEmail/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...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
HC4.java 17 private final int depthLimit;
35 int niceLen, int matchLenMax, int depthLimit) {
53 this.depthLimit = (depthLimit > 0) ? depthLimit : 4 + niceLen / 4;
146 int depth = depthLimit;
BT4.java 17 private final int depthLimit;
28 int niceLen, int matchLenMax, int depthLimit) {
42 this.depthLimit = depthLimit > 0 ? depthLimit : 16 + niceLen / 2;
130 int depth = depthLimit;
188 int depth = depthLimit;
LZEncoder.java 115 * @param depthLimit match finder search depth limit
119 int niceLen, int matchLenMax, int mf, int depthLimit) {
123 niceLen, matchLenMax, depthLimit);
127 niceLen, matchLenMax, depthLimit);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderFast.java 31 int niceLen, int mf, int depthLimit) {
37 mf, depthLimit),
LZMAEncoder.java 93 int niceLen, int mf, int depthLimit) {
98 niceLen, mf, depthLimit);
103 niceLen, mf, depthLimit);
LZMAEncoderNormal.java 43 int niceLen, int mf, int depthLimit) {
49 mf, depthLimit),
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 1497 milliseconds