Home
last modified time | relevance | path

Searched refs:node (Results 9551 - 9575 of 11782) sorted by relevance

1...<<381382383384385386387388389390>>...472

/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/
H A Dmt8192-mt6359-rt1015-rt5682.c1123 struct device_node *node, in mt8192_mt6359_card_set_be_link()
1128 if (node && strcmp(link->name, link_name) == 0) { in mt8192_mt6359_card_set_be_link()
1129 ret = snd_soc_of_get_dai_link_codecs(card->dev, node, link); in mt8192_mt6359_card_set_be_link()
1121 mt8192_mt6359_card_set_be_link(struct snd_soc_card *card, struct snd_soc_dai_link *link, struct device_node *node, char *link_name) mt8192_mt6359_card_set_be_link() argument
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.h193 // case, node, case, case, node, ...; ensure only one node between cases; stack of them for nesting
382 void constantValueCheck(TIntermTyped* node, const char* token);
383 void integerCheck(const TIntermTyped* node, const char* token);
474 TAttributes* makeAttributes(const TString& identifier, TIntermNode* node) const;
/third_party/gn/src/gn/
H A Dxcode_writer.cc169 const ParseNode* node, in FindApplicationTargetByName()
177 *err = Err(node, "host application target \"" + target_name + in FindApplicationTargetByName()
187 Err(node, "cannot find host application bundle \"" + target_name + "\""); in FindApplicationTargetByName()
168 FindApplicationTargetByName( const ParseNode* node, const std::string& target_name, const std::map<const Target*, PBXNativeTarget*>& targets, Err* err) FindApplicationTargetByName() argument
H A Doperators.cc42 // node, and the value will be also marked unused (if possible) under the
242 const ParseNode* node, in GetValueOrFillError()
246 Value value = node->Execute(scope, err); in GetValueOrFillError()
253 err->AppendRange(node->GetRange()); in GetValueOrFillError()
706 // ||, &&. Passed the node instead of the value so that they can avoid in ExecuteBinaryOperator()
241 GetValueOrFillError(const BinaryOpNode* op_node, const ParseNode* node, const char* name, Scope* scope, Err* err) GetValueOrFillError() argument
/third_party/node/src/api/
H A Denvironment.cc1 #include "node.h"
20 namespace node { namespace
289 Mutex::ScopedLock lock(node::per_process::cli_options_mutex); in SetIsolateMiscHandlers()
532 node::tracing::TracingController* tracing_controller) { in CreatePlatform()
565 FIXED_ONE_BYTE_STRING(isolate, "node:per_context_binding_exports")); in GetPerContextExports()
608 // node::ModifyCodeGenerationFromStrings. in InitializeContextRuntime()
623 // https://github.com/nodejs/node/issues/31951 in InitializeContextRuntime()
685 // https://github.com/nodejs/node/issues/14909 in InitializeBaseContextForSnapshot()
864 } // namespace node
/third_party/node/src/crypto/
H A Dcrypto_sig.cc12 namespace node { namespace
373 const node::Utf8Value sign_type(args.GetIsolate(), args[0]); in SignInit()
491 const node::Utf8Value verify_type(args.GetIsolate(), args[0]); in VerifyInit()
833 } // namespace node
/third_party/node/src/
H A Dnode_options.cc32 namespace node { namespace
49 errors->push_back("[DEP0062]: `node --debug` and `node --debug-brk` " in CheckOptions()
50 "are invalid. Please use `node --inspect` and " in CheckOptions()
51 "`node --inspect-brk` instead."); in CheckOptions()
131 if (experimental_specifier_resolution != "node" && in CheckOptions()
309 // XXX: If you add an option here, please also add it to doc/node.1 and
342 AddOption("--inspect-brk-node", "", &DebugOptions::break_node_first_line); in DebugOptionsParser()
343 Implies("--inspect-brk-node", "--inspect"); in DebugOptionsParser()
344 AddAlias("--inspect-brk-node in DebugOptionsParser()
[all...]
H A Dnode_process_methods.cc6 #include "node.h"
36 namespace node { namespace
367 return _snwprintf(buf, buf_len, L"node-debug-handler-%u", pid); in GetDebugSignalHandlerMappingName()
637 } // namespace node
639 NODE_BINDING_CONTEXT_AWARE_INTERNAL(process_methods, node::process::Initialize)
641 node::process::RegisterExternalReferences)
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc11 using node::inspector::InspectorSocket;
36 Timeout* t = node::ContainerOf(&Timeout::timer_, timer); in set_flag()
41 Timeout* t = node::ContainerOf(&Timeout::timer_, in mark_done()
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_query.c95 * We use a node ref counting system where a reference ensures that a
96 * node and all following nodes can't be freed/recycled until the
110 * relate to the newly-started query. A pointer to this node is
118 * ^_______ Add a reference and store pointer to node in
129 * node in B->oa.samples_head
160 * find a referenced node and stop.
463 struct exec_node *node = exec_list_pop_head(&perf_ctx->free_sample_buffers); in get_free_sample_buf() local
466 if (node) in get_free_sample_buf()
467 buf = exec_node_data(struct oa_sample_buf, node, link); in get_free_sample_buf()
488 * the head of the list, except always leave at least one node i in reap_old_sample_buffers()
[all...]
/third_party/python/Tools/wasm/
H A Dwasm_build.py5 $ ./Tools/wasm/wasm_builder.py emscripten-node-dl build test
8 Primary build targets are "emscripten-node-dl" (NodeJS, dynamic linking),
361 wasm64-emscripten requires more recent v8 version, e.g. node 16.x.
362 Attempt to use system's node command.
368 # TODO: look for recent node
399 node = "node" variable in EmscriptenTarget
400 node_debug = "node-debug"
696 "emscripten-node-dl",
699 target=EmscriptenTarget.node,
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.cpp59 TIntermTyped &Flatten(SymbolEnv &symbolEnv, TIntermTyped &node)
61 auto &type = node.getType();
67 return symbolEnv.callFunctionOverload(Name("flatten"), retType, *new TIntermSequence{&node});
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp153 void addComment(Json::Value& node, const std::string& str);
262 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument
269 node[line++] = cline; in addComment()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A Dheader.cpp153 void addComment(Json::Value& node, const std::string& str);
262 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument
269 node[line++] = cline; in addComment()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c599 FT_ListNode node; in FT_EXPORT_DEF() local
618 node = library->renderers.head; in FT_EXPORT_DEF()
646 &node ); in FT_EXPORT_DEF()
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp153 void addComment(Json::Value& node, const std::string& str);
264 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument
271 node[line++] = cline; in addComment()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c3940 struct rb_node *node; in btrfs_prune_dentries() local
3951 node = root->inode_tree.rb_node; in btrfs_prune_dentries()
3953 while (node) { in btrfs_prune_dentries()
3954 prev = node; in btrfs_prune_dentries()
3955 entry = rb_entry(node, struct btrfs_inode, rb_node); in btrfs_prune_dentries()
3958 node = node->rb_left; in btrfs_prune_dentries()
3960 node = node->rb_right; in btrfs_prune_dentries()
3964 if (!node) { in btrfs_prune_dentries()
4990 struct rb_node *node; evict_inode_truncate_pages() local
10077 struct rb_node *node, *next; btrfs_free_swapfile_pins() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/
H A Dradio_test_ng.cpp1501 * @tc.steps: step1. Init Radio node in HWTEST_F()
1621 * @tc.steps: step1. Init Radio node in HWTEST_F()
1657 * @tc.steps: step1. Init Radio node in HWTEST_F()
1693 * @tc.steps: step1. Init Radio node in HWTEST_F()
1705 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local
1714 pattern->SetBuilderFunc(node); in HWTEST_F()
1726 * @tc.steps: step1. Init Radio node in HWTEST_F()
1739 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { in HWTEST_F() local
1748 pattern->SetBuilderFunc(node); in HWTEST_F()
1760 * @tc.steps: step1. Init Radio node in HWTEST_F()
1770 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local
1803 auto node = [](RadioConfiguration config) -> RefPtr<FrameNode> { HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1177 std::shared_ptr<RSRenderNode> node = std::make_shared<RSRenderNode>(1); in HWTEST_F() local
1178 properties.backref_ = node; in HWTEST_F()
1200 std::shared_ptr<RSRenderNode> node = std::make_shared<RSRenderNode>(1); in HWTEST_F() local
1201 properties.backref_ = node; in HWTEST_F()
2763 std::shared_ptr<RSRenderNode> node = std::make_shared<RSRenderNode>(1); in HWTEST_F() local
2764 properties.backref_ = node; in HWTEST_F()
2834 std::shared_ptr<RSRenderNode> node = std::make_shared<RSRenderNode>(1); in HWTEST_F() local
2835 properties.backref_ = node; in HWTEST_F()
/kernel/linux/linux-5.10/drivers/bus/
H A Dti-sysc.c54 struct list_head node; member
59 struct list_head node; member
782 * @np: child device node
785 * node but children have "ti,hwmods". These belong to the interconnect
786 * target node and are managed by this driver.
2474 module = list_entry(pos, struct sysc_module, node); in sysc_reinit_modules()
2526 list_add(&restored_module->node, &sysc_soc->restored_modules); in sysc_add_restored()
3031 list_add(&disabled_module->node, &sysc_soc->disabled_modules); in sysc_add_disabled()
3121 restored_module = list_entry(pos, struct sysc_module, node); in sysc_cleanup_static_data()
3126 disabled_module = list_entry(pos, struct sysc_address, node); in sysc_cleanup_static_data()
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Damba-pl08x.c177 * @node: node for txd's dsg_list
183 struct list_head node; member
535 list_del(&txd->vd.node); in pl08x_start_next_txd()
1284 list_for_each_entry(dsg, &txd->dsg_list, node) { in pl08x_fill_llis_for_desc()
1500 list_for_each_entry_safe(dsg, _dsg, &txd->dsg_list, node) { in pl08x_free_txd()
1501 list_del(&dsg->node); in pl08x_free_txd()
1583 list_for_each_entry(dsg, &txd->dsg_list, node) in pl08x_dma_tx_status()
1911 list_add_tail(&dsg->node, &txd->dsg_list); in pl08x_prep_dma_memcpy()
2035 list_add_tail(&dsg->node, in pl08x_tx_add_sg()
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events.c1303 struct list_head *node = v; in f_next() local
1309 node = common_head; in f_next()
1313 node = head; in f_next()
1321 node = node->prev; in f_next()
1322 if (node == common_head) in f_next()
1324 else if (node == head) in f_next()
1327 return node; in f_next()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-ingenic.c2655 struct device_node *node) in ingenic_gpio_probe()
2663 err = of_property_read_u32(node, "reg", &bank); in ingenic_gpio_probe()
2688 jzgc->gc.of_node = node; in ingenic_gpio_probe()
2699 jzgc->irq = irq_of_parse_and_map(node, 0); in ingenic_gpio_probe()
2741 struct device_node *node; in ingenic_pinctrl_probe() local
2819 for_each_child_of_node(dev->of_node, node) { in ingenic_pinctrl_probe()
2820 if (of_match_node(ingenic_gpio_of_match, node)) { in ingenic_pinctrl_probe()
2821 err = ingenic_gpio_probe(jzpc, node); in ingenic_pinctrl_probe()
2654 ingenic_gpio_probe(struct ingenic_pinctrl *jzpc, struct device_node *node) ingenic_gpio_probe() argument
/kernel/linux/linux-6.6/fs/
H A Ddcache.c2284 struct hlist_bl_node *node; in __d_lookup_rcu_op_compare() local
2287 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu_op_compare()
2351 struct hlist_bl_node *node; in __d_lookup_rcu() local
2377 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu()
2457 struct hlist_bl_node *node; in __d_lookup() local
2483 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup()
2637 struct hlist_bl_node *node; in d_alloc_parallel() local
2687 hlist_bl_for_each_entry(dentry, node, b, d_u.d_in_lookup_hash) { in d_alloc_parallel()
/kernel/linux/linux-6.6/drivers/bus/
H A Dti-sysc.c54 struct list_head node; member
59 struct list_head node; member
762 * @np: child device node
765 * node but children have "ti,hwmods". These belong to the interconnect
766 * target node and are managed by this driver.
2539 list_for_each_entry(module, &sysc_soc->restored_modules, node) { in sysc_reinit_modules()
2591 list_add(&restored_module->node, &sysc_soc->restored_modules); in sysc_add_restored()
3096 list_add(&disabled_module->node, &sysc_soc->disabled_modules); in sysc_add_disabled()
3205 restored_module = list_entry(pos, struct sysc_module, node); in sysc_cleanup_static_data()
3210 disabled_module = list_entry(pos, struct sysc_address, node); in sysc_cleanup_static_data()
[all...]

Completed in 74 milliseconds

1...<<381382383384385386387388389390>>...472