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

  /external/openssh/
mdoc2man.awk 31 synopsis=0
162 synopsis=match(words[w+1],"SYNOPSIS")
210 if(synopsis) {
  /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/dtc/
util.h 200 * @param synopsis The initial example usage text (and possible examples)
205 void util_usage(const char *errmsg, const char *synopsis,
util.c 421 void util_usage(const char *errmsg, const char *synopsis,
434 "Options: -[%s]\n", synopsis, short_opts);
  /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:
  /prebuilts/go/darwin-x86/src/go/build/
build.go 376 Doc string // documentation synopsis
799 p.Doc = doc.Synopsis(pf.Doc.Text())
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 376 Doc string // documentation synopsis
799 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...]
  /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...]
  /prebuilts/python/linux-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...]

Completed in 682 milliseconds