Searched refs:MAXLEN (Results 1 - 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/sysctl/
H A Dsysctl.sh499 echo -n "Checking sysctl maxlen is at least $MAXLEN ... "
501 perl -e 'print "A" x ('"${MAXLEN}"'-2), "B";' | \
502 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null
512 perl -e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \
513 dd of="${TARGET}" bs=$(( MAXLEN - 1 )) 2>/dev/null
523 perl -e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \
524 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null
534 perl -e 'print "A" x ('"${MAXLEN}"'-1), "BB";' | \
535 dd of="${TARGET}" bs=$(( $MAXLEN + 1 )) 2>/dev/null
564 MAXLEN
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c28 #define MAXLEN MAX_STRING_LENGTH macro
180 pBiDi=ubidi_openSized(MAXLEN, 0, &errorCode);
207 UChar string[MAXLEN];
450 char levelChars[MAXLEN];
529 int32_t visMap[MAXLEN];
530 int32_t logMap[MAXLEN];
531 char accumSrc[MAXLEN];
532 char accumDst[MAXLEN];
732 char formatChars[MAXLEN];
742 UChar src[MAXLEN];
[all...]
/external/python/cpython2/Lib/
H A Dmimify.py25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable variable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a) variable
/external/libnl/lib/netfilter/
H A Dqueue_obj.c177 diff |= NFNL_QUEUE_DIFF_VAL(MAXLEN, queue_maxlen);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestBidi.java30 private static final int MAXLEN = 256; field in class:TestBidi
39 bidi = new Bidi(MAXLEN, 0);
209 int[] visualMap4 = new int[MAXLEN];
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestBidi.java27 private static final int MAXLEN = 256; field in class:TestBidi
36 bidi = new Bidi(MAXLEN, 0);
206 int[] visualMap4 = new int[MAXLEN];
/external/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.c32 int MAXLEN = 64; variable
578 char tmp[MAXLEN], *buf;
606 memset(tmp, 0, MAXLEN);

Completed in 4771 milliseconds