/third_party/boost/libs/container/test/ |
D | resource_adaptor_test.cpp | 90 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/ |
D | mppe.c | 132 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/ |
D | set_state_2_test.dart | 23 log.add('stateful'); 47 'stateful', 51 'stateful',
|
D | stateful_components_test.dart | 47 testWidgets('resync stateful widget', (WidgetTester tester) async {
|
D | layout_builder_test.dart | 91 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/ |
D | README.md | 41 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
|
D | stateful_widget.tmpl | 25 /// This is the stateful widget that the main application instantiates.
|
/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/ |
D | README.chromium | 17 * 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/ |
D | data.md | 61 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 …]
|
D | converters.md | 327 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/ |
D | raised_button_test.dart | 82 …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…
|
D | flat_button_test.dart | 147 …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…
|
D | outline_button_test.dart | 150 …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/ |
D | mppe.h | 165 unsigned int stateful :1; /* stateful mode flag */ member
|
/third_party/flutter/flutter/packages/flutter/test/foundation/ |
D | diagnostics_json_test.dart | 16 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/ |
D | README.md | 51 **Note** that the function returned from `getSerialize` is stateful for now, so
|
/third_party/libxml2/os400/libxmlrpg/ |
D | encoding.rpgle | 38 * 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/ |
D | unique_widget.dart | 7 /// Base class for stateful widgets that have exactly one inflated instance in
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_struct.md | 34 - stateful serializaton and deserialization allows as-you-get packets incremental
|
/third_party/boost/libs/locale/doc/ |
D | charset_handling.txt | 136 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/ |
D | to-do.txt | 2 ->Add an example with stateful allocators
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/ |
D | about.dart | 24 // stateful widget that then hands the recognizer to the TextSpan.
|
/third_party/flutter/flutter/examples/catalog/lib/ |
D | basic_app_bar.dart | 7 // This app is a stateful, it tracks the user's current choice.
|
/third_party/mindspore/mindspore/ops/operations/ |
D | other_ops.py | 937 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/ |
D | hash_equality.qbk | 50 predicates must be equal. But if you're using function pointers or a stateful
|