OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doc_first_line
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
runner.py
44
doc_first_line
= test.shortDescription()
45
if self.descriptions and
doc_first_line
:
46
return '\n'.join((str(test),
doc_first_line
))
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/
runner.py
44
doc_first_line
= test.shortDescription()
45
if self.descriptions and
doc_first_line
:
46
return '\n'.join((str(test),
doc_first_line
))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
runner.py
44
doc_first_line
= test.shortDescription()
45
if self.descriptions and
doc_first_line
:
46
return '\n'.join((str(test),
doc_first_line
))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
runner.py
44
doc_first_line
= test.shortDescription()
45
if self.descriptions and
doc_first_line
:
46
return '\n'.join((str(test),
doc_first_line
))
/external/autotest/client/common_lib/test_utils/
unittest.py
420
doc_first_line
= None
423
doc_first_line
= self._testMethodDoc.split("\n")[0].strip()
424
if
doc_first_line
:
425
desc = '\n'.join((desc,
doc_first_line
))
[
all
...]
Completed in 3241 milliseconds