/third_party/libxml2/test/XPath/tests/ |
D | simplebase | 10 /child::EXAMPLE/attribute::prop1/descendant-or-self::node() 11 /child::EXAMPLE/attribute::prop1/descendant-or-self::* 14 /descendant::title 15 /descendant::p/ancestor::chapter
|
D | chaptersbase | 8 /descendant::title 9 /descendant::p/ancestor::chapter
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | custom_scroll_view_test.dart | 21 …expect(tester.getRect(find.descendant(of: find.byKey(const Key('a')), matching: find.byType(SizedB… 23 …expect(tester.getRect(find.descendant(of: find.byKey(const Key('b')), matching: find.byType(SizedB… 41 find.descendant( 50 find.descendant( 74 find.descendant( 83 find.descendant(
|
/third_party/libxml2/result/XPath/tests/ |
D | simplebase | 76 Expression: /child::EXAMPLE/attribute::prop1/descendant-or-self::node() 84 Expression: /child::EXAMPLE/attribute::prop1/descendant-or-self::* 117 Expression: /descendant::title 124 Expression: /descendant::p/ancestor::chapter
|
D | chaptersbase | 82 Expression: /descendant::title 93 Expression: /descendant::p/ancestor::chapter
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/material/ |
D | tab_scaffold_test.dart | 131 BoxDecoration tabDecoration = tester.widget<DecoratedBox>(find.descendant( 157 tabDecoration = tester.widget<DecoratedBox>(find.descendant( 164 final RichText tab1 = tester.widget(find.descendant( 170 final RichText tab2 = tester.widget(find.descendant( 246 find.descendant( 253 find.descendant(
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | popup_menu_theme_test.dart | 103 find.descendant( 117 find.descendant( 162 find.descendant( 176 find.descendant( 231 find.descendant( 245 find.descendant( 295 find.descendant( 309 find.descendant(
|
D | bottom_sheet_theme_test.dart | 67 find.descendant( 93 find.descendant( 126 find.descendant(
|
D | app_bar_theme_test.dart | 214 find.descendant( 223 find.descendant( 232 find.descendant( 241 find.descendant( 249 find.descendant(
|
D | back_button_test.dart | 59 …final Icon iOSIcon = tester.widget(find.descendant(of: find.byKey(iOSKey), matching: find.byType(I… 60 …final Icon androidIcon = tester.widget(find.descendant(of: find.byKey(androidKey), matching: find.…
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | bottom_tab_bar_test.dart | 58 final RichText actualInactive = tester.widget(find.descendant( 64 final RichText actualActive = tester.widget(find.descendant( 90 RichText actualInactive = tester.widget(find.descendant( 96 RichText actualActive = tester.widget(find.descendant( 121 actualInactive = tester.widget(find.descendant( 127 actualActive = tester.widget(find.descendant( 159 final Image image = tester.widget(find.descendant(
|
D | button_test.dart | 144 final FadeTransition opacity = tester.widget(find.descendant( 165 final FadeTransition opacity = tester.widget(find.descendant( 262 find.descendant( 297 find.descendant(
|
D | tab_scaffold_test.dart | 70 RichText tab1 = tester.widget(find.descendant( 75 RichText tab2 = tester.widget(find.descendant( 85 tab1 = tester.widget(find.descendant( 90 tab2 = tester.widget(find.descendant( 338 BoxDecoration tabDecoration = tester.widget<DecoratedBox>(find.descendant( 364 tabDecoration = tester.widget<DecoratedBox>(find.descendant( 371 final RichText tab1 = tester.widget(find.descendant( 377 final RichText tab2 = tester.widget(find.descendant( 1006 find.descendant( 1013 find.descendant(
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | tab_view.dart | 30 /// nor any ancestor or descendant [Navigator] instances. 62 /// its current navigation stack or update its descendant. Instead, trigger a 63 /// rebuild from a descendant in its subtree. This can be done via methods such 66 /// * Calling [State.setState] on a descendant [StatefulWidget]'s [State] 67 /// * Modifying an [InheritedWidget] that a descendant registered itself 105 /// descendant [Navigator]s. 125 /// This list of observers is not shared with ancestor or descendant [Navigator]s.
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | finders.dart | 39 /// Looks for widgets that contain a [Text] descendant with `text` 106 /// Looks for widgets that contain an [Icon] descendant displaying [IconData] 237 /// expect(find.descendant( 247 …Finder descendant({ Finder of, Finder matching, bool matchRoot = false, bool skipOffstage = true }… 258 /// // descendant of an Opacity widget with opacity 0.5: 659 this.descendant, { 665 final Finder descendant; 671 return '${descendant.description} in the subtree(s) beginning with ${ancestor.description}'; 672 return '${descendant.description} that has ancestor(s) with ${ancestor.description}'; 677 return candidates.where((Element element) => descendant.evaluate().contains(element)); [all …]
|
/third_party/flutter/flutter/examples/catalog/test/ |
D | tabbed_app_bar_test.dart | 13 return find.descendant(of: find.byType(Card), matching: find.byIcon(icon)); 17 return find.descendant(of: find.byType(Tab), matching: find.byIcon(icon));
|
D | basic_app_bar_test.dart | 14 return find.descendant(of: find.byType(AppBar), matching: find.byIcon(icon)); 18 return find.descendant(of: find.byType(Card), matching: find.byIcon(icon));
|
/third_party/libxml2/fuzz/ |
D | xpath.dict | 32 axis_descendant="descendant::" 33 axis_descendant_or_self="descendant-or-self::"
|
/third_party/flutter/flutter/packages/flutter_test/test/ |
D | finders_test.dart | 124 // Get the text back. By correctly chaining the descendant finder's 126 // correctly chained after the descendant's candidates, the last element 128 final Text text = find.descendant(
|
/third_party/glib/glib/ |
D | gnode.c | 418 GNode *descendant) in g_node_is_ancestor() argument 421 g_return_val_if_fail (descendant != NULL, FALSE); in g_node_is_ancestor() 423 while (descendant) in g_node_is_ancestor() 425 if (descendant->parent == node) in g_node_is_ancestor() 428 descendant = descendant->parent; in g_node_is_ancestor()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | icon_theme.dart | 16 /// descendant widgets. 28 /// descendant widgets, and merges in the current icon theme, if any.
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | viewport.dart | 60 /// descendant of the viewport. Other viewports in between this viewport and 612 assert(child.parent != null, '$target must be a descendant of $this'); 911 RenderObject descendant, 918 descendant: descendant, 926 descendant: descendant, 940 /// Make (a portion of) the given `descendant` of the given `viewport` fully 944 /// The optional `rect` parameter describes which area of the `descendant` 946 /// `descendant` will be revealed. The `rect` parameter is interpreted 947 /// relative to the coordinate system of `descendant`. 949 /// The returned [Rect] describes the new location of `descendant` or `rect` [all …]
|
/third_party/glib/gio/ |
D | gdummyfile.c | 249 g_dummy_file_prefix_matches (GFile *parent, GFile *descendant) in g_dummy_file_prefix_matches() argument 252 GDummyFile *descendant_dummy = G_DUMMY_FILE (descendant); in g_dummy_file_prefix_matches() 290 GFile *descendant) in g_dummy_file_get_relative_path() argument 293 GDummyFile *descendant_dummy = G_DUMMY_FILE (descendant); in g_dummy_file_get_relative_path()
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | toggle_buttons_theme.dart | 46 /// The color for descendant [Text] and [Icon] widgets if the toggle button 50 /// The color for descendant [Text] and [Icon] widgets if the toggle button 54 /// The color for descendant [Text] and [Icon] widgets if the toggle button 227 /// Specifies the color and border values for descendant [ToggleButtons] widgets.
|
/third_party/css-what/ |
D | readme.md | 51 | `descendant` | - | | `{ type: 'descend…
|