Home
last modified time | relevance | path

Searched defs:node (Results 1776 – 1800 of 8398) sorted by relevance

1...<<71727374757677787980>>...336

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrTTopoSort.h21 for (const auto& node : graph) { in GrTTopoSort_CheckAllUnmarked() local
40 bool GrTTopoSort_Visit(T* node, uint32_t* counter) { in GrTTopoSort_Visit()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/
H A DMutableValueGraph.java44 boolean addNode(N node); in addNode()
98 boolean removeNode(N node); in removeNode()
H A DIncidentEdgeSet.java29 final N node; field in IncidentEdgeSet
32 IncidentEdgeSet(BaseGraph<N> graph, N node) { in IncidentEdgeSet()
H A DStandardMutableGraph.java46 public boolean addNode(N node) { in addNode()
62 public boolean removeNode(N node) { in removeNode()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dneg.cc34 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
48 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dceil.cc31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
45 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dzeros_like.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
46 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dround.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
46 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
H A DCaptureRenderer.java25 private ViewNode node; field in CaptureRenderer
28 CaptureRenderer(ImageIcon icon, ViewNode node) { in CaptureRenderer()
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/extension/
H A DDaggerGraphs.java73 N node = nodeV; in shortestPath() local
93 public static <N> ImmutableSet<N> unreachableNodes(Graph<N> graph, N node) { in unreachableNodes()
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/
H A DIncidentEdgeSet.java29 final N node; field in IncidentEdgeSet
32 IncidentEdgeSet(BaseGraph<N> graph, N node) { in IncidentEdgeSet()
H A DStandardMutableGraph.java46 public boolean addNode(N node) { in addNode()
62 public boolean removeNode(N node) { in removeNode()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRemoveArrayLengthMethod.cpp50 bool RemoveArrayLengthTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary()
66 void RemoveArrayLengthTraverser::insertSideEffectsInParentBlock(TIntermTyped *node) in insertSideEffectsInParentBlock()
/aosp_15_r20/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
H A DParse.java99 RootNode node = new RootNode(); in items() local
146 Node node = (Node)proto.getClass().newInstance(); in item() local
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DIssue396Test.java22 JsonNode node = mapper.readTree(content); in getJsonNodeFromStreamContent() local
33 JsonNode node = getJsonNodeFromStreamContent(dataInputStream); in testComplexPropertyNamesV7() local
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
H A DJavadocUtils.java36 public static void addJavadocTag(ASTRewrite rewrite, BodyDeclaration node, String tagText) { in addJavadocTag()
57 public static boolean isNormallyDocumented(BodyDeclaration node) { in isNormallyDocumented()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTreeWalker2Result.java85 protected void endNode(int node) throws org.xml.sax.SAXException in endNode()
102 protected void startNode(int node) throws org.xml.sax.SAXException in startNode()
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dintrusive_list.h42 intrusive_list_internal::Node node; member
113 Iterator(Node *node) : mNode(node) {} in Iterator()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DFlagStd140Structs.cpp51 bool FlagStd140StructsTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration()
67 std::vector<MappedStruct> FlagStd140Structs(TIntermNode *node) in FlagStd140Structs()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
H A DEvaluate.java79 Node node) in init()
142 Node node) throws IOException, ResourceNotFoundException, in render()
H A DBreak.java75 public void init(RuntimeServices rs, InternalContextAdapter context, Node node) in init()
89 public boolean render(InternalContextAdapter context, Writer writer, Node node) in render()
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/
Dmmap_pool.h40 Node* node = g_nodes_with_available_blocks_.Pop(); in Alloc() local
51 Node* node = g_nodes_without_blocks_.Pop(); in Free() local
/aosp_15_r20/external/arm-trusted-firmware/plat/common/
H A Dplat_spmd_manifest.c28 int node) in manifest_parse_attribute()
98 int node; in manifest_parse_root() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
H A Dmake_padding.cc36 bool IsConstZeros(const Node& node) { in IsConstZeros()
52 TransformResult ApplyToNode(Node* node, GraphFloat32* graph) final { in ApplyToNode()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgrappler_item_test.cc37 for (const auto& node : item.graph.node()) { in TEST_F() local
41 for (const auto& node : item.MainOpsFanin()) { in TEST_F() local

1...<<71727374757677787980>>...336