/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_component3d_modifier.cpp | 15 #include "core/interfaces/native/node/node_component3d_modifier.h" 21 void SetShaderInputBuffer(ArkUINodeHandle node, ArkUI_Float32* buffer, ArkUI_Int32 size) in SetShaderInputBuffer() argument 23 auto* frameNode = reinterpret_cast<FrameNode*>(node); in SetShaderInputBuffer() 40 void ResetShaderInputBuffer(ArkUINodeHandle node) in ResetShaderInputBuffer() argument 42 auto* frameNode = reinterpret_cast<FrameNode*>(node); in ResetShaderInputBuffer()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/ |
H A D | recycle_manager.h | 29 // record config changes for recyled node. 32 WeakPtr<CustomNodeBase> node; member 37 RecycleNodeState(WeakPtr<CustomNodeBase>&& n) : node(std::move(n)) {} in RecycleNodeState() 39 // record recycled node id and mark recycle state 56 static void Push(int32_t elmtId, WeakPtr<CustomNodeBase>&& node); 62 void PushNode(int32_t elmtId, WeakPtr<CustomNodeBase>&& node);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | link_queue.cpp | 62 QueueNode* node = new QueueNode(value); in Enqueue() local 63 if (node == nullptr) { in Enqueue() 64 HILOG_ERROR(HILOG_MODULE_ACE, "create queue node failed"); in Enqueue() 67 rear_->SetNodeNext(node); in Enqueue() 68 rear_ = node; in Enqueue()
|
H A D | link_stack.cpp | 64 StackNode *node = new StackNode(value); in Push() local 65 if (node == nullptr) { in Push() 69 top_->SetNodeNext(node); in Push() 70 node->SetNodePrev(top_); in Push()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | subscription.h | 29 bool Marshal(json &node) const override; 30 bool Unmarshal(const json &node) override; 33 bool Marshal(json &node) const; 34 bool Unmarshal(const json &node);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
H A D | store_meta_data_local.h | 31 API_EXPORT bool Marshal(json &node) const override; 32 API_EXPORT bool Unmarshal(const json &node) override; 50 API_EXPORT bool Marshal(json &node) const override; 51 API_EXPORT bool Unmarshal(const json &node) override;
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_system_effect.h | 57 static WMError SetWindowEffect(const sptr<WindowNode>& node, bool needCheckAnimation = true); 58 static WMError SetWindowShadow(const sptr<WindowNode>& node); 59 static WMError SetCornerRadius(const sptr<WindowNode>& node, bool needCheckAnimation = true); 67 static bool IsAppMainOrSubOrFloatingWindow(const sptr<WindowNode>& node);
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | treeboot-currituck.c | 84 int node, size; in platform_init() local 103 node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type", in platform_init() 105 if (!node) in platform_init() 106 fatal("Cannot find cpu node\n"); in platform_init() 107 timebase = fdt_getprop(_dtb_start, node, "timebase-frequency", &size); in platform_init()
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | olpc-xo1-rtc.c | 59 struct device_node *node; in xo1_rtc_init() local 61 node = of_find_compatible_node(NULL, NULL, "olpc,xo1-rtc"); in xo1_rtc_init() 62 if (!node) in xo1_rtc_init() 64 of_node_put(node); in xo1_rtc_init()
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-mt2701-eth.c | 48 struct device_node *node = pdev->dev.of_node; in clk_mt2701_eth_probe() local 52 mtk_clk_register_gates(node, eth_clks, ARRAY_SIZE(eth_clks), in clk_mt2701_eth_probe() 55 r = of_clk_add_provider(node, of_clk_src_onecell_get, clk_data); in clk_mt2701_eth_probe() 61 mtk_register_reset_controller(node, 1, 0x34); in clk_mt2701_eth_probe()
|
H A D | clk-mt2701-hif.c | 45 struct device_node *node = pdev->dev.of_node; in clk_mt2701_hif_probe() local 49 mtk_clk_register_gates(node, hif_clks, ARRAY_SIZE(hif_clks), in clk_mt2701_hif_probe() 52 r = of_clk_add_provider(node, of_clk_src_onecell_get, clk_data); in clk_mt2701_hif_probe() 60 mtk_register_reset_controller(node, 1, 0x34); in clk_mt2701_hif_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | treeboot-currituck.c | 84 int node, size; in platform_init() local 103 node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type", in platform_init() 105 if (!node) in platform_init() 106 fatal("Cannot find cpu node\n"); in platform_init() 107 timebase = fdt_getprop(_dtb_start, node, "timebase-frequency", &size); in platform_init()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-scan-pci.c | 41 list_add_tail(&driver->node, &ide_pci_drivers); in __ide_pci_register_driver() 62 d = list_entry(l, struct pci_driver, node); in ide_scan_pcidev() 103 list_for_each_entry_safe(d, tmp, &ide_pci_drivers, node) { in ide_scan_pcibus() 104 list_del(&d->node); in ide_scan_pcibus()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.h | 12 struct list_head node; member 19 struct list_head node; member 53 list_for_each_entry(section, list, node) 61 list_for_each_entry(item, list, node)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_debugfs.c | 45 struct drm_info_node *node = (struct drm_info_node *) m->private; in virtio_gpu_features() local 46 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private; in virtio_gpu_features() 60 struct drm_info_node *node = (struct drm_info_node *) m->private; in virtio_gpu_debugfs_irq_info() local 61 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private; in virtio_gpu_debugfs_irq_info()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | scs.h | 28 void *scs_alloc(int node); 31 int scs_prepare(struct task_struct *tsk, int node); 74 static inline void *scs_alloc(int node) { return NULL; } in scs_alloc() argument 78 static inline int scs_prepare(struct task_struct *tsk, int node) { return 0; } in scs_prepare() argument
|
H A D | rethook.h | 44 * struct rethook_node - The rethook shadow-stack entry node. 69 void rethook_add_node(struct rethook *rh, struct rethook_node *node); 71 void rethook_recycle(struct rethook_node *node); 72 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount); 77 void arch_rethook_prepare(struct rethook_node *node, struct pt_regs *regs, bool mcount);
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-ts4800.c | 20 struct device_node *node; in ts4800_gpio_probe() local 34 node = pdev->dev.of_node; in ts4800_gpio_probe() 35 if (!node) in ts4800_gpio_probe() 38 retval = of_property_read_u32(node, "ngpios", &ngpios); in ts4800_gpio_probe()
|
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | olpc-xo1-rtc.c | 59 struct device_node *node; in xo1_rtc_init() local 61 node = of_find_compatible_node(NULL, NULL, "olpc,xo1-rtc"); in xo1_rtc_init() 62 if (!node) in xo1_rtc_init() 64 of_node_put(node); in xo1_rtc_init()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | config.h | 12 struct list_head node; member 19 struct list_head node; member 59 list_for_each_entry(section, list, node) 67 list_for_each_entry(item, list, node)
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | local_kptr_stash_fail.c | 14 struct bpf_rb_node node; member 18 struct node_data __kptr *node; member 27 * no struct. Example BTF of "node" field in map_value when not included: 59 res = bpf_kptr_xchg(&mapval->node, res); in stash_rb_nodes() 80 /* Try releasing with graph node offset */ in drop_rb_node_off() 81 bpf_obj_drop(&res->node); in drop_rb_node_off()
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | path.h | 24 struct list_head node; member 35 struct list_head node; member 46 struct list_head node; member 58 struct list_head node; member
|
/third_party/PyYAML/tests/lib/ |
H A D | test_multi_constructor.py | 8 def myconstructor1(constructor, tag, node): 9 seq = constructor.construct_sequence(node) 12 def myconstructor2(constructor, tag, node): 13 seq = constructor.construct_sequence(node)
|
/third_party/libuv/docs/src/sphinx-plugins/ |
H A D | manpage.py | 26 node = nodes.reference(rawtext, "%s(%s)" % (name, manpage_num), refuri=ref, **options) 27 return node 37 node = make_link_node(rawtext, app, name, manpage_num, options) 38 return [node], []
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | variable_mutator.js | 37 if (!common.isVariableIdentifier(path.node.name)) { 63 path.node, 64 `Replaced ${path.node.name} with ${newName}`); 65 path.node.name = newName;
|