/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | Name.java | 141 public boolean remove(Node node) { in remove() 172 public boolean replace(Node node, Node replacementNode) { in replace()
|
H A D | SwitchExpr.java | 138 public boolean remove(Node node) { in remove() 158 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/ |
H A D | ModuleUsesDirective.java | 59 public boolean remove(Node node) { in remove() 129 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dominator_analysis.h | 66 inline BasicBlock* ImmediateDominator(const BasicBlock* node) const { in ImmediateDominator() 78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/ |
H A D | CsmConditional.java | 67 boolean evaluate(Node node, ObservableProperty property){ in evaluate() 108 public void prettyPrint(Node node, SourcePrinter printer) { in prettyPrint()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | dominator_analysis.h | 66 inline BasicBlock* ImmediateDominator(const BasicBlock* node) const { in ImmediateDominator() 78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable()
|
/aosp_15_r20/external/XNNPACK/src/subgraph/ |
H A D | static-constant-pad.c | 24 const struct xnn_node* node, in create_constant_pad_operator() 252 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_static_constant_pad() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | dominator_analysis.h | 66 inline BasicBlock* ImmediateDominator(const BasicBlock* node) const { in ImmediateDominator() 78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable()
|
/aosp_15_r20/external/libvpx/ |
H A D | warnings.c | 40 struct WarningListNode **node = &warning_list->warning_node; in add_warning() local 57 struct WarningListNode *const node = warning_list->warning_node; in free_warning_list() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | rbbitblb.cpp | 389 void RBBITableBuilder::addRuleRootNodes(UVector *dest, RBBINode *node) { in addRuleRootNodes() 432 RBBINode *node = static_cast<RBBINode *>(ruleRootNodes.elementAt(j)); in calcChainedFollowPos() local 716 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules() local 747 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules() local
|
H A D | stringtriebuilder.cpp | 222 Node *node; in makeNode() local 308 Node *node=registerNode(listNode, errorCode); in makeBranchSubNode() local 377 StringTrieBuilder::hashNode(const void *node) { in hashNode()
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | rbbitblb.cpp | 392 void RBBITableBuilder::addRuleRootNodes(UVector *dest, RBBINode *node) { in addRuleRootNodes() 435 RBBINode *node = static_cast<RBBINode *>(ruleRootNodes.elementAt(j)); in calcChainedFollowPos() local 719 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules() local 750 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); in mapLookAheadRules() local
|
H A D | stringtriebuilder.cpp | 222 Node *node; in makeNode() local 308 Node *node=registerNode(listNode, errorCode); in makeBranchSubNode() local 377 StringTrieBuilder::hashNode(const void *node) { in hashNode()
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/ |
H A D | package_table.rs | 186 let node = Self { package_name, package_id, fingerprint, boolean_start_index, next_offset }; in from_bytes_v1() localVariable 201 let node = Self { package_name, package_id, fingerprint, boolean_start_index, next_offset }; in from_bytes_v2() localVariable 265 let node = PackageTableNode::from_bytes(&bytes[head..], header.version)?; in from_bytes() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | graph_info_test.cc | 48 for (auto& node : nodes_) { in ~SimpleTestGraph() local 58 const TfLiteNode& node(size_t index) const override { in node() function in tflite::__anonb7acd6780111::SimpleTestGraph 73 TfLiteNode& node = nodes_.back(); in AddNode() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | batch_mm.cpp | 173 Node* node = nullptr; member 260 for (auto node : block->nodes()) { in BatchMMTreeReduce() local 327 [](const Node* node) -> Operation { in __anon957c7f480602()
|
/aosp_15_r20/external/dtc/libfdt/ |
H A D | fdt_overlay.c | 101 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset() 141 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 543 void *fdto, int node) in overlay_apply_node()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | host_training_loop_optimization_util.cc | 58 const absl::flat_hash_set<Node*>& execute_nodes, Node* node) { in IsExecuteNodeOrIdentityToExecuteNode() 67 Node* node = e->dst(); in IsExecuteNodeOrIdentityToExecuteNode() local 82 Node* node = input_node; in FindEnterNodeFromTPUExecuteNodeInput() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/ |
D | fdt_overlay.c | 101 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset() 141 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 543 void *fdto, int node) in overlay_apply_node()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | control_flow.cc | 44 for (const Node* node : graph->op_nodes()) { in ValidateControlFlowInfo() local 176 for (const Node* node : g->op_nodes()) { in BuildControlFlowInfo() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | squeeze.cc | 38 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 80 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | resize_bilinear.cc | 62 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 101 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/ |
H A D | optimize_for_inference_test.py | 54 def set_attr_dtype(self, node, key, value): argument 58 def set_attr_tensor(self, node, key, value, dtype, shape=None): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | reduce_scheduler.c | 41 static void schedule_calc_sched_info(gpir_node *node) in schedule_calc_sched_info() 135 gpir_node *node = list_first_entry(ready_list, gpir_node, list); in schedule_ready_list() local
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | intra_edge.h | 58 EdgeNode node; member 63 EdgeNode node; member
|