/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ |
H A D | CommentsInserter.java | 79 void insertComments(Node node, TreeSet<Comment> commentsToAttribute) { in insertComments() 163 private boolean attributeLineCommentToNodeOrChild(Node node, LineComment lineComment) { in attributeLineCommentToNodeOrChild()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/dbr_quantization/ |
H A D | remove_redundant_aliases.cpp | 21 Node* node = nullptr; in DBRQuantRemoveRedundantAliasesImpl() local 29 for (auto* node : alias_nodes) { in DBRQuantRemoveRedundantAliasesImpl() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | hashtable_import.cc | 31 TfLiteStatus PrepareHashtableImport(TfLiteContext* context, TfLiteNode* node) { in PrepareHashtableImport() 58 TfLiteStatus EvalHashtableImport(TfLiteContext* context, TfLiteNode* node) { in EvalHashtableImport()
|
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/ |
H A D | AsyncTimeout.java | 73 AsyncTimeout node, long timeoutNanos, boolean hasDeadline) { in scheduleTimeout() 115 private static synchronized boolean cancelScheduledTimeout(AsyncTimeout node) { in cancelScheduledTimeout()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/ |
H A D | interface.cpp | 101 static Operation createLlgaKernel(const Node* node) { in createLlgaKernel() 121 static Operation createLlgaGuardKernel(const Node* node) { in createLlgaGuardKernel()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
H A D | filter_parallelization.cc | 76 auto get_filter_node = [](const NodeDef& node) -> const NodeDef* { in OptimizeAndCollectStats() 81 for (const NodeDef& node : item.graph.node()) { in OptimizeAndCollectStats() local
|
H A D | batch_parallelization.cc | 78 auto get_batch_node = [](const NodeDef& node) -> const NodeDef* { in OptimizeAndCollectStats() 83 for (const NodeDef& node : item.graph.node()) { in OptimizeAndCollectStats() local
|
H A D | map_parallelization.cc | 77 auto get_map_node = [](const NodeDef& node) -> const NodeDef* { in OptimizeAndCollectStats() 82 for (const NodeDef& node : item.graph.node()) { in OptimizeAndCollectStats() local
|
/aosp_15_r20/development/samples/InlineFillService/src/com/example/android/inlinefillservice/ |
H A D | Helper.java | 78 AssistStructure.ViewNode node = structure.getWindowNodeAt(i).getRootViewNode(); in getAutofillableFields() local 101 @NonNull AssistStructure.ViewNode node) { in addAutofillableFields()
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue437/ |
H A D | BinaryRoundTripTest.java | 47 Node node = underTest.represent(source); in testBinaryNode() local 70 Node node = underTest.represent(source); in testStrNode() local
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ast/operators/ |
D | OrNode.java | 77 public int getIndexOfChild(@NonNull Node node) { in getIndexOfChild() 128 public boolean removeChild(@NonNull Node node) { in removeChild()
|
D | AndNode.java | 78 public int getIndexOfChild(@NonNull Node node) { in getIndexOfChild() 129 public boolean removeChild(@NonNull Node node) { in removeChild()
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
H A D | document-watcher.js | 51 export function getOwnerScope(node) { argument 160 let start = (node) => { argument
|
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
H A D | AsyncTimeout.java | 75 AsyncTimeout node, long timeoutNanos, boolean hasDeadline) { in scheduleTimeout() 117 private static synchronized boolean cancelScheduledTimeout(AsyncTimeout node) { in cancelScheduledTimeout()
|
/aosp_15_r20/external/jetpack-camera-app/app/src/androidTest/java/com/google/jetpackcamera/utils/ |
H A D | ComposeTestRuleExt.kt | 78 val node = fetchSemanticsNode(errorMessageOnFail) in SemanticsNodeInteraction() constant
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/ |
H A D | LineComment.java | 83 public boolean remove(Node node) { in remove() 103 public boolean replace(Node node, Node replacementNode) { in replace()
|
H A D | BlockComment.java | 78 public boolean remove(Node node) { in remove() 98 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
H A D | YamlPrinter.java | 46 public String output(Node node) { in output() 54 public void output(Node node, String name, int level, StringBuilder builder) { in output()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/ |
H A D | AbstractUndirectedNetworkConnections.java | 92 public void addInEdge(E edge, N node, boolean isSelfLoop) { in addInEdge() 99 public void addOutEdge(E edge, N node) { in addOutEdge()
|
/aosp_15_r20/external/coreboot/src/soc/cavium/common/ |
H A D | bdk-coreboot.c | 35 int64_t bdk_twsix_read_ia(bdk_node_t node, int twsi_id, uint8_t dev_addr, in bdk_twsix_read_ia() 77 int bdk_twsix_write_ia(bdk_node_t node, int twsi_id, uint8_t dev_addr, in bdk_twsix_write_ia()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
H A D | CanvasPerfTest.java | 54 RenderNode node = RenderNode.create("benchmark", null); in testBasicViewGroupDraw() local 83 RenderNode node = RenderNode.create("benchmark", null); in testRecordSimpleBitmapView() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/ |
H A D | AbstractUndirectedNetworkConnections.java | 92 public void addInEdge(E edge, N node, boolean isSelfLoop) { in addInEdge() 99 public void addOutEdge(E edge, N node) { in addOutEdge()
|
/aosp_15_r20/external/angle/src/compiler/translator/spirv/ |
H A D | BuiltinsWorkaround.cpp | 42 void TBuiltinsWorkaround::visitSymbol(TIntermSymbol *node) in visitSymbol() 73 bool TBuiltinsWorkaround::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | PruneEmptyCases.cpp | 22 bool IsEmptyBlock(TIntermNode *node) in IsEmptyBlock() 71 bool PruneEmptyCasesTraverser::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | node_builder_test.cc | 92 Node* node; in TEST() local 123 Node* node; in TEST() local
|