Home
last modified time | relevance | path

Searched refs:banner (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/python/Lib/
Dcode.py188 def interact(self, banner=None, exitmsg=None): argument
213 if banner is None:
217 elif banner:
218 self.write("%s\n" % str(banner))
278 def interact(banner=None, readfunc=None, local=None, exitmsg=None): argument
301 console.interact(banner, exitmsg)
312 banner = '' variable
314 banner = None variable
315 interact(banner)
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dbanner.dart14 const double _kOffset = 40.0; // distance to bottom of banner, at a 45 degree angle inwards
15 const double _kHeight = 12.0; // height of banner
16 const double _kBottomOffset = _kOffset + 0.707 * _kHeight; // offset plus sqrt(2)/2 * banner height
32 /// Show the banner in the top-right corner when the ambient [Directionality]
37 /// Show the banner in the top-left corner when the ambient [Directionality]
42 /// Show the banner in the bottom-right corner when the ambient
48 /// Show the banner in the bottom-left corner when the ambient
57 /// Creates a banner painter.
74 /// The message to show in the banner.
90 /// Where to show the banner (e.g., the upper right corner).
[all …]
/third_party/pixman/test/
DMakefile.win3234 then banner="All $$total tests passed" ; \
35 else banner="$$failures of $$total tests failed" ; \
37 dashes=`echo "$$banner" | sed s/./=/g`; \
39 echo "$$banner" ; \
/third_party/boost/libs/spirit/classic/test/
Dscoped_lock_tests.cpp15 void banner() in banner() function
30 banner(); in main()
44 banner(); in main()
/third_party/python/Lib/test/
Dtest_code_module.py80 self.console.interact(banner='Foo')
88 self.console.interact(banner='')
94 self.console.interact(banner='')
103 self.console.interact(banner='', exitmsg='')
112 self.console.interact(banner='', exitmsg=message)
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbanner_demo.dart18 static const String routeName = '/material/banner';
50 final Widget banner = MaterialBanner(
84 child: Text('Reset the banner'),
103 return banner;
/third_party/python/Lib/asyncio/
D__main__.py72 banner = (
81 banner=banner,
/third_party/node/tools/gyp/pylib/gyp/generator/
Dgypsh.py52 banner = "Python %s on %s\nlocals.keys() = %s\ngypsh" % (
58 code.interact(banner, local=locals)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dgypsh.py53 banner='Python %s on %s\nlocals.keys() = %s\ngypsh' % \
56 code.interact(banner, local=locals)
/third_party/node/tools/node-lint-md-cli-rollup/
Drollup.config.js51 const banner = '// Don\'t change this file manually,\n' +
53 return code.replace('\'use strict\';', '\'use strict\';\n\n' + banner);
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/
Ddebug.dart10 /// Print a banner at the beginning of each frame.
13 /// have a banner giving the frame number and the time stamp of the frame.
20 /// To include a banner at the end of each frame as well, to distinguish
34 /// Print a banner at the end of each frame.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp35 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner) in MachineFunctionPrinterPass()
36 : MachineFunctionPass(ID), OS(os), Banner(banner) {} in MachineFunctionPrinterPass()
/third_party/python/Doc/library/
Dcode.rst33 .. function:: interact(banner=None, readfunc=None, local=None, exitmsg=None)
40 method of the instance is then run with *banner* and *exitmsg* passed as the
41 banner and exit message to use, if provided. The console object is discarded
143 .. method:: InteractiveConsole.interact(banner=None, exitmsg=None)
145 Closely emulate the interactive Python console. The optional *banner* argument
146 specify the banner to print before the first interaction; by default it prints a
147 banner similar to the one printed by the standard Python interpreter, followed
156 To suppress printing any banner, pass an empty string.
/third_party/skia/gm/
Dcomplexclip.cpp321 SkString banner; in draw_banner() local
322 banner.append("Persp: "); in draw_banner()
325 banner.append("Both Clips"); in draw_banner()
332 banner.append("Gradient"); in draw_banner()
335 banner.append("Image"); in draw_banner()
339 banner.append(" (w/ LM, should equal top row)"); in draw_banner()
343 canvas->drawString(banner.c_str(), 20.f, -30.f, kFont, SkPaint()); in draw_banner()
/third_party/boost/libs/iostreams/doc/theme/
Diostreams.css143 H4.banner { margin:.3em }
145 TD.banner { text-align:center }
147 A.banner
195 .banner { text-align: center }
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dbanner.dart13 /// A Material Design banner.
15 /// A banner displays an important, succinct message, and provides actions for
16 /// users to address (or dismiss the banner). A user action is required for it
29 /// [backgroundColor] can be provided to customize the banner.
/third_party/grpc/tools/codegen/core/
Dgen_settings_ids.py57 def put_banner(files, banner): argument
60 for line in banner:
/third_party/skia/site/
Dconfig.toml78 # Flag used in the "version-banner" partial to decide whether to display a
79 # banner on every page indicating that this is an archived version of the docs.
80 # Set this flag to "true" if you want to display the banner.
84 # Used in the "version-banner" partial to display a version number for the
88 # A link to latest version of the docs. Used in the "version-banner" partial to
/third_party/ffmpeg/doc/
Ddefault.css13 #banner {
19 #banner img {
/third_party/flutter/flutter/examples/flutter_gallery/lib/
Dmain_publish.dart9 // the gallery and removes the 'PREVIEW' banner.
/third_party/grpc/src/ruby/bin/
Dnoproto_server.rb75 opts.banner = 'Usage: [--host <hostname>:<port>] [--secure|-s]'
Dnoproto_client.rb65 opts.banner = 'Usage: [--host <hostname>:<port>] [--secure|-s]'
/third_party/flutter/flutter/examples/catalog/bin/
Dscreenshot.dart.template39 WidgetsApp.debugAllowBannerOverride = false; // No "debug" banner.
/third_party/jsframework/
Dbuild_jsmock_system_plugin.js78 banner: frameworkBannerForJSAPIMock property
Dbuild_strip_native_min.js79 banner: frameworkBanner property

12345