Home
last modified time | relevance | path

Searched refs:descendants (Results 1 – 25 of 43) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DdestructureOptionalParameter.symbols38 (selector: Type | string, {descendants, read}?: {
41 >descendants : Symbol(descendants, Decl(destructureOptionalParameter.ts, 13, 31))
44 descendants?: boolean;
45 >descendants : Symbol(descendants, Decl(destructureOptionalParameter.ts, 13, 53))
53 new (selector: Type | string, {descendants, read}?: {
56 >descendants : Symbol(descendants, Decl(destructureOptionalParameter.ts, 17, 35))
59 descendants?: boolean;
60 >descendants : Symbol(descendants, Decl(destructureOptionalParameter.ts, 17, 57))
DdestructureOptionalParameter.js15 (selector: Type | string, {descendants, read}?: {
16 descendants?: boolean;
19 new (selector: Type | string, {descendants, read}?: { property
20 descendants?: boolean; field
50 (selector: Type | string, { descendants, read }?: {
51 descendants?: boolean;
54 new (selector: Type | string, { descendants, read }?: { property
55 descendants?: boolean; field
DdestructureOptionalParameter.types37 (selector: Type | string, {descendants, read}?: {
39 >descendants : boolean | undefined
42 descendants?: boolean;
43 >descendants : boolean | undefined
49 new (selector: Type | string, {descendants, read}?: {
51 >descendants : boolean | undefined
54 descendants?: boolean;
55 >descendants : boolean | undefined
DimportHelpersInAmbientContext.types14 ({descendants, read}?: {
15 >descendants : boolean
18 descendants?: boolean;
19 >descendants : boolean
53 ({descendants, read}?: {
54 >descendants : boolean
57 descendants?: boolean;
58 >descendants : boolean
DimportHelpersInAmbientContext.symbols16 ({descendants, read}?: {
17 >descendants : Symbol(descendants, Decl(a.d.ts, 8, 6))
20 descendants?: boolean;
21 >descendants : Symbol(descendants, Decl(a.d.ts, 8, 28))
60 ({descendants, read}?: {
61 >descendants : Symbol(descendants, Decl(b.ts, 8, 4))
64 descendants?: boolean;
65 >descendants : Symbol(descendants, Decl(b.ts, 8, 26))
DimportHelpersInAmbientContext.js12 ({descendants, read}?: {
13 descendants?: boolean;
34 ({descendants, read}?: {
35 descendants?: boolean;
/third_party/typescript/tests/cases/compiler/
DdestructureOptionalParameter.ts17 (selector: Type | string, {descendants, read}?: {
18 descendants?: boolean;
21 new (selector: Type | string, {descendants, read}?: {
22 descendants?: boolean;
DimportHelpersInAmbientContext.ts13 ({descendants, read}?: {
14 descendants?: boolean;
35 ({descendants, read}?: {
36 descendants?: boolean;
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dextdependency.py50 def descendants(self, node): member in DiGraph
152 return set(self.graph.descendants(extension))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsistency_tools.py701 descendants = handle_descendants.get(in_type)
704 if descendants:
705 out.add(code, descendants)
/third_party/node/deps/v8/tools/
Dprofile_view.mjs90 * corresponding function and its descendants (not that depending on
152 * corresponding function and its descendants (not that depending on
/third_party/node/doc/contributing/
Dnode-postmortem-support.md19 `node::Environment`, `node::BaseObject` and its descendants, classes from
/third_party/node/tools/gyp/pylib/gyp/
Dxcodeproj_file.py472 descendants = self.Descendants()
473 for descendant in descendants:
506 descendants = [self]
508 descendants.extend(child.Descendants())
509 return descendants
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py472 descendants = self.Descendants()
473 for descendant in descendants:
506 descendants = [self]
508 descendants.extend(child.Descendants())
509 return descendants
/third_party/mesa3d/docs/drivers/
Dvc4.rst214 its descendants. The top few are generally uninteresting (main() and
215 its descendants consuming a lot), but eventually you can get down to
217 callchains to descendants -- where all that time actually went. On the
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c437 GNode *descendants = NULL; in ttml_parse_body() local
438 if ((descendants = ttml_parse_body (node))) in ttml_parse_body()
439 g_node_append (ret, descendants); in ttml_parse_body()
/third_party/python/Doc/library/
Dtkinter.ttk.rst1010 Delete all specified *items* and all their descendants.
1019 The items and all of their descendants are still present, and may be
1140 It is illegal to move an item under one of its descendants. If *index* is
1518 If set to 1, causes the element and all of its descendants to be treated as
Dabc.rst62 these and their descendants will be considered subclasses of the registering
Dxml.dom.minidom.rst98 extension to the DOM API that renders the node and its descendants are
Dxml.etree.elementtree.rst468 | | including descendants, equals the given ``text``. |
473 | | including descendants, does not equal the given |
480 | | descendants, equals the given ``text``. |
484 | | descendants, does not equal the given ``text``. |
Dxml.dom.rst569 Search for all descendants (direct children, children's children, etc.) with a
575 Search for all descendants (direct children, children's children, etc.) with a
Dinspect.rst930 classes using multiple inheritance and their descendants will appear multiple
/third_party/skia/third_party/externals/harfbuzz/docs/
Drepacker.md177 node and it's descendants to be packed between all nodes in space n-1 and space n+1. Resulting in a
/third_party/ltp/scripts/
Dspelling.txt420 decendants||descendants
/third_party/python/Doc/howto/
Dlogging.rst475 ``foo.bar``, ``foo.bar.baz``, and ``foo.bam`` are all descendants of ``foo``.

12