Home
last modified time | relevance | path

Searched defs:node (Results 501 – 525 of 8398) sorted by relevance

1...<<21222324252627282930>>...336

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/
H A DSourceFileInfoExtractor.java99 private void solveTypeDecl(ClassOrInterfaceDeclaration node) { in solveTypeDecl()
112 private void solve(Node node) { in solve()
138 private void solveMethodCalls(Node node) { in solveMethodCalls()
147 private String toString(MethodCallExpr node) { in toString()
167 private List<Node> collectAllNodes(Node node) { in collectAllNodes()
174 private void collectAllNodes(Node node, List<Node> nodes) { in collectAllNodes()
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp143 for (auto& node : mRenderNodes) { in ~CanvasContext() local
152 void CanvasContext::addRenderNode(RenderNode* node, bool placeFront) { in addRenderNode()
158 void CanvasContext::removeRenderNode(RenderNode* node) { in removeRenderNode()
465 for (const sp<RenderNode>& node : mRenderNodes) { in prepareTree() local
944 void CanvasContext::prepareAndDraw(RenderNode* node) { in prepareAndDraw()
966 void CanvasContext::markLayerInUse(RenderNode* node) { in markLayerInUse()
974 for (auto& node : mPrefetchedLayers) { in freePrefetchedLayers() local
984 void CanvasContext::buildLayer(RenderNode* node) { in buildLayer()
1013 for (const sp<RenderNode>& node : mRenderNodes) { in destroyHardwareResources() local
1025 for (const sp<RenderNode>& node : mRenderNodes) { in onContextDestroyed() local
[all …]
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c144 xml_node_t *node) in db_add_session_pps()
168 xml_node_t *node) in db_add_session_devinfo()
192 xml_node_t *node) in db_add_session_devdetail()
335 xml_node_t *node) in hs20_eventlog_node()
609 xml_node_t *node; in add_eap_ttls() local
626 xml_node_t *node; in build_username_password() local
653 xml_node_t *node; in add_username_password() local
758 xml_node_t *node; in build_post_dev_data_response() local
773 xml_node_t *node, *tnds; in add_update_node() local
800 xml_node_t *node; in read_subrem_file() local
[all …]
/aosp_15_r20/external/python/pyyaml/tests/lib/
Dtest_structure.py148 def construct_sequence(self, node): argument
150 def construct_mapping(self, node): argument
154 def construct_undefined(self, node): argument
164 def construct_sequence(self, node): argument
166 def construct_mapping(self, node): argument
170 def construct_undefined(self, node): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_stats.cc68 auto node = nodes_map_.find(v.first); in TFStats() local
97 std::unique_ptr<TFGraphNode> node( in TFStats() local
197 for (const NodeDef& node : graph->node()) { in AddGraph() local
208 TFGraphNode* node = nodes_map_.at(it->first).get(); in AddGraph() local
250 auto node = nodes_map_.find(entry.name()); in AddOpLogProto() local
293 auto node = nodes_map_.find(name); in AddRunMeta() local
370 void TFStats::AddNodeForTest(int64_t step, std::unique_ptr<TFGraphNode> node) { in AddNodeForTest()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dplacer_inspection_required_ops_utils.cc31 bool IsFunctionCall(const Node& node) { in IsFunctionCall()
41 Status Set(const Node& node, bool value, bool* is_deep, in Set()
57 const Node& node, bool* is_deep) { in IsPlacerInspectionRequired()
81 const Node& node, const FunctionDef** fdef, in GetFunctionDefAndAttrs()
164 Status AddInputIdentity(Node* node, int input_idx, Graph* graph, in AddInputIdentity()
203 Status AddOutputIdentities(Node* node, Graph* graph, in AddOutputIdentities()
267 Status IsolateNode(Node* node, Graph* graph) { in IsolateNode()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops_fulljit.cpp36 [](const Node* node) -> Operation { in __anon1bf66a480202()
45 [](const Node* node) -> Operation { in __anon1bf66a480402()
54 [](const Node* node) -> Operation { in __anon1bf66a480602()
64 [](const Node* node) -> Operation { in __anon1bf66a480802()
91 [](const Node* node) -> Operation { in __anon1bf66a480b02()
135 [](const Node* node) -> Operation { in __anon1bf66a480e02()
197 [](const Node* node) -> Operation { in __anon1bf66a481402()
352 Node* node = graph->create(prim::AddStatValue, /*num_outputs=*/0); in __anon1bf66a482002() local
365 Node* node = nullptr; in __anon1bf66a482102() local
370 Node* node = graph->create(prim::TimePoint, /*num_outputs=*/0); in __anon1bf66a482102() local
/aosp_15_r20/external/mesa3d/src/freedreno/rnn/
H A Drnn.c140 static int trydoc (struct rnndb *db, char *file, xmlNode *node) { in trydoc()
152 static int trytypetag (struct rnndb *db, char *file, xmlNode *node, struct rnntypeinfo *ti) { in trytypetag()
166 static int trytypeattr (struct rnndb *db, char *file, xmlNode *node, xmlAttr *attr, struct rnntypei… in trytypeattr()
205 static struct rnnvalue *parsevalue(struct rnndb *db, char *file, xmlNode *node) { in parsevalue()
240 static void parsespectype(struct rnndb *db, char *file, xmlNode *node) { in parsespectype()
273 static void parseenum(struct rnndb *db, char *file, xmlNode *node) { in parseenum()
342 static struct rnnbitfield *parsebitfield(struct rnndb *db, char *file, xmlNode *node) { in parsebitfield()
378 static void parsebitset(struct rnndb *db, char *file, xmlNode *node) { in parsebitset()
447 static struct rnndelem *trydelem(struct rnndb *db, char *file, xmlNode *node) { in trydelem()
614 static void parsegroup(struct rnndb *db, char *file, xmlNode *node) { in parsegroup()
[all …]
/aosp_15_r20/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c79 xml_node_t *node) in oma_dm_get_target_locuri()
99 xml_node_t *node; in oma_dm_add_locuri() local
146 xml_node_t *node; in add_alert() local
162 xml_node_t *node; in add_status() local
187 xml_node_t *node; in add_results() local
229 xml_node_t *item, *node; in add_item() local
282 xml_node_t *node, *item; in oma_dm_add_hs20_generic_alert() local
392 xml_node_t *node; in oma_dm_exec_browser() local
426 xml_node_t *node, *getcert; in oma_dm_exec_get_cert() local
506 xml_node_t *node, *tnds, *unode, *pps_node; in oma_dm_run_add() local
[all …]
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java544 Node node = list.item(0); in getLanguageName() local
582 Node node = list.item(i); in checkLangAttribute() local
809 Node node = sNode; in getAttributeValue() local
820 private void parseResourceString(Node node, ResourceString[] set){ in parseResourceString()
855 private void parseResourceInt(Node node, ResourceInt[] set){ in parseResourceInt()
889 private void parseResourceAlias(Node node, ResourceAlias[] set){ in parseResourceAlias()
922 private void parseResourceBinary(Node node, ResourceBinary[] set){ in parseResourceBinary()
965 private void parseTransUnit(Node node, Resource[] set){ in parseTransUnit()
996 private void parseBinUnit(Node node, Resource[] set){ in parseBinUnit()
1033 private void parseArray(Node node, Resource[] set){ in parseArray()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dsig_node_test.cc77 std::map<SigNode::LinkTag, SigNode::Link>* link_map, SigNode* node) { in CopyLinksPass2()
81 static void ComputeTopoHash0(SigNode* node) { node->ComputeTopoHash0(); } in ComputeTopoHash0()
83 static void ComputeTopoHash(int distance, SigNode* node) { in ComputeTopoHash()
87 static size_t GetTopoHash(int distance, SigNode* node) { in GetTopoHash()
91 static size_t GetHighTopoHash(SigNode* node) { in GetHighTopoHash()
95 static void ReHighTopoHash(SigNode* node) { node->ReHighTopoHash(); } in ReHighTopoHash()
97 static SigNode::HashedPeerVector& RefHashedPeers(SigNode* node) { in RefHashedPeers()
100 static size_t& RefUniqueRank(SigNode* node) { return node->unique_rank_; } in RefUniqueRank()
101 static bool& RefHashIsFinal(SigNode* node) { return node->hash_is_final_; } in RefHashIsFinal()
102 static std::vector<size_t>& RefTopoHash(SigNode* node) { in RefTopoHash()
[all …]
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/utils/
H A DJsonNodeUtil.java24 public static Collection<String> allPaths(PathType pathType, String root, JsonNode node) { in allPaths()
30 …private static void visitNode(PathType pathType, String root, JsonNode node, Collection<String> co… in visitNode()
38 …private static void visitArray(PathType pathType, String root, JsonNode node, Collection<String> c… in visitArray()
47 …private static void visitObject(PathType pathType, String root, JsonNode node, Collection<String> … in visitObject()
72 …public static boolean equalsToSchemaType(JsonNode node, JsonType schemaType, JsonSchema parentSche… in equalsToSchemaType()
148 public static boolean isNumber(JsonNode node, SchemaValidatorsConfig config) { in isNumber()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java145 Node node; in NodeSetDTM() local
170 Node node = nodeList.item(i); in NodeSetDTM() local
183 public NodeSetDTM(int node, DTMManager dtmManager) in NodeSetDTM()
709 int node; in addNodesInDocOrder() local
792 public int addNodeInDocOrder(int node, boolean test, XPathContext support) in addNodeInDocOrder()
867 public int addNodeInDocOrder(int node, XPathContext support) in addNodeInDocOrder()
1008 public void setElementAt(int node, int index) in setElementAt()
1025 public void setItem(int node, int index) in setItem()
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerRDF.java493 XMPNode node = (XMPNode) it.next(); in serializeCompactRDFElementProps() local
587 private Object[] serializeCompactRDFSimpleProp(XMPNode node) throws IOException in serializeCompactRDFSimpleProp()
626 private void serializeCompactRDFArrayProp(XMPNode node, int indent) throws IOException, in serializeCompactRDFArrayProp()
655 private boolean serializeCompactRDFStructProp(XMPNode node, int indent, in serializeCompactRDFStructProp()
744 private void serializeCompactRDFGeneralQualifier(int indent, XMPNode node) in serializeCompactRDFGeneralQualifier()
830 private void declareUsedNamespaces(XMPNode node, Set usedPrefixes, int indent) in declareUsedNamespaces()
950 private void serializePrettyRDFProperty(XMPNode node, boolean emitAsRDFValue, int indent) in serializePrettyRDFProperty()
1207 private boolean canBeRDFAttrProp(XMPNode node) in canBeRDFAttrProp()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dexpr.h100 explicit ExprHandle(ExprPtr node) : base_expr_node_(std::move(node)) {} in ExprHandle()
102 ExprPtr node() { in node() function
106 ExprPtr node() const { in node() function
354 explicit BufHandle(BufPtr node) : ExprHandle(std::move(node)) {} in BufHandle()
355 BufPtr node() const { in node() function
358 BufPtr node() { in node() function
421 explicit VarHandle(VarPtr node) : ExprHandle(std::move(node)) {} in VarHandle()
423 VarPtr node() const { in node() function
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Dfdt.rs120 let mut node = fdt.chosen_mut()?.ok_or(FdtError::NotFound)?; in patch_initrd_range() localVariable
139 let mut node = fdt.chosen_mut()?.ok_or(FdtError::NotFound)?; in patch_bootargs() localVariable
282 let node = fdt.node_with_phandle(phandle)?.ok_or(FdtError::NotFound)?; localVariable
382 let mut node = fdt.root_mut().next_compatible(compat)?; in get_nth_compatible() localVariable
554 let node = in read_pci_info_from() localVariable
723 let mut node = in patch_pci_info() localVariable
797 let node = node_iter.next().ok_or(FdtError::NotFound)?; in read_wdt_info_from() localVariable
832 let mut node = fdt in patch_wdt_info() localVariable
891 let mut node = in patch_swiotlb_info() localVariable
912 let node = fdt.compatible_nodes(cstr!("arm,gic-v3"))?.next().ok_or(FdtError::NotFound)?; in patch_gic() localVariable
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
H A Dreaching_fndefs.py84 def visit_node(self, node): argument
124 def _proces_function(self, node): argument
143 def visit_FunctionDef(self, node): argument
146 def visit_Lambda(self, node): argument
149 def visit(self, node): argument
166 def resolve(node, source_info, graphs): argument
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Doverlay.rs262 let node = fdt in update_local_phandle_propvals() localVariable
583 let node = fdt.get_node("/a").unwrap(); in fdt_offset_phandles() localVariable
585 let node = fdt.get_node("/b").unwrap(); in fdt_offset_phandles() localVariable
830 let mut node = fdt in make_fdt_with_local_refs() localVariable
999 let node = fdt.get_node("/fragment@0/__overlay__/node1").unwrap(); in fdt_offset_local_references() localVariable
1002 let node = fdt.get_node("/fragment@0/__overlay__/node1/node2").unwrap(); in fdt_offset_local_references() localVariable
1006 let node = fdt.get_node("/fragment@0/__overlay__/node1/node3").unwrap(); in fdt_offset_local_references() localVariable
1010 let node = fdt.get_node("/fragment@0/__overlay__/node1").unwrap(); in fdt_offset_local_references() localVariable
1013 let node = fdt.get_node("/fragment@0/__overlay__/node1/node2").unwrap(); in fdt_offset_local_references() localVariable
1017 let node = fdt.get_node("/fragment@0/__overlay__/node1/node3").unwrap(); in fdt_offset_local_references() localVariable
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dinference_context.cc323 for (auto& node : nodes_) { in AddToCommanBuffer() local
556 for (auto& node : gpu_model.nodes) { in AllocateBufferBasedTensors() local
638 for (auto& node : gpu_model.nodes) { in AllocateStrongShapesTensors() local
664 for (auto& node : nodes_) { in BindMemoryToOperations() local
676 for (auto& node : nodes_) { in Compile() local
685 for (auto& node : nodes_) { in Tune() local
693 for (auto& node : nodes_) { in UpdateParams() local
707 auto& node = nodes_[node_index]; in SetTensor() local
757 for (auto& node : nodes_) { in AddToQueue() local
774 for (auto& node : nodes_) { in ProfileTime() local
[all …]
/aosp_15_r20/external/antlr/runtime/Python/unittests/
H A Dtesttreewizard.py375 def visitor(node, parent, childIndex, labels): argument
389 def visitor(node, parent, childIndex, labels): argument
403 def visitor(node, parent, childIndex, labels): argument
417 def visitor(node, parent, childIndex, labels): argument
431 def visitor(node, parent, childIndex, labels): argument
445 def visitor(node, parent, childIndex, labels): argument
462 def visitor(node, parent, childIndex, labels): argument
478 def visitor(node, parent, childIndex, labels): argument
495 def visitor(node, parent, childIndex, labels): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dconcat_opt.cpp51 for (auto node : block->nodes()) { in handleBlock() local
61 void handleCat(Node* node) { in handleCat()
237 for (auto node : block->nodes()) { in handleBlock() local
267 void expandCat(Node* node) { in expandCat()
376 bool allShapesAreKnown(Node* node) { in allShapesAreKnown()
405 void moveBefore(Node* node, Node* before) { in moveBefore()
538 void handleConcat(Node* node) { in handleConcat()
589 for (auto* node = graph_it.next(); node != nullptr; in collectOptimizableConcats() local
654 auto* node = node_and_new_list.first; in combineConcats() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_test.cc32 Node* node = graph.NewNode(); in TEST() local
53 Node* node = graph.NewNode(); in TEST() local
68 Node* node = graph.NewNode(); in TEST() local
77 Node* node = graph.NewNode(); in TEST() local
102 Node* node = graph.NewNode(); in TEST() local
110 Node* node = graph.NewNode(); in TEST() local
125 Node* node = graph.NewNode(); in TEST() local
335 Node* node = graph.NewNode(); in TEST() local
342 Node* node = graph.NewNode(); in TEST() local
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DStaticLayoutPerfTest.java306 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_FixedText_NoStyled() local
322 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_RandomText_Styled() local
339 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_RandomText_NoStyled() local
356 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_RandomText_Styled_WithoutCache() local
374 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_RandomText_NoStyled_WithoutCache() local
392 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_PrecomputedText_Styled() local
410 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_PrecomputedText_NoStyled() local
428 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_PrecomputedText_Styled_WithoutCache() local
447 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_PrecomputedText_NoStyled_WithoutCache() local
/aosp_15_r20/external/antlr/runtime/Python3/unittests/
H A Dtesttreewizard.py374 def visitor(node, parent, childIndex, labels): argument
388 def visitor(node, parent, childIndex, labels): argument
402 def visitor(node, parent, childIndex, labels): argument
416 def visitor(node, parent, childIndex, labels): argument
430 def visitor(node, parent, childIndex, labels): argument
444 def visitor(node, parent, childIndex, labels): argument
461 def visitor(node, parent, childIndex, labels): argument
477 def visitor(node, parent, childIndex, labels): argument
493 def visitor(node, parent, childIndex, labels): argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dilist.h138 inline iterator_template(T* node) { node_ = node; } in iterator_template()
272 void IntrusiveList<NodeType>::push_back(NodeType* node) { in push_back()
290 NodeType* node = sentinel_.NextNode(); in front() local
297 NodeType* node = sentinel_.PreviousNode(); in back() local
304 NodeType* node = sentinel_.NextNode(); in front() local
311 NodeType* node = sentinel_.PreviousNode(); in back() local

1...<<21222324252627282930>>...336