Home
last modified time | relevance | path

Searched refs:node (Results 1426 - 1450 of 2502) sorted by relevance

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

/third_party/node/src/
H A Dnode_watchdog.h38 namespace node { namespace
93 inline void MemoryInfo(node::MemoryTracker* tracker) const override {
150 } // namespace node
/third_party/node/src/permission/
H A Dfs_permission.h12 namespace node { namespace
89 child->prefix[i] == node::kPathSeparator) { in NextNode()
100 // A node can be a *end* node and have children
106 // empty node
144 } // namespace node
/third_party/node/test/cctest/
H A Dtest_crypto_clienthello.cc113 using node::crypto::ClientHelloParser; in TEST()
122 node::crypto::ClientHelloParser parser; in TEST()
/third_party/nghttp2/lib/
H A Dnghttp2_hd_huffman.c114 nghttp2_huff_decode node = {ctx->fstate, 0}; in nghttp2_hd_huff_decode() local
115 const nghttp2_huff_decode *t = &node; in nghttp2_hd_huff_decode()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c65 foreach_list_typed_safe(nir_function, func, node, &nir->functions) { in spirv_to_dxil_nir_prep()
67 exec_node_remove(&func->node); in spirv_to_dxil_nir_prep()
/third_party/node/deps/npm/node_modules/node-gyp/bin/
H A Dnode-gyp.js1 #!/usr/bin/env node
5 process.title = 'node-gyp'
25 prog.devDir = envPaths('node-gyp', { suffix: '' }).cache
28 "node-gyp requires that the user's home directory is specified " +
30 'Overide with: --devdir /path/to/.node-gyp')
44 log.info('using', 'node-gyp@%s', prog.version)
45 log.info('using', 'node@%s | %s | %s', process.versions.node, process.platform, process.arch)
87 log.stdout('No node development files installed. Use `node
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd_huffman.c114 nghttp2_huff_decode node = {ctx->fstate, 0}; in nghttp2_hd_huff_decode() local
115 const nghttp2_huff_decode *t = &node; in nghttp2_hd_huff_decode()
/third_party/ltp/include/lapi/
H A Dsched.h89 static inline int getcpu(unsigned *cpu, unsigned *node) in getcpu() argument
91 return tst_syscall(__NR_getcpu, cpu, node, NULL); in getcpu()
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_table.h58 /** table node */
62 struct snmp_leaf_node node; member
104 /** simple read-only table node */
108 struct snmp_leaf_node node; member
/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.h58 Reduction Reduce(Node* node) final;
67 Node* node; member
/third_party/node/deps/v8/src/ast/
H A Dsource-range-ast-visitor.cc54 bool SourceRangeAstVisitor::VisitNode(AstNode* node) { in VisitNode() argument
55 AstNodeSourceRanges* range = source_range_map_->Find(node); in VisitNode()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query.c128 list_for_each_entry(struct etna_acc_query, aq, &ctx->active_acc_queries, node) in etna_set_active_query_state()
131 list_for_each_entry(struct etna_acc_query, aq, &ctx->active_acc_queries, node) in etna_set_active_query_state()
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info.c31 static const xmlChar *get_attribute(const char *attr_name, xmlNodePtr node) in get_attribute() argument
33 for (xmlAttrPtr curr_attr = node->properties; curr_attr != NULL; curr_attr = curr_attr->next) { in get_attribute()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
122 void dce_cleanup::cleanup_dst(node& n) { in cleanup_dst()
126 // Delete use references to the removed node from the src values. in cleanup_dst()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DReduceInterfaceBlocks.cpp38 TIntermNode &node = *declNode.getChildNode(0); variable
40 if (TIntermSymbol *symbolNode = node.getAsSymbolNode())
H A DAstHelpers.h21 // A convenience view of a TIntermDeclaration node's children.
28 // Returns a `Declaration` view of the given node.
42 TIntermSequence &CloneSequenceAndPrepend(const TIntermSequence &seq, TIntermNode &node);
85 // Accesses a field for the given node with the given field name.
86 // The node must be a struct instance.
89 // Accesses a field for the given node by its field index.
90 // The node must be a struct instance.
93 // Accesses an element by index for the given node.
94 // The node must be an array, vector, or matrix.
97 // Accesses an element by index for the given node i
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DReplaceArrayOfMatrixVarying.cpp46 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override
48 const TIntermSequence &sequence = *(node->getSequence());
H A DNodeType.h47 NodeType operator()(TIntermNode &node) in operator ()() argument
49 node.visit(Visit::PreVisit, this); in operator ()()
/third_party/vk-gl-cts/executor/
H A DxeTestCaseListParser.cpp112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name)) in parse() local
115 m_nodeStack.push_back(node); in parse()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dnum_workgroups_from_uniform.cc138 for (auto* node : ctx.src->ASTNodes().Objects()) { in Run()
139 auto* accessor = node->As<ast::MemberAccessorExpression>(); in Run()
H A Dremove_phonies.cc76 for (auto* node : ctx.src->ASTNodes().Objects()) { in Run()
77 if (auto* stmt = node->As<ast::AssignmentStatement>()) { in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h51 /// LiveOutPair - A value and the block that defined it. The domtree node is
91 /// The domtree node may be null, it can be computed.
104 // DomNode - Dominator tree node for the block.
116 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill) in LiveInBlock()
117 : LR(LR), DomNode(node), Kill(kill) {} in LiveInBlock()
265 /// @param DomNode The domtree node for the block.
/third_party/skia/modules/skottie/include/
H A DSkottieProperty.h87 explicit PropertyHandle(sk_sp<NodeT> node) : fNode(std::move(node)) {} in PropertyHandle() argument
119 * name ("nm") node property.
/third_party/skia/modules/skottie/src/effects/
H A DTransformEffect.cpp42 this->node()->setOpacity(fOpacity * 0.01f);
94 transform_adapter->node()); in attachTransformEffect()
/third_party/libinput/test/
H A Dlitest.c244 struct list node; member
256 struct list node; member
372 list_insert(&suite->tests, &t->node); in litest_add_tcase_for_device()
398 list_insert(&suite->tests, &t->node); in litest_add_tcase_no_device()
425 list_insert(&suite->tests, &t->node); in litest_add_tcase_deviceless()
433 list_for_each(s, &all_tests, node) { in get_suite()
442 list_insert(&all_tests, &s->node); in get_suite()
499 list_for_each(dev, &devices, node) { in litest_add_tcase()
521 list_for_each(dev, &devices, node) { in litest_add_tcase()
640 list_for_each(dev, &devices, node) { in _litest_add_ranged_for_device()
1002 struct list node; litest_run_suite() member
[all...]

Completed in 25 milliseconds

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