Home
last modified time | relevance | path

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

/external/crosvm/cros_fdt/src/
Dfdt.rs1082 let root_node = fdt.root_mut(); in fdt_simple_use() localVariable
1151 let root_node = FdtNode::from_blob(blob, &strings).unwrap(); in fdt_load_nodes_nested() localVariable
1280 let root_node = fdt.root_mut(); in prop_null() localVariable
1314 let root_node = fdt.root_mut(); in prop_u32() localVariable
1349 let root_node = fdt.root_mut(); in all_props() localVariable
1538 let root_node = fdt.root_mut(); in prop_order() localVariable
1554 let root_node = fdt.root_mut(); in nested_nodes() localVariable
1600 let root_node = fdt.root_mut(); in prop_name_string_reuse() localVariable
1651 let root_node = fdt.root_mut(); in invalid_node_name_nul() localVariable
1660 let root_node = fdt.root_mut(); in invalid_prop_name_nul() localVariable
[all …]
/external/libxml2/example/
Dtree2.c29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ in main() local
/external/openscreen/util/json/
Djson_serialization.cc27 Json::Value root_node; in Parse() local
/external/sandboxed-api/sandboxed_api/sandbox2/
Dmount_tree.proto54 RootNode root_node = 4; field
/external/dynamic_depth/internal/xmpmeta/
Dxmp_writer.cc56 xmlNodePtr root_node = xmlNewNode(nullptr, ToXmlChar(XmpConst::NodeName())); in CreateXmpRootNode() local
71 xmlNodePtr root_node = CreateXmpRootNode(); in CreateXmpSection() local
/external/selinux/libsepol/cil/src/
Dcil_fqn.c132 int cil_fqn_qualify(struct cil_tree_node *root_node) in cil_fqn_qualify()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dorigin_info.py165 def __init__(self, root_node, source_lines, comments_map, argument
/external/ruy/ruy/profiler/
Dtest.cc107 const TreeView::Node& root_node = *thread_root.second; in TEST() local
/external/dynamic_depth/internal/dynamic_depth/
Ddevice.cc178 xmlNodePtr root_node = GetFirstDescriptionElement(*xmlDoc); in Serialize() local
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dalloc_lib.h42 boost_cont_memchain_node root_node; member
/external/crosvm/riscv64/src/
Dfdt.rs320 let root_node = fdt.root_mut(); in create_fdt() localVariable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc382 NodeDef* root_node; member
444 Status CreateOptimizedNodesGroup(NodeDef* root_node, in CreateOptimizedNodesGroup()
691 const NodeDef& root_node, const string& node_name, in AddInputsOfSymbolicallyEqualShape()
723 InputAndShape AddAggregatedInputs(const NodeDef& root_node, in AddAggregatedInputs()
1585 Status FindCommonUnaryOpChain(const NodeDef& root_node, int* prefix_length, in FindCommonUnaryOpChain()
1617 std::set<string>* ctrl_inputs, NodeDef* root_node) { in HoistUnaryOpChain()
1705 bool OpsAreSafeToHoist(const NodeDef& root_node, in OpsAreSafeToHoist()
Dauto_mixed_precision.cc1646 for (const NodeDef* root_node : tensor_list_nodes) { in FindTensorListImplicitFloat32Edges() local
/external/crosvm/aarch64/src/
Dfdt.rs148 let root_node = fdt.root_mut(); in create_cpu_nodes() localVariable
691 let root_node = fdt.root_mut(); in create_fdt() localVariable
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
Ddominator_tree.cc76 void ToTable(tables::DominatorTreeTable* table, Node root_node) { in ToTable()
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dlist.hpp1147 const node_ptr root_node = this->get_root_node(); in remove_if() local
1173 const node_ptr root_node = this->get_root_node(); in remove_and_dispose_if() local
Dbstree_algorithms.hpp235 BOOST_INTRUSIVE_FORCEINLINE static node_ptr root_node(const const_node_ptr & header) in root_node() function in boost::intrusive::bstree_algorithms
/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py209 def preprocess(self, root_node): # pylint: disable=unused-argument argument
Dtf_upgrade_v2.py1637 def preprocess(self, root_node, after_compat_v1_upgrade=False): argument
/external/icing/icing/query/advanced_query_parser/
Dquery-visitor_test.cc292 const SearchSpecProto& search_spec, const Node* root_node) { in ProcessQuery()
702 auto root_node = std::make_unique<NaryOperatorNode>("<", std::move(args)); in TEST_P() local
726 auto root_node = std::make_unique<NaryOperatorNode>("<", std::move(args)); in TEST_P() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc1075 const Node*& root_node = (*colocation_group_root)[colocation_group]; in ColocateNodeToGroup() local
/external/libchrome/components/policy/core/common/
Dschema.cc163 const SchemaNode* root_node() const { in root_node() function in policy::Schema::InternalStorage
/external/libusb/libusb/os/
Dsunos_usb.c685 di_node_t root_node; in sunos_get_device_list() local
/external/jemalloc_new/src/
Dctl.c577 static const ctl_named_node_t root_node[] = { variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc1087 std::pair<HloInstruction*, LocTy>* root_node = in ParseInstructionList() local