Home
last modified time | relevance | path

Searched refs:descendants (Results 1 - 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DdestructureOptionalParameter.js15 (selector: Type | string, {descendants, read}?: {
16 descendants?: boolean;
19 new (selector: Type | string, {descendants, read}?: {
20 descendants?: boolean;
50 (selector: Type | string, { descendants, read }?: {
51 descendants?: boolean;
54 new (selector: Type | string, { descendants, read }?: {
55 descendants?: boolean;
/third_party/python/Lib/importlib/resources/
H A Dsimple.py107 def joinpath(self, *descendants):
108 if not descendants:
110 names = self._flatten(descendants)
H A Dabc.py99 def joinpath(self, *descendants: StrPath) -> "Traversable":
101 Return Traversable resolved with any descendants applied.
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextdependency.py51 def descendants(self, node): member in DiGraph
173 return set(self.graph.descendants(extension))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py741 """Return a dictionary of handle type names to sets of descendants."""
818 descendants = handle_descendants.get(in_type)
821 if descendants:
822 out.add(code, descendants)
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py468 """Verifies that no two objects have the same ID. Checks all descendants.
472 descendants = self.Descendants()
473 for descendant in descendants:
501 """Returns a list of all of this object's descendants, including this
506 descendants = [self]
508 descendants.extend(child.Descendants())
509 return descendants
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py468 """Verifies that no two objects have the same ID. Checks all descendants.
472 descendants = self.Descendants()
473 for descendant in descendants:
501 """Returns a list of all of this object's descendants, including this
506 descendants = [self]
508 descendants.extend(child.Descendants())
509 return descendants

Completed in 11 milliseconds