/third_party/node/src/permission/ |
H A D | permission.h | 17 namespace node { namespace 26 node::permission::Permission::ThrowAccessDenied( \ 68 } // namespace node
|
/third_party/node/src/ |
H A D | timer_wrap.h | 12 namespace node { namespace 70 void MemoryInfo(node::MemoryTracker* tracker) const override; 81 } // namespace node
|
H A D | udp_wrap.cc | 31 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 D | node_external_reference.h | 11 namespace node { namespace 137 } // namespace node 143 node::ExternalReferenceRegistry* registry); 149 node::ExternalReferenceRegistry* registry) { \
|
H A D | signal_wrap.cc | 30 namespace node { namespace 175 } // namespace node 177 NODE_BINDING_CONTEXT_AWARE_INTERNAL(signal_wrap, node::SignalWrap::Initialize) 179 node::SignalWrap::RegisterExternalReferences)
|
H A D | tty_wrap.cc | 32 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 D | binding.cc | 1 #include <node.h> 24 args.GetReturnValue().Set(node::Buffer::New( in Alloc()
|
/third_party/node/tools/msvs/ |
H A D | nodevars.bat | 10 set print_version=.\node.exe -p -e "process.versions.node + ' (' + process.arch + ')'"
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-operator-reducer.h | 42 Reduction Reduce(Node* node) final; 45 Reduction Change(Node* node, const Operator* op, Node* a);
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_set_literal.py | 27 def transform(self, node, results): 44 maker.prefix = node.prefix
|
H A D | fix_apply.py | 31 def transform(self, node, results): 46 prefix = node.prefix
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorPool.hpp | 47 bool operator<(const Node &node) const { return set < node.set; } in operator <()
|
/third_party/python/Doc/tools/extensions/ |
H A D | glossary_search.py | 28 for node in doctree.traverse(glossary): 29 for glossary_item in node.traverse(definition_list_item):
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGFe.h | 20 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 D | gen.rs | 14 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 D | ir3_sched.c | 159 /* 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 D | nir_divergence_analysis.c | 1050 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 D | import_manager.cc | 26 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 D | CharsTrieBuilder.java | 229 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 D | CharsTrieBuilder.java | 225 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 D | freedreno_pipe.c | 148 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 D | sb_gvn.cpp | 41 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 D | sparse_array.c | 17 * 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 D | RangeTreeFactorizer.java | 133 // 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 D | sparse_array.c | 17 * 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()
|