Searched refs:ancestors (Results 1 - 9 of 9) sorted by relevance
/third_party/node/lib/internal/repl/ |
H A D | await.js | 26 return state.ancestors[state.ancestors.length - 2] === state.body; 70 state.ancestors[state.ancestors.length - 2].type, 143 const isNew = node !== state.ancestors[state.ancestors.length - 1]; 145 ArrayPrototypePush(state.ancestors, node); 149 ArrayPrototypePop(state.ancestors); 196 ancestors: [],
|
/third_party/exfatprogs/lib/ |
H A D | exfat_fs.c | 72 /* delete @child and all ancestors that does not have 214 * get references of ancestors that include @child until the count of 220 struct exfat_inode **ancestors, int count, in get_ancestors() 248 ancestors[i] = dir; in get_ancestors() 266 ctx->ancestors, in exfat_resolve_path() 267 sizeof(ctx->ancestors) / sizeof(ctx->ancestors[0]), in exfat_resolve_path() 273 name_len = exfat_utf16_len(ctx->ancestors[i]->name, in exfat_resolve_path() 275 memcpy((char *)utf16_path, (char *)ctx->ancestors[i]->name, in exfat_resolve_path() 219 get_ancestors(struct exfat_inode *child, struct exfat_inode **ancestors, int count, int max_char_len, int *ancestor_count) get_ancestors() argument
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | template.rs | 136 let mut ancestors: Vec<_> = self.ancestors(ctx).collect(); in all_template_params() variables 137 ancestors.reverse(); in all_template_params() 138 ancestors in all_template_params()
|
H A D | item.rs | 97 /// Get an iterable over this item's ancestors. 98 fn ancestors<'a>(&self, ctx: &'a BindgenContext) -> ItemAncestorsIter<'a>; in ancestors() functions 120 /// An iterator over an item and its ancestors. 241 fn ancestors<'a>(&self, ctx: &'a BindgenContext) -> ItemAncestorsIter<'a> { in ancestors() functions 247 fn ancestors<'a>(&self, ctx: &'a BindgenContext) -> ItemAncestorsIter<'a> { in ancestors() functions 248 self.id().ancestors(ctx) in ancestors() 497 self.ancestors(ctx) in codegen_depth() 868 .ancestors(ctx) in real_canonical_name() 871 // Stop iterating ancestors once we reach a non-inline namespace in real_canonical_name() 906 // Concatenate this item's ancestors' name in real_canonical_name() [all...] |
H A D | context.rs | 1101 .ancestors(immut_self) in process_replacements() 1116 .ancestors(immut_self) in process_replacements() 1218 /// module ancestors. 1237 id.ancestors(self) in assert_every_item_in_a_module()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 316 """Get the ancestors of a handle object.""" 317 ancestors = [] 322 return ancestors 324 ancestors.append(current) 768 # If we run out of ancestors, give up 806 """Make an asciidoc validity entry for a common ancestors between handles. 809 any ancestors also being supplied to this function. 822 # Find all the ancestors 827 ancestors = self.getHandleDispatchableAncestors(paramtype) 829 ancestormap[param] = ancestors [all...] |
/third_party/exfatprogs/include/ |
H A D | exfat_fs.h | 58 struct exfat_inode *ancestors[255]; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | consistency_tools.py | 733 """Return a dictionary of handle type names to sets of ancestors.""" 785 for handle_type, ancestors in handle_ancestors.items(): 788 for ancestor in ancestors]
|
/third_party/tzdata/ |
H A D | zic.c | 683 ancestors. After this is done, all files are accessed with names 3910 ones. If ANCESTORS, do this only for ARGNAME's ancestors; otherwise, 3914 mkdirs(char const *argname, bool ancestors) in mkdirs() argument 3930 while (cp && ((cp = strchr(cp, '/')) || !ancestors)) { in mkdirs()
|
Completed in 14 milliseconds