/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | sliver_appbar_opacity.dart | 10 testWidgets('!pinned && !floating && !bottom ==> fade opactiy', (WidgetTester tester) async { 14 pinned: false, 29 testWidgets('!pinned && !floating && bottom ==> fade opactiy', (WidgetTester tester) async { 33 pinned: false, 48 testWidgets('!pinned && floating && !bottom ==> fade opactiy', (WidgetTester tester) async { 52 pinned: false, 67 testWidgets('!pinned && floating && bottom ==> fade opactiy', (WidgetTester tester) async { 71 pinned: false, 86 testWidgets('pinned && !floating && !bottom ==> 1.0 opacity', (WidgetTester tester) async { 90 pinned: true, [all …]
|
D | slivers_appbar_floating_pinned_test.dart | 12 …testWidgets('Sliver appBars - floating and pinned - correct elevation', (WidgetTester tester) asyn… 49 …testWidgets('Sliver appbars - floating and pinned - correct semantics', (WidgetTester tester) asyn… 65 pinned: true, 242 …testWidgets('Sliver appbars - floating and pinned - second app bar stacks below', (WidgetTester te… 258 … const SliverAppBar(floating: true, pinned: true, expandedHeight: 200.0, title: Text('A')), 259 const SliverAppBar(primary: false, pinned: true, title: Text('B')), 293 expect(tester.getTopLeft(find.text('A')), textPositionInAppBar); // app bar is pinned at top 317 pinned: true, 360 pinned: true, 394 pinned: false, [all …]
|
D | slivers_evil_test.dart | 98 … SliverPersistentHeader(delegate: TestSliverPersistentHeaderDelegate(150.0), pinned: true), 108 … SliverPersistentHeader(delegate: TestSliverPersistentHeaderDelegate(150.0), pinned: true), 114 … sliver: SliverPersistentHeader(delegate: TestSliverPersistentHeaderDelegate(250.0), pinned: true), 117 … SliverPersistentHeader(delegate: TestSliverPersistentHeaderDelegate(250.0), pinned: true), 119 … SliverPersistentHeader(delegate: TestSliverPersistentHeaderDelegate(250.0), pinned: true), 121 … SliverPersistentHeader(delegate: TestSliverPersistentHeaderDelegate(250.0), pinned: true), 122 … SliverPersistentHeader(delegate: TestSliverPersistentHeaderDelegate(250.0), pinned: true), 124 … SliverPersistentHeader(delegate: TestSliverPersistentHeaderDelegate(250.0), pinned: true),
|
D | slivers_appbar_pinned_test.dart | 26 testWidgets('Sliver appbars - pinned', (WidgetTester tester) async { 35 SliverPersistentHeader(key: key2 = GlobalKey(), delegate: TestDelegate(), pinned: true), 36 SliverPersistentHeader(key: key3 = GlobalKey(), delegate: TestDelegate(), pinned: true), 70 … SliverPersistentHeader(key: key = GlobalKey(), delegate: delegateThatCanThrow, pinned: true), 124 testWidgets('Sliver appbars - pinned with slow scroll', (WidgetTester tester) async { 133 SliverPersistentHeader(key: key2 = GlobalKey(), delegate: TestDelegate(), pinned: true), 134 SliverPersistentHeader(key: key3 = GlobalKey(), delegate: TestDelegate(), pinned: true), 217 testWidgets('Sliver appbars - pinned with less overlap', (WidgetTester tester) async { 226 SliverPersistentHeader(key: key2 = GlobalKey(), delegate: TestDelegate(), pinned: true), 227 SliverPersistentHeader(key: key3 = GlobalKey(), delegate: TestDelegate(), pinned: true), [all …]
|
/third_party/ltp/testcases/kernel/power_management/ |
D | pm_cpu_consolidation.py | 63 pinned="no" 65 trigger_ebizzy (options.smt_value, "partial", duration, background, pinned) 74 trigger_kernbench (options.smt_value, "partial", background, pinned, "no") 124 pinned ="no" 131 …orkld( options.smt_value, options.work_ld, options.stress, duration, background, pinned, perf_test)
|
/third_party/boost/libs/math/include_private/boost/math/tools/ |
D | remez.hpp | 181 bool pinned; // If true the approximation is "pinned" to go through the origin. member in boost::math::tools::remez_minimax 203 unsigned terms = pinned ? orderD + orderN : orderD + orderN + 1; in init_chebyshev() 230 unsigned offsetN = pinned ? 0 : 1; in init_chebyshev() 237 if(!pinned) in init_chebyshev() 297 pinned = pin; in reset() 302 unknowns = orderN + orderD + (pinned ? 1 : 2); in reset() 367 pinned = pin; in reset() 372 unknowns = orderN + orderD + (pinned ? 1 : 2); in reset() 420 if(pinned && (control_points[i] == 0)) in iterate() 435 unsigned offsetN = pinned ? 0 : 1; in iterate() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | commentOnSignature1.types | 18 Keep this pinned 22 /*! Don't keep this pinned comment */ 44 /*! keep this pinned comment */ 57 /*! keep this pinned comment */
|
D | commentOnSignature1.symbols | 18 Keep this pinned 22 /*! Don't keep this pinned comment */ 44 /*! keep this pinned comment */ 57 /*! keep this pinned comment */
|
D | pinnedComments1.types | 3 Keep this pinned comment 8 /*! pinned comment that need to be removed */
|
D | pinnedComments1.symbols | 3 Keep this pinned comment 8 /*! pinned comment that need to be removed */
|
D | commentOnAmbientVariable1.types | 3 Keep this pinned comment 7 /*! Don't keep this pinned comment */
|
D | commentOnAmbientVariable1.symbols | 3 Keep this pinned comment 7 /*! Don't keep this pinned comment */
|
D | commentOnAmbientClass1.types | 9 Keep this pinned comment 13 /*! Don't keep this pinned comment */
|
D | commentOnElidedModule1.symbols | 8 Keep this pinned 12 /*! Don't keep this pinned comment */
|
D | commentOnInterface1.symbols | 8 Keep this pinned 12 /*! Don't keep this pinned comment */
|
D | commentOnAmbientEnum.types | 8 Keep this pinned comment 12 /*! Don't keep this pinned comment */
|
D | doNotEmitPinnedCommentOnNotEmittedNodets.types | 5 /*! remove pinned comment anywhere else */ 17 /*! remove pinned comment anywhere else */
|
D | commentOnAmbientfunction.types | 11 Keep this pinned comment 15 /*! Don't keep this pinned comment */
|
D | doNotEmitPinnedCommentOnNotEmittedNode.types | 5 /*! remove pinned comment anywhere else */ 21 /*! remove pinned comment anywhere else */
|
D | commentOnAmbientClass1.symbols | 9 Keep this pinned comment 13 /*! Don't keep this pinned comment */
|
D | commentOnAmbientModule.types | 18 Keep this pinned comment 22 /*! Don't keep this pinned comment */
|
D | commentOnAmbientfunction.symbols | 11 Keep this pinned comment 15 /*! Don't keep this pinned comment */
|
/third_party/skia/site/docs/dev/tools/ |
D | sk.md | 19 and their versions are pinned under 26 * download - Download the pinned version of the asset into the given directory. 27 * upload - Upload a new version of the asset and update the pinned version. If 31 * get-version - Print the pinned version of the asset. 32 * set-version - Set the pinned version of the asset. `sk` verifies that the 65 Skia Infra's CI/CD pipeline. The version used by Skia is pinned in
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | flexible_space_bar_collapse_mode_test.dart | 23 pinned: true, 61 pinned: true, 99 pinned: true, 137 pinned: true, 177 pinned: true, 216 pinned: true,
|
/third_party/iptables/extensions/ |
D | libxt_bpf.man | 4 \fB\-\-object\-pinned\fP \fIpath\fP 5 Pass a path to a pinned eBPF object. 9 To use a pinned object in iptables, mount the bpf filesystem using 15 iptables \-A OUTPUT \-m bpf \-\-object\-pinned ${BPF_MOUNT}/{PINNED_PATH} \-j ACCEPT
|