OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_MAX_LENGTH
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
util.py
6
_MAX_LENGTH
= 80
12
if not short or len(result) <
_MAX_LENGTH
:
14
return result[:
_MAX_LENGTH
] + ' [truncated]...'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
util.py
7
_MAX_LENGTH
= 80
13
if not short or len(result) <
_MAX_LENGTH
:
15
return result[:
_MAX_LENGTH
] + ' [truncated]...'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
util.py
7
_MAX_LENGTH
= 80
13
if not short or len(result) <
_MAX_LENGTH
:
15
return result[:
_MAX_LENGTH
] + ' [truncated]...'
Completed in 2644 milliseconds