Home
last modified time | relevance | path

Searched defs:node (Results 1076 – 1100 of 8398) sorted by relevance

1...<<41424344454647484950>>...336

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c168 struct node { struct
169 struct node *parent; argument
170 struct node *left; argument
171 struct node *right; argument
179 * Points to root node of the binary search argument
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_partition_test.cc64 string SplitByDevice(const Node* node) { return node->assigned_device_name(); } in SplitByDevice()
66 string DeviceName(const Node* node) { in DeviceName()
601 const NodeDef* node = nodes[i].first; in TEST() local
609 const NodeDef* node = nodes[node_index].first; in TEST() local
691 const NodeDef* node = nodes[i].first; in TEST() local
697 const NodeDef* node = nodes[node_index].first; in TEST() local
704 const NodeDef* node = nodes[node_index].first; in TEST() local
H A Dgraph_partition.cc371 auto visit = [](Node* node) { in OptimizeControlFlowColocation()
415 bool IsControlLoop(const Node* node) { in IsControlLoop()
500 void AddControlFlowInfo(const Node* node, const Node* src, in AddControlFlowInfo()
580 for (const Node* node : g.op_nodes()) { in BuildMemoryDeviceInfo() local
604 const Node* InputFrame(const Node* node, in InputFrame()
614 const Node* OutputFrame(const Node* node, in OutputFrame()
650 Node* node = g->FindNodeId(i); in AddControlFlow() local
787 const NodeDef* node; member
820 auto enqueue = [&q, &node_to_start_time](const NodeDef* node) { in TopologicalSortNodesWithTimePriority()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dminidom.py114 def appendChild(self, node): argument
285 def _append_child(self, node): argument
295 def _in_document(node): argument
609 def setNamedItem(self, node): argument
622 def setNamedItemNS(self, node): argument
825 def removeAttributeNode(self, node): argument
968 def appendChild(self, node): argument
1184 def _get_containing_element(node): argument
1192 def _get_containing_entref(node): argument
1275 def setNamedItem(self, node): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
Dminidom.py114 def appendChild(self, node): argument
285 def _append_child(self, node): argument
295 def _in_document(node): argument
609 def setNamedItem(self, node): argument
622 def setNamedItemNS(self, node): argument
825 def removeAttributeNode(self, node): argument
968 def appendChild(self, node): argument
1184 def _get_containing_element(node): argument
1192 def _get_containing_entref(node): argument
1275 def setNamedItem(self, node): argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
Dminidom.py112 def appendChild(self, node): argument
275 def _append_child(self, node): argument
285 def _in_document(node): argument
576 def setNamedItem(self, node): argument
589 def setNamedItemNS(self, node): argument
761 def removeAttributeNode(self, node): argument
883 def appendChild(self, node): argument
1109 def _get_containing_element(node): argument
1117 def _get_containing_entref(node): argument
1202 def setNamedItem(self, node): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
Dminidom.py114 def appendChild(self, node): argument
285 def _append_child(self, node): argument
295 def _in_document(node): argument
609 def setNamedItem(self, node): argument
622 def setNamedItemNS(self, node): argument
825 def removeAttributeNode(self, node): argument
968 def appendChild(self, node): argument
1184 def _get_containing_element(node): argument
1192 def _get_containing_entref(node): argument
1275 def setNamedItem(self, node): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dminidom.py114 def appendChild(self, node): argument
285 def _append_child(self, node): argument
295 def _in_document(node): argument
609 def setNamedItem(self, node): argument
622 def setNamedItemNS(self, node): argument
825 def removeAttributeNode(self, node): argument
968 def appendChild(self, node): argument
1184 def _get_containing_element(node): argument
1192 def _get_containing_entref(node): argument
1275 def setNamedItem(self, node): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A Dminidom.py114 def appendChild(self, node): argument
285 def _append_child(self, node): argument
295 def _in_document(node): argument
609 def setNamedItem(self, node): argument
622 def setNamedItemNS(self, node): argument
825 def removeAttributeNode(self, node): argument
968 def appendChild(self, node): argument
1184 def _get_containing_element(node): argument
1192 def _get_containing_entref(node): argument
1275 def setNamedItem(self, node): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
Dminidom.py114 def appendChild(self, node): argument
285 def _append_child(self, node): argument
295 def _in_document(node): argument
609 def setNamedItem(self, node): argument
622 def setNamedItemNS(self, node): argument
825 def removeAttributeNode(self, node): argument
968 def appendChild(self, node): argument
1184 def _get_containing_element(node): argument
1192 def _get_containing_entref(node): argument
1275 def setNamedItem(self, node): argument
[all …]
/aosp_15_r20/packages/modules/Virtualization/guest/rialto/src/
Dfdt.rs23 let node = fdt.node(cstr!("/reserved-memory"))?.ok_or(FdtError::NotFound)?; in read_dice_range_from() localVariable
24 let node = node.next_compatible(cstr!("google,open-dice"))?.ok_or(FdtError::NotFound)?; in read_dice_range_from() localVariable
29 let node = fdt.node(cstr!("/avf"))?.ok_or(FdtError::NotFound)?; in read_vendor_hashtree_root_digest() localVariable
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_helpers.c541 NODE_STR_T *node = NULL; in split_string() local
609 free_string_list(NODE_STR_T *node) in free_string_list()
628 ifapi_free_object_list(NODE_OBJECT_T *node) in ifapi_free_object_list()
647 ifapi_free_node_list(NODE_OBJECT_T *node) in ifapi_free_node_list()
666 ifapi_path_length(NODE_STR_T *node) in ifapi_path_length()
686 path_str_length(NODE_STR_T *node, int delim_length) in path_str_length()
711 ifapi_path_string(char **dest, const char *supdir, NODE_STR_T *node, char *name) in ifapi_path_string()
752 ifapi_path_string_n(char **dest, const char *supdir, NODE_STR_T *node, char *name, in ifapi_path_string_n()
/aosp_15_r20/hardware/libhardware/modules/input/evdev/
H A DInputDeviceManager.cpp28 void InputDeviceManager::onInputEvent(const std::shared_ptr<InputDeviceNode>& node, InputEvent& eve… in onInputEvent()
37 void InputDeviceManager::onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) { in onDeviceAdded()
41 void InputDeviceManager::onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) { in onDeviceRemoved()
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
HDaccessibility-test-framework-2.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dtopological_sort_test.cc45 for (const NodeConfig& node : nodes) { in CreateGraph() local
76 const NodeDef* node = topo_order[i]; in TEST_F() local
103 const NodeDef* node = topo_order[i]; in TEST_F() local
188 const NodeDef* node = topo_order[i]; in TEST_F() local
H A Dscc.cc45 const NodeDef* node; member
135 for (const NodeDef& node : graph.node()) { in StronglyConnectedComponents() local
146 for (const NodeDef& node : graph.node()) { in StronglyConnectedComponents() local
212 NodeDef* node = subgraph.add_node(); in IdentifyLoops() local
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/
H A DPrettyPrintVisitorTest.java63 private String print(Node node) { in print()
87 Node node = parse("class A {}"); in printSimplestClass() local
94 Node node = parse("class A { int a; }"); in printAClassWithField() local
103 Node node = parseBodyDeclaration("int x(@O X A.B.this, int y) { }"); in printAReceiverParameter() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dreplicate_per_replica_nodes.cc30 Status InitializeNode(const Node* node, int num_allowed_devices) { in InitializeNode()
41 Status ReplicateNode(const Node* node, in ReplicateNode()
201 Node* node = pair.first; in ReplicateNodesAndEdges() local
219 Node* node = nodes_ready_to_delete.front(); in ReplicateNodesAndEdges() local
H A Dplacer.cc104 bool IsGeneratorNode(const Node* node) { in IsGeneratorNode()
109 void LogDeviceAssignment(const Node* node, bool log_device_placement) { in LogDeviceAssignment()
130 Status AssignAndLog(int assigned_device, Node* node, in AssignAndLog()
177 for (const Node* node : graph_->op_nodes()) { in Run() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-member-class.cpp70 struct node { struct
71 node(int v) { Head = this; } in node() function
75 Registry<int>::node node(0); in test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dallocate_local_shared_array.hpp81 base* node = result.get(); in allocate_local_shared() local
104 base* node = result.get(); in allocate_local_shared() local
125 base* node = result.get(); in allocate_local_shared() local
149 base* node = result.get(); in allocate_local_shared() local
/aosp_15_r20/external/dtc/
H A Dfdtget.c138 static int list_properties(const void *blob, int node) in list_properties()
164 static int list_subnodes(const void *blob, int node) in list_subnodes()
221 int node, const char *property) in show_data_for_item()
269 int i, node; in do_fdtget() local
/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoDumper.java197 private static void dumpNodeRec(AccessibilityNodeInfo node, XmlSerializer serializer,int index, in dumpNodeRec()
249 private static boolean nafExcludedClass(AccessibilityNodeInfo node) { in nafExcludedClass()
268 private static boolean nafCheck(AccessibilityNodeInfo node) { in nafCheck()
294 private static boolean childNafCheck(AccessibilityNodeInfo node) { in childNafCheck()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DBoundarySizeVisitor.java37 public Order visitOrder(final BSPTree<S> node) { in visitOrder()
42 public void visitInternalNode(final BSPTree<S> node) { in visitInternalNode()
55 public void visitLeafNode(final BSPTree<S> node) { in visitLeafNode()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/testdata/testprog/
Dgc-stress.go20 type node struct { struct
21 children [4]*node
22 data [128]byte

1...<<41424344454647484950>>...336