Home
last modified time | relevance | path

Searched refs:Placeholder (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dplaceholder_test.dart11 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 …]
Drtl_test.dart12 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 …]
Dsafe_area_test.dart18 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 …]
Dconstrained_box_test.dart9 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 …]
Dvisibility_test.dart93 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 …]
Dautomatic_keep_alive_test.dart78 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 …]
Ddirectionality_test.dart14 return const Placeholder();
60 return const Placeholder();
68 Directionality(textDirection: nonconst(null), child: const Placeholder());
Dvalue_listenable_builder_test.dart22 return const Placeholder();
37 expect(find.byType(Placeholder), findsOneWidget);
107 await tester.pumpWidget(const Placeholder());
/third_party/boost/boost/type_erasure/detail/
Dconst.hpp38 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/
Dlist_tile_test.dart574 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 …]
Dapp_bar_test.dart174 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 …]
Dapp_builder_test.dart15 home: const Placeholder(),
21 return const Placeholder();
52 return const Placeholder();
/third_party/ejdb/src/bindings/ejdb2_node/
Dindex.d.ts30 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/
Dindex.d.ts28 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/
DPlaceholderExpression.rst1 .. 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|.
DLambdaExpression.rst13 * |Placeholder Expression|
22 See corresponding |Metafunction Class| and |Placeholder Expression| specifications.
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Droute_test.dart21 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/
Drule_parser.hpp981 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/
DValueList.cpp162 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/
DramdaToolsNoInfinite.ts86 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/
Diterator_test.cpp219 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/
Diterator_test.cpp219 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/
DParagraphImpl.h103 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/
Diterator_test.cpp219 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/
DramdaToolsNoInfinite.types145 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

123456