HomeSort by relevance Sort by last modified time
    Searched refs:restructuredtext (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 43 ('restructuredtext', 'r',
45 'are reStructuredText-compliant')),
49 boolean_options = ['metadata', 'restructuredtext', 'strict']
53 self.restructuredtext = 0
71 if self.restructuredtext:
register.py 41 'restructuredtext': ('register', 1)}
66 check.restructuredtext = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 43 ('restructuredtext', 'r',
45 'are reStructuredText-compliant')),
49 boolean_options = ['metadata', 'restructuredtext', 'strict']
53 self.restructuredtext = 0
71 if self.restructuredtext:
register.py 41 'restructuredtext': ('register', 1)}
66 check.restructuredtext = 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 91 **{'strict': 1, 'restructuredtext': 1})
95 cmd = self._run(metadata, strict=1, restructuredtext=1)
103 'restructuredtext': 1})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 91 **{'strict': 1, 'restructuredtext': 1})
95 cmd = self._run(metadata, strict=1, restructuredtext=1)
103 'restructuredtext': 1})

Completed in 267 milliseconds