Home
last modified time | relevance | path

Searched refs:resultlimit (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/third_party/ply/
Dyacc.py83 resultlimit = 40 # Size limit of results when running in debug mode. variable
146 if len(repr_str) > resultlimit:
147 repr_str = repr_str[:resultlimit]+" ..."
/external/ply/ply/ply/
Dyacc.py90 resultlimit = 40 # Size limit of results when running in debug mode. variable
142 if len(repr_str) > resultlimit:
143 repr_str = repr_str[:resultlimit] + ' ...'
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py90 resultlimit = 40 # Size limit of results when running in debug mode. variable
142 if len(repr_str) > resultlimit:
143 repr_str = repr_str[:resultlimit] + ' ...'
/external/python/pycparser/pycparser/ply/
Dyacc.py91 resultlimit = 40 # Size limit of results when running in debug mode. variable
143 if len(repr_str) > resultlimit:
144 repr_str = repr_str[:resultlimit] + ' ...'