/external/python/cpython3/Lib/ |
D | platform.py | 1172 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/ |
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/cpython3/Lib/test/ |
D | test_platform.py | 28 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/ |
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/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | validate-shaders.sh | 171 --terse) opt_quiet=true
|
/external/deqp-deps/glslang/Test/ |
D | validate-shaders.sh | 171 --terse) opt_quiet=true
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_flags.inc | 39 "If set, prints memory profile in a terse format.")
|
/external/python/cpython2/Lib/distutils/command/ |
D | upload.py | 128 comment = 'built for %s' % platform.platform(terse=1)
|
/external/freetype/ |
D | README | 67 a terse message that only says `it doesn't work'.
|
/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/tutorial/ |
D | whatnow.rst | 16 You should browse through this manual, which gives complete (though terse)
|
/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/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/google-fruit/ |
D | CONTRIBUTING.md | 194 --test_summary=terse \
|
/external/ltp/doc/ |
D | style-guide.txt | 429 3. Provide a little more terse (1-2 paragraph maximum, <= 72 character
|
/external/ltp/ |
D | INSTALL | 262 See README.mk-devel for a more terse description of what's available.
|
/external/arm-trusted-firmware/ |
D | Makefile | 84 CHECKCODE_ARGS += --no-summary --terse
|
/external/python/pybind11/docs/advanced/ |
D | functions.rst | 116 value policies which makes this a convenient terse syntax. Alternatively,
|
/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
|
/external/python/cpython2/Doc/faq/ |
D | library.rst | 163 This sounds like a lot of work, but since Python is so terse and flexible it's
|