Home
last modified time | relevance | path

Searched refs:terse (Results 1 – 25 of 36) sorted by relevance

12

/external/python/cpython3/Lib/
Dplatform.py1334 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))
Dpydoc.py2383 """ % (version, html.escape(platform.platform(terse=True)))
/external/python/cpython2/Lib/
Dplatform.py1560 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/
Dtest_platform.py30 for terse in (False, True):
31 res = platform.platform(aliased, terse)
Dpythoninfo.py145 platform.platform(aliased=True, terse=True))
/external/python/cpython2/Doc/reference/
Dindex.rst8 language. It is terse, but attempts to be exact and complete. The semantics of
/external/python/cpython3/Doc/reference/
Dindex.rst8 language. It is terse, but attempts to be exact and complete. The semantics of
/external/deqp-deps/glslang/Test/
Dvalidate-shaders.sh171 --terse) opt_quiet=true
/external/python/cpython3/Lib/test/
Dtest_platform.py53 for terse in (False, True):
54 res = platform.platform(aliased, terse)
/external/freetype/
DREADME64 a terse message that only says `it doesn't work'.
/external/python/cpython3/Lib/distutils/command/
Dupload.py130 comment = 'built for %s' % platform.platform(terse=1)
/external/python/cpython2/Lib/distutils/command/
Dupload.py128 comment = 'built for %s' % platform.platform(terse=1)
/external/python/cpython2/Doc/tutorial/
Dwhatnow.rst16 You should browse through this manual, which gives complete (though terse)
/external/python/cpython3/Doc/library/
Dplatform.rst66 .. 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/
Dplatform.rst68 .. 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/
Dwhatnow.rst16 You should browse through this manual, which gives complete (though terse)
/external/scapy/doc/scapy/
Ddevelopment.rst162 -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/
Dbest_practices.md76 There's a spectrum of engineering documentation that ranges from terse comments
/external/flatbuffers/docs/source/
DFlatBuffers.md48 - **Convenient to use** - Generated C++ code allows for terse access
/external/u-boot/scripts/
Dcheckpatch.pl28 my $terse = 0;
201 'terse!' => \$terse,
309 if ($terse) {
1989 $output = (split('\n', $output))[0] . "\n" if ($terse);
/external/google-fruit/
DCONTRIBUTING.md207 --test_summary=terse \
/external/u-boot/doc/
DREADME.trace293 has terse user interface but is very convenient for viewing U-Boot
/external/ltp/doc/
Dstyle-guide.txt429 3. Provide a little more terse (1-2 paragraph maximum, <= 72 character
/external/ltp/
DINSTALL278 See README.mk-devel for a more terse description of what's available.
/external/python/cpython3/Doc/faq/
Dlibrary.rst165 This sounds like a lot of work, but since Python is so terse and flexible it's

12