Home
last modified time | relevance | path

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

12345678910>>...28

/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
Dgl.rst6 :synopsis: Functions from the Silicon Graphics Graphics Library.
166 :synopsis: Constants used with the gl module.
184 :synopsis: Constants used with the gl module.
D__main__.rst6 :synopsis: The environment where the top-level script is run.
/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/cpython3/Tools/pybench/
DCommandLine.py274 synopsis = '%(name)s [option] files...' variable in Application
498 if self.synopsis:
502 synopsis = self.synopsis % self.name
504 synopsis = self.synopsis % self.__dict__
505 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/cpython3/Lib/test/
Dtest_pydoc.py579 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, {})
/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.rst12 :synopsis: The core Distutils functionality
299 :synopsis: Abstract CCompiler class
786 :synopsis: UNIX C Compiler
815 :synopsis: Microsoft Compiler
860 :synopsis: Utility functions for creating archive files (tarballs, zip files, ...)
911 :synopsis: Utility functions for simple dependency checking
954 :synopsis: Utility functions for operating on directories and directory trees
1020 :synopsis: Utility functions for operating on single files
1078 :synopsis: Miscellaneous other utility functions
1256 :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
76 keyword in their synopsis line, and go to the *Module index*, *Topics* and
/external/clang/test/
Dcxx-sections.data1154 26.5.1 [rand.synopsis]
1572 TR1 2.1.1 [tr.util.refwrp.synopsis]
1580 TR1 2.2.1 [tr.util.smartptr.synopsis]
1645 TR1 5.1.2 [tr.rand.synopsis]
1694 TR1 6.1.1 [tr.tuple.synopsis]
1695 TR1 6.1.2 [tr.tuple.synopsis.pair]
1863 TRDecimal 3.2.1 [trdec.types.types.synopsis]
1894 TRDecimal 3.4.1 [trdec.types.cdecfloat.synopsis]
1895 TRDecimal 3.4.2 [trdec.types.decfloat.h.synopsis]
1902 TRDecimal 3.5.1 [trdec.types.cfenv.synopsis]
[all …]
/external/libcxx/include/
Dcassert12 cassert synopsis
Dciso64615 ciso646 synopsis
Dccomplex15 ccomplex synopsis
Dcstdbool15 cstdbool synopsis
Dctgmath15 ctgmath synopsis
Dcerrno15 cerrno synopsis
Dcsetjmp15 csetjmp synopsis
Dclimits15 climits synopsis
/external/libxml2/doc/examples/
Dindex.py102 synopsis = info['synopsis']
103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis));
/external/libedit/doc/
Dmdoc2man.awk28 synopsis=0
/external/dtc/
Dutil.c421 void NORETURN util_usage(const char *errmsg, const char *synopsis, in util_usage() argument
435 "Options: -[%s]\n", synopsis, short_opts); in util_usage()

12345678910>>...28