/third_party/python/Lib/ |
D | code.py | 188 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/ |
D | banner.dart | 14 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/ |
D | Makefile.win32 | 34 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/ |
D | scoped_lock_tests.cpp | 15 void banner() in banner() function 30 banner(); in main() 44 banner(); in main()
|
/third_party/python/Lib/test/ |
D | test_code_module.py | 80 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/ |
D | banner_demo.dart | 18 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__.py | 72 banner = ( 81 banner=banner,
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | gypsh.py | 52 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/ |
D | gypsh.py | 53 banner='Python %s on %s\nlocals.keys() = %s\ngypsh' % \ 56 code.interact(banner, local=locals)
|
/third_party/node/tools/node-lint-md-cli-rollup/ |
D | rollup.config.js | 51 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/ |
D | debug.dart | 10 /// 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/ |
D | MachineFunctionPrinterPass.cpp | 35 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner) in MachineFunctionPrinterPass() 36 : MachineFunctionPass(ID), OS(os), Banner(banner) {} in MachineFunctionPrinterPass()
|
/third_party/python/Doc/library/ |
D | code.rst | 33 .. 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/ |
D | complexclip.cpp | 321 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/ |
D | iostreams.css | 143 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/ |
D | banner.dart | 13 /// 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/ |
D | gen_settings_ids.py | 57 def put_banner(files, banner): argument 60 for line in banner:
|
/third_party/skia/site/ |
D | config.toml | 78 # 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/ |
D | default.css | 13 #banner { 19 #banner img {
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/ |
D | main_publish.dart | 9 // the gallery and removes the 'PREVIEW' banner.
|
/third_party/grpc/src/ruby/bin/ |
D | noproto_server.rb | 75 opts.banner = 'Usage: [--host <hostname>:<port>] [--secure|-s]'
|
D | noproto_client.rb | 65 opts.banner = 'Usage: [--host <hostname>:<port>] [--secure|-s]'
|
/third_party/flutter/flutter/examples/catalog/bin/ |
D | screenshot.dart.template | 39 WidgetsApp.debugAllowBannerOverride = false; // No "debug" banner.
|
/third_party/jsframework/ |
D | build_jsmock_system_plugin.js | 78 banner: frameworkBannerForJSAPIMock property
|
D | build_strip_native_min.js | 79 banner: frameworkBanner property
|