HomeSort by relevance Sort by last modified time
    Searched defs:minLen (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Input.java 31 public int minLen;
45 minLen = 0;
60 minLen = in.readInt();
81 dest.writeInt(minLen);
  /external/lzma/CPP/Common/
CommandLineParser.cpp 147 if (tailSize < switchForm.MinLen)
169 int minLen = switchForm.MinLen;
170 if (tailSize < minLen)
178 UString stringSwitch = s.Mid(pos, minLen);
179 pos += minLen;
180 for (int i = minLen; i < maxLen && pos < len; i++, pos++)
  /external/bzip2/
compress.c 242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;
482 minLen = 32;
486 if (s->len[t][i] < minLen) minLen = s->len[t][i];
489 AssertH ( !(minLen < 1), 3005 );
491 minLen, maxLen, alphaSize );
decompress.c 110 Int32 minLen, maxLen;
333 minLen = 32;
337 if (s->len[t][i] < minLen) minLen = s->len[t][i];
344 minLen, maxLen, alphaSize
346 s->minLens[t] = minLen;
  /external/toybox/toys/other/
bzcat.c 49 char minLen, maxLen;
212 int minLen, maxLen, pp;
234 minLen = maxLen = length[0];
237 else if(length[ii] < minLen) minLen = length[ii];
256 hufGroup->minLen = minLen;
259 // Note that minLen can't be smaller than 1, so we adjust the base
267 for (ii = minLen; ii <= maxLen; ii++) {
281 for (ii = minLen; ii < maxLen; ii++)
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 331 if (mTextIn.getText().length() < mStkInput.minLen) {
378 int minLen = mStkInput.minLen;
383 String lengthLimit = String.valueOf(minLen);
384 if (maxLen != minLen) {
385 lengthLimit = minLen + " - " + maxLen;
  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 108 int16_t minLen;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java 642 // int minLen = otherUsedLen + words + 1;
643 // if (minLen > m_ints.length)
645 // m_ints = resizedInts(minLen);
707 int minLen = otherUsedLen + words;
708 if (minLen > m_ints.length)
710 m_ints = resizedInts(minLen);
    [all...]
  /external/valgrind/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/perf/
bz2.c     [all...]
test_input_for_tinycc.c 1432 Int32 minLen, maxLen;
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 797 milliseconds

1 2