Home
last modified time | relevance | path

Searched defs:node (Results 1276 – 1300 of 8398) sorted by relevance

1...<<51525354555657585960>>...336

/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
H A DDifference.java29 private final Node node; field in Difference
39 Difference(List<DifferenceElement> diffElements, NodeText nodeText, Node node) { in Difference()
652 …espondingNodeTextElement(List<CsmElement> elements, NodeText nodeText, int startIndex, Node node) { in findIndexOfCorrespondingNodeTextElement()
724 …private boolean isCorrespondingElement(TextElement textElement, CsmElement csmElement, Node node) { in isCorrespondingElement()
744 …e boolean isAlmostCorrespondingElement(TextElement textElement, CsmElement csmElement, Node node) { in isAlmostCorrespondingElement()
/aosp_15_r20/external/dokka/core/src/main/kotlin/Formats/
H A DDacOutlineService.kt26 for (node in nodes) { in generateOutlines() method
58 for (node in nodes) { in appendOutline() method
114 for (node in nodes) { in appendOutline() method
190 for (node in nodes) { in appendNavTree() variable
239 for (node in nodesOfKind) { in appendNavTreePagesOfKind() variable
/aosp_15_r20/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
H A DMain.java204 private static String toApiSignature(MethodNode node) { in toApiSignature()
224 private static Stream<MethodNode> getImpliedMethods(MethodNode node) { in getImpliedMethods()
290 private static boolean isDeprecated(MethodNode node) { in isDeprecated()
296 private static boolean isDeprecated(FieldNode node) { in isDeprecated()
664 private static boolean isClassExposed(ZipFile zipFile, ClassNode node, in isClassExposed()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dbstree_algorithms.hpp44 NodePtr node; member
174 typedef typename NodeTraits::node node; typedef in boost::intrusive::bstree_algorithms
249 BOOST_INTRUSIVE_FORCEINLINE static bool unique(const const_node_ptr & node) in unique()
560 BOOST_INTRUSIVE_FORCEINLINE static void init(node_ptr node) in init()
572 BOOST_INTRUSIVE_FORCEINLINE static bool inited(const const_node_ptr & node) in inited()
1264 static std::size_t depth(const_node_ptr node) in depth()
1368 static void unlink(node_ptr node) in unlink()
1912 static node_ptr get_root(const node_ptr & node) in get_root()
2055 …static void check_subtree(const const_node_ptr& node, Checker checker, typename Checker::return_ty… in check_subtree()
/aosp_15_r20/external/executorch/backends/qualcomm/_passes/
H A Dinsert_io_qdq.py65 node: torch.fx.node, argument
90 node: torch.fx.node, argument
107 node: torch.fx.node, argument
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/
H A DStandardMutableValueGraph.java63 public boolean addNode(N node) { in addNode()
80 private GraphConnections<N, V> addNodeInternal(N node) { in addNodeInternal()
124 public boolean removeNode(N node) { in removeNode()
H A DStandardMutableNetwork.java54 public boolean addNode(N node) { in addNode()
71 private NetworkConnections<N, E> addNodeInternal(N node) { in addNodeInternal()
130 public boolean removeNode(N node) { in removeNode()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfrozen_linear_transpose.cpp33 Node* node = next_node; in run() local
43 bool is_constant_linear_op(Node* node) { in is_constant_linear_op()
52 void replace_linear_with_matmul(Node* node) { in replace_linear_with_matmul()
/aosp_15_r20/external/toybox/lib/
H A Dllist.c10 void llist_free_arg(void *node) in llist_free_arg()
18 void llist_free_double(void *node) in llist_free_double()
27 void llist_traverse(void *list, void (*using)(void *node)) in llist_traverse()
/aosp_15_r20/packages/providers/MediaProvider/jni/
Dnode.cpp44 void node::BuildPathForNodeRecursive(bool safe, const node* node, std::stringstream* path) const { in BuildPathForNodeRecursive() argument
86 const node* node = root; in LookupAbsolutePath() local
106 const node* node = LookupInode(child, ino); in LookupInode() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/spherical/twod/
H A DPropertiesComputer.java57 public Order visitOrder(final BSPTree<Sphere2D> node) { in visitOrder()
62 public void visitInternalNode(final BSPTree<Sphere2D> node) { in visitInternalNode()
67 public void visitLeafNode(final BSPTree<Sphere2D> node) { in visitLeafNode()
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/
H A DStandardMutableValueGraph.java63 public boolean addNode(N node) { in addNode()
80 private GraphConnections<N, V> addNodeInternal(N node) { in addNodeInternal()
124 public boolean removeNode(N node) { in removeNode()
/aosp_15_r20/external/curl/lib/
H A Dsplay.c104 struct Curl_tree *node) in Curl_splayinsert()
287 void Curl_splayset(struct Curl_tree *node, void *payload) in Curl_splayset()
293 void *Curl_splayget(struct Curl_tree *node) in Curl_splayget()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/
H A DRewriteRowMajorMatrices.cpp87 bool IsIndexNode(TIntermNode *node, TIntermNode *child) in IsIndexNode()
107 TIntermTyped *node, in CopyToTempVariable()
130 TIntermNode *node, in GetIndex()
164 TIntermNode *node, in ReplicateIndexNode()
183 TOperator GetIndexOp(TIntermNode *node) in GetIndexOp()
428 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration()
520 bool visitBinary(Visit visit, TIntermBinary *node) override in visitBinary()
558 void convertInterfaceBlock(TIntermDeclaration *node) in convertInterfaceBlock()
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1031 DependencyGraph.Node node = mGraph.mKeyNodes.get(id); in getRelatedView() local
1833 public void readProperties( in readProperties()
1912 final Node node = Node.acquire(view); in add() local
1935 Node node; in getSortedViews() local
1978 final Node node = nodes.get(i); in findRoots() local
1985 final Node node = nodes.get(i); in findRoots() local
2015 final Node node = nodes.get(i); in findRoots() local
2061 Node node = sPool.acquire(); in acquire() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunpack.cc34 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
88 void UnpackImpl(TfLiteContext* context, TfLiteNode* node, in UnpackImpl()
99 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dlock_free_address_hash_set.h94 static Node* next_node(Node* node) { in next_node()
113 Node* node = FindNode(key); in Remove() local
125 for (Node* node = Bucket(key); node != nullptr; node = next_node(node)) { in FindNode() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set.h97 static Node* next_node(Node* node) { in next_node()
116 Node* node = FindNode(key); in Remove() local
128 for (Node* node = Bucket(key); node != nullptr; node = next_node(node)) { in FindNode() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/sampling_heap_profiler/
Dlock_free_address_hash_set.h97 static Node* next_node(Node* node) { in next_node()
116 Node* node = FindNode(key); in Remove() local
128 for (Node* node = Bucket(key); node != nullptr; node = next_node(node)) { in FindNode() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DRewriteElseBlocks.cpp43 bool ElseBlockRewriter::visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) in visitFunctionDefinition()
50 bool ElseBlockRewriter::visitBlock(Visit visit, TIntermBlock *node) in visitBlock()
115 bool RewriteElseBlocks(TCompiler *compiler, TIntermNode *node, TSymbolTable *symbolTable) in RewriteElseBlocks()
/aosp_15_r20/external/ComputeLibrary/src/graph/
H A DDataLayerVisitor.cpp38 void add_convolution_layer_data(DataLayerVisitor::LayerData &layer_data, T &node) in add_convolution_layer_data()
84 void add_convolution_layer_method(DataLayerVisitor::LayerData &layer_data, T &node) in add_convolution_layer_method()
92 void add_generic_layer_data(DataLayerVisitor::LayerData &layer_data, T &node) in add_generic_layer_data()
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/
H A DYamlLoadAsIssueTest.java96 private String toScalarString(Node node) { in toScalarString()
103 public Car construct(Node node) { in construct()
124 public Wheel construct(Node node) { in construct()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Drbbinode.cpp289 static int32_t serial(const RBBINode *node) { in serial()
294 void RBBINode::printNode(const RBBINode *node) { in printNode()
348 void RBBINode::printTree(const RBBINode *node, UBool printHeading) { in printTree()
/aosp_15_r20/external/libchrome/base/json/
H A Djson_writer.cc28 bool JSONWriter::Write(const Value& node, std::string* json) { in Write()
33 bool JSONWriter::WriteWithOptions(const Value& node, in WriteWithOptions()
58 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { in BuildJSONString()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/utils/
H A DDebugLog.java43 public void add(@NonNull Node node) { in add()
54 @NonNull public static Node node = new Node(null, "Root"); field in DebugLog
95 public static void printNode(int indent, @NonNull Node node, @NonNull StringBuilder builder) { in printNode()

1...<<51525354555657585960>>...336