/external/ImageMagick/scripts/ |
format_c_api_docs | 326 # %synopsis - Function synopsis 341 undef %synopsis; 371 # Extract and save synopsis info 390 $synopsis{$ftitle} = $_ . ';'; # Append semi-colon, prototype style 391 print ( TMP " " . $synopsis{$ftitle} . "\n" ); 395 $synopsis{$ftitle} = $_; 402 $synopsis{$ftitle} .= $_; 404 $_ = $synopsis{$ftitle}; 419 $synopsis{$ftitle} = $_ . ';'; # Append semi-colon, prototype styl [all...] |
/external/libedit/doc/ |
mdoc2man.awk | 28 synopsis=0 167 synopsis=match(words[w+1],"SYNOPSIS") 211 if(synopsis) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
CommandLine.py | 251 # [synopsis] - formatted as '<self.name> %s' % self.synopsis
271 # Synopsis (%(name)s is replaced by the program name)
272 synopsis = '%(name)s [option] files...'
variable in class:Application 494 if self.synopsis:
495 print 'Synopsis:'
498 synopsis = self.synopsis % self.name
500 synopsis = self.synopsis % self.__dict__ [all...] |
/external/python/cpython2/Tools/pybench/ |
CommandLine.py | 251 # [synopsis] - formatted as '<self.name> %s' % self.synopsis 271 # Synopsis (%(name)s is replaced by the program name) 272 synopsis = '%(name)s [option] files...' variable in class:Application 494 if self.synopsis: 495 print 'Synopsis:' 498 synopsis = self.synopsis % self.name 500 synopsis = self.synopsis % self.__dict_ [all...] |
/external/python/cpython3/Tools/pybench/ |
CommandLine.py | 253 # [synopsis] - formatted as '<self.name> %s' % self.synopsis 273 # Synopsis (%(name)s is replaced by the program name) 274 synopsis = '%(name)s [option] files...' variable in class:Application 498 if self.synopsis: 499 print('Synopsis:') 502 synopsis = self.synopsis % self.name 504 synopsis = self.synopsis % self.__dict_ [all...] |
/external/dtc/ |
util.h | 209 * @param synopsis The initial example usage text (and possible examples) 214 void NORETURN util_usage(const char *errmsg, const char *synopsis,
|
util.c | 421 void NORETURN util_usage(const char *errmsg, const char *synopsis, 435 "Options: -[%s]\n", synopsis, short_opts);
|
/external/python/cpython3/Lib/test/ |
test_pydoc.py | 579 synopsis = pydoc.synopsis(TESTFN, {}) 580 self.assertEqual(synopsis, 'line 1: h\xe9') 587 synopsis = pydoc.synopsis(filename) 589 self.assertEqual(synopsis, expected) 598 synopsis = pydoc.synopsis(init_path, {}) 599 self.assertIsNone(synopsis) 600 synopsis_cached = pydoc.synopsis(cached_path, {} [all...] |
/external/python/cpython2/Lib/test/ |
test_pydoc.py | 413 synopsis = pydoc.synopsis(init_path, {}) 414 self.assertEqual(synopsis, 'my doc') 425 synopsis = pydoc.synopsis(init_path, {}) 426 self.assertIsNone(synopsis) 427 synopsis_cached = pydoc.synopsis(cached_path, {})
|
/external/libxml2/doc/examples/ |
index.py | 102 synopsis = info['synopsis'] 103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis)); 105 print "Example %s lacks a synopsis description" % (filename) 146 topic != "section" and topic != "synopsis" and topic != "test":
|
/prebuilts/go/darwin-x86/src/go/doc/ |
doc_test.go | 34 "synopsis": synopsisFmt,
|
/prebuilts/go/linux-x86/src/go/doc/ |
doc_test.go | 34 "synopsis": synopsisFmt,
|
/external/libunwind/doc/ |
unw_create_addr_space.tex | 11 \section{Synopsis} 49 The synopsis and a detailed description of every call-back routine 52 \subsection{Call-back Routine Synopsis}
|
libunwind-dynamic.tex | 257 following synopsis:
|
/external/annotation-tools/annotation-file-utilities/lib/ |
plume-core.jar | |
/prebuilts/go/darwin-x86/src/go/build/ |
build.go | 381 Doc string // documentation synopsis 817 p.Doc = doc.Synopsis(pf.Doc.Text()) [all...] |
/prebuilts/go/linux-x86/src/go/build/ |
build.go | 381 Doc string // documentation synopsis 817 p.Doc = doc.Synopsis(pf.Doc.Text()) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
pydoc.py | 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
49 # loaded modules, so calling synopsis() on a binary module file
87 """Split a doc string into a synopsis line (if any) and the rest."""
212 def synopsis(filename, cache={}):
function [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
pydoc.py | 29 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
63 # loaded modules, so calling synopsis() on a binary module file
102 """Split a doc string into a synopsis line (if any) and the rest."""
257 def synopsis(filename, cache={}):
function [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pydoc.py | 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines
49 # loaded modules, so calling synopsis() on a binary module file
87 """Split a doc string into a synopsis line (if any) and the rest."""
212 def synopsis(filename, cache={}):
function [all...] |
/external/python/cpython2/Lib/ |
pydoc.py | 16 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 [all...] |
/external/python/cpython3/Lib/ |
pydoc.py | 16 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 [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pydoc.py | 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines 49 # loaded modules, so calling synopsis() on a binary module file 87 """Split a doc string into a synopsis line (if any) and the rest.""" 212 def synopsis(filename, cache={}): function [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pydoc.py | 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines 49 # loaded modules, so calling synopsis() on a binary module file 87 """Split a doc string into a synopsis line (if any) and the rest.""" 212 def synopsis(filename, cache={}): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 16 Run "pydoc -k <keyword>" to search for a keyword in the synopsis lines 49 # loaded modules, so calling synopsis() on a binary module file 87 """Split a doc string into a synopsis line (if any) and the rest.""" 212 def synopsis(filename, cache={}): function [all...] |