/aosp_15_r20/external/perfetto/ui/src/components/details/ |
H A D | slice_args_parser.ts | 115 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 D | XmlPrinter.java | 23 public String output(Node node) { in output() 29 public void output(Node node, String name, int level, StringBuilder builder) { in output()
|
H A D | DotPrinter.java | 47 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 D | PropertiesTableModel.java | 29 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 D | EvaluatorDebug.java | 61 @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 D | SimpleName.java | 97 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 D | local_response_norm.cc | 38 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 63 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | fake_quant.cc | 42 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 64 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | sign.cc | 28 TfLiteStatus PointwiseUnaryOpPrepare(TfLiteContext* context, TfLiteNode* node) { in PointwiseUnaryOpPrepare() 60 TfLiteStatus PointwiseUnaryOpEval(TfLiteContext* context, TfLiteNode* node) { in PointwiseUnaryOpEval()
|
H A D | sign_custom.cc | 29 TfLiteStatus PointwiseUnaryOpPrepare(TfLiteContext* context, TfLiteNode* node) { in PointwiseUnaryOpPrepare() 61 TfLiteStatus PointwiseUnaryOpEval(TfLiteContext* context, TfLiteNode* node) { in PointwiseUnaryOpEval()
|
H A D | exp.cc | 40 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 D | UnknownType.java | 86 public boolean remove(Node node) { in remove() 111 public boolean replace(Node node, Node replacementNode) { in replace()
|
H A D | VoidType.java | 81 public boolean remove(Node node) { in remove() 106 public boolean replace(Node node, Node replacementNode) { in replace()
|
H A D | VarType.java | 69 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 D | DependentSchemas.java | 47 …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 D | ts_lowering_context.cpp | 26 for (auto node : post_order) { in TSLoweringContext() local 31 void TSLoweringContext::Lower(const Node* node) { in Lower()
|
/aosp_15_r20/system/tools/aidl/ |
D | logging.h | 35 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 D | iterator.cc | 17 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 D | AncestorDescendantTests.java | 23 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 D | lock_free_address_hash_set.h | 103 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 D | generic_layout_optimizer_transposer_factory_test.cc | 37 NodeDef node; in CheckSameTransposerForOps() local 147 NodeDef node; in TEST() local
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Core/ |
D | InputTree.cpp | 36 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 D | JavadocComment.java | 80 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/ |
D | ContactTernarySearchTree.java | 42 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 D | DTMAxisIteratorBase.java | 211 protected final int returnNode(final int node) in returnNode() 271 int node; in getNodeByPosition() local
|