Home
last modified time | relevance | path

Searched refs:boilerplate (Results 1 – 25 of 219) sorted by relevance

123456789

/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dbutton_test.dart21 boilerplate(child: const CupertinoButton(
37 boilerplate(child: const CupertinoButton(
53 boilerplate(child: const CupertinoButton(
67 await tester.pumpWidget(boilerplate(child: const CupertinoButton(
81 await tester.pumpWidget(boilerplate(child: const CupertinoButton(
98 return boilerplate(
122 await tester.pumpWidget(boilerplate(child: const CupertinoButton(
133 await tester.pumpWidget(boilerplate(child: CupertinoButton(
153 await tester.pumpWidget(boilerplate(child: CupertinoButton(
175 boilerplate(
[all …]
Dsegmented_control_test.dart27 return boilerplate(
42 Widget boilerplate({ Widget child }) {
65 return boilerplate(
92 boilerplate(
107 boilerplate(
168 boilerplate(
187 boilerplate(
214 boilerplate(
232 boilerplate(
250 boilerplate(
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Dtoggle_buttons_test.dart13 Widget boilerplate({Widget child}) {
25 child: boilerplate(
60 return boilerplate(
126 child: boilerplate(
185 child: boilerplate(
207 child: boilerplate(
233 child: boilerplate(
259 child: boilerplate(
295 child: boilerplate(
322 child: boilerplate(
[all …]
Dtoggle_buttons_theme_test.dart12 Widget boilerplate({Widget child}) {
119 child: boilerplate(
156 child: boilerplate(
190 child: boilerplate(
227 child: boilerplate(
263 child: boilerplate(
340 child: boilerplate(
381 child: boilerplate(
421 child: boilerplate(
Dtabs_test.dart15 Widget boilerplate({ Widget child, TextDirection textDirection = TextDirection.ltr }) {
113 return boilerplate(
393 return boilerplate(
773 boilerplate(
807 boilerplate(
905 return boilerplate(
1096 boilerplate(
1131 boilerplate(
1190 boilerplate(
1251 return boilerplate(
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsliver_fill_remaining_test.dart75 Widget boilerplate(List<Widget> slivers, {ScrollController controller}) {
95 await tester.pumpWidget(boilerplate(slivers, controller: controller));
112 await tester.pumpWidget(boilerplate(slivers, controller: controller));
130 await tester.pumpWidget(boilerplate(slivers));
154 await tester.pumpWidget(boilerplate(slivers));
174 await tester.pumpWidget(boilerplate(slivers));
207 await tester.pumpWidget(boilerplate(slivers));
229 await tester.pumpWidget(boilerplate(slivers));
261 await tester.pumpWidget(boilerplate(slivers));
307 await tester.pumpWidget(boilerplate(slivers, controller: controller));
[all …]
Dsafe_area_test.dart91 Widget boilerplate(Widget child) {
103 final Widget child = boilerplate(SafeArea(
138 final Widget child = boilerplate(SafeArea(
/third_party/unity/auto/
Dgenerate_module.rb135 …h: @options[:path_src], prefix: '', template: TEMPLATE_SRC, inc: :src, boilerplate: @options[:boil…
136 …options[:path_inc], prefix: '', template: TEMPLATE_INC, inc: :inc, boilerplate: @options[:boil…
137 …options[:path_tst], prefix: prefix, template: TEMPLATE_TST, inc: :tst, boilerplate: @options[:boil…
157 boilerplate: cfg[:boilerplate],
/third_party/cJSON/tests/unity/auto/
Dgenerate_module.rb132 …h: @options[:path_src], prefix: '', template: TEMPLATE_SRC, inc: :src, boilerplate: @options[:boil…
133 …options[:path_inc], prefix: '', template: TEMPLATE_INC, inc: :inc, boilerplate: @options[:boil…
134 …options[:path_tst], prefix: prefix, template: TEMPLATE_TST, inc: :tst, boilerplate: @options[:boil…
154 boilerplate: cfg[:boilerplate],
/third_party/boost/libs/phoenix/doc/modules/
Dfunction.qbk99 a repetetive task. Therefor the following boilerplate macros are provided to help
107 all the necessary boilerplate to make an arbitrary nullary function a lazy
156 all the necessary boilerplate to make an arbitrary function a lazy function.
223 all the necessary boilerplate to make an arbitrary function a lazy
249 all the necessary boilerplate to make an arbitrary nullary function object a
300 all the necessary boilerplate to make an arbitrary function object a lazy
379 all the necessary boilerplate to make an arbitrary function object a lazy
/third_party/boost/libs/outcome/doc/src/content/motivation/
Dplug_error_code.md11 the case in C++, doing this is straightforward but requires typing boilerplate
24 This might look like a lot of extra boilerplate over simply using your custom
35 boilerplate here.
Dplug_error_code2.md11 the case in C++, doing this is straightforward but requires typing boilerplate
24 This might look like a lot of extra boilerplate over simply using your custom
35 boilerplate here.
/third_party/openh264/module/
Dtask_utils.py6 boilerplate = "/* This Source Code Form is subject to the terms of the Mozilla Public\n\ variable
182 print boilerplate
/third_party/python/Doc/library/
Dnumbers.rst156 "boilerplate". ``a`` will be an instance of ``A``, which is a subtype
162 2. If ``A`` falls back to the boilerplate code, and it were to
165 boilerplate should return :const:`NotImplemented` from
170 4. If it falls back to the boilerplate, there are no more possible
/third_party/flutter/flutter/packages/flutter_test/test/
Dmatchers_test.dart316 Widget boilerplate(Widget child) {
331 await tester.pumpWidget(boilerplate(const Text('hello')));
343 await tester.pumpWidget(boilerplate(const Text('hello')));
356 await tester.pumpWidget(boilerplate(const Text('hello')));
368 await tester.pumpWidget(boilerplate(Container()));
380 await tester.pumpWidget(boilerplate(Column(
396 await tester.pumpWidget(boilerplate(const Text('hello')));
/third_party/boost/libs/fusion/doc/
Dadapted.qbk215 necessary boilerplate to make an arbitrary struct a model of
285 necessary boilerplate to make an arbitrary template struct a model of
366 macros that can be used to generate all the necessary boilerplate to make an
467 necessary boilerplate to make an arbitrary struct a model of
533 necessary boilerplate to make an arbitrary template struct a model of
609 macros that can be used to generate all the necessary boilerplate to make an
691 necessary boilerplate to adapt an arbitrary class type as a model of
794 necessary boilerplate to adapt an arbitrary template class type as a model of
906 necessary boilerplate to adapt an arbitrary class type as a model of
1015 necessary boilerplate to adapt an arbitrary template class type as a model of
[all …]
/third_party/node/deps/zlib/google/
DBUILD.gn39 # //base, to reuse some boilerplate code.
/third_party/skia/third_party/externals/zlib/google/
DBUILD.gn39 # //base, to reuse some boilerplate code.
/third_party/boost/libs/phoenix/doc/inside/
Dexpression.qbk137 repetetive task. Phoenix provides boilerplate macros that make defining Phoenix
154 necessary boilerplate to create Phoenix Expressions
251 necessary boilerplate to create Phoenix Expressions
350 necessary boilerplate to create Phoenix Expressions
445 necessary boilerplate to create Phoenix Expressions
/third_party/libwebsockets/cmake/
Dlibwebsockets-config.cmake.in31 # Move boilerplate for consuming cmake files into here
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/constructors/
Dstatic-constructor.md23 of course type lots of boilerplate to be explicit, but this use
D_index.md16 extra typing of boilerplate, and a little bit of simple C++ metaprogramming. This section
/third_party/boost/libs/outcome/doc/src/content/reference/functions/
Derror_from_exception.md6 This function saves writing boilerplate by rethrowing `ep` within a `try`
/third_party/boost/libs/mpl/doc/src/refmanual/
DMetafunctions-Trivial.rst6 compoments in this manual would result in more boilerplate syntactic baggage than
/third_party/node/deps/npm/node_modules/slide/
DREADME.md80 - I still have to provide an array of functions, which is a lot of boilerplate,
94 - reduces boilerplate by converting an array of [fn, args] to an actor

123456789