Home
last modified time | relevance | path

Searched refs:bars (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/harfbuzz/src/
Dhb-debug.hh155 static const char bars[] = in _hb_debug_msg_va() local
163bars + sizeof (bars) - 1 - hb_min ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR)… in _hb_debug_msg_va()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-debug.hh155 static const char bars[] = in _hb_debug_msg_va() local
163bars + sizeof (bars) - 1 - hb_min ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR)… in _hb_debug_msg_va()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-debug.hh156 static const char bars[] = in _hb_debug_msg_va() local
164bars + sizeof (bars) - 1 - hb_min ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR)… in _hb_debug_msg_va()
/third_party/toybox/toys/posix/
Dgrep.c117 char *bars = 0; in do_grep() local
259 if (bars) { in do_grep()
260 xputs(bars); in do_grep()
261 bars = 0; in do_grep()
348 if (discard && mcount) bars = "--"; in do_grep()
/third_party/mesa3d/docs/relnotes/
D17.0.2.rst37 Crusader Kings 2 - Loading bars, siege bars, morale bars, etc. do not
D17.1.0.rst103 Crusader Kings 2 - Loading bars, siege bars, morale bars, etc. do not
D21.1.4.rst38 - Supraland: flickering black bars on ground
/third_party/rust/crates/clap/tests/derive/
Dprivacy.rs33 bars: String,
Ddoc_comments_help.rs117 bars: String, in top_long_doc_comment_both_help_long_help()
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtext_theme.dart181 /// Typography of titles in standard navigation bars.
188 /// Typography of large titles in sliver navigation bars.
195 /// Typography of interactive text content in navigation bars.
Dnav_bar.dart50 // There's a single tag for all instances of navigation bars because they can
61 String toString() => 'Default Hero tag for Cupertino navigation bars with navigator $navigator';
143 // pages' nav bars or with other fullscreen dialog pages on the way in or on
180 /// behavior for multiple navigation bars per route.
291 // TODO(xster): implement support for double row navigation bars.
337 /// Whether to transition between navigation bars.
360 /// default tag, all navigation bars of the same navigator can transition
364 /// navigation bars per route or to transition between multiple
508 /// behavior for multiple navigation bars per route.
674 pinned: true, // iOS navigation bars are always pinned.
[all …]
Dtab_scaffold.dart200 …face guidelines](https://developer.apple.com/design/human-interface-guidelines/ios/bars/tab-bars/).
263 /// on iOS apps with tab bars.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dbottom_navigation_bar_item.dart20 /// * <https://developer.apple.com/ios/human-interface-guidelines/bars/tab-bars>
Dpages.dart21 /// the app bars have a close button instead of a back button. On
Dnavigation_toolbar.dart21 /// Either directly use the themed app bars such as the Material [AppBar] or
Dscroll_metrics.dart28 /// such as scroll bars; for example, see [Scrollbar].
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dapp_bar.dart52 // https://material.io/design/components/app-bars-top.html#specs
60 /// [TabBar] and a [FlexibleSpaceBar]. App bars typically expose one or more
65 /// App bars are typically used in the [Scaffold.appBar] property, which places
165 /// * <https://material.io/design/components/app-bars-top.html>
297 /// for app bars.
812 /// [TabBar] and a [FlexibleSpaceBar]. App bars typically expose one or more
818 /// Sliver app bars are typically used as the first child of a
852 /// The following animations show how app bars with different configurations
886 /// * <https://material.io/design/components/app-bars-top.html>
922 assert(floating || !snap, 'The "snap" argument only makes sense for floating app bars.'),
[all …]
Dsnack_bar.dart155 /// display and animation of snack bars.
228 /// prompted the snackbar. Snack bars can have at most one action.
Dbutton_theme.dart41 /// Button bars will be constrained to a minimum height of 52.
43 /// This setting is require to create button bars which conform to the
47 /// Button bars will calculate their padding from the button theme padding.
123 /// Creates a button theme that is appropriate for button bars, as used in
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dscaffold_test.dart153 testWidgets('Contents are between opaque bars', (WidgetTester tester) async {
190 …testWidgets('Contents have automatic sliver padding between translucent bars', (WidgetTester teste…
/third_party/node/deps/npm/node_modules/protoduck/
DREADME.md333 compare (bar) { return 'bars are ok' }
344 foo.compare(bar) // 'bars are ok'
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dsystem_chrome.dart282 /// For example, when the Android keyboard disables hidden status and navigation bars,
283 /// this can be called to re-disable the bars when the keyboard is closed.
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp4205 BitSet bars(6, true); in insertBarriers() local
4220 bars.clr(wr); // free barrier in insertBarriers()
4233 bars.clr(rd); // free barrier in insertBarriers()
4251 bar_id = bars.findFreeRange(1); in insertBarriers()
4254 bars.set(bar_id); in insertBarriers()
4270 bar_id = bars.findFreeRange(1); in insertBarriers()
4273 bars.set(bar_id); in insertBarriers()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
DUsage.md29 Test input streams. Displays current volume as VU bars.
/third_party/ejdb/src/jql/
DREADME.md18 …ode> | Curly brackets enclose two or more required alternative choices, separated by vertical bars.
19 …ndicate an optional element or clause. Multiple elements or clauses are separated by vertical bars.
20 <code>&#124;</code> | Vertical bars separate two or more alternative syntax elements.

1234