| /third_party/python/Lib/test/test_import/ |
| H A D | __init__.py | 1213 def _setup_broken_package(self, parent, child): 1224 f.write(child)
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_btree_test.cc | 501 // Ref child node once every 16 iterations, and leaf node every 4 in TEST_P() 562 // Ref child node once every 16 iterations, and leaf node every 4 in TEST_P() 805 EXPECT_THAT(leaf->Edges()[1]->substring()->child, Eq(flat)); in TEST() 810 EXPECT_THAT(result->substring()->child, Eq(flat)); in TEST()
|
| /third_party/vk-gl-cts/modules/gles3/scripts/ |
| H A D | genutil.py | 55 for child in case.children: 56 writeCase(f, child, indent + 1, prefix + case.name + ".")
|
| /third_party/vk-gl-cts/modules/gles31/scripts/ |
| H A D | genutil.py | 55 for child in case.children: 56 writeCase(f, child, indent + 1, prefix + case.name + ".")
|
| /third_party/typescript/lib/ |
| H A D | tsc.js | 4170 var hasChanges = ts.enumerateInsertsAndDeletes(fileSystemEntryExists(parentDir, 1) ? ts.mapDefined(getAccessibleSortedChildDirectories(parentDir), function (child) { 4171 var childFullName = ts.getNormalizedAbsolutePath(child, parentDir); 4173 }) : ts.emptyArray, parentWatcher.childWatches, function (child, childWatcher) { return filePathComparer(child, childWatcher.dirName); }, createAndAddChildDirectoryWatcher, ts.closeFileWatcher, addChildDirectoryWatcher); 5297 function containsPath(parent, child, currentDirectory, ignoreCase) { 5300 child = combinePaths(currentDirectory, child); 5305 if (parent === undefined || child === undefined) 5307 if (parent === child) 5310 var childComponents = reducePathComponents(getPathComponents(child)); [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
| H A D | sunhme.c | 2558 static struct quattro *quattro_sbus_find(struct platform_device *child) in quattro_sbus_find() argument 2560 struct device *parent = child->dev.parent; in quattro_sbus_find() 2576 qp->quattro_dev = child; in quattro_sbus_find()
|
| /third_party/libfuse/lib/ |
| H A D | fuse_lowlevel.c | 2379 fuse_ino_t parent, fuse_ino_t child, 2392 outarg.child = child; 2378 fuse_lowlevel_notify_delete(struct fuse_session *se, fuse_ino_t parent, fuse_ino_t child, const char *name, size_t namelen) global() argument
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLVMCodeGenerator.cpp | 1043 auto child_it = fVariableMap.find(&c.child()); 1050 switch (c.child().type().typeKind()) { 1082 SkDEBUGFAILF("cannot sample from type '%s'", c.child().type().description().c_str()); 1341 // returned in the current function would otherwise resume execution within the child.
|
| H A D | SkSLMetalCodeGenerator.cpp | 2639 for (const std::unique_ptr<Statement>& child : s->as<Block>().children()) { in requirements() 2640 result |= this->requirements(child.get()); in requirements()
|
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| H A D | core.c | 870 struct task_group *parent, *child; in walk_tg_tree_from() local 880 list_for_each_entry_rcu(child, &parent->children, siblings) in walk_tg_tree_from() 882 parent = child; in walk_tg_tree_from() 893 child = parent; in walk_tg_tree_from() 3590 * Make sure we do not leak PI boosting priority to the child. in sched_fork() 3595 /* Propagate the parent's latency requirements to the child as well */ in sched_fork() 8143 * root_task_group and its child task-groups in a fair manner, in sched_init() 8148 * 1024) and two child groups A0 and A1 (of weight 1024 each), in sched_init()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 743 struct device_node *child, *np = bp->pdev->dev.of_node; in macb_mdiobus_register() local 753 for_each_available_child_of_node(np, child) in macb_mdiobus_register() 754 if (of_mdiobus_child_is_phy(child)) { in macb_mdiobus_register() 755 /* The loop increments the child refcount, in macb_mdiobus_register() 758 of_node_put(child); in macb_mdiobus_register()
|
| /kernel/linux/linux-5.10/mm/ |
| H A D | memcontrol.c | 1895 * Be careful about under_oom underflows becase a child memcg in mem_cgroup_unmark_under_oom() 3506 * returns %true if there are child csses according to the cgroup 3582 * in the child subtrees. If it is unset, then the change can in mem_cgroup_hierarchy_write() 3761 struct mem_cgroup *parent, *child; in memcg_offline_kmem() local 3788 child = mem_cgroup_from_css(css); in memcg_offline_kmem() 3789 BUG_ON(child->kmemcg_id != kmemcg_id); in memcg_offline_kmem() 3790 child->kmemcg_id = parent->kmemcg_id; in memcg_offline_kmem() 6761 * parent affords them, so we know whatever this child claims in effective_protection()
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| H A D | core.c | 821 struct task_group *parent, *child; in walk_tg_tree_from() local 830 list_for_each_entry_rcu(child, &parent->children, siblings) { in walk_tg_tree_from() 831 parent = child; in walk_tg_tree_from() 841 child = parent; in walk_tg_tree_from() 3409 * Make sure we do not leak PI boosting priority to the child. in sched_fork() 3414 /* Propagate the parent's latency requirements to the child as well */ in sched_fork() 7745 * root_task_group and its child task-groups in a fair manner, in sched_init() 7750 * 1024) and two child groups A0 and A1 (of weight 1024 each), in sched_init()
|
| /third_party/libabigail/src/ |
| H A D | abg-comparison.cc | 875 /// Test if a diff node is a child node of a function parameter diff node. 879 /// @return true iff @p diff is a child node of a function parameter 885 /// Test if a diff node is a child node of a base diff node. 889 /// @return true iff @p diff is a child node of a base diff node. 1988 /// Add a new child node to the vector of children nodes for the 1991 /// @param d the new child node to add to the children nodes. 2433 /// type as a child node. A var_diff has the diff of the types of the 2434 /// variables as a child node, etc. 2560 /// Getter for the child diff of this distinct_diff instance. 2563 /// compatible, then the distinct_diff instance has a child dif 11569 diff* child = *i; visit_end() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | object.cpp | 575 for (auto *child : childrenSet) { in HasETSFunctionType() 576 if (HasETSFunctionType(child)) { in HasETSFunctionType()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| H A D | i915_perf.c | 4237 .child = oa_table, 4247 .child = i915_root,
|
| /kernel/linux/linux-5.10/fs/quota/ |
| H A D | dquot.c | 3051 .child = fs_dqstats_table, 3060 .child = fs_table,
|
| /kernel/linux/linux-6.6/drivers/soc/mediatek/ |
| H A D | mtk-pmic-wrap.c | 2478 if (np->child) in pwrap_probe() 2479 of_slave_id = of_match_node(of_slave_match_tbl, np->child); in pwrap_probe() 2644 dev_dbg(wrp->dev, "failed to create child devices at %pOF\n", in pwrap_probe()
|
| /kernel/linux/linux-6.6/security/ |
| H A D | security.c | 851 * @child: target process 854 * Check permission before allowing the current process to trace the @child 863 int security_ptrace_access_check(struct task_struct *child, unsigned int mode) in security_ptrace_access_check() argument 865 return call_int_hook(ptrace_access_check, 0, child, mode); in security_ptrace_access_check()
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | pthreadndk.cpp | 74 static void child() { pthread_mutex_unlock(&lock); }
in child() function 79 err = pthread_atfork(Prepare, Parent, child);
in TestAtFork()
|
| /third_party/glfw/src/ |
| H A D | x11_window.c | 2836 Window root, child; in _glfwGetCursorPosX11() local 2841 &root, &child, in _glfwGetCursorPosX11()
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | text_format_test.py | 2278 self.message.child.payload.optional_string = 'value' 2279 self.field = self.message.DESCRIPTOR.fields_by_name['child'] 2280 self.value = self.message.child 2286 child { 2298 child { 2310 child {
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| H A D | iommu.c | 604 for (children = 0, tmp = dn->child; tmp; tmp = tmp->sibling) in pci_dma_bus_setup_pSeries() 740 /* If we're the direct child of a root bus, then we need to allocate in pci_dma_dev_setup_pSeries() 747 pr_debug(" --> first child, no bridge. Allocating iommu table.\n"); in pci_dma_dev_setup_pSeries()
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| H A D | debug.c | 933 .child = s390dbf_table,
|
| /kernel/linux/linux-6.6/fs/ntfs3/ |
| H A D | ntfs_fs.h | 730 struct dentry *ntfs3_get_parent(struct dentry *child);
|