Home
last modified time | relevance | path

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

12

/third_party/python/Lib/
Dplatform.py1174 def platform(aliased=0, terse=0): argument
1193 result = _platform_cache.get((aliased, terse), None)
1215 if terse:
1229 if terse or not os_name:
1238 if terse:
1245 _platform_cache[(aliased, terse)] = platform
1309 terse = ('terse' in sys.argv or '--terse' in sys.argv) variable
1311 print(platform(aliased, terse))
/third_party/python/Lib/test/
Dtest_platform.py89 for terse in (False, True):
90 res = platform.platform(aliased, terse)
474 self.assertEqual(platform.platform(terse=1), expected_terse)
/third_party/python/Doc/reference/
Dindex.rst8 language. It is terse, but attempts to be exact and complete. The semantics of
/third_party/typescript/src/server/
DutilitiesPublic.ts3 terse, enumerator
/third_party/ltp/include/mk/
Denv_post.mk95 CHECK_NOFLAGS ?= $(abs_top_srcdir)/scripts/checkpatch.pl -f --no-tree --terse --no-summary --igno…
/third_party/glslang/Test/
Dvalidate-shaders.sh171 --terse) opt_quiet=true
/third_party/ffmpeg/doc/
Dbuild_system.txt7 Disable the default terse mode, the full command issued by make and its
Dgit-howto.texi226 Possibly make the commit message have a terse, descriptive first line, an
/third_party/flutter/skia/third_party/externals/freetype/
DREADME64 a terse message that only says `it doesn't work'.
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dhaptic_feedback.dart11 /// This API is intentionally terse since it calls default platform behavior. It
/third_party/freetype/
DREADME70 terse message that only says 'it doesn't work'.
/third_party/skia/third_party/externals/freetype/
DREADME70 terse message that only says 'it doesn't work'.
/third_party/python/Doc/library/
Dplatform.rst66 .. function:: platform(aliased=0, terse=0)
79 Setting *terse* to true causes the function to return only the absolute minimum
/third_party/python/Doc/tutorial/
Dwhatnow.rst16 You should browse through this manual, which gives complete (though terse)
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Dframework.dart161 ..writeln(taskErrorStack.terse);
/third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/
Dmain.mm87 … // Our state (make them static = more or less global) as a convenience to keep the example terse.
/third_party/openssl/doc/man3/
DEVP_PKEY_fromdata.pod96 These examples are very terse for the sake of staying on topic, which
/third_party/ltp/scripts/
Dcheckpatch.pl34 my $terse = 0;
297 'terse!' => \$terse,
333 die "$P: --verbose cannot be used with --terse\n" if ($verbose && $terse);
414 if ($terse) {
2299 if ($terse) {
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/
Dmain.mm158 … // Our state (make them static = more or less global) as a convenience to keep the example terse.
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Ddiagnostics.dart3022 /// representations of diagnostics terse and hide properties when they are not
3066 /// * [EnumProperty], which provides terse descriptions of enum values
3071 /// * [ObjectFlagProperty], which provides terse descriptions of whether a
3137 /// // terse description appropriate to display directly after a number
3188 /// // good terse description, write a DiagnosticsProperty subclass as in
3201 /// // Use a custom description to generate a more terse summary than the
Dassertions.dart485 /// The message may have newlines in it. The first line should be a terse
/third_party/openssl/doc/man1/
Dopenssl.pod492 Provides a terse summary of all options.
/third_party/flutter/skia/third_party/externals/imgui/docs/
DREADME.md270 …d default parameters are used to make the API easier to use and code more terse. Doing so I believ…
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dwidget_inspector.dart1863 /// [id] for efficiency encoding terse JSON payloads describing counts.
2026 /// widget and terse summary information is shown on device with detailed
/third_party/python/Doc/faq/
Dlibrary.rst165 This sounds like a lot of work, but since Python is so terse and flexible it's

12