Home
last modified time | relevance | path

Searched defs:node (Results 1926 – 1950 of 8398) sorted by relevance

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

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
H A DCommentsInserter.java79 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 Dremove_redundant_aliases.cpp21 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 Dhashtable_import.cc31 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 DAsyncTimeout.java73 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 Dinterface.cpp101 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 Dfilter_parallelization.cc76 auto get_filter_node = [](const NodeDef& node) -> const NodeDef* { in OptimizeAndCollectStats()
81 for (const NodeDef& node : item.graph.node()) { in OptimizeAndCollectStats() local
H A Dbatch_parallelization.cc78 auto get_batch_node = [](const NodeDef& node) -> const NodeDef* { in OptimizeAndCollectStats()
83 for (const NodeDef& node : item.graph.node()) { in OptimizeAndCollectStats() local
H A Dmap_parallelization.cc77 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 DHelper.java78 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 DBinaryRoundTripTest.java47 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/
DOrNode.java77 public int getIndexOfChild(@NonNull Node node) { in getIndexOfChild()
128 public boolean removeChild(@NonNull Node node) { in removeChild()
DAndNode.java78 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 Ddocument-watcher.js51 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 DAsyncTimeout.java75 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 DComposeTestRuleExt.kt78 val node = fetchSemanticsNode(errorMessageOnFail) in SemanticsNodeInteraction() constant
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
H A DLineComment.java83 public boolean remove(Node node) { in remove()
103 public boolean replace(Node node, Node replacementNode) { in replace()
H A DBlockComment.java78 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 DYamlPrinter.java46 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 DAbstractUndirectedNetworkConnections.java92 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 Dbdk-coreboot.c35 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 DCanvasPerfTest.java54 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 DAbstractUndirectedNetworkConnections.java92 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 DBuiltinsWorkaround.cpp42 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 DPruneEmptyCases.cpp22 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 Dnode_builder_test.cc92 Node* node; in TEST() local
123 Node* node; in TEST() local

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