Home
last modified time | relevance | path

Searched refs:synopsis (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/external/python/cpython2/Doc/library/
Dcarbon.rst38 :synopsis: Interface to the Apple Events toolbox.
48 :synopsis: Interface to the Apple Help manager.
58 :synopsis: Interface to the Appearance Manager.
66 :synopsis: Constant definitions for the interface to the Appearance Manager.
76 :synopsis: Interface to the Core Foundation.
89 :synopsis: Interface to Core Graphics.
99 :synopsis: Interface to the Carbon Event Manager.
107 :synopsis: Constants for the interface to the Carbon Event Manager.
117 :synopsis: Interface to the Component Manager.
125 :synopsis: Constants for the interface to the Component Manager.
[all …]
Dundoc.rst75 :synopsis: Rudimentary decoder for AppleSingle format files.
86 :synopsis: Helper module for BuildApplet, BuildApplication and macfreeze.
97 :synopsis: Code Fragment Resource module.
112 :synopsis: Internet Config replacement for open().
127 :synopsis: Constant definitions for many Mac OS error codes.
141 :synopsis: Locate script resources.
157 :synopsis: Interface to Navigation Services.
171 :synopsis: Wrapper for PixMap objects.
187 :synopsis: Read QuickTime movies frame by frame for further processing.
202 :synopsis: Widgets for the Mac, built on top of FrameWork.
Dpydoc.rst5 :synopsis: Documentation generator and online help system.
64 Specifying a ``-k`` flag before the argument will search the synopsis
66 manner similar to the Unix :program:`man` command. The synopsis line of a
/external/ImageMagick/scripts/
Dformat_c_api_docs341 undef %synopsis;
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 style
420 print ( TMP " " . $synopsis{$ftitle} . "\n" );
495 if (defined $synopsis{$func} ) {
496 $_ = $synopsis{$func};
[all …]
/external/python/cpython2/Tools/pybench/
DCommandLine.py272 synopsis = '%(name)s [option] files...' variable in Application
494 if self.synopsis:
498 synopsis = self.synopsis % self.name
500 synopsis = self.synopsis % self.__dict__
501 print ' ' + synopsis
/external/python/cpython2/Lib/test/
Dtest_pydoc.py413 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/python/cpython2/Doc/distutils/
Dapiref.rst12 :synopsis: The core Distutils functionality
294 :synopsis: Abstract CCompiler class
781 :synopsis: UNIX C Compiler
810 :synopsis: Microsoft Compiler
855 :synopsis: OS/2 EMX Compiler support
866 :synopsis: Utility functions for creating archive files (tarballs, zip files, ...)
909 :synopsis: Utility functions for simple dependency checking
952 :synopsis: Utility functions for operating on directories and directory trees
1019 :synopsis: Utility functions for operating on single files
1077 :synopsis: Miscellaneous other utility functions
[all …]
/external/python/cpython3/Doc/distutils/
Dapiref.rst22 :synopsis: The core Distutils functionality
319 :synopsis: Abstract CCompiler class
806 :synopsis: UNIX C Compiler
835 :synopsis: Microsoft Compiler
880 :synopsis: Utility functions for creating archive files (tarballs, zip files, ...)
931 :synopsis: Utility functions for simple dependency checking
974 :synopsis: Utility functions for operating on directories and directory trees
1040 :synopsis: Utility functions for operating on single files
1098 :synopsis: Miscellaneous other utility functions
1291 :synopsis: Provides the Distribution class, which represents the module distribution being
[all …]
/external/python/cpython3/Doc/library/
Dpydoc.rst5 :synopsis: Documentation generator and online help system.
62 Specifying a ``-k`` flag before the argument will search the synopsis
64 manner similar to the Unix :program:`man` command. The synopsis line of a
82 keyword in their synopsis line, and go to the *Module index*, *Topics* and
/external/python/cpython3/Lib/test/
Dtest_pydoc.py717 synopsis = pydoc.synopsis(TESTFN, {})
718 self.assertEqual(synopsis, 'line 1: h\xe9')
725 synopsis = pydoc.synopsis(filename)
727 self.assertEqual(synopsis, expected)
736 synopsis = pydoc.synopsis(init_path, {})
737 self.assertIsNone(synopsis)
738 synopsis_cached = pydoc.synopsis(cached_path, {})
/external/python/pyopenssl/doc/
Dapi.rst7 :synopsis: Python interface to OpenSSL
/external/libcxx/include/
Dcassert12 cassert synopsis
Dciso64615 ciso646 synopsis
Dccomplex15 ccomplex synopsis
Dcstdbool15 cstdbool synopsis
Dctgmath15 ctgmath synopsis
Dcerrno15 cerrno synopsis
/external/flac/m4/
Dadd_cxxflags.m41 dnl @synopsis XIPH_ADD_CXXFLAGS
Dadd_cflags.m41 dnl @synopsis XIPH_ADD_CFLAGS
/external/llvm-project/libcxx/include/
Dcassert11 cassert synopsis
Dciso64614 ciso646 synopsis
Dccomplex14 ccomplex synopsis
Dcstdbool14 cstdbool synopsis
Dctgmath14 ctgmath synopsis
/external/openssh/
Dmdoc2man.awk29 synopsis=0

12345678910>>...34