OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minLen
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
Input.java
31
public int
minLen
;
45
minLen
= 0;
60
minLen
= in.readInt();
79
dest.writeInt(
minLen
);
/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
;
/packages/apps/Stk/src/com/android/stk/
StkInputActivity.java
247
if (mTextIn.getText().length() < mStkInput.
minLen
) {
289
int
minLen
= mStkInput.
minLen
;
294
String lengthLimit = String.valueOf(
minLen
);
295
if (maxLen !=
minLen
) {
296
lengthLimit =
minLen
+ " - " + maxLen;
/external/icu4c/i18n/
dtptngen_impl.h
104
int16_t
minLen
;
/external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
[
all
...]
varinfo6.c
[
all
...]
/external/valgrind/main/perf/
bz2.c
[
all
...]
test_input_for_tinycc.c
1432
Int32
minLen
, maxLen;
[
all
...]
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
/prebuilt/common/ant/
ant.jar
Completed in 259 milliseconds