/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | placeholder_test.dart | 11 testWidgets('Placeholder', (WidgetTester tester) async { 12 await tester.pumpWidget(const Placeholder()); 13 expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).size, const Size(800.0, 600.0)); 14 await tester.pumpWidget(const Center(child: Placeholder())); 15 expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).size, const Size(800.0, 600.0)); 16 …Direction.ltr, children: const <Widget>[Positioned(top: 0.0, bottom: 0.0, child: Placeholder())])); 17 expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).size, const Size(400.0, 600.0)); 18 …Direction.ltr, children: const <Widget>[Positioned(left: 0.0, right: 0.0, child: Placeholder())])); 19 expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).size, const Size(800.0, 400.0)); 20 …extDirection.ltr, children: const <Widget>[Positioned(top: 0.0, child: Placeholder(fallbackWidth: … [all …]
|
D | rtl_test.dart | 12 child: Placeholder(), 18 expect(tester.getTopLeft(find.byType(Placeholder)), const Offset(10.0, 0.0)); 23 expect(tester.getTopLeft(find.byType(Placeholder)), const Offset(0.0, 0.0)); 50 child: const Placeholder(), 56 expect(tester.getTopLeft(find.byType(Placeholder)), const Offset(10.0, 0.0)); 57 expect(tester.getTopRight(find.byType(Placeholder)), const Offset(780.0, 0.0)); 62 expect(tester.getTopLeft(find.byType(Placeholder)), const Offset(20.0, 0.0)); 63 expect(tester.getTopRight(find.byType(Placeholder)), const Offset(790.0, 0.0)); 70 child: const Placeholder(), 76 expect(tester.getTopLeft(find.byType(Placeholder)), const Offset(10.0, 0.0)); [all …]
|
D | safe_area_test.dart | 18 child: Placeholder(), 22 expect(tester.getTopLeft(find.byType(Placeholder)), const Offset(0.0, 20.0)); 23 expect(tester.getBottomRight(find.byType(Placeholder)), const Offset(780.0, 580.0)); 33 child: Placeholder(), 37 expect(tester.getTopLeft(find.byType(Placeholder)), const Offset(20.0, 10.0)); 38 expect(tester.getBottomRight(find.byType(Placeholder)), const Offset(780.0, 570.0)); 49 child: Placeholder(), 54 expect(tester.getTopLeft(find.byType(Placeholder)), const Offset(20.0, 20.0)); 55 expect(tester.getBottomRight(find.byType(Placeholder)), const Offset(780.0, 580.0)); 64 child: Placeholder(), [all …]
|
D | constrained_box_test.dart | 9 testWidgets('Placeholder intrinsics', (WidgetTester tester) async { 10 await tester.pumpWidget(const Placeholder()); 11 …expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).getMinIntrinsicWidth(double.infini… 12 …expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).getMaxIntrinsicWidth(double.infini… 13 …expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).getMinIntrinsicHeight(double.infin… 14 …expect(tester.renderObject<RenderBox>(find.byType(Placeholder)).getMaxIntrinsicHeight(double.infin… 23 child: const Placeholder(), 38 child: const Placeholder(), 53 child: const Placeholder(), 68 child: const Placeholder(), [all …]
|
D | visibility_test.dart | 93 expect(find.byType(Placeholder), findsNothing); 102 …mpWidget(Center(child: Visibility(child: testChild, replacement: const Placeholder(), visible: fal… 104 expect(find.byType(Placeholder), findsOneWidget); 113 …mpWidget(Center(child: Visibility(child: testChild, replacement: const Placeholder(), visible: tru… 116 expect(find.byType(Placeholder), findsNothing); 128 expect(find.byType(Placeholder), findsNothing); 140 expect(find.byType(Placeholder), findsNothing); 152 expect(find.byType(Placeholder), findsNothing); 164 expect(find.byType(Placeholder), findsNothing); 176 expect(find.byType(Placeholder), findsNothing); [all …]
|
D | automatic_keep_alive_test.dart | 78 children: generateList(const Placeholder(), impliedMode: impliedMode), 126 Container(height: 12.3, child: const Placeholder()), // about 50 widgets visible 178 Container(child: const Placeholder()), 237 Leaf(key: GlobalObjectKey<_LeafState>(0), child: Placeholder()), 238 Leaf(key: GlobalObjectKey<_LeafState>(1), child: Placeholder()), 321 Leaf(key: GlobalObjectKey<_LeafState>(0), child: Placeholder()), 322 Leaf(key: GlobalObjectKey<_LeafState>(1), child: Placeholder()), 330 Leaf(key: GlobalObjectKey<_LeafState>(2), child: Placeholder()), 331 Leaf(key: GlobalObjectKey<_LeafState>(3), child: Placeholder()), 339 Leaf(key: GlobalObjectKey<_LeafState>(4), child: Placeholder()), [all …]
|
D | directionality_test.dart | 14 return const Placeholder(); 60 return const Placeholder(); 68 Directionality(textDirection: nonconst(null), child: const Placeholder());
|
D | value_listenable_builder_test.dart | 22 return const Placeholder(); 37 expect(find.byType(Placeholder), findsOneWidget); 107 await tester.pumpWidget(const Placeholder());
|
/third_party/boost/boost/type_erasure/detail/ |
D | const.hpp | 38 template<class Placeholder, class Base> 41 ::boost::is_const<Placeholder>, 48 template<class Placeholder, class Base> 51 ::boost::mpl::not_< ::boost::is_const<Placeholder> >, 80 template<class Placeholder, class Base> 84 typedef typename ::boost::remove_reference<Placeholder>::type plain_placeholder; 85 typedef typename ::boost::mpl::if_< ::boost::is_reference<Placeholder>, 101 template<class Placeholder, class Base> 102 struct maybe_const_this_param<Placeholder&&, Base> 105 typedef typename ::boost::remove_reference<Placeholder>::type plain_placeholder;
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | list_tile_test.dart | 574 trailing: SizedBox(height: 24.0, width: 24.0, child: Placeholder()), 580 trailing: SizedBox(height: 24.0, width: 24.0, child: Placeholder()), 591 …expect(tester.getRect(find.byType(Placeholder).at(0)), const Rect.fromLTWH(800.0 - 24.0 - 16.0, … 594 …expect(tester.getRect(find.byType(Placeholder).at(1)), const Rect.fromLTWH(800.0 - 24.0 - 16.0, 1… 604 trailing: SizedBox(height: 24.0, width: 24.0, child: Placeholder()), 609 trailing: SizedBox(height: 24.0, width: 24.0, child: Placeholder()), 621 …expect(tester.getRect(find.byType(Placeholder).at(0)), const Rect.fromLTWH(800.0 - 24.0 - 16.0, … 624 …expect(tester.getRect(find.byType(Placeholder).at(1)), const Rect.fromLTWH(800.0 - 24.0 - 16.0, 2… 635 trailing: SizedBox(height: 24.0, width: 24.0, child: Placeholder()), 642 trailing: SizedBox(height: 24.0, width: 24.0, child: Placeholder()), [all …]
|
D | app_bar_test.dart | 174 title: const Placeholder(key: Key('X')), 193 title: const Placeholder(key: Key('X')), 212 title: const Placeholder(key: Key('X')), 232 title: const Placeholder(key: Key('X')), 1003 leading: Placeholder(key: key), 1006 Placeholder(fallbackWidth: 10.0), 1007 Placeholder(fallbackWidth: 10.0), 1008 Placeholder(fallbackWidth: 10.0), 1024 leading: Placeholder(key: key), 1027 Placeholder(fallbackWidth: 10.0), [all …]
|
D | app_builder_test.dart | 15 home: const Placeholder(), 21 return const Placeholder(); 52 return const Placeholder();
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | index.d.ts | 30 export type Placeholder = string | number; alias 141 setJSON(placeholder: Placeholder, val: object | string): JQL; 146 setRegexp(placeholder: Placeholder, val: string): JQL; 151 setNumber(placeholder: Placeholder, val: number): JQL; 156 setBoolean(placeholder: Placeholder, val: boolean): JQL; 161 setString(placeholder: Placeholder, val: string): JQL; 166 setNull(placeholder: Placeholder): JQL;
|
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/ |
D | index.d.ts | 28 export type Placeholder = string | number; alias 424 setString(placeholder: Placeholder, val: string): JQL; 429 setJSON(placeholder: Placeholder, val: string | object): JQL; 435 setRegexp(placeholder: Placeholder, val: string | RegExp): JQL; 440 setNumber(placeholder: Placeholder, val: number): JQL; 445 setBoolean(placeholder: Placeholder, val: boolean): JQL; 450 setNull(placeholder: Placeholder): JQL;
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | PlaceholderExpression.rst | 1 .. Metafunctions/Concepts//Placeholder Expression |40 3 Placeholder Expression 9 A |Placeholder Expression| is a type that is either a |placeholder| or a class 11 |Placeholder Expression|. 18 ``X<a1,...,an>`` is a |Placeholder Expression| if and only if all of the following 22 or a |Placeholder Expression|.
|
D | LambdaExpression.rst | 13 * |Placeholder Expression| 22 See corresponding |Metafunction Class| and |Placeholder Expression| specifications.
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | route_test.dart | 21 home: Placeholder(), 31 child: Placeholder(), 51 home: Placeholder(), 116 home: Placeholder(), 126 child: Placeholder(), 141 child: Placeholder(), 162 home: Placeholder(), 172 child: Placeholder(), 187 child: Placeholder(), 205 home: Placeholder(), [all …]
|
/third_party/boost/boost/spirit/home/classic/utility/ |
D | rule_parser.hpp | 981 template<class Placeholder, action_chain_mode Mode, typename Action> 1042 template<class Placeholder, typename StartAction, class NewChainOrChains> 1051 template<class Placeholder, // <-- non-deduced 1053 typename placeholdee<Placeholder,StartAction,NewChainOrChains>::type 1055 { return placeholdee<Placeholder,StartAction,NewChainOrChains>::get(a,c); } in get_placeholdee() 1057 template<class Placeholder, typename StartAction, class Head, class Tail> 1059 < Placeholder, StartAction, action_chains<Head,Tail> > 1061 typedef typename placeholdee<Placeholder, 1062 typename placeholdee<Placeholder,StartAction,Head>::type, Tail >::type 1067 return get_placeholdee<Placeholder>( in get() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs() local 168 while (!Placeholder->use_empty()) { in resolveConstantForwardRefs() 169 auto UI = Placeholder->user_begin(); in resolveConstantForwardRefs() 188 } else if (*I == Placeholder) { in resolveConstantForwardRefs() 222 Placeholder->replaceAllUsesWith(RealVal); in resolveConstantForwardRefs() 223 Placeholder->deleteValue(); in resolveConstantForwardRefs()
|
/third_party/typescript/tests/cases/compiler/ |
D | ramdaToolsNoInfinite.ts | 86 export type Placeholder = { __placeholder: void }; alias 91 T1[Tools.Pos<I>] extends R.Placeholder 106 [K in keyof T]?: T[K] | R.Placeholder
|
/third_party/spirv-tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 222 std::vector<Placeholder> data = {{1}, {2}, {3}, {4}, {5}, in TEST() 227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST() 236 for (Placeholder& data : filter_range) { in TEST() 261 [](const Placeholder& data) { return data.val > 10; }); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 222 std::vector<Placeholder> data = {{1}, {2}, {3}, {4}, {5}, in TEST() 227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST() 236 for (Placeholder& data : filter_range) { in TEST() 261 [](const Placeholder& data) { return data.val > 10; }); in TEST()
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphImpl.h | 103 SkTArray<Placeholder, true> placeholders, 110 SkTArray<Placeholder, true> placeholders, 139 SkSpan<Placeholder> placeholders() { 140 return SkSpan<Placeholder>(fPlaceholders.data(), fPlaceholders.size()); 247 SkTArray<Placeholder, true> fPlaceholders;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | iterator_test.cpp | 219 struct Placeholder { in TEST() struct 222 std::vector<Placeholder> data = {{1}, {2}, {3}, {4}, {5}, in TEST() 227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST() 236 for (Placeholder& data : filter_range) { in TEST() 261 [](const Placeholder& data) { return data.val > 10; }); in TEST()
|
/third_party/typescript/tests/baselines/reference/ |
D | ramdaToolsNoInfinite.types | 145 export type Placeholder = { __placeholder: void }; 146 >Placeholder : Placeholder 154 T1[Tools.Pos<I>] extends R.Placeholder 191 [K in keyof T]?: T[K] | R.Placeholder
|