/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/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/lwip/src/include/netif/ppp/ |
D | mppe.h | 165 unsigned int stateful :1; /* stateful mode flag */ member
|
/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/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/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/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/flutter/flutter/packages/flutter/lib/src/material/ |
D | tab_controller.dart | 17 /// A stateful widget that builds a [TabBar] or a [TabBarView] can create 20 /// When the [TabBar] and [TabBarView] don't have a convenient stateful
|
/third_party/flutter/ |
D | README.md | 48 Flutter offers stateful hot reload, allowing you to make changes to your code
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/lib/ |
D | main.dart | 31 // This widget is the home page of your application. It is stateful, meaning
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/lib/ |
D | main.dart | 34 // This widget is the home page of your application. It is stateful, meaning
|
/third_party/flutter/flutter/ |
D | README.md | 48 Flutter offers stateful hot reload, allowing you to make changes to your code
|