OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXLENGTH
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/network/nfsv4/acl/
runtest
7
MAXLENGTH
=30 # maximum ACL length - NB: the current NFSv4 acl implementation does not allow ACL greater than one page (about 35 entries with 6 character user name length and 10 character domain name)
57
python test_long_acl.py -l $
MAXLENGTH
-p $NFSMNTDIR/lacl-testdir
59
echo "Long ACL test OK with $
MAXLENGTH
entries"
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java
680
final int
MAXLENGTH
= 0x8000; // max buffer size - 32K
684
length = length >=
MAXLENGTH
?
MAXLENGTH
: length * 2;
716
final int
MAXLENGTH
= 0x8000; // max buffer size - 32K
720
length = length >=
MAXLENGTH
?
MAXLENGTH
: length * 2;
[
all
...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar
htmlparser-1.3.jar
Completed in 179 milliseconds