Home
last modified time | relevance | path

Searched defs:node (Results 1951 – 1975 of 8398) sorted by relevance

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

/aosp_15_r20/external/perfetto/ui/src/components/details/
H A Dslice_args_parser.ts115 for (const node of nodes) { constant
124 for (const node of nodes) { constant
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
H A DXmlPrinter.java23 public String output(Node node) { in output()
29 public void output(Node node, String name, int level, StringBuilder builder) { in output()
H A DDotPrinter.java47 public String output(Node node) { in output()
56 public void output(Node node, String parentNodeName, String name, StringBuilder builder) { in output()
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
H A DPropertiesTableModel.java29 public PropertiesTableModel(ViewNode node) { in PropertiesTableModel()
34 private void loadPrivateProperties(ViewNode node) { in loadPrivateProperties()
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/select/
H A DEvaluatorDebug.java61 @Override public void head(Node node, int depth) { in head()
75 @Override public void tail(Node node, int depth) { in tail()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DSimpleName.java97 public boolean remove(Node node) { in remove()
121 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlocal_response_norm.cc38 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
63 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dfake_quant.cc42 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
64 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dsign.cc28 TfLiteStatus PointwiseUnaryOpPrepare(TfLiteContext* context, TfLiteNode* node) { in PointwiseUnaryOpPrepare()
60 TfLiteStatus PointwiseUnaryOpEval(TfLiteContext* context, TfLiteNode* node) { in PointwiseUnaryOpEval()
H A Dsign_custom.cc29 TfLiteStatus PointwiseUnaryOpPrepare(TfLiteContext* context, TfLiteNode* node) { in PointwiseUnaryOpPrepare()
61 TfLiteStatus PointwiseUnaryOpEval(TfLiteContext* context, TfLiteNode* node) { in PointwiseUnaryOpEval()
H A Dexp.cc40 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
51 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
H A DUnknownType.java86 public boolean remove(Node node) { in remove()
111 public boolean replace(Node node, Node replacementNode) { in replace()
H A DVoidType.java81 public boolean remove(Node node) { in remove()
106 public boolean replace(Node node, Node replacementNode) { in replace()
H A DVarType.java69 public boolean remove(Node node) { in remove()
94 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DDependentSchemas.java47 …public Set<ValidationMessage> validate(ExecutionContext executionContext, JsonNode node, JsonNode … in validate()
73 …public Set<ValidationMessage> walk(ExecutionContext executionContext, JsonNode node, JsonNode root… in walk()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_lowering_context.cpp26 for (auto node : post_order) { in TSLoweringContext() local
31 void TSLoweringContext::Lower(const Node* node) { in Lower()
/aosp_15_r20/system/tools/aidl/
Dlogging.h35 AidlErrorLog(Severity severity, const AidlNode* node) : AidlErrorLog(severity, *node) {} in AidlErrorLog()
38 AidlErrorLog(Severity severity, const std::unique_ptr<T>& node) : AidlErrorLog(severity, *node) {} in AidlErrorLog()
/aosp_15_r20/external/leveldb/table/
H A Diterator.cc17 for (CleanupNode* node = cleanup_head_.next; node != nullptr;) { in ~Iterator() local
28 CleanupNode* node; in RegisterCleanup() local
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
H A DAncestorDescendantTests.java23 VariableDeclarationExpr node = parse.getResult().get() in nodeIsNotAncestorOfItself() local
41 VariableDeclarationExpr node = parse.getResult().get() in nodeIsNotDescendantOfItself() local
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dlock_free_address_hash_set.h103 Node* node = FindNode(key); in Remove() local
121 for (Node* node = bucket.load(std::memory_order_acquire); node != nullptr; in FindNode() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer_factory_test.cc37 NodeDef node; in CheckSameTransposerForOps() local
147 NodeDef node; in TEST() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp36 NodeBase* node = createNode(); in enterGroup() local
44 BinaryTree<Input>::node_type* node = createNode(); in insert() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
H A DJavadocComment.java80 public boolean remove(Node node) { in remove()
100 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DContactTernarySearchTree.java42 private Node put(Node node, String key, int value, int position) { in put()
72 private Node get(Node node, String key, int position) { in get()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMAxisIteratorBase.java211 protected final int returnNode(final int node) in returnNode()
271 int node; in getNodeByPosition() local

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