Home
last modified time | relevance | path

Searched refs:descendant (Results 1 – 25 of 173) sorted by relevance

1234567

/third_party/libxml2/test/XPath/tests/
Dsimplebase10 /child::EXAMPLE/attribute::prop1/descendant-or-self::node()
11 /child::EXAMPLE/attribute::prop1/descendant-or-self::*
14 /descendant::title
15 /descendant::p/ancestor::chapter
Dchaptersbase8 /descendant::title
9 /descendant::p/ancestor::chapter
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dcustom_scroll_view_test.dart21 …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/
Dsimplebase76 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
Dchaptersbase82 Expression: /descendant::title
93 Expression: /descendant::p/ancestor::chapter
/third_party/flutter/flutter/packages/flutter/test/cupertino/material/
Dtab_scaffold_test.dart131 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/
Dpopup_menu_theme_test.dart103 find.descendant(
117 find.descendant(
162 find.descendant(
176 find.descendant(
231 find.descendant(
245 find.descendant(
295 find.descendant(
309 find.descendant(
Dbottom_sheet_theme_test.dart67 find.descendant(
93 find.descendant(
126 find.descendant(
Dapp_bar_theme_test.dart214 find.descendant(
223 find.descendant(
232 find.descendant(
241 find.descendant(
249 find.descendant(
Dback_button_test.dart59 …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/
Dbottom_tab_bar_test.dart58 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(
Dbutton_test.dart144 final FadeTransition opacity = tester.widget(find.descendant(
165 final FadeTransition opacity = tester.widget(find.descendant(
262 find.descendant(
297 find.descendant(
Dtab_scaffold_test.dart70 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/
Dtab_view.dart30 /// 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/
Dfinders.dart39 /// 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/
Dtabbed_app_bar_test.dart13 return find.descendant(of: find.byType(Card), matching: find.byIcon(icon));
17 return find.descendant(of: find.byType(Tab), matching: find.byIcon(icon));
Dbasic_app_bar_test.dart14 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/
Dxpath.dict32 axis_descendant="descendant::"
33 axis_descendant_or_self="descendant-or-self::"
/third_party/flutter/flutter/packages/flutter_test/test/
Dfinders_test.dart124 // 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/
Dgnode.c418 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/
Dicon_theme.dart16 /// descendant widgets.
28 /// descendant widgets, and merges in the current icon theme, if any.
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dviewport.dart60 /// 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/
Dgdummyfile.c249 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/
Dtoggle_buttons_theme.dart46 /// 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/
Dreadme.md51 | `descendant` | - | | `{ type: 'descend…

1234567