/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | node.rs | 227 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 D | arena_impl.h | 317 auto* new_node = static_cast<CachedBlock*>(p); in ReturnArrayMemory() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | arena_impl.h | 317 auto* new_node = static_cast<CachedBlock*>(p); in ReturnArrayMemory() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | remove_inplace_ops_for_onnx.cpp | 234 auto new_node = graph->create(Symbol::fromQualString(new_schema), 1); in PrepareInplaceOpsInBlocksForONNX() local
|
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/ |
H A D | NodeFusionMutator.cpp | 48 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/ |
D | thread.cpp | 881 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 D | scheduler.c | 659 gpir_alu_node *new_node = gpir_node_create(node->block, op); in create_replacement() local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | blkmap64_rb.c | 402 struct rb_node *new_node, *node, *next; in rb_insert_extent() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | quantize_nodes.cc | 236 NodeDef* new_node = merged_graph_def.mutable_node()->Add(); in MergeDuplicateNodes() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | generic_layout_optimizer_transposer.cc | 1220 NodeDef new_node; in AddNodeReshape() local 1244 NodeDef new_node; in AddNodeShapeConst() local
|
H A D | constant_folding.cc | 2489 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/ |
D | grpc_ares_ev_driver_windows.cc | 699 SockToPolledFdEntry* new_node = new SockToPolledFdEntry(s, polled_fd); in AddNewSocket() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | gpu_model.cc | 610 GpuNode new_node; in MergeElementwiseNodes() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | nodes.h | 2235 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 D | ralloc.c | 674 linear_header *new_node; in linear_alloc_child() local
|
/aosp_15_r20/external/f2fs-tools/fsck/ |
H A D | dict.c | 1247 static dnode_t *new_node(void *c) in new_node() function
|
/aosp_15_r20/external/e2fsprogs/lib/support/ |
H A D | dict.c | 1289 static dnode_t *new_node(void *c) in new_node() function
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | hme_defs.h | 525 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 D | reg_type_test.cc | 965 auto bfs = [&](auto new_node, const RegType* start) { in TEST_F()
|
/aosp_15_r20/external/harfbuzz_ng/src/graph/ |
H A D | graph.hh | 1165 unsigned new_node (char* head, char* tail) in new_node() function
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_layer_logging.h | 256 VkLayerDbgFunctionNode *new_node) { in AddDebugCallbackNode()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | python_sugared_value.cpp | 152 Node* new_node = m.graph()->insertNode( in call() local
|
/aosp_15_r20/external/coreboot/src/commonlib/ |
H A D | device_tree.c | 651 struct device_tree_node **new_node) in fdt_unflatten_node()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | ast.py | 180 def copy_location(new_node, old_node): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | ast.py | 180 def copy_location(new_node, old_node): argument
|