HomeSort by relevance Sort by last modified time
    Searched refs:docstring (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/bsp/intel/peripheral/libupm/src/grove/
javaupm_grove.i 1 %module (directors="1", docstring="Basic Grove sensors") javaupm_grove
  /hardware/bsp/intel/peripheral/libupm/src/ttp223/
javaupm_ttp223.i 1 %module (directors=1, docstring="TTP223 Touch Sensor") javaupm_ttp223
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
varblock.py 107 described in the module's docstring.
  /external/autotest/site_utils/docgen/
CreateDocs.py 80 - Combine the docstring from the control file with any parameters passed
246 their control file. If found, it will parse the docstring from the
248 add this combined docstring to the original test. These new tests will
260 docstring = self._GetDocString(control_file, test)
261 self._CreateTest(test_file, docstring, test)
270 string: combined docstring with needed markup language for doxygen.
282 docstring = ''
295 self.logger.error('Error parsing (docstring): %s\n%s',
329 docstring = "".join(output)
331 return docstring
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
108 # - DocTest: a collection of examples, parsed from a docstring, plus
109 # info about where the docstring came from (name, filename, lineno).
110 # - DocTestFinder: extracts DocTests from a given object's docstring and
398 ## a string (such as an object's docstring). The DocTest class also
484 the object whose docstring this DocTest was extracted from).
494 - docstring: The string that the examples were extracted from,
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
505 self.docstring = docstring
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
108 # - DocTest: a collection of examples, parsed from a docstring, plus
109 # info about where the docstring came from (name, filename, lineno).
110 # - DocTestFinder: extracts DocTests from a given object's docstring and
398 ## a string (such as an object's docstring). The DocTest class also
484 the object whose docstring this DocTest was extracted from).
494 - docstring: The string that the examples were extracted from,
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
505 self.docstring = docstring
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
108 # - DocTest: a collection of examples, parsed from a docstring, plus
109 # info about where the docstring came from (name, filename, lineno).
110 # - DocTestFinder: extracts DocTests from a given object's docstring and
398 ## a string (such as an object's docstring). The DocTest class also
484 the object whose docstring this DocTest was extracted from).
494 - docstring: The string that the examples were extracted from,
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
505 self.docstring = docstring
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 97 docstring = object[1] or ""
99 docstring = pydoc.getdoc(object)
105 docstring, self.preformat, funcs, classes, methods)
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
108 # - DocTest: a collection of examples, parsed from a docstring, plus
109 # info about where the docstring came from (name, filename, lineno).
110 # - DocTestFinder: extracts DocTests from a given object's docstring and
398 ## a string (such as an object's docstring). The DocTest class also
484 the object whose docstring this DocTest was extracted from).
494 - docstring: The string that the examples were extracted from,
497 def __init__(self, examples, globs, name, filename, lineno, docstring):
505 self.docstring = docstring
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/java/
mraajava.i 1 %module (directors="1",docstring="Java interface to libmraa") mraa
  /hardware/bsp/intel/peripheral/libmraa/src/python/
mraa.i 1 %module(docstring="Python interface to libmraa") mraa
  /external/autotest/utils/
run_pylint.py 155 """Modifies stock docstring checker to suit Autotest doxygen style."""
190 not require a "@param" docstring.
204 docstring = node.doc
206 key = 'missing-docstring'
210 if (docstring is not None and
219 self.linter._messages[key].msg = ('Docstring needs '
409 # C0111: Docstring needed. Also checks @param for each arg.
410 # C0112: Non-empty Docstring needed.
431 '--no-docstring-rgx=%s' % no_docstring_rgx,]
438 '--no-docstring-rgx=%s' % no_docstring_rgx,
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/javascript/
mraajs.i 1 %module (docstring="Javascript interface to libmraa") mraa
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 261 self.docstring = None
288 self.docstring = doc
408 self.consts.insert(0, self.docstring)
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 261 self.docstring = None
288 self.docstring = doc
408 self.consts.insert(0, self.docstring)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 261 self.docstring = None
288 self.docstring = doc
408 self.consts.insert(0, self.docstring)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 261 self.docstring = None
288 self.docstring = doc
408 self.consts.insert(0, self.docstring)
  /hardware/bsp/intel/peripheral/libmraa/src/
doxy2swig.py 2 """Doxygen XML to SWIG docstring converter.
10 version > 1.3.23 or use Robin Dunn's docstring patch to be able to use
58 feature("docstring"). Once the data is parsed it is stored in
207 self.add_text('%%feature("docstring") %s "\n' % data)
297 self.add_text('%feature("docstring") ')
  /hardware/bsp/intel/peripheral/libupm/src/
doxy2swig.py 2 """Doxygen XML to SWIG docstring converter.
10 version > 1.3.23 or use Robin Dunn's docstring patch to be able to use
58 feature("docstring"). Once the data is parsed it is stored in
207 self.add_text('%%feature("docstring") %s "\n' % data)
297 self.add_text('%feature("docstring") ')
  /build/tools/releasetools/
common.py 818 def Usage(docstring):
819 print docstring.rstrip("\n")
824 docstring,
828 flags. docstring is the calling module's docstring, to be displayed
844 Usage(docstring)
850 Usage(docstring)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 892 milliseconds

1 2