Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/
Dplatform.py1172 def platform(aliased=0, terse=0): argument
1191 result = _platform_cache.get((aliased, terse), None)
1213 if terse:
1227 if terse or not os_name:
1236 if terse:
1243 _platform_cache[(aliased, terse)] = platform
1250 terse = ('terse' in sys.argv or '--terse' in sys.argv) variable
1252 print(platform(aliased, terse))
/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/cpython3/Lib/test/
Dtest_platform.py28 for terse in (False, True):
29 res = platform.platform(aliased, terse)
381 self.assertEqual(platform.platform(terse=1), expected_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/angle/third_party/vulkan-deps/glslang/src/Test/
Dvalidate-shaders.sh171 --terse) opt_quiet=true
/external/deqp-deps/glslang/Test/
Dvalidate-shaders.sh171 --terse) opt_quiet=true
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_flags.inc39 "If set, prints memory profile in a terse format.")
/external/python/cpython2/Lib/distutils/command/
Dupload.py128 comment = 'built for %s' % platform.platform(terse=1)
/external/freetype/
DREADME67 a terse message that only says `it doesn't work'.
/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/tutorial/
Dwhatnow.rst16 You should browse through this manual, which gives complete (though terse)
/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/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/google-fruit/
DCONTRIBUTING.md194 --test_summary=terse \
/external/ltp/doc/
Dstyle-guide.txt429 3. Provide a little more terse (1-2 paragraph maximum, <= 72 character
/external/ltp/
DINSTALL262 See README.mk-devel for a more terse description of what's available.
/external/arm-trusted-firmware/
DMakefile84 CHECKCODE_ARGS += --no-summary --terse
/external/python/pybind11/docs/advanced/
Dfunctions.rst116 value policies which makes this a convenient terse syntax. Alternatively,
/external/python/cpython3/Doc/faq/
Dlibrary.rst165 This sounds like a lot of work, but since Python is so terse and flexible it's
/external/python/cpython2/Doc/faq/
Dlibrary.rst163 This sounds like a lot of work, but since Python is so terse and flexible it's

12