Home
last modified time | relevance | path

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

/external/crosvm/arch/src/
Dfdt.rs361 let root_node = fdt.begin_node("").unwrap(); in minimal() localVariable
400 let root_node = fdt.begin_node("").unwrap(); in reservemap() localVariable
438 let root_node = fdt.begin_node("").unwrap(); in prop_null() localVariable
473 let root_node = fdt.begin_node("").unwrap(); in prop_u32() localVariable
509 let root_node = fdt.begin_node("").unwrap(); in all_props() localVariable
588 let root_node = fdt.begin_node("").unwrap(); in nested_nodes() localVariable
636 let root_node = fdt.begin_node("").unwrap(); in prop_name_string_reuse() localVariable
730 let root_node = fdt.begin_node("").unwrap(); in invalid_end_node_out_of_order() localVariable
/external/libxml2/doc/examples/
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/crosvm/x86_64/src/
Dfdt.rs48 let root_node = fdt.begin_node("")?; in create_fdt() localVariable
/external/selinux/libsepol/cil/src/
Dcil_fqn.c130 int cil_fqn_qualify(struct cil_tree_node *root_node) in cil_fqn_qualify()
/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/tensorflow/tensorflow/python/autograph/pyct/
Dorigin_info.py169 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/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc320 NodeDef* root_node; member
382 Status CreateOptimizedNodesGroup(NodeDef* root_node, in CreateOptimizedNodesGroup()
629 const NodeDef& root_node, const string& node_name, in AddInputsOfSymbolicallyEqualShape()
661 InputAndShape AddAggregatedInputs(const NodeDef& root_node, in AddAggregatedInputs()
1523 Status FindCommonUnaryOpChain(const NodeDef& root_node, int* prefix_length, in FindCommonUnaryOpChain()
1555 std::set<string>* ctrl_inputs, NodeDef* root_node) { in HoistUnaryOpChain()
1641 bool OpsAreSafeToHoist(const NodeDef& root_node, in OpsAreSafeToHoist()
Dauto_mixed_precision.cc1503 for (const NodeDef* root_node : tensor_list_nodes) { in FindTensorListImplicitFloat32Edges() local
/external/crosvm/aarch64/src/
Dfdt.rs373 let root_node = fdt.begin_node("")?; in create_fdt() localVariable
/external/llvm-project/lldb/source/Host/common/
DXML.cpp69 XMLNode root_node(xmlDocGetRootElement(m_document)); in GetRootElement() local
/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py215 def preprocess(self, root_node): # pylint: disable=unused-argument argument
Dtf_upgrade_v2.py1644 def preprocess(self, root_node, after_compat_v1_upgrade=False): argument
/external/libusb/libusb/os/
Dsunos_usb.c685 di_node_t root_node; in sunos_get_device_list() local
/external/libchrome/components/policy/core/common/
Dschema.cc163 const SchemaNode* root_node() const { in root_node() function in policy::Schema::InternalStorage
/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc1007 const Node*& root_node = (*colocation_group_root)[colocation_group]; in ColocateNodeToGroup() local
/external/jemalloc_new/src/
Dctl.c539 static const ctl_named_node_t root_node[] = { variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc936 std::pair<HloInstruction*, LocTy>* root_node = in ParseInstructionList() local