Home
last modified time | relevance | path

Searched refs:MAXLENGTH (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/network/nfsv4/acl/
Druntest7 MAXLENGTH=30 # maximum ACL length - NB: the current NFSv4 acl implementation does not allow ACL gre…
57 python3 test_long_acl.py -l $MAXLENGTH -p $NFSMNTDIR/lacl-testdir
59 echo "Long ACL test OK with $MAXLENGTH entries"
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java707 final int MAXLENGTH = 0x8000; // max buffer size - 32K in readToEOS() local
711 length = length >= MAXLENGTH ? MAXLENGTH : length * 2; in readToEOS()
743 final int MAXLENGTH = 0x8000; // max buffer size - 32K in readToEOS() local
747 length = length >= MAXLENGTH ? MAXLENGTH : length * 2; in readToEOS()