Home
last modified time | relevance | path

Searched refs:node (Results 1276 - 1300 of 2512) sorted by relevance

1...<<51525354555657585960>>...101

/third_party/node/src/permission/
H A Dpermission.h17 namespace node { namespace
26 node::permission::Permission::ThrowAccessDenied( \
68 } // namespace node
/third_party/node/src/
H A Dtimer_wrap.h12 namespace node { namespace
70 void MemoryInfo(node::MemoryTracker* tracker) const override;
81 } // namespace node
H A Dudp_wrap.cc31 namespace node { namespace
273 node::Utf8Value address(args.GetIsolate(), args[0]); in DoBind()
302 node::Utf8Value address(args.GetIsolate(), args[0]); in DoConnect()
426 node::Utf8Value address(args.GetIsolate(), args[0]); in SetMembership()
427 node::Utf8Value iface(args.GetIsolate(), args[1]); in SetMembership()
460 node::Utf8Value source_address(args.GetIsolate(), args[0]); in SetSourceMembership()
461 node::Utf8Value group_address(args.GetIsolate(), args[1]); in SetSourceMembership()
462 node::Utf8Value iface(args.GetIsolate(), args[2]); in SetSourceMembership()
536 node::Utf8Value address(env->isolate(), args[4]); in DoSend()
807 } // namespace node
[all...]
H A Dnode_external_reference.h11 namespace node { namespace
137 } // namespace node
143 node::ExternalReferenceRegistry* registry);
149 node::ExternalReferenceRegistry* registry) { \
H A Dsignal_wrap.cc30 namespace node { namespace
175 } // namespace node
177 NODE_BINDING_CONTEXT_AWARE_INTERNAL(signal_wrap, node::SignalWrap::Initialize)
179 node::SignalWrap::RegisterExternalReferences)
H A Dtty_wrap.cc32 namespace node { namespace
157 } // namespace node
159 NODE_BINDING_CONTEXT_AWARE_INTERNAL(tty_wrap, node::TTYWrap::Initialize)
161 node::TTYWrap::RegisterExternalReferences)
/third_party/node/test/addons/buffer-free-callback/
H A Dbinding.cc1 #include <node.h>
24 args.GetReturnValue().Set(node::Buffer::New( in Alloc()
/third_party/node/tools/msvs/
H A Dnodevars.bat10 set print_version=.\node.exe -p -e "process.versions.node + ' (' + process.arch + ')'"
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator-reducer.h42 Reduction Reduce(Node* node) final;
45 Reduction Change(Node* node, const Operator* op, Node* a);
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_set_literal.py27 def transform(self, node, results):
44 maker.prefix = node.prefix
H A Dfix_apply.py31 def transform(self, node, results):
46 prefix = node.prefix
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.hpp47 bool operator<(const Node &node) const { return set < node.set; } in operator <()
/third_party/python/Doc/tools/extensions/
H A Dglossary_search.py28 for node in doctree.traverse(glossary):
29 for glossary_item in node.traverse(definition_list_item):
/third_party/skia/modules/svg/include/
H A DSkSVGFe.h20 static bool IsFilterEffect(const sk_sp<SkSVGNode>& node) { in IsFilterEffect() argument
21 switch (node->tag()) { in IsFilterEffect()
/third_party/rust/crates/syn/codegen/src/
H A Dgen.rs14 node: fn(&mut TokenStream, &mut TokenStream, &Node, &Definitions), in traverse()
33 node(&mut traits, &mut impls, &s, defs); in traverse()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c159 /* This node represents a shader output. A semi-common pattern in
217 /* The sched node is only valid within the same block, we cannot in is_outstanding_sy()
233 /* The sched node is only valid within the same block, we cannot in is_outstanding_ss()
268 list_delinit(&instr->node); in schedule()
289 list_addtail(&instr->node, &instr->block->instr_list); in schedule()
1143 sched_dag_max_delay_cb(struct dag_node *node, void *state) in sched_dag_max_delay_cb() argument
1145 struct ir3_sched_node *n = (struct ir3_sched_node *)node; in sched_dag_max_delay_cb()
1272 list_delinit(&new_instr->node); in sched_block()
1273 list_addtail(&new_instr->node, &ctx->unscheduled_list); in sched_block()
1365 struct list_head *prev = instr->node in add_barrier_deps()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_divergence_analysis.c1050 foreach_list_typed(nir_cf_node, node, node, list) { in visit_cf_list()
1051 switch (node->type) { in visit_cf_list()
1053 has_changed |= visit_block(nir_cf_node_as_block(node), state); in visit_cf_list()
1056 has_changed |= visit_if(nir_cf_node_as_if(node), state); in visit_cf_list()
1059 has_changed |= visit_loop(nir_cf_node_as_loop(node), state); in visit_cf_list()
1113 foreach_list_typed(nir_cf_node, node, node, &func->body) { in nir_has_divergent_loop()
1114 if (node->type == nir_cf_node_loop && nir_cf_node_as_loop(node) in nir_has_divergent_loop()
[all...]
/third_party/gn/src/gn/
H A Dimport_manager.cc26 const ParseNode* node = g_scheduler->input_file_manager()->SyncLoadFile( in UncachedImport() local
28 if (!node) in UncachedImport()
41 node->Execute(scope.get(), err); in UncachedImport()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCharsTrieBuilder.java229 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType() argument
231 return write(node); in writeValueAndType()
247 intUnits[0]|=(char)node; in writeValueAndType()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCharsTrieBuilder.java225 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType() argument
227 return write(node); in writeValueAndType()
243 intUnits[0]|=(char)node; in writeValueAndType()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_pipe.c148 list_del(&deferred_submit->node); in fd_pipe_purge()
149 list_addtail(&deferred_submit->node, &deferred_submits); in fd_pipe_purge()
156 list_del(&deferred_submit->node); in fd_pipe_purge()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_gvn.cpp41 bool gvn::visit(node& n, bool enter) { in visit()
147 void gvn::process_alu_src_constants(node &n, value* &v) { in process_alu_src_constants()
189 void gvn::process_op(node& n, bool rewrite) { in process_op()
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparse_array.c17 * This setting determines the number of pointers stored in each node of the
23 * pointers in each tree node.
41 * the number of pointers in a tree node;
65 static void sa_doall(const OPENSSL_SA *sa, void (*node)(void **), in sa_doall()
80 if (p != NULL && node != NULL) in sa_doall()
81 (*node)(p); in sa_doall()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeFactorizer.java133 // Records the union of all edge ranges visited for the current node. This is used to determine
180 void recurse(DfaNode node, int mask) { in recurse() argument
182 if (node.canTerminate()) { in recurse()
185 node.accept(new MergingVisitor(newPath)); in recurse()
/third_party/openssl/crypto/
H A Dsparse_array.c17 * This setting determines the number of pointers stored in each node of the
23 * pointers in each tree node.
41 * the number of pointers in a tree node;
65 static void sa_doall(const OPENSSL_SA *sa, void (*node)(void **), in sa_doall()
80 if (p != NULL && node != NULL) in sa_doall()
81 (*node)(p); in sa_doall()

Completed in 12 milliseconds

1...<<51525354555657585960>>...101