/third_party/typescript/tests/baselines/reference/ |
D | destructureOptionalParameter.symbols | 38 (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))
|
D | destructureOptionalParameter.js | 15 (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
|
D | destructureOptionalParameter.types | 37 (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
|
D | importHelpersInAmbientContext.types | 14 ({descendants, read}?: { 15 >descendants : boolean 18 descendants?: boolean; 19 >descendants : boolean 53 ({descendants, read}?: { 54 >descendants : boolean 57 descendants?: boolean; 58 >descendants : boolean
|
D | importHelpersInAmbientContext.symbols | 16 ({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))
|
D | importHelpersInAmbientContext.js | 12 ({descendants, read}?: { 13 descendants?: boolean; 34 ({descendants, read}?: { 35 descendants?: boolean;
|
/third_party/typescript/tests/cases/compiler/ |
D | destructureOptionalParameter.ts | 17 (selector: Type | string, {descendants, read}?: { 18 descendants?: boolean; 21 new (selector: Type | string, {descendants, read}?: { 22 descendants?: boolean;
|
D | importHelpersInAmbientContext.ts | 13 ({descendants, read}?: { 14 descendants?: boolean; 35 ({descendants, read}?: { 36 descendants?: boolean;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | extdependency.py | 50 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/ |
D | consistency_tools.py | 701 descendants = handle_descendants.get(in_type) 704 if descendants: 705 out.add(code, descendants)
|
/third_party/node/deps/v8/tools/ |
D | profile_view.mjs | 90 * corresponding function and its descendants (not that depending on 152 * corresponding function and its descendants (not that depending on
|
/third_party/node/doc/contributing/ |
D | node-postmortem-support.md | 19 `node::Environment`, `node::BaseObject` and its descendants, classes from
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 472 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/ |
D | xcodeproj_file.py | 472 descendants = self.Descendants() 473 for descendant in descendants: 506 descendants = [self] 508 descendants.extend(child.Descendants()) 509 return descendants
|
/third_party/mesa3d/docs/drivers/ |
D | vc4.rst | 214 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/ |
D | ttmlparse.c | 437 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/ |
D | tkinter.ttk.rst | 1010 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
|
D | abc.rst | 62 these and their descendants will be considered subclasses of the registering
|
D | xml.dom.minidom.rst | 98 extension to the DOM API that renders the node and its descendants are
|
D | xml.etree.elementtree.rst | 468 | | 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``. |
|
D | xml.dom.rst | 569 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
|
D | inspect.rst | 930 classes using multiple inheritance and their descendants will appear multiple
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | repacker.md | 177 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/ |
D | spelling.txt | 420 decendants||descendants
|
/third_party/python/Doc/howto/ |
D | logging.rst | 475 ``foo.bar``, ``foo.bar.baz``, and ``foo.bam`` are all descendants of ``foo``.
|