Home
last modified time | relevance | path

Searched defs:new_node (Results 126 – 150 of 166) sorted by relevance

1234567

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs227 let mut new_node = unsafe { InternalNode::new(alloc) }; in new_internal() localVariable
1221 let mut new_node = LeafNode::new(alloc); in split() localVariable
1258 let mut new_node = InternalNode::new(alloc); in split() localVariable
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Darena_impl.h317 auto* new_node = static_cast<CachedBlock*>(p); in ReturnArrayMemory() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h317 auto* new_node = static_cast<CachedBlock*>(p); in ReturnArrayMemory() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dremove_inplace_ops_for_onnx.cpp234 auto new_node = graph->create(Symbol::fromQualString(new_schema), 1); in PrepareInplaceOpsInBlocksForONNX() local
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DNodeFusionMutator.cpp48 void transfer_driving_nodes_and_remove_old_node(Graph &g, INode *new_node, INode *old_node, bool ad… in transfer_driving_nodes_and_remove_old_node()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp881 thread_exit_callback_node* const new_node= in add_thread_exit_function() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c659 gpir_alu_node *new_node = gpir_node_create(node->block, op); in create_replacement() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_rb.c402 struct rb_node *new_node, *node, *next; in rb_insert_extent() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_nodes.cc236 NodeDef* new_node = merged_graph_def.mutable_node()->Add(); in MergeDuplicateNodes() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer.cc1220 NodeDef new_node; in AddNodeReshape() local
1244 NodeDef new_node; in AddNodeShapeConst() local
H A Dconstant_folding.cc2489 NodeDef new_node; in SimplifyPack() local
2669 NodeDef* new_node = optimized_graph->add_node(); in MoveConstantsPastEnter() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_windows.cc699 SockToPolledFdEntry* new_node = new SockToPolledFdEntry(s, polled_fd); in AddNewSocket() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dgpu_model.cc610 GpuNode new_node; in MergeElementwiseNodes() local
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h2235 HUseListNode<HInstruction*>* new_node = in AddUseAt() local
2245 HUseListNode<HEnvironment*>* new_node = in AddEnvUseAt() local
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dralloc.c674 linear_header *new_node; in linear_alloc_child() local
/aosp_15_r20/external/f2fs-tools/fsck/
H A Ddict.c1247 static dnode_t *new_node(void *c) in new_node() function
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Ddict.c1289 static dnode_t *new_node(void *c) in new_node() function
/aosp_15_r20/external/libhevc/encoder/
H A Dhme_defs.h525 as_nodes, num_nodes, new_node, au4_map, center_x, center_y, use_hashing) \ argument
577 #define INSERT_NEW_NODE_NOMAP(as_nodes, num_nodes, new_node, implicit_layer) \ argument
622 #define INSERT_NEW_NODE_NOMAP_ALTERNATE(as_nodes, num_nodes, new_node, result_num, part_id) \ argument
653 as_nodes, num_nodes, new_node, implicit_layer, au4_map, center_x, center_y, use_hashing) \ argument
/aosp_15_r20/art/runtime/verifier/
H A Dreg_type_test.cc965 auto bfs = [&](auto new_node, const RegType* start) { in TEST_F()
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dgraph.hh1165 unsigned new_node (char* head, char* tail) in new_node() function
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_layer_logging.h256 VkLayerDbgFunctionNode *new_node) { in AddDebugCallbackNode()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.cpp152 Node* new_node = m.graph()->insertNode( in call() local
/aosp_15_r20/external/coreboot/src/commonlib/
H A Ddevice_tree.c651 struct device_tree_node **new_node) in fdt_unflatten_node()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dast.py180 def copy_location(new_node, old_node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dast.py180 def copy_location(new_node, old_node): argument

1234567