Home
last modified time | relevance | path

Searched refs:node (Results 2276 - 2300 of 2512) sorted by relevance

1...<<919293949596979899100101

/third_party/python/Lib/lib2to3/tests/
H A Dtest_pytree.py386 # Build a pattern matching a node
469 node = pytree.Node(331, [l1, l2, l3])
471 self.assertTrue(pattern.match(node, r))
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc1190 // Yields the size of a leaf node with a specific number of values.
1199 // Yields the number of slots in a (non-root) leaf node for this btree.
1428 // A btree set with a specific number of values per node.
1460 // Note: this is minimum number of values per node. in TEST()
1462 // Note: this is the default number of values per node for a set of int32s in TEST()
1509 // Note: this is minimum number of values per node. in TEST()
1513 // Note: this is the default number of values per node for a set of int32s in TEST()
1909 EXPECT_TRUE(res.node.empty()); in TEST()
1918 ASSERT_FALSE(res.node.empty()); in TEST()
1919 EXPECT_EQ(res.node in TEST()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c326 struct AVTreeNode *node = NULL; in load_glyph() local
370 if (!(node = av_tree_node_alloc())) { in load_glyph()
374 av_tree_insert(&s->glyphs, glyph, glyph_cmp, &node); in load_glyph()
385 av_freep(&node); in load_glyph()
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-process.c564 struct ssp_intel_node_ctl *node; in ssp_calculate_intern_ext() local
676 node = (struct ssp_intel_node_ctl *)(aux_blob); in ssp_calculate_intern_ext()
678 node->node_id = aux->sync.nodes[i].node_id; in ssp_calculate_intern_ext()
679 node->sampling_rate = aux->sync.nodes[i].sampling_rate; in ssp_calculate_intern_ext()
/third_party/mesa3d/src/compiler/glsl/
H A Dir.cpp2251 foreach_in_list_safe(ir_instruction, node, list) { in visit_exec_list()
2252 node->accept(visitor); in visit_exec_list()
2289 foreach_in_list(ir_instruction, node, list) { in reparent_ir()
2290 visit_tree(node, steal_memory, mem_ctx); in reparent_ir()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c1450 exec_node_insert_node_before(&var->node, &new_var->node); in insert_sorted()
1454 exec_list_push_tail(var_list, &new_var->node); in insert_sorted()
1463 exec_node_remove(&var->node); in sort_varyings()
/third_party/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c2096 cil_tree_log(orig, CIL_ERR, "Problem copying %s node", cil_node_to_string(orig)); in __cil_copy_node_helper()
2109 struct cil_tree_node *node = NULL; in __cil_copy_last_child_helper() local
2113 node = args->dest; in __cil_copy_last_child_helper()
2115 if (node->flavor != CIL_ROOT) { in __cil_copy_last_child_helper()
2116 args->dest = node->parent; in __cil_copy_last_child_helper()
2122 // dest is the parent node to copy into
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc959 void Put(SlotKind slot_kind, AstNode* node, int slot_index) { in Put() argument
960 PutImpl(slot_kind, 0, node, slot_index); in Put()
973 int Get(SlotKind slot_kind, AstNode* node) const { in Get()
974 return GetImpl(slot_kind, 0, node); in Get()
987 void PutImpl(SlotKind slot_kind, int index, const void* node, in PutImpl() argument
989 Key key = std::make_tuple(slot_kind, index, node); in PutImpl()
994 int GetImpl(SlotKind slot_kind, int index, const void* node) const { in GetImpl()
995 Key key = std::make_tuple(slot_kind, index, node); in GetImpl()
2463 // until the end of the try_block in the AST node, and does not apply to the in VisitTryCatchStatement()
7016 AstNode* node, SourceRangeKin in AllocateBlockCoverageSlotIfEnabled()
7015 AllocateBlockCoverageSlotIfEnabled( AstNode* node, SourceRangeKind kind) AllocateBlockCoverageSlotIfEnabled() argument
7022 AllocateNaryBlockCoverageSlotIfEnabled( NaryOperation* node, size_t index) AllocateNaryBlockCoverageSlotIfEnabled() argument
7030 BuildIncrementBlockCoverageCounterIfEnabled( AstNode* node, SourceRangeKind kind) BuildIncrementBlockCoverageCounterIfEnabled() argument
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c2355 n->node.num_subnodes == num_subnodes && in dxil_get_metadata_node()
2356 !memcmp(n->node.subnodes, subnodes, sizeof(struct dxil_mdnode *) * in dxil_get_metadata_node()
2368 n->node.subnodes = tmp; in dxil_get_metadata_node()
2369 n->node.num_subnodes = num_subnodes; in dxil_get_metadata_node()
2526 return emit_metadata_node(m, n->node.subnodes, n->node.num_subnodes); in emit_mdnode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c2627 foreach_list_typed(nir_cf_node, node, node, list) in visit_cf_list()
2629 switch (node->type) { in visit_cf_list()
2631 visit_block(bld_base, nir_cf_node_as_block(node)); in visit_cf_list()
2634 visit_if(bld_base, nir_cf_node_as_if(node)); in visit_cf_list()
2637 visit_loop(bld_base, nir_cf_node_as_loop(node)); in visit_cf_list()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py428 protoNode = None # proto is a first child of every command node
431 # if node is alias then use the fact that alias definition follows aliased structure
441 # go to next node
446 # memorize prototype node
620 # if node is alias then use the fact that alias definition follows aliased bitmasks;
636 # if node is alias then use the fact that alias definition follows aliased structure;
644 # go to next node
653 for node in memberNode:
654 if node.tag == "enum":
655 arraySizeList.append(node
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc9752 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); in GetFunctionName() local
9753 i::Isolate* isolate = node->isolate(); in GetFunctionName()
9754 const i::CodeEntry* entry = node->entry(); in GetFunctionName()
9761 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); in GetFunctionNameStr() local
9762 return node->entry()->name(); in GetFunctionNameStr()
9766 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); in GetScriptId() local
9767 const i::CodeEntry* entry = node->entry(); in GetScriptId()
9772 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); in GetScriptResourceName() local
9773 i::Isolate* isolate = node->isolate(); in GetScriptResourceName()
9775 node in GetScriptResourceName()
9779 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetScriptResourceNameStr() local
9784 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); IsScriptSharedCrossOrigin() local
9799 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetHitLineCount() local
9805 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetLineTicks() local
9810 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetBailoutReason() local
9844 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetDeoptInfos() local
[all...]
/third_party/PyYAML/tests/lib/
H A Dcanonical.py230 # document: DIRECTIVE? DOCUMENT-START node
232 node = None
240 # node: ALIAS | ANCHOR? TAG? (SCALAR|sequence|mapping)
262 # sequence: SEQUENCE-START (node (ENTRY node)*)? ENTRY? SEQUENCE-END
286 # map_entry: KEY node VALUE node
/third_party/libwebsockets/include/
H A Dlibwebsockets.h498 int getaddrinfo(const char *node, const char *service,
/third_party/libuv/include/uv/
H A Dwin.h590 WCHAR* node; \
/third_party/node/lib/internal/
H A Dworker.js148 url = `node:${filename}`;
/third_party/node/src/api/
H A Dcallback.cc1 #include "node.h"
6 namespace node { namespace
360 } // namespace node
/third_party/node/src/
H A Dblob_serializer_deserializer-inl.h19 namespace node { namespace
355 } // namespace node
H A Dmemory_tracker-inl.h9 namespace node { namespace
154 // Fall back to edge name if node names are not provided in TrackField()
156 // Shift the self size of this container out to a separate node in TrackField()
200 // merged into the pair node in TrackField()
352 } // namespace node
H A Dnode_file.h11 namespace node { namespace
480 } // namespace node
H A Dnode_file-inl.h9 namespace node { namespace
352 } // namespace node
/third_party/node/src/crypto/
H A Dcrypto_aes.cc17 namespace node { namespace
136 // Refs: https://github.com/nodejs/node/pull/38913#issuecomment-866505244 in AES_Cipher()
604 } // namespace node
H A Dcrypto_bio.cc32 namespace node { namespace
225 BIO_METHOD* method = BIO_meth_new(BIO_TYPE_MEM, "node.js SSL buffer"); in GetMethod()
500 } // namespace node
H A Dcrypto_hash.cc12 namespace node { namespace
181 // See https://github.com/nodejs/node/issues/28245. in HashDigest()
364 } // namespace node
H A Dcrypto_keys.h19 namespace node { namespace
416 } // namespace node

Completed in 68 milliseconds

1...<<919293949596979899100101