Searched refs:descendants (Results 1 - 7 of 7) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | destructureOptionalParameter.js | 15 (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 D | simple.py | 107 def joinpath(self, *descendants): 108 if not descendants: 110 names = self._flatten(descendants)
|
H A D | abc.py | 99 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 D | extdependency.py | 51 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 D | consistency_tools.py | 741 """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 D | xcodeproj_file.py | 468 """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 D | xcodeproj_file.py | 468 """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