Searched defs:synopsis (Results 1 - 7 of 7) sorted by relevance

/external/dtc/
H A Dutil.c421 void NORETURN util_usage(const char *errmsg, const char *synopsis, argument
435 "Options: -[%s]\n", synopsis, short_opts);
/external/python/cpython2/Tools/pybench/
H A DCommandLine.py251 # [synopsis] - formatted as '<self.name> %s' % self.synopsis
272 synopsis = '%(name)s [option] files...' variable in class:Application
494 if self.synopsis:
498 synopsis = self.synopsis % self.name
500 synopsis = self.synopsis % self.__dict__
501 print ' ' + synopsis
/external/python/cpython3/Tools/pybench/
H A DCommandLine.py253 # [synopsis] - formatted as '<self.name> %s' % self.synopsis
274 synopsis = '%(name)s [option] files...' variable in class:Application
498 if self.synopsis:
502 synopsis = self.synopsis % self.name
504 synopsis = self.synopsis % self.__dict__
505 print(' ' + synopsis)
/external/python/cpython2/Lib/
H A Dpydoc.py16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
50 # loaded modules, so calling synopsis() on a binary module file
89 """Split a doc string into a synopsis line (if any) and the rest."""
244 def synopsis(filename, cache={}): function
2395 Search for a keyword in the synopsis lines of all available modules.
/external/python/cpython3/Lib/
H A Dpydoc.py16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
48 # - synopsis() cannot be prevented from clobbering existing
95 """Split a doc string into a synopsis line (if any) and the rest."""
251 def synopsis(filename, cache={}): function
2645 Search for a keyword in the synopsis lines of all available modules.
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 185 milliseconds