Home
last modified time | relevance | path

Searched defs:new_node (Results 1 – 25 of 166) sorted by relevance

1234567

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Drbtree_algorithms.hpp230 static void replace_node(node_ptr node_to_be_replaced, node_ptr new_node) in replace_node()
238 static void replace_node(node_ptr node_to_be_replaced, node_ptr header, node_ptr new_node) in replace_node()
365 (node_ptr h, node_ptr new_node, NodePtrCompare comp) in insert_equal_upper_bound()
375 (node_ptr h, node_ptr new_node, NodePtrCompare comp) in insert_equal_lower_bound()
385 (node_ptr header, node_ptr hint, node_ptr new_node, NodePtrCompare comp) in insert_equal()
394 (node_ptr header, node_ptr pos, node_ptr new_node) in insert_before()
402 static void push_back(node_ptr header, node_ptr new_node) in push_back()
409 static void push_front(node_ptr header, node_ptr new_node) in push_front()
Dtreap_algorithms.hpp309 (node_ptr h, node_ptr new_node, NodePtrCompare comp, NodePtrPriorityCompare pcomp) in insert_equal_upper_bound()
334 (node_ptr h, node_ptr new_node, NodePtrCompare comp, NodePtrPriorityCompare pcomp) in insert_equal_lower_bound()
362 … (node_ptr h, node_ptr hint, node_ptr new_node, NodePtrCompare comp, NodePtrPriorityCompare pcomp) in insert_equal()
390 (node_ptr header, node_ptr pos, node_ptr new_node, NodePtrPriorityCompare pcomp) in insert_before()
416 static void push_back(node_ptr header, node_ptr new_node, NodePtrPriorityCompare pcomp) in push_back()
441 static void push_front(node_ptr header, node_ptr new_node, NodePtrPriorityCompare pcomp) in push_front()
567 (node_ptr header, node_ptr new_node, const insert_commit_data &commit_data) in insert_unique_commit()
635 (node_ptr h, node_ptr new_node, NodePtrPriorityCompare pcomp, insert_commit_data &commit_data) in rebalance_check_and_commit()
Davltree_algorithms.hpp206 static void replace_node(node_ptr node_to_be_replaced, node_ptr new_node) in replace_node()
214 static void replace_node(node_ptr node_to_be_replaced, node_ptr header, node_ptr new_node) in replace_node()
350 (node_ptr h, node_ptr new_node, NodePtrCompare comp) in insert_equal_upper_bound()
360 (node_ptr h, node_ptr new_node, NodePtrCompare comp) in insert_equal_lower_bound()
370 (node_ptr header, node_ptr hint, node_ptr new_node, NodePtrCompare comp) in insert_equal()
379 (node_ptr header, node_ptr pos, node_ptr new_node) in insert_before()
387 static void push_back(node_ptr header, node_ptr new_node) in push_back()
394 static void push_front(node_ptr header, node_ptr new_node) in push_front()
Dbstree_algorithms.hpp449 …OST_INTRUSIVE_FORCEINLINE static void replace_node(node_ptr node_to_be_replaced, node_ptr new_node) in replace_node()
470 static void replace_node(node_ptr node_to_be_replaced, node_ptr header, node_ptr new_node) in replace_node()
1114 (node_ptr h, node_ptr hint, node_ptr new_node, NodePtrCompare comp in insert_equal()
1140 (node_ptr h, node_ptr new_node, NodePtrCompare comp in insert_equal_upper_bound()
1166 (node_ptr h, node_ptr new_node, NodePtrCompare comp in insert_equal_lower_bound()
1193 (node_ptr header, node_ptr pos, node_ptr new_node in insert_before()
1219 (node_ptr header, node_ptr new_node in push_back()
1244 (node_ptr header, node_ptr new_node in push_front()
1695 (node_ptr header, node_ptr hint, node_ptr new_node, NodePtrCompare comp in insert_equal_check()
1724 …(node_ptr h, node_ptr new_node, NodePtrCompare comp, insert_commit_data & commit_data, std::size_t… in insert_equal_upper_bound_check()
[all …]
Dsgtree_algorithms.hpp196 (node_ptr h, node_ptr new_node, NodePtrCompare comp in insert_equal_upper_bound()
208 (node_ptr h, node_ptr new_node, NodePtrCompare comp in insert_equal_lower_bound()
220 (node_ptr header, node_ptr hint, node_ptr new_node, NodePtrCompare comp in insert_equal()
232 (node_ptr header, node_ptr pos, node_ptr new_node in insert_before()
243 static void push_back(node_ptr header, node_ptr new_node in push_back()
253 static void push_front(node_ptr header, node_ptr new_node in push_front()
Dsplaytree_algorithms.hpp433 (node_ptr header, node_ptr new_node, NodePtrCompare comp) in insert_equal_upper_bound()
443 (node_ptr header, node_ptr new_node, NodePtrCompare comp) in insert_equal_lower_bound()
453 (node_ptr header, node_ptr hint, node_ptr new_node, NodePtrCompare comp) in insert_equal()
462 (node_ptr header, node_ptr pos, node_ptr new_node) in insert_before()
471 static void push_back(node_ptr header, node_ptr new_node) in push_back()
479 static void push_front(node_ptr header, node_ptr new_node) in push_front()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view_internal.h795 inline void UpdateName(NewNode<GraphViewT>* new_node, absl::string_view name) { in UpdateName() argument
805 inline void UpdateOp(NewNode<GraphViewT>* new_node, absl::string_view op) { in UpdateOp()
815 inline void UpdateDevice(NewNode<GraphViewT>* new_node, in UpdateDevice()
827 inline void AddOrUpdateRegularFanin(NewNode<GraphViewT>* new_node, int index, in AddOrUpdateRegularFanin()
841 inline void RemoveRegularFanin(NewNode<GraphViewT>* new_node, int index) { in RemoveRegularFanin()
853 inline void AddControllingFanin(NewNode<GraphViewT>* new_node, in AddControllingFanin()
860 inline void RemoveControllingFanin(NewNode<GraphViewT>* new_node, in RemoveControllingFanin()
867 inline void AddOrUpdateAttribute(NewNode<GraphViewT>* new_node, in AddOrUpdateAttribute()
876 inline void RemoveAttribute(NewNode<GraphViewT>* new_node, in RemoveAttribute()
884 NewNode<GraphViewT>* new_node, in IsWellFormed()
H A Dgraph_view_internal_test.cc869 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
886 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
903 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
920 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
962 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
991 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
1021 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
1048 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
1070 MutationNewNodeForTest new_node(&graph_view, {}); in TEST() local
/aosp_15_r20/external/python/cpython3/Python/
Dhamt.c836 PyHamtNode_Array *new_node = NULL; in hamt_node_bitmap_assoc() local
921 PyHamtNode_Bitmap *new_node = in hamt_node_bitmap_assoc() local
958 PyHamtNode **new_node) in hamt_node_bitmap_without()
1329 PyHamtNode_Collision *new_node; in hamt_node_collision_assoc() local
1409 PyHamtNode_Bitmap *new_node; in hamt_node_collision_assoc() local
1437 PyHamtNode **new_node) in hamt_node_collision_without()
1691 PyHamtNode_Array *new_node; in hamt_node_array_assoc() local
1764 PyHamtNode **new_node) in hamt_node_array_without()
2058 PyHamtNode **new_node) in hamt_node_without()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmodel_pruner.cc147 bool add_as_control, NodeDef* new_node, in ForwardInputsInternal()
181 NodeDef* new_node, in ForwardInputs()
284 NodeDef* new_node = graph->add_node(); in NewIdentityFromIdentityN() local
516 NodeDef* new_node = optimized_graph->add_node(); in Optimize() local
H A Dgraph_optimizer_stage.cc79 NodeDef* new_node = ctx.optimized_graph->add_node(); in AddCopyNode() local
92 NodeDef* new_node = ctx.optimized_graph->add_node(); in AddEmptyNode() local
H A Dauto_parallel.cc210 auto new_node = graph->add_node(); in AddSharedNodes() local
224 auto new_node = graph->add_node(); in AddOneReplica() local
/aosp_15_r20/external/antlr/runtime/Ruby/test/unit/
H A Dtest-trees.rb306 def new_node(token) method in TestTreeNodeStream
450 def new_node(token) method in TestCommonTreeNodeStream
786 def new_node(token) method in TestCommonTree
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dfreetrie.cpp17 Node *new_node = static_cast<Node *>(list.begin()); in remove() local
45 void FreeTrie::replace_node(Node *node, Node *new_node) { in replace_node()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dpasses.cpp632 auto* new_node = graph->create(new_symbol, n->outputs().size() + 1); in ReplaceWithMaybeCopy() local
651 auto* const new_node = std::get<1>(tup); in ReplaceWithMaybeCopy() local
729 auto* new_node = graph->create(new_symbol, n->outputs().size()); in ReplaceWithCopyImpl() local
738 auto* new_node = p.second; in ReplaceWithCopyImpl() local
928 auto* new_node = graph->create(new_sym, 0); in FuseListUnpack() local
944 auto* new_node = std::get<1>(nodes); in FuseListUnpack() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dauto_shard.cc200 NodeDef new_node; in AddShardNode() local
269 NodeDef new_node; in AddShuffleDataset() local
297 NodeDef new_node; in AddShuffleDatasetV2() local
322 NodeDef new_node; in AddShuffleDatasetV3() local
H A Dmap_and_batch_fusion.cc44 NodeDef new_node; in MakeMapAndBatchNode() local
130 auto* new_node = in OptimizeAndCollectStats() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dinline_partitionedcall.cc111 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in InlinePartitionedCall() local
128 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in InlinePartitionedCall() local
H A Dtransform_utils.cc176 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in RemoveAttributes() local
434 for (const NodeDef& new_node : new_nodes) { in ReplaceMatchingOpTypes() local
459 for (const NodeDef& new_node : new_nodes) { in ReplaceMatchingOpTypes() local
490 NodeDef* new_node = output_graph_def->mutable_node()->Add(); in RenameNodeInputs() local
/aosp_15_r20/system/extras/simpleperf/
H A Dcallchain.h56 std::unique_ptr<NodeT> new_node = AllocateNode(callchain, 0, period, 0); in AddCallChain() local
82 std::unique_ptr<NodeT> new_node = AllocateNode(callchain, callchain_pos, period, 0); in AddCallChain() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dbuild_xla_ops_pass.cc65 void MoveOutgoingEdges(Graph* g, Node* old_node, Node* new_node) { in MoveOutgoingEdges()
116 void MergeOutgoingDataEdges(const Scope& s, Node* old_node, Node* new_node, in MergeOutgoingDataEdges()
176 void MergeOutgoingControlEdges(const Scope& s, Node* old_node, Node* new_node) { in MergeOutgoingControlEdges()
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/xml/
H A Dserializer_impl.cc69 xmlNodePtr new_node = in CreateSerializer() local
95 xmlNodePtr new_node = in CreateItemSerializer() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis_simplification.cpp242 void SENodeSimplifyImpl::GatherAccumulatorsFromChildNodes(SENode* new_node, in GatherAccumulatorsFromChildNodes()
373 std::unique_ptr<SEAddNode> new_node{new SEAddNode(&analysis_)}; in FoldRecurrentAddExpressions() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dscalar_analysis_simplification.cpp242 void SENodeSimplifyImpl::GatherAccumulatorsFromChildNodes(SENode* new_node, in GatherAccumulatorsFromChildNodes()
373 std::unique_ptr<SEAddNode> new_node{new SEAddNode(&analysis_)}; in FoldRecurrentAddExpressions() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp242 void SENodeSimplifyImpl::GatherAccumulatorsFromChildNodes(SENode* new_node, in GatherAccumulatorsFromChildNodes()
373 std::unique_ptr<SEAddNode> new_node{new SEAddNode(&analysis_)}; in FoldRecurrentAddExpressions() local

1234567