HomeSort by relevance Sort by last modified time
    Searched full:minlen (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 22 public int MinLen;
27 int minLen, int maxLen, string postCharSet)
32 MinLen = minLen;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
123 if (tailSize < switchForm.MinLen)
145 int minLen = switchForm.MinLen;
146 if (tailSize < minLen)
    [all...]
  /external/icu/icu4c/source/test/perf/usetperf/
bitset.h 21 void ensureCapacity(uint32_t minLen);
bitset.cpp 50 void BitSet::ensureCapacity(uint32_t minLen) {
52 while (newLen < minLen) newLen <<= 1; // grow exponentially
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
PickerConstants.java 60 private static String[] createStringIntArrays(int lastNumber, boolean startAtZero, int minLen) {
62 String format = "%0" + minLen + "d";
65 if (minLen > 0) {
  /external/lzma/CPP/Common/
CommandLineParser.h 29 Byte MinLen;
CommandLineParser.cpp 126 if (rem < form.MinLen)
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 45 public static byte[] newUnpaddedByteArray(int minLen) {
46 return (byte[])VMRuntime.getRuntime().newUnpaddedArray(byte.class, minLen);
49 public static char[] newUnpaddedCharArray(int minLen) {
50 return (char[])VMRuntime.getRuntime().newUnpaddedArray(char.class, minLen);
53 public static int[] newUnpaddedIntArray(int minLen) {
54 return (int[])VMRuntime.getRuntime().newUnpaddedArray(int.class, minLen);
57 public static boolean[] newUnpaddedBooleanArray(int minLen) {
58 return (boolean[])VMRuntime.getRuntime().newUnpaddedArray(boolean.class, minLen);
61 public static long[] newUnpaddedLongArray(int minLen) {
62 return (long[])VMRuntime.getRuntime().newUnpaddedArray(long.class, minLen);
    [all...]
  /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);
  /packages/inputmethods/OpenWnn/res/xml/
debug_tool_engine.xml 21 <!-- For int predict(ComposingText text, int minLen, int maxLen) -->
22 <!-- param = "target<null or empty or text or comma>,minLen,maxLen,text" -->
81 <!-- For int predict(ComposingText text, int minLen, int maxLen) -->
82 <!-- param = "target<null or empty or text or comma>,minLen,maxLen,text" -->
  /external/libnl/lib/netfilter/
log_msg.c 44 .minlen = sizeof(struct nfulnl_msg_packet_hdr)
48 .minlen = sizeof(struct nfulnl_msg_packet_timestamp)
55 .minlen = sizeof(struct nfulnl_msg_packet_hw)
queue_msg.c 44 .minlen = sizeof(struct nfqnl_msg_packet_hdr),
47 .minlen = sizeof(struct nfqnl_msg_verdict_hdr),
51 .minlen = sizeof(struct nfqnl_msg_packet_timestamp),
58 .minlen = sizeof(struct nfqnl_msg_packet_hw),
ct.c 69 [CTA_IP_V6_SRC] = { .minlen = 16 },
70 [CTA_IP_V6_DST] = { .minlen = 16 },
93 [CTA_PROTOINFO_TCP_FLAGS_ORIGINAL] = { .minlen = 2 },
94 [CTA_PROTOINFO_TCP_FLAGS_REPLY] = { .minlen = 2 },
  /external/libnl/lib/route/sch/
cbq.c 68 [TCA_CBQ_LSSOPT] = { .minlen = sizeof(struct tc_cbq_lssopt) },
69 [TCA_CBQ_RATE] = { .minlen = sizeof(struct tc_ratespec) },
70 [TCA_CBQ_WRROPT] = { .minlen = sizeof(struct tc_cbq_wrropt) },
71 [TCA_CBQ_OVL_STRATEGY] = { .minlen = sizeof(struct tc_cbq_ovl) },
72 [TCA_CBQ_FOPT] = { .minlen = sizeof(struct tc_cbq_fopt) },
73 [TCA_CBQ_POLICE] = { .minlen = sizeof(struct tc_cbq_police) },
red.c 51 [TCA_RED_PARMS] = { .minlen = sizeof(struct tc_red_qopt) },
  /external/bzip2/
huffman.c 154 Int32 minLen,
161 for (n = minLen; n <= maxLen; n++) {
174 Int32 minLen,
181 for (i = minLen; i <= maxLen; i++)
193 for (i = minLen; i <= maxLen; i++) {
198 for (i = minLen + 1; i <= maxLen; i++)
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;
  /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;
  /libcore/ojluni/src/main/java/sun/misc/
ASCIICaseInsensitiveComparator.java 42 int minLen = n1 < n2 ? n1 : n2;
43 for (int i=0; i < minLen; i++) {
  /external/toybox/toys/other/
bzcat.c 66 char minLen, maxLen;
229 int minLen, maxLen, pp;
251 minLen = maxLen = length[0];
254 else if(length[ii] < minLen) minLen = length[ii];
273 hufGroup->minLen = minLen;
276 // Note that minLen can't be smaller than 1, so we adjust the base
284 for (ii = minLen; ii <= maxLen; ii++) {
298 for (ii = minLen; ii < maxLen; ii++)
    [all...]
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 335 int minlen = 255;
374 if (keyLen < minlen) minlen = keyLen;
380 if (keyLen < minlen) minlen = keyLen;
390 if (verbose) { printf("Processed %d lines, added %d words, minlen %d, maxlen %d\n", lineCount, wordCount, minlen, maxlen); }
  /external/libnl/lib/
attr.c 96 * [ATTR_FOO] = { .type = ..., .minlen = ..., .maxlen = ... },
106 * - If the payload length falls below the \a minlen value the attribute
138 * .minlen = sizeof(struct my_struct) },
160 * // Even though possible, it does not make sense to specify .minlen or
202 * // This attribute type is special as .minlen and .maxlen have no effect.
231 * [ATTR_OPTS] = { .type = NLA_NESTED, minlen = NLA_HDRLEN },
531 int minlen = 0, type = nla_type(nla); local
541 if (pt->minlen)
542 minlen = pt->minlen;
697 int minlen; local
    [all...]
  /external/strace/
block.c 266 "minlen=%#" PRIx64 "}",
269 (uint64_t) fstrim.minlen);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 57 * @param minLen The minimum length of a word to predict (0 : no limit)
61 public int predict(ComposingText text, int minLen, int maxLen);
  /external/libnl/lib/route/
tc.c 32 [TCA_STATS] = { .minlen = sizeof(struct tc_stats) },
53 [TCA_STATS_BASIC] = { .minlen = sizeof(struct gnet_stats_basic) },
54 [TCA_STATS_RATE_EST] = { .minlen = sizeof(struct gnet_stats_rate_est) },
55 [TCA_STATS_QUEUE] = { .minlen = sizeof(struct gnet_stats_queue) },
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 97 uint minlen; /* Minimum length of packets to send */ member in struct:dhd_pktgen

Completed in 420 milliseconds

1 2 3 4 5