/third_party/python/Lib/ |
D | platform.py | 1174 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/ |
D | test_platform.py | 89 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/ |
D | index.rst | 8 language. It is terse, but attempts to be exact and complete. The semantics of
|
/third_party/typescript/src/server/ |
D | utilitiesPublic.ts | 3 terse, enumerator
|
/third_party/ltp/include/mk/ |
D | env_post.mk | 95 CHECK_NOFLAGS ?= $(abs_top_srcdir)/scripts/checkpatch.pl -f --no-tree --terse --no-summary --igno…
|
/third_party/glslang/Test/ |
D | validate-shaders.sh | 171 --terse) opt_quiet=true
|
/third_party/ffmpeg/doc/ |
D | build_system.txt | 7 Disable the default terse mode, the full command issued by make and its
|
D | git-howto.texi | 226 Possibly make the commit message have a terse, descriptive first line, an
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | README | 64 a terse message that only says `it doesn't work'.
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | haptic_feedback.dart | 11 /// This API is intentionally terse since it calls default platform behavior. It
|
/third_party/freetype/ |
D | README | 70 terse message that only says 'it doesn't work'.
|
/third_party/skia/third_party/externals/freetype/ |
D | README | 70 terse message that only says 'it doesn't work'.
|
/third_party/python/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
|
/third_party/python/Doc/tutorial/ |
D | whatnow.rst | 16 You should browse through this manual, which gives complete (though terse)
|
/third_party/flutter/flutter/dev/devicelab/lib/framework/ |
D | framework.dart | 161 ..writeln(taskErrorStack.terse);
|
/third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/ |
D | main.mm | 87 … // Our state (make them static = more or less global) as a convenience to keep the example terse.
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_fromdata.pod | 96 These examples are very terse for the sake of staying on topic, which
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 34 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/ |
D | main.mm | 158 … // 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/ |
D | diagnostics.dart | 3022 /// 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
|
D | assertions.dart | 485 /// The message may have newlines in it. The first line should be a terse
|
/third_party/openssl/doc/man1/ |
D | openssl.pod | 492 Provides a terse summary of all options.
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | README.md | 270 …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/ |
D | widget_inspector.dart | 1863 /// [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/ |
D | library.rst | 165 This sounds like a lot of work, but since Python is so terse and flexible it's
|