Home
last modified time | relevance | path

Searched refs:child (Results 2601 - 2625 of 2696) sorted by relevance

1...<<101102103104105106107108

/third_party/python/Lib/test/test_import/
H A D__init__.py1213 def _setup_broken_package(self, parent, child):
1224 f.write(child)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc501 // 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 Dgenutil.py55 for child in case.children:
56 writeCase(f, child, indent + 1, prefix + case.name + ".")
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py55 for child in case.children:
56 writeCase(f, child, indent + 1, prefix + case.name + ".")
/third_party/typescript/lib/
H A Dtsc.js4170 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 Dsunhme.c2558 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 Dfuse_lowlevel.c2379 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 DSkSLVMCodeGenerator.cpp1043 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 DSkSLMetalCodeGenerator.cpp2639 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 Dcore.c870 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 Dmacb_main.c743 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 Dmemcontrol.c1895 * 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 Dcore.c821 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 Dabg-comparison.cc875 /// 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 Dobject.cpp575 for (auto *child : childrenSet) { in HasETSFunctionType()
576 if (HasETSFunctionType(child)) { in HasETSFunctionType()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_perf.c4237 .child = oa_table,
4247 .child = i915_root,
/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c3051 .child = fs_dqstats_table,
3060 .child = fs_table,
/kernel/linux/linux-6.6/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c2478 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 Dsecurity.c851 * @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 Dpthreadndk.cpp74 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 Dx11_window.c2836 Window root, child; in _glfwGetCursorPosX11() local
2841 &root, &child, in _glfwGetCursorPosX11()
/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py2278 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 Diommu.c604 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 Ddebug.c933 .child = s390dbf_table,
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dntfs_fs.h730 struct dentry *ntfs3_get_parent(struct dentry *child);

Completed in 152 milliseconds

1...<<101102103104105106107108