Home
last modified time | relevance | path

Searched refs:stateful (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/boost/libs/container/test/
Dresource_adaptor_test.cpp90 struct stateful struct
97 { typedef stateful other; }; argument
99 stateful() in stateful() function
109 friend bool operator==(const stateful &l, const stateful &r) in operator ==() argument
112 friend bool operator!=(const stateful &l, const stateful &r) in operator !=()
125 stateful a; in test_get_allocator() argument
127 resource_adaptor<stateful> ra(a); in test_get_allocator()
128 const resource_adaptor<stateful> & cra = ra; in test_get_allocator()
133 typedef resource_adaptor<stateful> stateful_resource_adaptor_t;
/third_party/lwip/src/netif/ppp/
Dmppe.c132 state->stateful = 1; in mppe_init()
145 (state->stateful) ? "stateful" : "stateless")); in mppe_init()
229 if (!state->stateful || /* stateless mode */ in mppe_compress()
233 if (state->stateful) { in mppe_compress()
309 if (!state->stateful && !flushed) { in mppe_decompress()
315 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress()
326 if (!state->stateful) { in mppe_decompress()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dset_state_2_test.dart23 log.add('stateful');
47 'stateful',
51 'stateful',
Dstateful_components_test.dart47 testWidgets('resync stateful widget', (WidgetTester tester) async {
Dlayout_builder_test.dart91 testWidgets('LayoutBuilder stateful child', (WidgetTester tester) async {
137 testWidgets('SliverLayoutBuilder stateful descendants', (WidgetTester tester) async {
206 testWidgets('LayoutBuilder stateful parent', (WidgetTester tester) async {
/third_party/flutter/flutter/dev/snippets/config/templates/
DREADME.md41 interpolated into the template's stateful widget's state object body.
72 of a stateful widget, you will need to implement the `build()` method, and any
76 placed as the body of a stateful widget, so you will need to implement the
80 It creates a `WidgetsApp` around the child stateful widget.
97 `stateful_widget_material`, except that it wraps the stateful widget with a
Dstateful_widget.tmpl25 /// This is the stateful widget that the main application instantiates.
/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/
DREADME.chromium17 * Made all lambdas be "stateful" to avoid <clinit> bloat.
25 * Apply stateful-lambdas.patch:
26 git apply $CHROMIUM_SRC/third_party/bazel/desugar/stateful-lambdas.patch
/third_party/icu/docs/userguide/conversion/
Ddata.md61 Character encodings are either stateful or stateless:
73 This distinction between stateless and stateful encodings is important, because
76 stateful encodings:
78 1. A runtime converter object is always stateful, even for "stateless"
79 encodings. They are always stateful because an input buffer may end with a
87 2. Stateless encodings are stateful in our converter implementation to
88 interpret "complete byte sequences". They are "stateful" because many
101 3. Some stateful encodings only switch between two states: one with one byte
108 stateless vs. stateful encodings are independent of each other: UTF-8,
110 encodings are algorithmic and stateful; Windows-1252 and Shift-JIS encodings
[all …]
Dconverters.md327 used with extreme care when using converters for stateful or multibyte
390 In stateful converters like ISO-2022-JP, if a substitution character has to be
397 can consist of multiple bytes), and it may not work properly for some stateful
415 converter is stateful. If the Unicode string is stored, then it is converted on
421 Unicode string set for a stateful converter cannot be retrieved.
685 single character at a time, because converters are stateful. This works even for
686 multibyte charsets, and for stateful ones such as iso-2022-jp.
781 conversion is stateful. On the last conversion call, the flush parameter should
/third_party/flutter/flutter/packages/flutter/test/material/
Draised_button_test.dart82 …testWidgets('RaisedButton uses stateful color for text color in different states', (WidgetTester t…
149 …testWidgets('RaisedButton uses stateful color for icon color in different states', (WidgetTester t…
215 …testWidgets('RaisedButton ignores disabled text color if text color is stateful', (WidgetTester te…
Dflat_button_test.dart147 …testWidgets('FlatButton uses stateful color for text color in different states', (WidgetTester tes…
213 …testWidgets('FlatButton uses stateful color for icon color in different states', (WidgetTester tes…
279 …testWidgets('FlatButton ignores disabled text color if text color is stateful', (WidgetTester test…
Doutline_button_test.dart150 …testWidgets('OutlineButton uses stateful color for text color in different states', (WidgetTester …
216 …testWidgets('OutlineButton uses stateful color for icon color in different states', (WidgetTester …
282 …testWidgets('OutlineButton ignores disabled text color if text color is stateful', (WidgetTester t…
321 …testWidgets('OutlineButton uses stateful color for border color in different states', (WidgetTeste…
384 …testWidgets('OutlineButton ignores highlightBorderColor if border color is stateful', (WidgetTeste…
422 …testWidgets('OutlineButton ignores disabledBorderColor if border color is stateful', (WidgetTester…
/third_party/lwip/src/include/netif/ppp/
Dmppe.h165 unsigned int stateful :1; /* stateful mode flag */ member
/third_party/flutter/flutter/packages/flutter/test/foundation/
Ddiagnostics_json_test.dart16 expect(json['stateful'], isFalse);
19 test('StatefulElement diganostics are stateful', () {
24 expect(json['stateful'], isTrue);
/third_party/node/deps/npm/node_modules/json-stringify-safe/
DREADME.md51 **Note** that the function returned from `getSerialize` is stateful for now, so
/third_party/libxml2/os400/libxmlrpg/
Dencoding.rpgle38 * stateful transcoding (a serious problem agreed !). If iconv has been
39 * found it will be used automatically and allow stateful transcoding,
126 * in = NULL. If stateful this should also initialize the encoder state.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dunique_widget.dart7 /// Base class for stateful widgets that have exactly one inflated instance in
/third_party/libwebsockets/READMEs/
DREADME.lws_struct.md34 - stateful serializaton and deserialization allows as-you-get packets incremental
/third_party/boost/libs/locale/doc/
Dcharset_handling.txt136 impossible to reimplement <tt>std::codecvt<wchar_t,char,mbstate_t></tt> for stateful encodings.
138 ISO-8859, and Shift-JIS, but not with stateful encodings like UTF-7 or SCSU.
/third_party/boost/libs/container/proj/
Dto-do.txt2 ->Add an example with stateful allocators
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dabout.dart24 // stateful widget that then hands the recognizer to the TextSpan.
/third_party/flutter/flutter/examples/catalog/lib/
Dbasic_app_bar.dart7 // This app is a stateful, it tracks the user's current choice.
/third_party/mindspore/mindspore/ops/operations/
Dother_ops.py937 def __init__(self, fn, in_types, in_shapes, out_types, out_shapes, stateful=True): argument
951 self.add_prim_attr("side_effect_io", stateful)
/third_party/boost/libs/unordered/doc/
Dhash_equality.qbk50 predicates must be equal. But if you're using function pointers or a stateful

1234