/external/python/cpython3/Lib/ |
D | platform.py | 1334 def platform(aliased=0, terse=0): argument 1353 result = _platform_cache.get((aliased, terse), None) 1368 if terse: 1384 if distname and not terse: 1397 if terse or not os_name: 1406 if terse: 1413 if terse: 1420 _platform_cache[(aliased, terse)] = platform 1427 terse = ('terse' in sys.argv or '--terse' in sys.argv) variable 1429 print(platform(aliased, terse))
|
D | pydoc.py | 2383 """ % (version, html.escape(platform.platform(terse=True)))
|
/external/python/cpython2/Lib/ |
D | platform.py | 1560 def platform(aliased=0, terse=0): argument 1579 result = _platform_cache.get((aliased, terse), None) 1594 if terse: 1602 if distname and not terse: 1615 if terse or not os_name: 1624 if terse: 1631 if terse: 1637 _platform_cache[(aliased, terse)] = platform 1644 terse = ('terse' in sys.argv or '--terse' in sys.argv) variable 1646 print platform(aliased,terse)
|
/external/python/cpython2/Lib/test/ |
D | test_platform.py | 30 for terse in (False, True): 31 res = platform.platform(aliased, terse)
|
D | pythoninfo.py | 145 platform.platform(aliased=True, terse=True))
|
/external/python/cpython2/Doc/reference/ |
D | index.rst | 8 language. It is terse, but attempts to be exact and complete. The semantics of
|
/external/python/cpython3/Doc/reference/ |
D | index.rst | 8 language. It is terse, but attempts to be exact and complete. The semantics of
|
/external/deqp-deps/glslang/Test/ |
D | validate-shaders.sh | 171 --terse) opt_quiet=true
|
/external/python/cpython3/Lib/test/ |
D | test_platform.py | 53 for terse in (False, True): 54 res = platform.platform(aliased, terse)
|
/external/freetype/ |
D | README | 64 a terse message that only says `it doesn't work'.
|
/external/python/cpython3/Lib/distutils/command/ |
D | upload.py | 130 comment = 'built for %s' % platform.platform(terse=1)
|
/external/python/cpython2/Lib/distutils/command/ |
D | upload.py | 128 comment = 'built for %s' % platform.platform(terse=1)
|
/external/python/cpython2/Doc/tutorial/ |
D | whatnow.rst | 16 You should browse through this manual, which gives complete (though terse)
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 66 .. function:: platform(aliased=0, terse=0) 79 Setting *terse* to true causes the function to return only the absolute minimum
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 68 .. function:: platform(aliased=0, terse=0) 81 Setting *terse* to true causes the function to return only the absolute minimum
|
/external/python/cpython3/Doc/tutorial/ |
D | whatnow.rst | 16 You should browse through this manual, which gives complete (though terse)
|
/external/scapy/doc/scapy/ |
D | development.rst | 162 -d Print a terse listing of the campaign before executing the campaign 163 -D Print a terse listing of the campaign and stop. Do not execute campaign
|
/external/google-styleguide/docguide/ |
D | best_practices.md | 76 There's a spectrum of engineering documentation that ranges from terse comments
|
/external/flatbuffers/docs/source/ |
D | FlatBuffers.md | 48 - **Convenient to use** - Generated C++ code allows for terse access
|
/external/u-boot/scripts/ |
D | checkpatch.pl | 28 my $terse = 0; 201 'terse!' => \$terse, 309 if ($terse) { 1989 $output = (split('\n', $output))[0] . "\n" if ($terse);
|
/external/google-fruit/ |
D | CONTRIBUTING.md | 207 --test_summary=terse \
|
/external/u-boot/doc/ |
D | README.trace | 293 has terse user interface but is very convenient for viewing U-Boot
|
/external/ltp/doc/ |
D | style-guide.txt | 429 3. Provide a little more terse (1-2 paragraph maximum, <= 72 character
|
/external/ltp/ |
D | INSTALL | 278 See README.mk-devel for a more terse description of what's available.
|
/external/python/cpython3/Doc/faq/ |
D | library.rst | 165 This sounds like a lot of work, but since Python is so terse and flexible it's
|